| Index: trunk/phase3/RELEASE-NOTES-1.18 |
| — | — | @@ -228,6 +228,8 @@ |
| 229 | 229 | * (bug 31293) If Special:Userlogin is loaded over HTTPS, display |
| 230 | 230 | MediaWiki:loginend-https instead of MediaWiki:loginend, if it's not empty. |
| 231 | 231 | 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. |
| 232 | 234 | |
| 233 | 235 | === Bug fixes in 1.18 === |
| 234 | 236 | * (bug 27860) Minor edit after clicking 'new section' tab |
| Index: trunk/phase3/RELEASE-NOTES-1.19 |
| — | — | @@ -16,7 +16,7 @@ |
| 17 | 17 | * Default cookie lifetime ($wgCookieExpiration) is increased to 180 days. |
| 18 | 18 | * (bug 31204) Removed old user.user_options |
| 19 | 19 | * $wgMaxImageArea now applies to jpeg files if they are not scaled with |
| 20 | | - ImageMagick. |
| | 20 | + ImageMagick. |
| 21 | 21 | |
| 22 | 22 | === New features in 1.19 === |
| 23 | 23 | * (bug 19838) Possibility to get all interwiki prefixes if the interwiki |
| — | — | @@ -69,8 +69,6 @@ |
| 70 | 70 | * New common*.css files usable by skins instead of having to copy piles |
| 71 | 71 | of generic styles from MonoBook or Vector's css. |
| 72 | 72 | * 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. |
| 75 | 73 | * (bug 31297) Add support for namespaces in Special:RecentChanges subpage filter syntax. |
| 76 | 74 | * The default user signature now contains a talk link in addition to the user link. |
| 77 | 75 | |
| — | — | @@ -126,7 +124,7 @@ |
| 127 | 125 | address blocks for list=blocks. |
| 128 | 126 | * (bug 30591) Add support to only return keys in ApiAllMessages. |
| 129 | 127 | * (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 |
| 131 | 129 | and watchlist in Postgres |
| 132 | 130 | |
| 133 | 131 | === Languages updated in 1.19 === |