Merged revisions 25454-25529 via svnmerge from
svn+
ssh://david@svn.wikimedia.org/svnroot/mediawiki/trunk/phase3
........
r25456 | catrope | 2007-09-03 12:58:05 -0700 (Mon, 03 Sep 2007) | 3 lines
* (
bug 11115) API: Adding the SHA1 to the imageinfo query
* Moving misplaced entry in RELEASE-NOTES
........
r25457 | catrope | 2007-09-03 13:17:53 -0700 (Mon, 03 Sep 2007) | 2 lines
(
bug 10898) API does not return an edit token for non-existent pages
........
r25459 | catrope | 2007-09-03 13:37:42 -0700 (Mon, 03 Sep 2007) | 3 lines
* (
bug 10890) API: Timestamp support for categorymembers query
* Removed some stray whitespace
........
r25460 | rotem | 2007-09-03 13:38:14 -0700 (Mon, 03 Sep 2007) | 1 line
Update.
........
r25461 | tstarling | 2007-09-03 14:35:27 -0700 (Mon, 03 Sep 2007) | 1 line
Return an error message if the requested size was bigger than the source, or more generally if the "transformed" output file is in fact the source file.
........
r25463 | aaron | 2007-09-03 17:38:54 -0700 (Mon, 03 Sep 2007) | 1 line
*Allow for some non-patrollers to see which edits were patrolled
........
r25465 | tstarling | 2007-09-03 19:48:34 -0700 (Mon, 03 Sep 2007) | 1 line
Allow extensions to define magic words by simply including a $magicWords variable in their registered i18n file.
........
r25468 | aaron | 2007-09-03 21:13:53 -0700 (Mon, 03 Sep 2007) | 1 line
*Only sanitize IPv6 titles for pages in user namespace.
........
r25473 | brion | 2007-09-04 07:25:55 -0700 (Tue, 04 Sep 2007) | 2 lines
Use 'enc' variable naming convention for interpolated pre-encoded variables in raw SQL strings. This'll keep your release manager from freaking out when he sees raw variables being dumped into raw SQL.
........
r25474 | catrope | 2007-09-04 07:30:31 -0700 (Tue, 04 Sep 2007) | 2 lines
Additional fix of
bug 10890
........
r25475 | brion | 2007-09-04 07:39:55 -0700 (Tue, 04 Sep 2007) | 3 lines
Revert '9' accesskey for prefs; remove bogus release notes line.
Numeric accesskeys interfere with things, among others the use of alt+numpad to type extended chars on Windows.
........
r25476 | catrope | 2007-09-04 07:44:46 -0700 (Tue, 04 Sep 2007) | 2 lines
(
bug 10980) Add exclude redirects on backlinks
........
r25478 | aaron | 2007-09-04 08:05:08 -0700 (Tue, 04 Sep 2007) | 1 line
*Comment grammar
........
r25479 | tstarling | 2007-09-04 08:13:55 -0700 (Tue, 04 Sep 2007) | 1 line
Moved removeBadFile() to the base class
........
r25481 | brion | 2007-09-04 08:56:30 -0700 (Tue, 04 Sep 2007) | 3 lines
Fix the fix in
r25439, which incorrectly assumed that normalized extensions are the same length as their non-normalized forms. This isn't true: JPEG vs jpg for instance. :)
Additionally, makes the AJAX checks for non-exact matches work when an exact match isn't present; wfFindFile() checks local and shared repository, but returns no object if there isn't an exact match. Falling back to wfLocalFile() to get an object so the checks go through.
........
r25482 | brion | 2007-09-04 08:57:00 -0700 (Tue, 04 Sep 2007) | 2 lines
And remove some debug loggin :)
........
r25489 | raymond | 2007-09-04 10:14:47 -0700 (Tue, 04 Sep 2007) | 3 lines
* (
bug 10367) Update Kazakh translations
Patch by AlefZet
* Removing BOMs from
r24770
........
r25490 | siebrand | 2007-09-04 10:19:27 -0700 (Tue, 04 Sep 2007) | 17 lines
Localisation updates for MediaWiki core messages from Betawiki
* se (new) by Skuolfi
* eo by Tlustulimu
* fiu_vro by Võrok
* it by BrokenArrow
* lv by Yyy
* ms
* nl by SPQRobin, Siebrand
* pl by Wpedzich
* rmy by Desiphral
* sk by Helix84
* so by Mimursal
* ta by Mayooranathan
* yi by Yidel
* RELEASE-NOTES updated
Diffs checked by Raymond
........
r25501 | siebrand | 2007-09-04 11:51:17 -0700 (Tue, 04 Sep 2007) | 7 lines
Localisation updates for MediaWiki core messages from Betawiki
* Farsi (fa) by Huji
* Français Cadien (frc) (new) by RoyAlcatraz and JeanVoisin
* Kinaray-a (krj) (new) by RonaldPanaligan and Harvzsf
* Winaray (war) (new) by Harvzsf
* updated RELEASE-NOTES
........
r25502 | siebrand | 2007-09-04 11:57:53 -0700 (Tue, 04 Sep 2007) | 1 line
Fix some encoding issues in language names by substiting with ASCII look alikes.
........
r25503 | nikerabbit | 2007-09-04 12:02:35 -0700 (Tue, 04 Sep 2007) | 2 lines
* Added names for new languages recently committed
........
r25504 | siebrand | 2007-09-04 12:07:14 -0700 (Tue, 04 Sep 2007) | 2 lines
* Fixing unicode names
* Fix on language name
........
r25505 | raymond | 2007-09-04 12:19:59 -0700 (Tue, 04 Sep 2007) | 1 line
revert 25504. Something goes totally wrong.
........
r25506 | nikerabbit | 2007-09-04 12:29:47 -0700 (Tue, 04 Sep 2007) | 3 lines
* Inclusion of Special:Wantedpages now works again
........
r25510 | siebrand | 2007-09-04 13:15:22 -0700 (Tue, 04 Sep 2007) | 1 line
Updates to MessagesEo.php by Nike.
........
r25512 | aaron | 2007-09-04 15:02:37 -0700 (Tue, 04 Sep 2007) | 1 line
*IPv6 blurb
........
r25513 | siebrand | 2007-09-04 15:24:53 -0700 (Tue, 04 Sep 2007) | 2 lines
Localisation updates from Betawiki by Nike.
* Minor fixes to Messages for eo, fiu-vro, it, lv, ms, nl, rmy, and yi.
........
r25515 | simetrical | 2007-09-04 17:47:54 -0700 (Tue, 04 Sep 2007) | 1 line
Revert 25502. We use UTF-8, not ASCII lookalikes. If your text editor doesn't support UTF-8, please fix it. Also, fixed one ISO 8859 character that snuck in (which might have messed up the relevant text editor to start with).
........
r25519 | siebrand | 2007-09-04 23:08:30 -0700 (Tue, 04 Sep 2007) | 1 line
Fallback language was supposed to be English (removed French)
........
r25525 | midom | 2007-09-05 01:11:30 -0700 (Wed, 05 Sep 2007) | 2 lines
be resourceful, instead of creating new indexing bloat, use existing indexes.
........
r25527 | midom | 2007-09-05 01:14:18 -0700 (Wed, 05 Sep 2007) | 2 lines
destroy rc_patrolling index, no removers added, I hope not that many people did run update with that revision :)
........
r25528 | aaron | 2007-09-05 01:20:24 -0700 (Wed, 05 Sep 2007) | 1 line
*Remove comment per
r25527
........