lhc/web/wiklou.git
14 years ago* Show user preference 'Use live preview' if $wgLivePreview is enabled only
Raimond Spekking [Wed, 17 Jun 2009 18:23:36 +0000 (18:23 +0000)]
* Show user preference 'Use live preview' if $wgLivePreview is enabled only

14 years agoSome small CSS tweaks
Trevor Parscal [Wed, 17 Jun 2009 18:06:17 +0000 (18:06 +0000)]
Some small CSS tweaks

14 years ago* Add class=wikitable to some tables on specialpages for better styling consistency
Raimond Spekking [Wed, 17 Jun 2009 18:05:03 +0000 (18:05 +0000)]
* Add class=wikitable to some tables on specialpages for better styling consistency
* Remove CSS definitions for these tables as far as possible

14 years agoMoving ConfEditor class from switch-master to core
Roan Kattouw [Wed, 17 Jun 2009 17:20:01 +0000 (17:20 +0000)]
Moving ConfEditor class from switch-master to core

14 years agoLocalization update for he.
Rotem Liss [Wed, 17 Jun 2009 17:10:10 +0000 (17:10 +0000)]
Localization update for he.

14 years agofix regexp : oddly, the margin value may be negative
ThomasV [Wed, 17 Jun 2009 17:02:39 +0000 (17:02 +0000)]
fix regexp : oddly, the margin value may be negative

14 years agoSelf-revert r52011 per CR comments
Roan Kattouw [Wed, 17 Jun 2009 11:01:11 +0000 (11:01 +0000)]
Self-revert r52011 per CR comments

14 years agoFix another screwup from r52024, same issue as r52028.
Tim Starling [Wed, 17 Jun 2009 09:39:13 +0000 (09:39 +0000)]
Fix another screwup from r52024, same issue as r52028.

14 years agoUpdate $wgStyleVersion for r52017/r52029
Tim Starling [Wed, 17 Jun 2009 09:06:12 +0000 (09:06 +0000)]
Update $wgStyleVersion for r52017/r52029

14 years agoFix for r52017: use hyphens not underscores in CSS classes.
Tim Starling [Wed, 17 Jun 2009 08:58:49 +0000 (08:58 +0000)]
Fix for r52017: use hyphens not underscores in CSS classes.

14 years agoFix incorrect method call from r52024.
Tim Starling [Wed, 17 Jun 2009 08:18:10 +0000 (08:18 +0000)]
Fix incorrect method call from r52024.

14 years agofix regexp
ThomasV [Wed, 17 Jun 2009 07:48:50 +0000 (07:48 +0000)]
fix regexp

14 years agoBug 19240 (bad image list performance regression):
Tim Starling [Wed, 17 Jun 2009 07:31:00 +0000 (07:31 +0000)]
Bug 19240 (bad image list performance regression):
* Don't connect to the commons DB on cache hits, in order to determine the cache key name. Removed remnants of that bright idea from GlobalFunctions.php.
* Fixed total failure of negative caching in checkRedirect() due to memcached stripping trailing spaces from string values. Probably never worked.

Also:
* Respect hasSharedCache in foreign repos. Recently-added code was apparently ignorant of this setting.
* Renamed getMemcKey() to getSharedCacheKey() to make its function more clear, introduced getLocalCacheKey() to do the other thing. Fixed its parameters to be like wfMemcKey() and used it in more places.
* Used getLocalCacheKey() in various places instead of wfMemc(), to avoid having multiple repositories overwrite each others' caches.
* Fixed the BagOStuff bug that the FIXME in LocalRepo::checkRedirect() appears to refer to.
* Removed getMasterDB() and getSlaveDB() from FileRepo, it's incorrect to assume that a repo other than a LocalRepo has an associated database.
* Made FileRepo::invalidateImageRedirect() a stub, to match FileRepo::checkRedirect(). Moved the functionality to LocalRepo where checkRedirect() is concretely implemented.

14 years agoPartial fix for bug 19236 - the array you want to override others should come last...
Alex Z [Wed, 17 Jun 2009 06:59:27 +0000 (06:59 +0000)]
Partial fix for bug 19236 - the array you want to override others should come last in array_merge().
This fixes the "next" links, limit links, and filters. The "previous" links are still broken.

