r55686 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r55685‎ | r55686 | r55687 >
Date:22:06, 30 August 2009
Author:happy-melon
Status:reverted
Tags:
Comment:
Follow-up to r55685 - update messages.inc, and fix wierd positioning of comment in RELEASE-NOTES
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/maintenance/language/messages.inc (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/language/messages.inc
@@ -2822,6 +2822,7 @@
28232823 'watchlistall2',
28242824 'namespacesall',
28252825 'monthsall',
 2826+ 'messagesall',
28262827 ),
28272828 'confirmemail' => array(
28282829 'confirmemail',
Index: trunk/phase3/RELEASE-NOTES
@@ -160,8 +160,6 @@
161161 * (bug 9691) Add type (signup or login) parameter to AuthPlugin::ModifyUITemplate()
162162 * (bug 14454) "Member of group(s)" in Special:Preferences causes language difficulties
163163 * (bug 16697) Unicode combining characters are difficult to edit in some browsers
164 -* IndexPager->mLimitsShown can now be an associative array of limit => text-to-
165 - display-in-limit-form.
166164 * Parser test supports uploading results to remote CodeReview instance
167165 * (bug 20013) Added CSS class "mw-version-ext-version" is wrapped on the
168166 extension version in Special:Version
@@ -199,6 +197,8 @@
200198 * (bug 20404) Custom fields in the user creation form template can now have
201199 detail labels in prefsectiontip divs.
202200 * MakeSysop and MakeBot are now aliases for Special:UserRights
 201+* IndexPager->mLimitsShown can now be an associative array of limit => text-to-
 202+ display-in-limit-form.
203203
204204 === Bug fixes in 1.16 ===
205205

Follow-up revisions

RevisionCommit summaryAuthorDate
r55688Revert r55685, r55686 and r55687 for now. Limits not working.nikerabbit06:54, 31 August 2009
r55692Reimplement r55685, r55686, r55687, with correct parsing of the associative a...happy-melon11:30, 31 August 2009

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r55685* Allow IndexPager->mLimitsShown to be an associative array of limit => text-...happy-melon21:50, 30 August 2009

Status & tagging log