From 5895b020a183794bca8eead1266832b31f692a20 Mon Sep 17 00:00:00 2001 From: Happy-melon Date: Sun, 30 Aug 2009 22:06:05 +0000 Subject: [PATCH] Follow-up to r55685 - update messages.inc, and fix wierd positioning of comment in RELEASE-NOTES --- RELEASE-NOTES | 4 ++-- maintenance/language/messages.inc | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index e27a4ac4aa..aa149b0273 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -160,8 +160,6 @@ this. Was used when mwEmbed was going to be an extension. * (bug 9691) Add type (signup or login) parameter to AuthPlugin::ModifyUITemplate() * (bug 14454) "Member of group(s)" in Special:Preferences causes language difficulties * (bug 16697) Unicode combining characters are difficult to edit in some browsers -* IndexPager->mLimitsShown can now be an associative array of limit => text-to- - display-in-limit-form. * Parser test supports uploading results to remote CodeReview instance * (bug 20013) Added CSS class "mw-version-ext-version" is wrapped on the extension version in Special:Version @@ -199,6 +197,8 @@ this. Was used when mwEmbed was going to be an extension. * (bug 20404) Custom fields in the user creation form template can now have detail labels in prefsectiontip divs. * MakeSysop and MakeBot are now aliases for Special:UserRights +* IndexPager->mLimitsShown can now be an associative array of limit => text-to- + display-in-limit-form. === Bug fixes in 1.16 === diff --git a/maintenance/language/messages.inc b/maintenance/language/messages.inc index f8b901bb7a..51c050a6ee 100644 --- a/maintenance/language/messages.inc +++ b/maintenance/language/messages.inc @@ -2822,6 +2822,7 @@ $wgMessageStructure = array( 'watchlistall2', 'namespacesall', 'monthsall', + 'messagesall', ), 'confirmemail' => array( 'confirmemail', -- 2.20.1