r25754 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r25753‎ | r25754 | r25755 >
Date:23:02, 10 September 2007
Author:david
Status:old
Tags:
Comment:
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.
........
Modified paths:
  • /branches/liquidthreads (modified) (history)
  • /branches/liquidthreads/RELEASE-NOTES (modified) (history)
  • /branches/liquidthreads/includes/Article.php (modified) (history)
  • /branches/liquidthreads/includes/DefaultSettings.php (modified) (history)
  • /branches/liquidthreads/includes/DifferenceEngine.php (modified) (history)
  • /branches/liquidthreads/includes/EditPage.php (modified) (history)
  • /branches/liquidthreads/includes/FileDeleteForm.php (modified) (history)
  • /branches/liquidthreads/includes/LogPage.php (modified) (history)
  • /branches/liquidthreads/includes/Parser.php (modified) (history)
  • /branches/liquidthreads/includes/ProtectionForm.php (modified) (history)
  • /branches/liquidthreads/includes/SpecialIpblocklist.php (modified) (history)
  • /branches/liquidthreads/includes/SpecialLog.php (modified) (history)
  • /branches/liquidthreads/includes/SpecialUpload.php (modified) (history)
  • /branches/liquidthreads/includes/SpecialUserlogin.php (modified) (history)
  • /branches/liquidthreads/includes/Title.php (modified) (history)
  • /branches/liquidthreads/includes/User.php (modified) (history)
  • /branches/liquidthreads/includes/api/ApiFormatBase.php (modified) (history)
  • /branches/liquidthreads/includes/api/ApiQueryCategoryMembers.php (modified) (history)
  • /branches/liquidthreads/includes/templates/Userlogin.php (modified) (history)
  • /branches/liquidthreads/languages/Language.php (modified) (history)
  • /branches/liquidthreads/languages/Names.php (modified) (history)
  • /branches/liquidthreads/languages/classes/LanguageFi.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesAr.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesArn.php (added) (history)
  • /branches/liquidthreads/languages/messages/MessagesArn.php (added) (history)
  • /branches/liquidthreads/languages/messages/MessagesBcl.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesBe.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesBe_tarask.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesBg.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesBn.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesBr.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesCa.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesCs.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesCsb.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesCy.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesDa.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesDe.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesEl.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesEn.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesEo.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesEs.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesEu.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesFa.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesFf.php (added) (history)
  • /branches/liquidthreads/languages/messages/MessagesFf.php (added) (history)
  • /branches/liquidthreads/languages/messages/MessagesFi.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesFiu_vro.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesFr.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesFrp.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesGa.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesHak.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesHe.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesHr.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesHsb.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesHu.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesId.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesIt.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesJa.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesJv.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesKab.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesKk_cn.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesKk_kz.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesKk_tr.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesKo.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesKsh.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesLa.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesLi.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesLt.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesMk.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesNds.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesNl.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesNn.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesNo.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesOc.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesPl.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesPms.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesPt.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesRmy.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesRo.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesRu.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesSah.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesSk.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesSl.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesSq.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesSr_ec.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesSr_el.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesSu.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesSv.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesTe.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesTr.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesUk.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesVi.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesWa.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesYi.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesZea.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesZh_classical.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesZh_cn.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesZh_tw.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesZh_yue.php (modified) (history)
  • /branches/liquidthreads/maintenance/archives/patch-rev_bot.sql (deleted) (history)
  • /branches/liquidthreads/maintenance/archives/patch-revision-user-page-index.sql (deleted) (history)
  • /branches/liquidthreads/maintenance/language/messageTypes.inc (modified) (history)
  • /branches/liquidthreads/maintenance/language/messages.inc (modified) (history)
  • /branches/liquidthreads/maintenance/tables.sql (modified) (history)
  • /branches/liquidthreads/maintenance/updaters.inc (modified) (history)
  • /branches/liquidthreads/skins/MonoBook.php (modified) (history)
  • /branches/liquidthreads/skins/common/shared.css (modified) (history)
  • /branches/liquidthreads/skins/monobook/main.css (modified) (history)

Follow-up revisions

