r99981 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r99980‎ | r99981 | r99982 >
Date:22:14, 16 October 2011
Author:reedy
Status:ok
Tags:
Comment:
After merging r98374 into REL1_18 in r99980, move RELEASE-NOTES to 1.18
Modified paths:
  • /trunk/phase3/RELEASE-NOTES-1.18 (modified) (history)
  • /trunk/phase3/RELEASE-NOTES-1.19 (modified) (history)

Diff [purge]

Index: trunk/phase3/RELEASE-NOTES-1.18
@@ -228,6 +228,8 @@
229229 * (bug 31293) If Special:Userlogin is loaded over HTTPS, display
230230 MediaWiki:loginend-https instead of MediaWiki:loginend, if it's not empty.
231231 Same for signupend on the account creation page.
 232+* (bug 31233) New OutputPage::addJsConfigVars() method to make the output page specific
 233+ mw.config map extendable.
232234
233235 === Bug fixes in 1.18 ===
234236 * (bug 27860) Minor edit after clicking 'new section' tab
Index: trunk/phase3/RELEASE-NOTES-1.19
@@ -16,7 +16,7 @@
1717 * Default cookie lifetime ($wgCookieExpiration) is increased to 180 days.
1818 * (bug 31204) Removed old user.user_options
1919 * $wgMaxImageArea now applies to jpeg files if they are not scaled with
20 - ImageMagick.
 20+ ImageMagick.
2121
2222 === New features in 1.19 ===
2323 * (bug 19838) Possibility to get all interwiki prefixes if the interwiki
@@ -69,8 +69,6 @@
7070 * New common*.css files usable by skins instead of having to copy piles
7171 of generic styles from MonoBook or Vector's css.
7272 * Some deprecated presentational html attributes will now be automatically converted to css.
73 -* (bug 31233) New OutputPage::addJsConfigVars() method to make the output page specific
74 - mw.config map extendable.
7573 * (bug 31297) Add support for namespaces in Special:RecentChanges subpage filter syntax.
7674 * The default user signature now contains a talk link in addition to the user link.
7775
@@ -126,7 +124,7 @@
127125 address blocks for list=blocks.
128126 * (bug 30591) Add support to only return keys in ApiAllMessages.
129127 * (bug 29392) Setting the start or end parameter now works with lists blocks,
130 - categorymembers, deletedrevs, logevents, protectedtitles, usercontributions
 128+ categorymembers, deletedrevs, logevents, protectedtitles, usercontributions
131129 and watchlist in Postgres
132130
133131 === Languages updated in 1.19 ===

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r98374New OutputPage::addJsConfigVars() method (bug 31233)...krinkle22:08, 28 September 2011
r99980REL1_18 MFT r93726, r94199, r96437, r96438, r696579, r98235, r98734reedy22:13, 16 October 2011

Status & tagging log