14 years agoUse addWikiMsg or wrapWikiMsg
Niklas Laxström [Wed, 17 Jun 2009 06:23:07 +0000 (06:23 +0000)]
Use addWikiMsg or wrapWikiMsg

14 years agoFollow-up to r52017: corrected documentation
Remember the dot [Wed, 17 Jun 2009 04:28:42 +0000 (04:28 +0000)]
Follow-up to r52017: corrected documentation

14 years agoFollow-up to r49331: Moved decapitalization code to "a Messages*.php property, a...
Remember the dot [Wed, 17 Jun 2009 04:26:06 +0000 (04:26 +0000)]
Follow-up to r49331: Moved decapitalization code to "a Messages*.php property, a <body>
class and a descendant selector, like we do for RTL", as requested by Tim Starling in r51924

14 years agoAdding wfParsePHP() to GlobalFunctions.php for use in the LocalisationUpdate extensio...
Roan Kattouw [Tue, 16 Jun 2009 22:56:06 +0000 (22:56 +0000)]
Adding wfParsePHP() to GlobalFunctions.php for use in the LocalisationUpdate extension (will update tomorrow).

14 years agoAbstract more methods in DatabaseBase
Aryeh Gregor [Tue, 16 Jun 2009 21:00:38 +0000 (21:00 +0000)]
Abstract more methods in DatabaseBase

Notably, this will switch conditional() in MySQL from using IF() to
using CASE, like all other DBMSes.  Documentation suggests this works
back to 4.0.  If it's a problem, it's a matter of a few lines to
override it in DatabaseMysql.php.

Also, some extra explanatory comments have been added to a number of
methods in DatabaseBase.

14 years ago* Fix preferences for languages without a "default" entry in the date options.
Andrew Garrett [Tue, 16 Jun 2009 20:53:59 +0000 (20:53 +0000)]
* Fix preferences for languages without a "default" entry in the date options.

14 years agofix for r51997: user_properties and log_search tables have been added in 1.16
Alexandre Emsenhuber [Tue, 16 Jun 2009 20:33:37 +0000 (20:33 +0000)]
fix for r51997: user_properties and log_search tables have been added in 1.16

14 years agoMake some Database methods optional to override
Aryeh Gregor [Tue, 16 Jun 2009 20:22:11 +0000 (20:22 +0000)]
Make some Database methods optional to override

Specifically freeResult(), selectDB(), close(), and ping(), as suggested
by Tim on code review for r51918.  Where these were overridden by stubs
in subclasses, I deleted the stubs.

14 years agoAdded log_user_text
Aaron Schulz [Tue, 16 Jun 2009 20:05:03 +0000 (20:05 +0000)]
Added log_user_text

14 years agoBlock password resets from globally blocked IP addresses
Andrew Garrett [Tue, 16 Jun 2009 17:10:17 +0000 (17:10 +0000)]
Block password resets from globally blocked IP addresses

14 years agoLocalisation updates Russian from translatewiki.net
Shinjiman [Tue, 16 Jun 2009 13:33:26 +0000 (13:33 +0000)]
Localisation updates Russian from translatewiki.net

14 years agoremoved unneeded semi-colon
Alexandre Emsenhuber [Tue, 16 Jun 2009 12:37:44 +0000 (12:37 +0000)]
removed unneeded semi-colon

14 years agoShow right logs when viewing/creating deleted page
Aryeh Gregor [Tue, 16 Jun 2009 10:26:59 +0000 (10:26 +0000)]
Show right logs when viewing/creating deleted page

Patch by Church of Emacs (bug 16950) with whitespace fixes.  r51041
tried to remove just rev_deleted log entries from displaying (bug
18747), but removed all entries other than page deletion instead
(including restoration and move logs).  It also only removed rev_deleted
log entries for recreating, not just viewing.

14 years agoFix bug in global auth caused by r48970 (I think). You need to call this->changeableG...
Andrew Garrett [Tue, 16 Jun 2009 09:40:50 +0000 (09:40 +0000)]
Fix bug in global auth caused by r48970 (I think). You need to call this->changeableGroups, not wgUser->changeableGroups