RevisionCommit summaryAuthorDate
r26291* (bug 10367) Update Kazakh translations...raymond21:19, 1 October 2007
r26331Merged revisions 26280-26330 via svnmerge from...david22:28, 2 October 2007
r26935* (bug 10367) Kazakh message updates, by AlefZetraymond22:07, 24 October 2007
r27849* (bug 10367) Update Kazakh translations...raymond16:32, 26 November 2007

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r23472* (bug 10367) Update Kazakh translations...raymond10:35, 27 June 2007
r23581Merged revisions 23406-23580 via svnmerge from...david04:50, 30 June 2007
r24493* (bug 10367) Update Kazakh translations...raymond15:26, 31 July 2007
r24536* (bug 10367) Update Kazakh translations...raymond06:24, 2 August 2007
r24631Merged revisions 24480-24600 via svnmerge from...david18:39, 6 August 2007
r24710* (bug 10367) Update Kazakh translations...raymond20:46, 9 August 2007
r24739* (bug 10367) Update Kazakh translations...raymond07:52, 13 August 2007
r24755Merged revisions 24694-24754 via svnmerge from...david19:48, 13 August 2007
r24770* (bug 10367) Update Kazakh translations...raymond06:40, 14 August 2007
r24863* (bug 10367) Update Kazakh translations...raymond21:36, 16 August 2007
r24866Merged revisions 24755-24865 via svnmerge from...david23:08, 16 August 2007
r25112* (bug 10367) Update Kazakh translations...raymond08:01, 24 August 2007
r25126Merged revisions 25109-25125 via svnmerge from...david22:55, 24 August 2007
r25196* (bug 10367) Update Kazakh translations...raymond14:25, 27 August 2007
r25223Merged revisions 25126-25214 via svnmerge from...david07:39, 28 August 2007
r25489* (bug 10367) Update Kazakh translations...raymond17:14, 4 September 2007
r25530Merged revisions 25454-25529 via svnmerge from...david08:28, 5 September 2007
r25615* Updates to (fa)nikerabbit08:32, 7 September 2007
r25620* Add a warning for non-descriptive filenames at Special:Upload...raymond08:42, 7 September 2007
r25621Updated da translationswegge08:52, 7 September 2007
r25622* (bug 10367) Update Kazakh translations...raymond09:20, 7 September 2007
r25623* (bug 11170) Update French translations...raymond09:23, 7 September 2007
r25628*Should include usertalk NS tooaaron11:01, 7 September 2007
r25635Revert 25602 and 25604 schema changes for now....brion13:30, 7 September 2007
r25637Some naming cleanup of the filename prefix blacklist added in r25620:...brion13:52, 7 September 2007
r25642Updates to messages/MessagesNl.phpsiebrand16:16, 7 September 2007
r25649Update.rotem21:49, 7 September 2007
r25651Fixed the diff cache purge feature:...tstarling23:07, 7 September 2007
r25653Moved EditPage::sectionAnchor() and EditPage::pseudoParseSectionAnchor() to P...tstarling02:08, 8 September 2007
r25659Localisation updates from Betawiki....siebrand11:14, 8 September 2007
r25660Update RELEASE-NOTESsiebrand11:22, 8 September 2007
r25662Localisation updates from Betawiki....siebrand13:44, 8 September 2007
r25663Localisation updates from Betawiki....siebrand14:01, 8 September 2007
r25664* (bug 11234) Update Belarussian Taraskievica orthography translations...raymond14:47, 8 September 2007
r25665Set fallback for Frisian (fy) and Zealandic (zea) to Dutch (nl)siebrand15:59, 8 September 2007
r25668Localisation updates from Betawiki....siebrand18:38, 8 September 2007
r25680* Allow userCan to take null $user - and replace it with $wgUser if passed....werdna08:11, 9 September 2007
r25681RELEASE-NOTES from last commit.werdna08:13, 9 September 2007
r25685Localisation updates from Betawiki....siebrand11:57, 9 September 2007
r25692* (bug 11257) Update French translations...raymond17:46, 9 September 2007
r25696Don't pass getTimestamp output directly to the db without a wrap.greg18:31, 9 September 2007
r25699Localisation updates from Betawiki....siebrand19:00, 9 September 2007
r25700* English namenikerabbit19:13, 9 September 2007
r25701* Removed unused messagenikerabbit19:35, 9 September 2007
r25704Indonesian (id) localisation updates.ivanlanin23:18, 9 September 2007
r25705Moved inline markup in signup and login forms to CSS, and dealt with some of ...simetrical23:58, 9 September 2007
r25706Refactor Monobook CSS for headers a bit. Section edit links were showing up ...simetrical00:45, 10 September 2007
r25707Oops, we shouldn't have h1.firstHeading display at normal text size . . .simetrical01:13, 10 September 2007
r25709(bug 5387) Block log items on RecentChanges don't make use of possible transl...rotem01:53, 10 September 2007
r25712* Partial revert of r25680 (The bit that allowed people to provide a null $us...werdna03:01, 10 September 2007
r25713* (bug 11211) Pass, as a parameter to the protectedpagetext interface message...werdna05:28, 10 September 2007
r25714* (bug 9611) Supply the blocker and reason for the cantcreateaccounttext mess...werdna06:00, 10 September 2007
r25715* Ensure, on the server side, that cascading protection cannot be applied to ...werdna06:27, 10 September 2007
r25717Localisation updates from Betawiki....siebrand06:58, 10 September 2007
r25719* (bug 8759) Fixed bug where rollback was allowed on protected pages for wiki...werdna07:48, 10 September 2007
r25720* (bug 8834) Split off permission for editing user JavaScript and CSS from ed...werdna08:10, 10 September 2007
r25721* (bug 11266) Set fallback language for Fulfulde (ff) to Frenchraymond09:29, 10 September 2007
r25722Undo some unintended UTF-8 muckups from my last commit.werdna09:42, 10 September 2007
r25723Change the cantcreateaccounttext message, to take advantage of the features f...werdna09:48, 10 September 2007
r25725Updated da translations + fix quotes in MessagesEn.phpwegge13:46, 10 September 2007
r25726*(bug 11275) Enable descending sort in API categorymemberscatrope14:17, 10 September 2007
r25734remove random bogus char in commentbrion16:40, 10 September 2007
r25738Fix typo. "wfGetDb" -> "wfGetDB"amidaniel18:29, 10 September 2007
r25740* (bug 11179) Include image version deletion comment in public log...brion19:38, 10 September 2007
r25742* (bug 11158) Fix escaping in API HTML-formatted JSONbrion21:01, 10 September 2007
r25751Remove fallback to Dutch at request. Frysian falls back to English again.siebrand22:02, 10 September 2007

Status & tagging log