Index: trunk/phase3/maintenance/language/messages.inc |
— | — | @@ -2822,6 +2822,7 @@ |
2823 | 2823 | 'watchlistall2', |
2824 | 2824 | 'namespacesall', |
2825 | 2825 | 'monthsall', |
| 2826 | + 'messagesall', |
2826 | 2827 | ), |
2827 | 2828 | 'confirmemail' => array( |
2828 | 2829 | 'confirmemail', |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -160,8 +160,6 @@ |
161 | 161 | * (bug 9691) Add type (signup or login) parameter to AuthPlugin::ModifyUITemplate() |
162 | 162 | * (bug 14454) "Member of group(s)" in Special:Preferences causes language difficulties |
163 | 163 | * (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. |
166 | 164 | * Parser test supports uploading results to remote CodeReview instance |
167 | 165 | * (bug 20013) Added CSS class "mw-version-ext-version" is wrapped on the |
168 | 166 | extension version in Special:Version |
— | — | @@ -199,6 +197,8 @@ |
200 | 198 | * (bug 20404) Custom fields in the user creation form template can now have |
201 | 199 | detail labels in prefsectiontip divs. |
202 | 200 | * 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. |
203 | 203 | |
204 | 204 | === Bug fixes in 1.16 === |
205 | 205 | |