14 years agoLocalisation updates Cantonese, Chinese and Literary Chinese
Shinjiman [Tue, 16 Jun 2009 02:06:49 +0000 (02:06 +0000)]
Localisation updates Cantonese, Chinese and Literary Chinese

14 years agoRemoved isMissing() calls from performance-sensitive code paths. Replaces live hack...
Tim Starling [Tue, 16 Jun 2009 01:06:13 +0000 (01:06 +0000)]
Removed isMissing() calls from performance-sensitive code paths. Replaces live hack. Should hopefully avoid the total backend overload we saw when we deployed this feature initially. The feature could be reimplemented as a database field, img_missing, populated offline by a maintenance script. But doing an NFS stat() on page view is totally impossible.

14 years agoLocalisation updates for core messages from translatewiki.net (2009-06-15 20:41 UTC)
Siebrand Mazeland [Mon, 15 Jun 2009 20:44:58 +0000 (20:44 +0000)]
Localisation updates for core messages from translatewiki.net (2009-06-15 20:41 UTC)

14 years ago(bug 19209) Follow-up to r49331: CSS for nds should not apply for nds-nl.
Siebrand Mazeland [Mon, 15 Jun 2009 20:37:54 +0000 (20:37 +0000)]
(bug 19209) Follow-up to r49331: CSS for nds should not apply for nds-nl.

14 years agoAdded new message 'sp-deletedcontributions-contribs' for the link to Special:Contribu...
Alexandre Emsenhuber [Mon, 15 Jun 2009 20:10:38 +0000 (20:10 +0000)]
Added new message 'sp-deletedcontributions-contribs' for the link to Special:Contributions at the top of Special:DeletedContributions so it is possible to have a non-capitalized link, more or less the same as 48906

14 years agoreverted r49889 - breaks patrol mark functions (and a real fix was used anyway)
Aaron Schulz [Mon, 15 Jun 2009 20:08:50 +0000 (20:08 +0000)]
reverted r49889 - breaks patrol mark functions (and a real fix was used anyway)

14 years agoMove some stuff from DatabaseBase to DatabaseMysql
Aryeh Gregor [Mon, 15 Jun 2009 18:39:41 +0000 (18:39 +0000)]
Move some stuff from DatabaseBase to DatabaseMysql

I moved a number of methods and marked them abstract in DatabaseBase,
namely those that met the following criteria:

1) Used some mysql_* function, so would obviously fail on any other DB.
2) Were already implemented by all five non-MySQL subclasses.

It would be reasonable to revisit these and make the less essential ones
return a dummy value instead of being abstract.  And document them.  And
move more methods that are MySQL-specific.  But one thing at a time.

I also split the classes Database, DatabaseMysql, and MySQLMasterPos to
DatabaseMysql.php.

This should theoretically have no practical changes, but it's a bunch of
changed code, so it will possibly break something by accident.

Followup to r51795.

14 years agofix typo in comment
Alex Z [Mon, 15 Jun 2009 18:38:15 +0000 (18:38 +0000)]
fix typo in comment

14 years agoLocalization update for he.
Rotem Liss [Mon, 15 Jun 2009 18:06:49 +0000 (18:06 +0000)]
Localization update for he.

14 years ago(bug 19211) Fix regression from r50351 that caused looping in previous/next navigation
Siebrand Mazeland [Mon, 15 Jun 2009 17:57:13 +0000 (17:57 +0000)]
(bug 19211) Fix regression from r50351 that caused looping in previous/next navigation

14 years agoRegression in r51797, anon signature links where prefixed with contributions/ because...
Niklas Laxström [Mon, 15 Jun 2009 15:17:40 +0000 (15:17 +0000)]
Regression in r51797, anon signature links where prefixed with contributions/ because default value changed from '' to null

14 years agoFix incorrect index usage. Without a condition on the namespace, the use of new_name_...
Tim Starling [Mon, 15 Jun 2009 14:44:28 +0000 (14:44 +0000)]
Fix incorrect index usage. Without a condition on the namespace, the use of new_name_timestamp causes a full table scan. This was the primary cause of the recent post-scap downtime.

