Merged revisions 23120-23202 via svnmerge from
svn+
ssh://david@svn.wikimedia.org/svnroot/mediawiki/trunk/phase3
........
r23128 | raymond | 2007-06-20 09:06:01 -0700 (Wed, 20 Jun 2007) | 2 lines
* (
bug 10296) Update Albanian language
based on [[sq:special:allmessages]]
........
r23129 | raymond | 2007-06-20 09:50:28 -0700 (Wed, 20 Jun 2007) | 3 lines
* Housekeeping:
Make messages 'isbn' and 'booksources-isbn' optional as ISBN is untranslated in all latin and most non-latin script languages.
Removing theses messages from message files.
........
r23130 | aaron | 2007-06-20 11:41:15 -0700 (Wed, 20 Jun 2007) | 1 line
*Goddamn hack, modify error level temporarily while some dates are parsed so as not to make E_STRICT unusable due to local time complaint floodage
........
r23131 | aaron | 2007-06-20 11:49:54 -0700 (Wed, 20 Jun 2007) | 1 line
*error_reporting() again...sigh
........
r23133 | brion | 2007-06-20 12:35:17 -0700 (Wed, 20 Jun 2007) | 5 lines
* Throw a showstopper exception when a hook function fails to return a value.
Forgetting to give a 'true' return value is a very common error which tends
to cause hard-to-track-down interactions between extensions.
........
r23135 | aaron | 2007-06-20 13:33:44 -0700 (Wed, 20 Jun 2007) | 1 line
*More system date bitching
........
r23145 | aaron | 2007-06-20 15:25:39 -0700 (Wed, 20 Jun 2007) | 1 line
*Use wfSuppressWarnings() instead of error_reporting()
........
r23151 | nickj | 2007-06-20 21:28:06 -0700 (Wed, 20 Jun 2007) | 4 lines
Prevent error on viewing [[Special:Allmessages]] when LocalSettings.php includes
a custom file that extends the ApiQueryGeneratorBase abstract base class, by adding
ApiQueryGeneratorBase to the list of classes that the autoloader knows how to handle.
........
r23155 | robchurch | 2007-06-21 04:41:24 -0700 (Thu, 21 Jun 2007) | 1 line
(
bug 10325) Fix regression in form action on Special:Listusers
........
r23157 | robchurch | 2007-06-21 04:50:15 -0700 (Thu, 21 Jun 2007) | 1 line
Minor code refactoring
........
r23159 | jeluf | 2007-06-21 05:05:30 -0700 (Thu, 21 Jun 2007) | 1 line
Language stub for the Wolof language, setting fallback to French
........
r23162 | aaron | 2007-06-21 07:12:50 -0700 (Thu, 21 Jun 2007) | 1 line
*Add $wgCustomJobs for adding functions/subclasses to jobqueue
........
r23163 | robchurch | 2007-06-21 07:21:44 -0700 (Thu, 21 Jun 2007) | 1 line
Remove errant return, breaks switch statement for 'htmlCacheUpdate' jobs
........
r23165 | aaron | 2007-06-21 08:29:05 -0700 (Thu, 21 Jun 2007) | 1 line
*Add wfQueriesMustScale(), a quick dirt way to see whether we can get away with inefficient queries or if the job queue is best. Will likely need tweaking.
........
r23166 | raymond | 2007-06-21 08:51:28 -0700 (Thu, 21 Jun 2007) | 3 lines
* (
bug 9415) Added options to Special:Protect to allow setting of per-page robot
policies. This can be done only by users with the 'editrobots' permission
Based on a patch of AmiDaniel
........
r23167 | rotem | 2007-06-21 09:04:42 -0700 (Thu, 21 Jun 2007) | 1 line
Update and fix.
........
r23168 | rotem | 2007-06-21 09:08:11 -0700 (Thu, 21 Jun 2007) | 1 line
Adding a direction mark, for RTL wikis (it may be better to localise the text, though).
........
r23173 | robchurch | 2007-06-21 12:11:24 -0700 (Thu, 21 Jun 2007) | 6 lines
Some job cleanup:
* Move Jobs left in JobQueue.php to their own file
* Ditch $wgCustomJobs in favour of $wgJobClasses, which acts as a dictionary and allows extensions to add custom jobs
* Standardise Job derivative constructors and update everywhere
* Make sure all overriding implementations of Job::run() return true to avoid bogus "Error" report in runJobs.php
........
r23174 | raymond | 2007-06-21 12:13:08 -0700 (Thu, 21 Jun 2007) | 2 lines
* (
bug 10327) Update Swedish translations
Patch by Lejonel
........
r23175 | raymond | 2007-06-21 12:21:10 -0700 (Thu, 21 Jun 2007) | 1 line
eol-style:native
........
r23176 | wegge | 2007-06-21 13:33:17 -0700 (Thu, 21 Jun 2007) | 1 line
Updated translations for da
........
r23177 | tstarling | 2007-06-21 13:44:47 -0700 (Thu, 21 Jun 2007) | 1 line
Pass through wpIgnoreWarning request parameter to the form.
........
r23178 | robchurch | 2007-06-21 13:50:29 -0700 (Thu, 21 Jun 2007) | 2 lines
* Allow wiki links in "protect-robotspolicy", I imagine people are likely to want to link to help
* Typos
........
r23179 | robchurch | 2007-06-21 13:58:48 -0700 (Thu, 21 Jun 2007) | 1 line
i18n and better label text, don't assume all users speak robots.txt
........
r23181 | robchurch | 2007-06-21 14:18:29 -0700 (Thu, 21 Jun 2007) | 1 line
Bug fix
........
r23182 | raymond | 2007-06-21 15:02:52 -0700 (Thu, 21 Jun 2007) | 2 lines
* Housekeeping:
Removing more untranslated, optional stuff from message files
........
r23189 | aaron | 2007-06-21 17:21:54 -0700 (Thu, 21 Jun 2007) | 1 line
*Clean up comment
........
r23191 | aaron | 2007-06-21 19:08:22 -0700 (Thu, 21 Jun 2007) | 1 line
*Increase RC prune change to 1/100
........
r23196 | rotem | 2007-06-21 23:19:15 -0700 (Thu, 21 Jun 2007) | 1 line
Update and clarification.
........
r23197 | amidaniel | 2007-06-21 23:23:02 -0700 (Thu, 21 Jun 2007) | 1 line
Special:Randompage with no parameters now selects a random page from any namespace in $wgContentNamespaces, rather than just from NS_MAIN.
........
r23198 | ivanlanin | 2007-06-22 00:37:02 -0700 (Fri, 22 Jun 2007) | 1 line
Indonesian (id) localisation updates.
........
r23199 | raymond | 2007-06-22 00:41:45 -0700 (Fri, 22 Jun 2007) | 3 lines
* Some cosmetic tweaks
** ProtectionForm: move 'watch this page' checkbox between reason field and submit button like in all other forms too
** SpecialMovepage.php: right shift checkboxes a bit like in all other forms too, move hardcoded colons to message file for better localization
........
r23200 | rotem | 2007-06-22 00:49:45 -0700 (Fri, 22 Jun 2007) | 1 line
Update.
........
r23201 | raymond | 2007-06-22 01:40:20 -0700 (Fri, 22 Jun 2007) | 2 lines
* (
bug 7859) Update Kazakh translations
Patch by AlefZet
........