From d163bcec6666f53c57f6eb5d7e8bc49b2fbfc995 Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Sun, 16 Oct 2011 22:14:23 +0000 Subject: [PATCH] After merging r98374 into REL1_18 in r99980, move RELEASE-NOTES to 1.18 --- RELEASE-NOTES-1.18 | 2 ++ RELEASE-NOTES-1.19 | 6 ++---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/RELEASE-NOTES-1.18 b/RELEASE-NOTES-1.18 index fa25c61e7b..f70935c5b7 100644 --- a/RELEASE-NOTES-1.18 +++ b/RELEASE-NOTES-1.18 @@ -228,6 +228,8 @@ create a page or new section. * (bug 31293) If Special:Userlogin is loaded over HTTPS, display MediaWiki:loginend-https instead of MediaWiki:loginend, if it's not empty. Same for signupend on the account creation page. +* (bug 31233) New OutputPage::addJsConfigVars() method to make the output page specific + mw.config map extendable. === Bug fixes in 1.18 === * (bug 27860) Minor edit after clicking 'new section' tab diff --git a/RELEASE-NOTES-1.19 b/RELEASE-NOTES-1.19 index 1cfb7f62fd..c6f376ed65 100644 --- a/RELEASE-NOTES-1.19 +++ b/RELEASE-NOTES-1.19 @@ -16,7 +16,7 @@ production. * Default cookie lifetime ($wgCookieExpiration) is increased to 180 days. * (bug 31204) Removed old user.user_options * $wgMaxImageArea now applies to jpeg files if they are not scaled with - ImageMagick. + ImageMagick. === New features in 1.19 === * (bug 19838) Possibility to get all interwiki prefixes if the interwiki @@ -69,8 +69,6 @@ production. * New common*.css files usable by skins instead of having to copy piles of generic styles from MonoBook or Vector's css. * Some deprecated presentational html attributes will now be automatically converted to css. -* (bug 31233) New OutputPage::addJsConfigVars() method to make the output page specific - mw.config map extendable. * (bug 31297) Add support for namespaces in Special:RecentChanges subpage filter syntax. * The default user signature now contains a talk link in addition to the user link. @@ -126,7 +124,7 @@ production. address blocks for list=blocks. * (bug 30591) Add support to only return keys in ApiAllMessages. * (bug 29392) Setting the start or end parameter now works with lists blocks, - categorymembers, deletedrevs, logevents, protectedtitles, usercontributions + categorymembers, deletedrevs, logevents, protectedtitles, usercontributions and watchlist in Postgres === Languages updated in 1.19 === -- 2.20.1