14 years agoLocalisation updates: Persian translation for vector- series of messages
Huji [Mon, 15 Jun 2009 14:42:50 +0000 (14:42 +0000)]
Localisation updates: Persian translation for vector- series of messages

14 years agoFollow-up to r51894: remove unused $targetText
Siebrand Mazeland [Mon, 15 Jun 2009 14:09:41 +0000 (14:09 +0000)]
Follow-up to r51894: remove unused $targetText

14 years agoFix up r51559: Linker::link() expects Title objects, not strings
Roan Kattouw [Mon, 15 Jun 2009 13:50:05 +0000 (13:50 +0000)]
Fix up r51559: Linker::link() expects Title objects, not strings

14 years agoRemoved empty elements from magic words
Niklas Laxström [Mon, 15 Jun 2009 13:35:58 +0000 (13:35 +0000)]
Removed empty elements from magic words

14 years agoRemoved empty-string magic word synonyms, were probably breaking the wiki
Tim Starling [Mon, 15 Jun 2009 13:29:08 +0000 (13:29 +0000)]
Removed empty-string magic word synonyms, were probably breaking the wiki

14 years agoFix regression probably from r50975 - link was not parsed
Niklas Laxström [Mon, 15 Jun 2009 13:20:40 +0000 (13:20 +0000)]
Fix regression probably from r50975 - link was not parsed

14 years agoUpdate magic words:
Siebrand Mazeland [Mon, 15 Jun 2009 13:15:10 +0000 (13:15 +0000)]
Update magic words:
* remove duplicates
* note consistently

14 years agoFix double escaping issues. Related to r51559 and friends.
Siebrand Mazeland [Mon, 15 Jun 2009 12:32:59 +0000 (12:32 +0000)]
Fix double escaping issues. Related to r51559 and friends.

14 years ago(bug 19205 ) Follow-up to 50351 and 51572: no double escaping.
Siebrand Mazeland [Mon, 15 Jun 2009 12:12:53 +0000 (12:12 +0000)]
(bug 19205 ) Follow-up to 50351 and 51572: no double escaping.

14 years ago(bug 19202) Follow-up to r51819: fix incorrect conversion. Put wfMsgForContent back.
Siebrand Mazeland [Mon, 15 Jun 2009 11:27:48 +0000 (11:27 +0000)]
(bug 19202) Follow-up to r51819: fix incorrect conversion. Put wfMsgForContent back.

14 years agoFollow-up to r50822. Add id="mw-returnto" to allow styling.
Siebrand Mazeland [Mon, 15 Jun 2009 11:11:17 +0000 (11:11 +0000)]
Follow-up to r50822. Add id="mw-returnto" to allow styling.

14 years agoFix for r51574: did you mean.. links were broken, the original change seem to miss...
Robert Stojnić [Mon, 15 Jun 2009 09:44:55 +0000 (09:44 +0000)]
Fix for r51574: did you mean.. links were broken, the original change seem to miss this one..

14 years agoLabel width from 20% to 30% to further reduce label wrapping. Is was for example...
Siebrand Mazeland [Mon, 15 Jun 2009 08:05:52 +0000 (08:05 +0000)]
Label width from 20% to 30% to further reduce label wrapping. Is was for example wrapping on Special:AllPages for "Display pages starting at:" at 'at' in FF3.

14 years agoLocalisation updates for core messages from translatewiki.net (2009-06-15 07:42 UTC)
Siebrand Mazeland [Mon, 15 Jun 2009 07:51:09 +0000 (07:51 +0000)]
Localisation updates for core messages from translatewiki.net (2009-06-15 07:42 UTC)

14 years agoRemove $resultset->free() calls, as in live hack. The calls are unnecessary, removing...
Tim Starling [Mon, 15 Jun 2009 06:54:40 +0000 (06:54 +0000)]
Remove $resultset->free() calls, as in live hack. The calls are unnecessary, removing probably fixes some bug.

14 years agowe have SpecialPage::getTitleFor() for that
Alexandre Emsenhuber [Mon, 15 Jun 2009 06:46:32 +0000 (06:46 +0000)]
we have SpecialPage::getTitleFor() for that

