Merged revisions 25607-25751 via svnmerge from
svn+
ssh://david@svn.wikimedia.org/svnroot/mediawiki/trunk/phase3
........
r25615 | nikerabbit | 2007-09-07 01:32:37 -0700 (Fri, 07 Sep 2007) | 2 lines
* Updates to (fa)
........
r25620 | raymond | 2007-09-07 01:42:39 -0700 (Fri, 07 Sep 2007) | 3 lines
* Add a warning for non-descriptive filenames at Special:Upload
* Some tweaks to RELEASE-NOTES
........
r25621 | wegge | 2007-09-07 01:52:21 -0700 (Fri, 07 Sep 2007) | 1 line
Updated da translations
........
r25622 | raymond | 2007-09-07 02:20:05 -0700 (Fri, 07 Sep 2007) | 2 lines
* (
bug 10367) Update Kazakh translations
Patch by AlefZet
........
r25623 | raymond | 2007-09-07 02:23:09 -0700 (Fri, 07 Sep 2007) | 2 lines
* (
bug 11170) Update French translations
Patch by Bertrand GRONDIN
........
r25628 | aaron | 2007-09-07 04:01:46 -0700 (Fri, 07 Sep 2007) | 1 line
*Should include usertalk NS too
........
r25635 | brion | 2007-09-07 06:30:28 -0700 (Fri, 07 Sep 2007) | 4 lines
Revert 25602 and 25604 schema changes for now.
Please don't commit schema changes to trunk until you've cleared them with me and Tim -- remember trunk is meant to be ready-to-run live at all times.
They force operational work before we can update the software again, and it's a big pain in the ass to deal with them unexpectedly.
........
r25637 | brion | 2007-09-07 06:52:55 -0700 (Fri, 07 Sep 2007) | 6 lines
Some naming cleanup of the filename prefix blacklist added in
r25620:
* Dropped a redundant if(count()) around a foreach().
* Renamed SpecialUpload::getFilenamePrefix() to getFilenamePrefixBlacklist(), since it returns a blacklist of filename prefixes, not the prefix of a filename. :)
* Renamed some local variables to match
* Renamed 'filename-prefix' message to 'filename-bad-prefix' and 'filename-prefix-list' to 'filename-prefix-blacklist' to clarify usage.
........
r25642 | siebrand | 2007-09-07 09:16:47 -0700 (Fri, 07 Sep 2007) | 1 line
Updates to messages/MessagesNl.php
........
r25649 | rotem | 2007-09-07 14:49:05 -0700 (Fri, 07 Sep 2007) | 1 line
Update.
........
r25651 | tstarling | 2007-09-07 16:07:07 -0700 (Fri, 07 Sep 2007) | 4 lines
Fixed the diff cache purge feature:
* Made it work with the anon-only confirmation form.
* Fixed data flow issue (removed reference to $wgRequest in DifferenceEngine.php)
* Made it actually purge rather than just skip the cache one time
........
r25653 | tstarling | 2007-09-07 19:08:08 -0700 (Fri, 07 Sep 2007) | 3 lines
Moved EditPage::sectionAnchor() and EditPage::pseudoParseSectionAnchor() to Parser, names slightly changed. Replaced O(N^2) regexes with calls to StringUtils. This should fix the breakage of ActiveAbstract extension, which was calling EditPage::sectionAnchor() statically.
We could probably all benefit from implementing a general rule *not* to call random non-static functions statically. This style is very vulnerable to breakage on later refactoring.
........
r25659 | siebrand | 2007-09-08 04:14:25 -0700 (Sat, 08 Sep 2007) | 2 lines
Localisation updates from Betawiki.
* Fixes and additions to to Messages for bcl, bn and sk.
........
r25660 | siebrand | 2007-09-08 04:22:35 -0700 (Sat, 08 Sep 2007) | 1 line
Update RELEASE-NOTES
........
r25662 | siebrand | 2007-09-08 06:44:58 -0700 (Sat, 08 Sep 2007) | 3 lines
Localisation updates from Betawiki.
* Adding language Mapudungun (arn). Translated by Lin linao.
........
r25663 | siebrand | 2007-09-08 07:01:28 -0700 (Sat, 08 Sep 2007) | 3 lines
Localisation updates from Betawiki.
* Updating Dutch (nl)
........
r25664 | raymond | 2007-09-08 07:47:46 -0700 (Sat, 08 Sep 2007) | 3 lines
* (
bug 11234) Update Belarussian Taraskievica orthography translations
Patches by Eugene Zelenko
........
r25665 | siebrand | 2007-09-08 08:59:29 -0700 (Sat, 08 Sep 2007) | 1 line
Set fallback for Frisian (fy) and Zealandic (zea) to Dutch (nl)
........
r25668 | siebrand | 2007-09-08 11:38:46 -0700 (Sat, 08 Sep 2007) | 4 lines
Localisation updates from Betawiki.
* Bengali (bn)
* Cassubian (csb)
........
r25680 | werdna | 2007-09-09 01:11:58 -0700 (Sun, 09 Sep 2007) | 2 lines
* Allow userCan to take null $user - and replace it with $wgUser if passed.
* (
Bug 7027) Shift handling of deletion permissions-checking to getUserPermissionsErrors.
........
r25681 | werdna | 2007-09-09 01:13:31 -0700 (Sun, 09 Sep 2007) | 1 line
RELEASE-NOTES from last commit.
........
r25685 | siebrand | 2007-09-09 04:57:43 -0700 (Sun, 09 Sep 2007) | 4 lines
Localisation updates from Betawiki.
* Bengali (bn)
* Welsh (cy)
* Sakha (sah)
........
r25692 | raymond | 2007-09-09 10:46:22 -0700 (Sun, 09 Sep 2007) | 2 lines
* (
bug 11257) Update French translations
Patch by Bertrand GRONDIN
........
r25696 | greg | 2007-09-09 11:31:21 -0700 (Sun, 09 Sep 2007) | 2 lines
Don't pass getTimestamp output directly to the db without a wrap.
........
r25699 | siebrand | 2007-09-09 12:00:52 -0700 (Sun, 09 Sep 2007) | 2 lines
Localisation updates from Betawiki.
* ar, bn, cy, hsb
........
r25700 | nikerabbit | 2007-09-09 12:13:02 -0700 (Sun, 09 Sep 2007) | 2 lines
* English name
........
r25701 | nikerabbit | 2007-09-09 12:35:32 -0700 (Sun, 09 Sep 2007) | 2 lines
* Removed unused message
........
r25704 | ivanlanin | 2007-09-09 16:18:16 -0700 (Sun, 09 Sep 2007) | 1 line
Indonesian (id) localisation updates.
........
r25705 | simetrical | 2007-09-09 16:58:10 -0700 (Sun, 09 Sep 2007) | 1 line
Moved inline markup in signup and login forms to CSS, and dealt with some of the associated directionality issues in the process.
........
r25706 | simetrical | 2007-09-09 17:45:32 -0700 (Sun, 09 Sep 2007) | 1 line
Refactor Monobook CSS for headers a bit. Section edit links were showing up with inconsistent sizes in Opera on Linux because of rounding errors. There should be no changes other than increased consistency/preservation of original intent.
........
r25707 | simetrical | 2007-09-09 18:13:05 -0700 (Sun, 09 Sep 2007) | 1 line
Oops, we shouldn't have h1.firstHeading display at normal text size . . .
........
r25709 | rotem | 2007-09-09 18:53:24 -0700 (Sun, 09 Sep 2007) | 4 lines
(
bug 5387) Block log items on RecentChanges don't make use of possible translations:
* Removing span from Language::translateBlockExpiry.
* Adding span conditionally in LogPage::actionText, and using appropriate language (interface and content).
* Removing translate parameter from LogPage::actionText: no longer needed, always translate.
........
r25712 | werdna | 2007-09-09 20:01:09 -0700 (Sun, 09 Sep 2007) | 2 lines
* Partial revert of
r25680 (The bit that allowed people to provide a null $user and substitute it for $wgUser -- which didn't work anyway)
* Minor bug, pointed out by Simetrical, in currently unused edge cases where $user passed to getUserPermissionsErrors is not $wgUser, and $user is blocked.
........
r25713 | werdna | 2007-09-09 22:28:09 -0700 (Sun, 09 Sep 2007) | 3 lines
* (
bug 11211) Pass, as a parameter to the protectedpagetext interface message, the level of protection.
Note that this is AFTER 'sysop' is rewritten to 'protect', so the parameter passed for full-protected pages on wikimedia projects will be 'protect', not 'sysop'.
........
r25714 | werdna | 2007-09-09 23:00:45 -0700 (Sun, 09 Sep 2007) | 1 line
* (
bug 9611) Supply the blocker and reason for the cantcreateaccounttext message.
........
r25715 | werdna | 2007-09-09 23:27:36 -0700 (Sun, 09 Sep 2007) | 2 lines
* Ensure, on the server side, that cascading protection cannot be applied to anything but full protection, so as to prevent people from using semi-cascade-protected pages to protect arbitrary pages.
* Fix a bug in the previous javascript implementation of this behaviour (protection is per-right, not per-group!)
........
r25717 | siebrand | 2007-09-09 23:58:57 -0700 (Sun, 09 Sep 2007) | 2 lines
Localisation updates from Betawiki.
* bcl, sah
........
r25719 | werdna | 2007-09-10 00:48:20 -0700 (Mon, 10 Sep 2007) | 2 lines
* (
bug 8759) Fixed bug where rollback was allowed on protected pages for wikis where rollback is given to non-sysops.
* Replace rollback permissions error messages with the new variety.
........
r25720 | werdna | 2007-09-10 01:10:48 -0700 (Mon, 10 Sep 2007) | 1 line
* (
bug 8834) Split off permission for editing user JavaScript and CSS from editinterface to a new permission key editusercssjs.
........
r25721 | raymond | 2007-09-10 02:29:13 -0700 (Mon, 10 Sep 2007) | 2 lines
* (
bug 11266) Set fallback language for Fulfulde (ff) to French
........
r25722 | werdna | 2007-09-10 02:42:41 -0700 (Mon, 10 Sep 2007) | 1 line
Undo some unintended UTF-8 muckups from my last commit.
........
r25723 | werdna | 2007-09-10 02:48:00 -0700 (Mon, 10 Sep 2007) | 1 line
Change the cantcreateaccounttext message, to take advantage of the features from
r25714.
........
r25725 | wegge | 2007-09-10 06:46:01 -0700 (Mon, 10 Sep 2007) | 1 line
Updated da translations + fix quotes in MessagesEn.php
........
r25726 | catrope | 2007-09-10 07:17:33 -0700 (Mon, 10 Sep 2007) | 2 lines
*(
bug 11275) Enable descending sort in API categorymembers
........
r25734 | brion | 2007-09-10 09:40:53 -0700 (Mon, 10 Sep 2007) | 2 lines
remove random bogus char in comment
........
r25738 | amidaniel | 2007-09-10 11:29:05 -0700 (Mon, 10 Sep 2007) | 2 lines
Fix typo. "wfGetDb" -> "wfGetDB"
........
r25740 | brion | 2007-09-10 12:38:44 -0700 (Mon, 10 Sep 2007) | 4 lines
* (
bug 11179) Include image version deletion comment in public log
Append comment, if present, to the deletedrevision text. This matches undeletion behavior.
To pretty that up, removed the final period from the default deletedrevision message; it didn't look good with the following colon, and even when alone it's inconsistent with other usage, we usually don't have a period there.
........
r25742 | brion | 2007-09-10 14:01:40 -0700 (Mon, 10 Sep 2007) | 3 lines
* (
bug 11158) Fix escaping in API HTML-formatted JSON
........
r25751 | siebrand | 2007-09-10 15:02:19 -0700 (Mon, 10 Sep 2007) | 1 line
Remove fallback to Dutch at request. Frysian falls back to English again.
........