lhc/web/wiklou.git
18 years agoUpdated
Niklas Laxström [Tue, 6 Dec 2005 14:41:39 +0000 (14:41 +0000)]
Updated

18 years agoLazy initialisation of wgProxyList
Tim Starling [Tue, 6 Dec 2005 13:29:07 +0000 (13:29 +0000)]
Lazy initialisation of wgProxyList

18 years agoLazy initialisation of wgProxyList, no flip required
Tim Starling [Tue, 6 Dec 2005 13:24:47 +0000 (13:24 +0000)]
Lazy initialisation of wgProxyList, no flip required

18 years agoMeasurement of the pre-profile setup time
Tim Starling [Tue, 6 Dec 2005 13:08:51 +0000 (13:08 +0000)]
Measurement of the pre-profile setup time

18 years ago+ Using usort() on the extensnion list with a callback function that sorts by byte...
Ævar Arnfjörð Bjarmason [Tue, 6 Dec 2005 05:28:20 +0000 (05:28 +0000)]
+ Using usort() on the extensnion list with a callback function that sorts by byte order
* Using ksort() on the $wgHooks list
* Changed the SpecialVersionExtensionTypes hook to pass &$this as well as &$extensionTypes
* Changing "--" to "-" rather than " - - " in IP addresses (like that'll ever happen at all)
* Code formatting
* PHPDoc improvements

18 years ago* (bug http://en.wikipedia.org/w/index.php?title=User_talk:%C3%86var_Arnfj%C3%B6r...
Ævar Arnfjörð Bjarmason [Tue, 6 Dec 2005 01:32:13 +0000 (01:32 +0000)]
* (bug en.wikipedia.org/w/index.php?title=User_talk:%C3%86var_Arnfj%C3%B6r%C3%B0_Bjarmason&oldid=30287439#Save_button_problem_in_preferences)
  use a proper title="" for the save button in the preferences, for accessability with screen readers

18 years agoTrivial changes to comments and commented lines in DefaultSettings.php
Rowan Collins [Tue, 6 Dec 2005 00:48:56 +0000 (00:48 +0000)]
Trivial changes to comments and commented lines in DefaultSettings.php

18 years agomake it a bit cleared: users should not modify the file
Antoine Musso [Mon, 5 Dec 2005 20:44:39 +0000 (20:44 +0000)]
make it a bit cleared: users should not modify the file

18 years ago* (bug 4170) Decode HTML character escapes in sort key
Brion Vibber [Mon, 5 Dec 2005 08:19:52 +0000 (08:19 +0000)]
* (bug 4170) Decode HTML character escapes in sort key

18 years ago* (bug 4169) Use $wgLegalTitleChars in pipe trick conversions
Brion Vibber [Mon, 5 Dec 2005 07:44:14 +0000 (07:44 +0000)]
* (bug 4169) Use $wgLegalTitleChars in pipe trick conversions

18 years ago* (bug 1850) Additional fixes so existing local and remote images
Brion Vibber [Mon, 5 Dec 2005 07:08:04 +0000 (07:08 +0000)]
* (bug 1850) Additional fixes so existing local and remote images
  get a blue link even if there's no local description page

18 years agoDefine $thumbUrl so it isn't undefined on failure
Brion Vibber [Mon, 5 Dec 2005 06:35:08 +0000 (06:35 +0000)]
Define $thumbUrl so it isn't undefined on failure

18 years ago* (bug 4167) Fix regression caused by patch for bug 153
Brion Vibber [Mon, 5 Dec 2005 06:14:49 +0000 (06:14 +0000)]
* (bug 4167) Fix regression caused by patch for bug 153
New code didn't check for null thumbnail (deleted or nonexistent images)

18 years ago* Add createpage and createtalk permission keys, allowing a quick
Brion Vibber [Mon, 5 Dec 2005 05:37:10 +0000 (05:37 +0000)]
* Add createpage and createtalk permission keys, allowing a quick
  switch to disable page creation for anonymous users.
Jimmy requested we have this ability available.

18 years agoDon't disappear a parameter in a derived class just because you don't use it; that...
Brion Vibber [Mon, 5 Dec 2005 02:20:09 +0000 (02:20 +0000)]
Don't disappear a parameter in a derived class just because you don't use it; that's unclean and poor practice

18 years agosome useless calls / unitialized $matches arrays
Antoine Musso [Sun, 4 Dec 2005 21:15:04 +0000 (21:15 +0000)]
some useless calls / unitialized $matches arrays

18 years agoRemove Out::transformBuffer method that does nothing
Antoine Musso [Sun, 4 Dec 2005 21:08:39 +0000 (21:08 +0000)]
Remove Out::transformBuffer method that does nothing

18 years agounused dbw , remove call by reference but put a comment
Antoine Musso [Sun, 4 Dec 2005 20:56:20 +0000 (20:56 +0000)]
unused dbw , remove call by reference but put a comment

18 years ago* really comment commented live hack (some calls were still around)
Antoine Musso [Sun, 4 Dec 2005 20:51:02 +0000 (20:51 +0000)]
* really comment commented live hack (some calls were still around)
* redundant ip=''
* code formatting

18 years agoinitialize array before preg_match*
Antoine Musso [Sun, 4 Dec 2005 20:43:42 +0000 (20:43 +0000)]
initialize array before preg_match*

18 years ago* useless calls to tableName
Antoine Musso [Sun, 4 Dec 2005 20:36:58 +0000 (20:36 +0000)]
* useless calls to tableName
* uninitialized variables

18 years agoRemove never used stuff. There is some $rand = wfRandom calls that might
Antoine Musso [Sun, 4 Dec 2005 20:32:22 +0000 (20:32 +0000)]
Remove never used stuff. There is some $rand = wfRandom calls that might
need to be removed.

18 years agoReturn error message instead of fatal abort
Jens Frank [Sun, 4 Dec 2005 20:32:13 +0000 (20:32 +0000)]
Return error message instead of fatal abort

18 years ago* code formatting
Antoine Musso [Sun, 4 Dec 2005 20:20:03 +0000 (20:20 +0000)]
* code formatting
* comment
* useless calls

18 years agofname never used
Antoine Musso [Sun, 4 Dec 2005 20:10:34 +0000 (20:10 +0000)]
fname never used

18 years agouseless call
Antoine Musso [Sun, 4 Dec 2005 19:58:20 +0000 (19:58 +0000)]
useless call

18 years ago* argument passed by reference but not changed
Antoine Musso [Sun, 4 Dec 2005 19:55:01 +0000 (19:55 +0000)]
* argument passed by reference but not changed
* unused argument

18 years agoClean up unused globals!
Antoine Musso [Sun, 4 Dec 2005 18:27:59 +0000 (18:27 +0000)]
Clean up unused globals!

18 years agoignore 'static' files
Antoine Musso [Sun, 4 Dec 2005 14:55:29 +0000 (14:55 +0000)]
ignore 'static' files

18 years agounitialized variable
Antoine Musso [Sun, 4 Dec 2005 14:49:26 +0000 (14:49 +0000)]
unitialized variable

18 years agoFix bug 3905: LanguageKa.php file update
Antoine Musso [Sun, 4 Dec 2005 13:22:10 +0000 (13:22 +0000)]
Fix bug 3905: LanguageKa.php file update
Patch provided by Malafaya <malafaya@clix.pt>

18 years agoFix bug 4160: Update for Portuguese language (pt)
Antoine Musso [Sun, 4 Dec 2005 13:14:03 +0000 (13:14 +0000)]
Fix bug 4160: Update for Portuguese language (pt)
Patch provided by Get_It <wikipedista@gmail.com>

18 years agochange hardset 'wikipedia' to {{sitename}} or {{ns:project}}
Antoine Musso [Sun, 4 Dec 2005 13:07:26 +0000 (13:07 +0000)]
change hardset 'wikipedia' to {{sitename}} or {{ns:project}}

18 years ago* (bug 4165) Correct validation for user language selection (data taint)
Brion Vibber [Sun, 4 Dec 2005 10:53:48 +0000 (10:53 +0000)]
* (bug 4165) Correct validation for user language selection (data taint)

18 years ago* (bug 4162) Add $wgThumbnailEpoch timestamp to force old thumbs to
Brion Vibber [Sun, 4 Dec 2005 09:04:40 +0000 (09:04 +0000)]
* (bug 4162) Add $wgThumbnailEpoch timestamp to force old thumbs to
  be rerendered on demand, sitewide

18 years ago* (bug 153) Adjust thumbnail size calculations to match consistently;
Brion Vibber [Sun, 4 Dec 2005 08:52:01 +0000 (08:52 +0000)]
* (bug 153) Adjust thumbnail size calculations to match consistently;
  patch by David Benbennick

18 years agoOptional summary parameter to action=rollback, for user javascript
Tim Starling [Sun, 4 Dec 2005 06:05:27 +0000 (06:05 +0000)]
Optional summary parameter to action=rollback, for user javascript

18 years agorevert to working version
Brion Vibber [Sun, 4 Dec 2005 01:20:04 +0000 (01:20 +0000)]
revert to working version
please don't randomly change quotes to single quotes; it's useless and  causes bugs

18 years agounescape $
Antoine Musso [Sun, 4 Dec 2005 01:18:39 +0000 (01:18 +0000)]
unescape $

18 years ago* code formatting
Antoine Musso [Sun, 4 Dec 2005 01:12:54 +0000 (01:12 +0000)]
* code formatting
* add 'summary' attribute to toc table element (accessibility)

18 years agosome accessibility, source formatting
Antoine Musso [Sun, 4 Dec 2005 00:56:48 +0000 (00:56 +0000)]
some accessibility, source formatting

18 years agoRevert experimental hack as discussed on IRC
Brion Vibber [Sun, 4 Dec 2005 00:35:14 +0000 (00:35 +0000)]
Revert experimental hack as discussed on IRC

18 years agobetter history
Antoine Musso [Sun, 4 Dec 2005 00:00:06 +0000 (00:00 +0000)]
better history

18 years agobug 3844
Antoine Musso [Sat, 3 Dec 2005 23:46:17 +0000 (23:46 +0000)]
bug 3844

18 years agoFix bug 3844: Default language files need changing
Antoine Musso [Sat, 3 Dec 2005 23:44:41 +0000 (23:44 +0000)]
Fix bug 3844: Default language files need changing

18 years agoquote kill
Antoine Musso [Sat, 3 Dec 2005 23:42:51 +0000 (23:42 +0000)]
quote kill

18 years agoquote killing
Antoine Musso [Sat, 3 Dec 2005 22:27:29 +0000 (22:27 +0000)]
quote killing

18 years agoMassive double quotes killing
Antoine Musso [Sat, 3 Dec 2005 22:18:35 +0000 (22:18 +0000)]
Massive double quotes killing

18 years agoquote killing
Antoine Musso [Sat, 3 Dec 2005 19:25:39 +0000 (19:25 +0000)]
quote killing

18 years ago* Removed call to htmlspecialchars(), undesireable
Ævar Arnfjörð Bjarmason [Sat, 3 Dec 2005 18:29:13 +0000 (18:29 +0000)]
* Removed call to htmlspecialchars(), undesireable

18 years ago'server' command from live
Antoine Musso [Sat, 3 Dec 2005 18:14:19 +0000 (18:14 +0000)]
'server' command from live

18 years agoimplement 'history' command
Antoine Musso [Sat, 3 Dec 2005 17:46:21 +0000 (17:46 +0000)]
implement 'history' command

18 years agodumb help messages. FIXME
Antoine Musso [Sat, 3 Dec 2005 17:41:34 +0000 (17:41 +0000)]
dumb help messages. FIXME

18 years agocode formatting
Antoine Musso [Sat, 3 Dec 2005 17:02:22 +0000 (17:02 +0000)]
code formatting

18 years agoFix validation issue with Special:Userlogin , the div and the form shared
Antoine Musso [Sat, 3 Dec 2005 16:51:26 +0000 (16:51 +0000)]
Fix validation issue with Special:Userlogin , the div and the form shared
the same id / name wich is invalid. Form element is now named userloginForm

18 years ago* <onlyinclude> whitespace, only strip the last newline
Ævar Arnfjörð Bjarmason [Sat, 3 Dec 2005 09:27:50 +0000 (09:27 +0000)]
* <onlyinclude> whitespace, only strip the last newline

18 years ago* Fix XML validity checks in parser tests on PHP 5.1
Brion Vibber [Sat, 3 Dec 2005 08:14:07 +0000 (08:14 +0000)]
* Fix XML validity checks in parser tests on PHP 5.1

18 years ago(bug 4153) further tweak to ipboptions; missing space
Brion Vibber [Sat, 3 Dec 2005 07:19:34 +0000 (07:19 +0000)]
(bug 4153) further tweak to ipboptions; missing space

18 years agoAdjust tests for behavior change: interwiki prefixes are internally normalized to...
Brion Vibber [Sat, 3 Dec 2005 07:16:06 +0000 (07:16 +0000)]
Adjust tests for behavior change: interwiki prefixes are internally normalized to lowercase. This affects the HTML 'title' attribute on links.

18 years ago* (bug 4153) Fix block length localizations in Greek
Brion Vibber [Sat, 3 Dec 2005 07:00:41 +0000 (07:00 +0000)]
* (bug 4153) Fix block length localizations in Greek

18 years ago* (bug 1850) Allow red-links on image pages linked with [[:image:foo]]
Brion Vibber [Sat, 3 Dec 2005 06:28:56 +0000 (06:28 +0000)]
* (bug 1850) Allow red-links on image pages linked with [[:image:foo]]
* (bug 360) Let Whatlinkshere track [[:image:foo]] links

18 years ago* Fixed regression introduced in 1.720..1.722
Ævar Arnfjörð Bjarmason [Sat, 3 Dec 2005 06:26:01 +0000 (06:26 +0000)]
* Fixed regression introduced in 1.720..1.722

18 years agotypo in markup
Brion Vibber [Sat, 3 Dec 2005 05:51:23 +0000 (05:51 +0000)]
typo in markup

18 years ago* Added an interface message that controls the layout of action=edit
Ævar Arnfjörð Bjarmason [Sat, 3 Dec 2005 04:27:27 +0000 (04:27 +0000)]
* Added an interface message that controls the layout of action=edit

18 years ago* Tweak infinite-template-handling loop for PHP 5.1.1 string handling change
Brion Vibber [Sat, 3 Dec 2005 03:12:33 +0000 (03:12 +0000)]
* Tweak infinite-template-handling loop for PHP 5.1.1 string handling change

18 years agoCorrect corrupted character in test case
Brion Vibber [Sat, 3 Dec 2005 03:05:31 +0000 (03:05 +0000)]
Correct corrupted character in test case

18 years agoFixed extension function parameter passing
Tim Starling [Fri, 2 Dec 2005 04:29:57 +0000 (04:29 +0000)]
Fixed extension function parameter passing

18 years ago* (bug 4100, 3049) Add 'edittools' message to hold edit tools, put it
Brion Vibber [Fri, 2 Dec 2005 03:29:37 +0000 (03:29 +0000)]
* (bug 4100, 3049) Add 'edittools' message to hold edit tools, put it
  on Special:Upload as well as edit, rearrange edit page pieces a bit.
  Copyright warning now above the buttons to ensure it's visible,
  template list at the bottom so it can grow.

18 years agomake sure new CSS is applied to create form too
Tom Gilder [Fri, 2 Dec 2005 02:44:12 +0000 (02:44 +0000)]
make sure new CSS is applied to create form too

18 years agoMake e-mail password message not display as error; new successbox class; kill off...
Tom Gilder [Fri, 2 Dec 2005 02:41:48 +0000 (02:41 +0000)]
Make e-mail password message not display as error; new successbox class; kill off preferences-save-success class

18 years agoStandardized on "e-mail" throughout messages
Tom Gilder [Fri, 2 Dec 2005 01:36:17 +0000 (01:36 +0000)]
Standardized on "e-mail" throughout messages

18 years agoCSS bump bump bump bump bump bump
Tom Gilder [Fri, 2 Dec 2005 01:08:55 +0000 (01:08 +0000)]
CSS bump bump bump bump bump bump

18 years agobump CSS version number
Tom Gilder [Fri, 2 Dec 2005 01:07:13 +0000 (01:07 +0000)]
bump CSS version number

18 years agoIndentation: spaces -> tabs
Tom Gilder [Fri, 2 Dec 2005 00:40:02 +0000 (00:40 +0000)]
Indentation: spaces -> tabs

18 years ago* Update ipblocks table in MySQL 5 table defs
Brion Vibber [Fri, 2 Dec 2005 00:38:02 +0000 (00:38 +0000)]
* Update ipblocks table in MySQL 5 table defs

18 years agoMore CSS indentation fixing
Tom Gilder [Fri, 2 Dec 2005 00:37:15 +0000 (00:37 +0000)]
More CSS indentation fixing

18 years agoLONGEST PATCH IN THE WORLD! Standardize on tabs for indentation
Tom Gilder [Fri, 2 Dec 2005 00:30:14 +0000 (00:30 +0000)]
LONGEST PATCH IN THE WORLD! Standardize on tabs for indentation

18 years agoMajor overhaul of Special:Userlogin
Tom Gilder [Fri, 2 Dec 2005 00:14:58 +0000 (00:14 +0000)]
Major overhaul of Special:Userlogin

 * Split up login and create user forms
 * New design for forms
 * Many usability improvements
 * Better error messages

18 years ago* Commiting live hack for handling <onlyinclude> whitespace
Ævar Arnfjörð Bjarmason [Fri, 2 Dec 2005 00:09:12 +0000 (00:09 +0000)]
* Commiting live hack for handling <onlyinclude> whitespace

18 years ago* Fix custom namespaces on wikis set for Portuguese
Brion Vibber [Fri, 2 Dec 2005 00:03:15 +0000 (00:03 +0000)]
* Fix custom namespaces on wikis set for Portuguese

18 years ago* Make <onlyinclude> smarter about whitespace
Ævar Arnfjörð Bjarmason [Thu, 1 Dec 2005 23:51:16 +0000 (23:51 +0000)]
* Make <onlyinclude> smarter about whitespace

18 years agofix SQL comma error
Tom Gilder [Thu, 1 Dec 2005 23:23:42 +0000 (23:23 +0000)]
fix SQL comma error

18 years ago* It's not to be expected that when you're viewing the current revision of a
Ævar Arnfjörð Bjarmason [Thu, 1 Dec 2005 19:09:45 +0000 (19:09 +0000)]
* It's not to be expected that when you're viewing the current revision of a
  page that the edit link points to the page as it existed when you loaded it,
  changed it to point to whatever is the latest when the link is followed, like
  it was before. Still uses oldid= on diff views however.

18 years ago* (bug 4035) Fix prev/next revision links on edit page
Brion Vibber [Thu, 1 Dec 2005 11:04:30 +0000 (11:04 +0000)]
* (bug 4035) Fix prev/next revision links on edit page
also removed extra prev/next header on current version with non-unicode browser

18 years agoFaster IP blocks. Requires schema change.
Tim Starling [Thu, 1 Dec 2005 10:37:47 +0000 (10:37 +0000)]
Faster IP blocks. Requires schema change.

18 years ago* (bug 1915) Fix edit links when 'direction' used with 'oldid';
Brion Vibber [Thu, 1 Dec 2005 09:47:44 +0000 (09:47 +0000)]
* (bug 1915) Fix edit links when 'direction' used with 'oldid';
  using revision ID reported via OutputPage; Skin::editUrlOptions()
* Remove obsolete 'redirect=no' on some edit links
* Include oldid for the second revision on edit link on diff view

18 years agofix typo in var name
Brion Vibber [Thu, 1 Dec 2005 08:24:49 +0000 (08:24 +0000)]
fix typo in var name

18 years ago* (bug 4071) Generate passwords long enough for $wgMinimalPasswordLength
Brion Vibber [Thu, 1 Dec 2005 08:15:08 +0000 (08:15 +0000)]
* (bug 4071) Generate passwords long enough for $wgMinimalPasswordLength
Patch by Sven Klemm, http://bugzilla.wikimedia.org/attachment.cgi?id=1104&action=view

18 years ago* Don't die() when update.php reaches the end of the warning count
Brion Vibber [Thu, 1 Dec 2005 07:57:33 +0000 (07:57 +0000)]
* Don't die() when update.php reaches the end of the warning count

18 years ago* Typo: $dbname => $dbName
Ævar Arnfjörð Bjarmason [Thu, 1 Dec 2005 07:00:11 +0000 (07:00 +0000)]
* Typo: $dbname => $dbName

18 years ago* (bug 3922) Further tweaks to bidi overrides in category list for old
Brion Vibber [Wed, 30 Nov 2005 22:29:16 +0000 (22:29 +0000)]
* (bug 3922) Further tweaks to bidi overrides in category list for old
  versions of Safari and Konqueror
Add RELEASE-NOTES line, and tweak source to be slightly prettier

18 years agoBugs 4062, 3922 - unrecommended unicode control characters replaced with 'span dir...
Andrius R [Wed, 30 Nov 2005 17:29:21 +0000 (17:29 +0000)]
Bugs 4062, 3922 - unrecommended unicode control characters replaced with 'span dir=rtl/ltr'

18 years agoFix bug 4048 by adding a new 'privacy' link in footer. Disable it with '-'
Antoine Musso [Tue, 29 Nov 2005 20:25:20 +0000 (20:25 +0000)]
Fix bug 4048 by adding a new 'privacy' link in footer. Disable it with '-'

18 years ago--help ftw !
Antoine Musso [Tue, 29 Nov 2005 19:12:15 +0000 (19:12 +0000)]
--help ftw !

18 years ago* Removed Parser::doExponent(), unused
Ævar Arnfjörð Bjarmason [Tue, 29 Nov 2005 09:55:50 +0000 (09:55 +0000)]
* Removed Parser::doExponent(), unused
* substr( '======', 0, $i ) => str_repeat( '=', $i ), clearer and slightly faster

18 years ago* Reduce fractions in display of exif exposure time
Brion Vibber [Tue, 29 Nov 2005 07:47:26 +0000 (07:47 +0000)]
* Reduce fractions in display of exif exposure time

18 years ago* (bug 2111) Collapsable exif metadata table, clean up display
Brion Vibber [Mon, 28 Nov 2005 23:56:35 +0000 (23:56 +0000)]
* (bug 2111) Collapsable exif metadata table, clean up display
List of non-collapsing fields is in [[MediaWiki:Metadata-fields]].
Intro paragraph is in [[MediaWiki:Metadata-help]].

18 years agoexplain that uploaded files are not affected by whitelist settings
Erik Moeller [Mon, 28 Nov 2005 21:38:09 +0000 (21:38 +0000)]
explain that uploaded files are not affected by whitelist settings

18 years ago* Make sure not to crash when the message cache isn't alive
Ævar Arnfjörð Bjarmason [Mon, 28 Nov 2005 14:50:56 +0000 (14:50 +0000)]
* Make sure not to crash when the message cache isn't alive

18 years ago* Fix display of old recentchanges records for page moves
Brion Vibber [Mon, 28 Nov 2005 04:32:39 +0000 (04:32 +0000)]
* Fix display of old recentchanges records for page moves