14 years agoFix typo from r51820
Tim Starling [Mon, 15 Jun 2009 04:52:57 +0000 (04:52 +0000)]
Fix typo from r51820

14 years ago(bug 19160) Use DISTINCT instead of DISTINCTROW for compatibility with postgresql
Alex Z [Mon, 15 Jun 2009 03:05:28 +0000 (03:05 +0000)]
(bug 19160) Use DISTINCT instead of DISTINCTROW for compatibility with postgresql

14 years agoUse parentheses for bit* to be on the safe side
Aryeh Gregor [Sun, 14 Jun 2009 20:13:17 +0000 (20:13 +0000)]
Use parentheses for bit* to be on the safe side

Follow-up to r51815.

14 years agoLocalisation updates for core messages from translatewiki.net (2009-06-14 14:35 UTC)
Siebrand Mazeland [Sun, 14 Jun 2009 14:37:27 +0000 (14:37 +0000)]
Localisation updates for core messages from translatewiki.net (2009-06-14 14:35 UTC)

14 years agoLocalisation updates Cantonese, Chinese and Literary Chinese
Shinjiman [Sun, 14 Jun 2009 12:16:57 +0000 (12:16 +0000)]
Localisation updates Cantonese, Chinese and Literary Chinese

14 years agoLocalisation updates for core special pages aliases from translatewiki.net
Siebrand Mazeland [Sun, 14 Jun 2009 10:44:31 +0000 (10:44 +0000)]
Localisation updates for core special pages aliases from translatewiki.net

14 years agoLocalisation updates for core magic words from translatewiki.net
Siebrand Mazeland [Sun, 14 Jun 2009 10:38:15 +0000 (10:38 +0000)]
Localisation updates for core magic words from translatewiki.net

14 years ago(bug 19170) Special:Version should follow the content language direction
Siebrand Mazeland [Sat, 13 Jun 2009 23:30:17 +0000 (23:30 +0000)]
(bug 19170) Special:Version should follow the content language direction

14 years agoLocalisation updates for core messages from translatewiki.net (2009-06-13 19:49 UTC)
Siebrand Mazeland [Sat, 13 Jun 2009 20:11:05 +0000 (20:11 +0000)]
Localisation updates for core messages from translatewiki.net (2009-06-13 19:49 UTC)

14 years agoDo not show new section link when viewing old talk page rev
Katie Filbert [Sat, 13 Jun 2009 14:27:16 +0000 (14:27 +0000)]
Do not show new section link when viewing old talk page rev

14 years ago* deprecated makeMediaLink() to makeMediaLinkObj
Siebrand Mazeland [Sat, 13 Jun 2009 13:41:48 +0000 (13:41 +0000)]
* deprecated makeMediaLink() to makeMediaLinkObj
* add FIXME where I was not able to replace a deprecated method
* add doxygen @deprecated where wfDeprecated() was present, but not the doc

Should conclude replacing or tagging remaining deprecated Linker::make*Link*() in core. Linking to r51559 for code review

14 years ago* replace deprecated makeBrokenLinkObj() by LinkHolderArray.php()
Siebrand Mazeland [Sat, 13 Jun 2009 12:39:00 +0000 (12:39 +0000)]
* replace deprecated makeBrokenLinkObj() by LinkHolderArray.php()
* replace deprecated makeKnownLink() by linkKnown()
* add FIXME where I was not able to.

Linking to r51559 for code review

14 years ago* follow-up to r51568: $id should not have been made an array
Siebrand Mazeland [Sat, 13 Jun 2009 12:24:43 +0000 (12:24 +0000)]
* follow-up to r51568: $id should not have been made an array
* use linkKnown() instead of deprecated makeKnownLink()

14 years agoFollow-up to r?????:
Niklas Laxström [Sat, 13 Jun 2009 08:57:33 +0000 (08:57 +0000)]
Follow-up to r?????:
PHP Catchable fatal error:  Argument 1 passed to DBError::__construct() must be an instance of Database, instance of DatabaseMysql given, called in /var/www/w/includes/db/Database.php on line 2736 and defined in /var/www/w/includes/db/Database.php on line 2547

14 years agotypos
Jure Kajzer [Sat, 13 Jun 2009 06:49:54 +0000 (06:49 +0000)]
typos

14 years agoAdded bitwise operations to DatabaseBase and overloaded in DatabaseOracle.
Jure Kajzer [Sat, 13 Jun 2009 06:31:38 +0000 (06:31 +0000)]
Added bitwise operations to DatabaseBase and overloaded in DatabaseOracle.

14 years agoLocalisation updates for core messages from translatewiki.net
Siebrand Mazeland [Sat, 13 Jun 2009 00:52:00 +0000 (00:52 +0000)]
Localisation updates for core messages from translatewiki.net

14 years agoUpdate Special:BrokenRedirects:
Siebrand Mazeland [Sat, 13 Jun 2009 00:02:31 +0000 (00:02 +0000)]
Update Special:BrokenRedirects:
* add a message 'parentheses' "($1)" so a parentheses enclosed list can be localised (hardcoded all over the place)
* put edit and delete link in parentheses together (changed messages 'brokenredirects-delete' and 'brokenredirects-edit')
* convert deprecated makeBrokenLinkObj() to link()
* update indendation

14 years agoAnother follow-up for r51807: add a missing </form> on pages without the advanced...
Robert Stojnić [Fri, 12 Jun 2009 23:35:35 +0000 (23:35 +0000)]
Another follow-up for r51807: add a missing </form> on pages without the advanced search

14 years agoconvert deprecated makeBrokenLinkObj() to link(). Changed behaviour of the link....
Siebrand Mazeland [Fri, 12 Jun 2009 23:34:02 +0000 (23:34 +0000)]
convert deprecated makeBrokenLinkObj() to link(). Changed behaviour of the link. It is no longer a broken link. Edit didn't work. Added that in the query parameters.

14 years agoFix warning in r51807, $out is first used here so need = instead of .=
Robert Stojnić [Fri, 12 Jun 2009 23:21:55 +0000 (23:21 +0000)]
Fix warning in r51807, $out is first used here so need = instead of .=

14 years agoChanged how the search UI is rendered.
Trevor Parscal [Fri, 12 Jun 2009 22:45:13 +0000 (22:45 +0000)]
Changed how the search UI is rendered.

14 years agoExpect DatabaseBase, not Database.
Chad Horohoe [Fri, 12 Jun 2009 21:54:29 +0000 (21:54 +0000)]
Expect DatabaseBase, not Database.

14 years agoLocalization update for he and fixing comment in en.
Rotem Liss [Fri, 12 Jun 2009 20:38:32 +0000 (20:38 +0000)]
Localization update for he and fixing comment in en.

14 years agoUpdate casing on Vector skin messages
Siebrand Mazeland [Fri, 12 Jun 2009 20:10:19 +0000 (20:10 +0000)]
Update casing on Vector skin messages

14 years agoPut actual location of these two classes.
Chad Horohoe [Fri, 12 Jun 2009 19:24:03 +0000 (19:24 +0000)]
Put actual location of these two classes.

14 years agoKill some E_NOTICE when protecting a non-existing page
Alexandre Emsenhuber [Fri, 12 Jun 2009 18:31:07 +0000 (18:31 +0000)]
Kill some E_NOTICE when protecting a non-existing page

14 years agoMake Database into abstract class DatabaseBase
Aryeh Gregor [Fri, 12 Jun 2009 17:59:04 +0000 (17:59 +0000)]
Make Database into abstract class DatabaseBase

All other databases were changed to extend DatabaseBase instead of
Database.  Database was kept as an alias for DatabaseMysql for
compatibility.  Existing explicit references to Database that I could
find were changed to DatabaseMysql for the sake of clarity.

Should cause no functional changes.

14 years agoSwitched language of tabs from generic and monobook specific stuff to vector specific...
Trevor Parscal [Fri, 12 Jun 2009 17:55:48 +0000 (17:55 +0000)]
Switched language of tabs from generic and monobook specific stuff to vector specific messages where possible

14 years agoFix for r51774, r51784: set '127.0.0.1' as IP for CLI, but with explicit check for...
Alexandre Emsenhuber [Fri, 12 Jun 2009 09:34:49 +0000 (09:34 +0000)]
Fix for r51774, r51784: set '127.0.0.1' as IP for CLI, but with explicit check for $wgCommandLineMode so that the exception "Unable to determine IP" is not thrown in this case.

14 years agoFixes for r51774:
Alexandre Emsenhuber [Fri, 12 Jun 2009 09:17:21 +0000 (09:17 +0000)]
Fixes for r51774:
* declare $ip and $ipchain so that it doesn't throw notices and warnings
* don't set $ip to false after getting it from $_SERVER['REMOTE_ADDR'], otherwise it won't work when there's no XFF header
* fix logic when throwing the exception: throw it when there's no IP

14 years agoLocalisation updates Cantonese, Chinese and Literary Chinese
Shinjiman [Fri, 12 Jun 2009 06:47:25 +0000 (06:47 +0000)]
Localisation updates Cantonese, Chinese and Literary Chinese

14 years agoPass the SiteConfiguration object as a parameter to fullLoadCallback.
Tim Starling [Fri, 12 Jun 2009 04:11:15 +0000 (04:11 +0000)]
Pass the SiteConfiguration object as a parameter to fullLoadCallback.

14 years agoTweak RELEASE-NOTES
Chad Horohoe [Fri, 12 Jun 2009 01:38:19 +0000 (01:38 +0000)]
Tweak RELEASE-NOTES

14 years agoRevert r51725 (fall back to 127.0.0.1 when IP cannot be determined). On further discu...
Chad Horohoe [Fri, 12 Jun 2009 01:34:44 +0000 (01:34 +0000)]
Revert r51725 (fall back to 127.0.0.1 when IP cannot be determined). On further discussion, it's best if we don't make up a fake IP. Tweak the logic here a bit (per Tim) to let XFF attempt to determine the actual IP. Throw an exception if we can't.

14 years agoPer code review: call allowPropChange() directly, and only reference the deprecated...
Chad Horohoe [Thu, 11 Jun 2009 23:35:34 +0000 (23:35 +0000)]
Per code review: call allowPropChange() directly, and only reference the deprecated methods if they're available, this way if someone _has_ implemented these, they will still get their desired results. Removed them so A) We don't encourage people to use them, and B) We don't fool ourselves with is_callable()

14 years agoTweaked link colors to unify colors of content and navigation.
Trevor Parscal [Thu, 11 Jun 2009 23:07:07 +0000 (23:07 +0000)]
Tweaked link colors to unify colors of content and navigation.

14 years agoLocalisation updates for core messages from translatewiki.net (2009-06-11 20:53 UTC)
Siebrand Mazeland [Thu, 11 Jun 2009 20:57:08 +0000 (20:57 +0000)]
Localisation updates for core messages from translatewiki.net (2009-06-11 20:53 UTC)

14 years agoLocalization update for he.
Rotem Liss [Thu, 11 Jun 2009 20:53:14 +0000 (20:53 +0000)]
Localization update for he.

14 years agoConsistency tweaks
Siebrand Mazeland [Thu, 11 Jun 2009 20:40:32 +0000 (20:40 +0000)]
Consistency tweaks

14 years agoUse the new and more accurate classes for Arabic per
Meno25 [Thu, 11 Jun 2009 14:41:52 +0000 (14:41 +0000)]
Use the new and more accurate classes for Arabic per
http://ar.wikipedia.org/w/index.php?oldid=3406056

14 years agoLocalisation updates: Updating magic words
Huji [Thu, 11 Jun 2009 11:30:07 +0000 (11:30 +0000)]
Localisation updates: Updating magic words

14 years agoFix for r51667: external diff is also controlled by $wgUseExternalEditor (see include...
Alexandre Emsenhuber [Thu, 11 Jun 2009 10:49:33 +0000 (10:49 +0000)]
Fix for r51667: external diff is also controlled by $wgUseExternalEditor (see includes/diff/DifferenceEngine.php line 107). $wgExternalDiffEngine is used to change the difference engine's backend (wikidiff, wikidiff2, ...) and not to allow users to have their own difference engine.

14 years agoRemove unused global left in r51727
Roan Kattouw [Thu, 11 Jun 2009 09:05:47 +0000 (09:05 +0000)]
Remove unused global left in r51727