Fix the line heights for Indic languages. Refer Bug 32826.
[lhc/web/wiklou.git] / RELEASE-NOTES-1.18
index c405366..53050c0 100644 (file)
@@ -35,6 +35,7 @@ production.
 * (bug 29854) Store protocol-relative links twice in the externallinks table,
   one with http: in el_index and once with https.
 * (bug 31822) Error during upgrade due to output buffer reset in stdout.
+* (bug 32412) TOC links on [[Special:EditWatchlist]] points to the fieldsets
 
 === Configuration changes in 1.18 ===
 * The WantedPages::getSQL hook has been removed and replaced with
@@ -102,7 +103,7 @@ production.
 * $wgEnableDublinCoreRdf and $wgEnableCreativeCommonsRdf no longer work in core,
   and the functionality has been moved to the relevant extensions. See
   http://www.mediawiki.org/wiki/Extension:DublinCoreRdf and
-  http://www.mediawiki.org/wiki/Extension:CreativeCoreRdf as appropriate.
+  http://www.mediawiki.org/wiki/Extension:CreativeCommonsRdf as appropriate.
 * (bug 21107) Split error "customcssjsprotected" into separate messages for JS and CSS
 * Removed $wgCheckCopyrightUpload from DefaultSettings, since the relevant feature
   was removed in about 1.5.
@@ -116,7 +117,7 @@ production.
 
 === New features in 1.18 ===
 * BREAKING CHANGE: action=watch / action=unwatch now requires a token.
-* BREAKING CHANGE: Article class heirarchy split into WikiPage (backend).
+* BREAKING CHANGE: Article class hierarchy split into WikiPage (backend).
   and Article (frontend) hierarchies. Several hooks now pass a WikiPage object instead
   of an Article object. These hooks all use an $article paramater as documented in hooks.txt.
   Extensions should be updated to account for this, though most won't require any changes.
@@ -518,8 +519,6 @@ production.
 * (bug 31674) Can't edit watchlist if it contains special pages.
 * (bug 32100) Installer complains about Suhosin GET limit even if it is
   already set above 1024 bytes.
-* (bug 32086) Special:PermanentLink now show an error message when no subpage
-  was specified.
 
 === API changes in 1.18 ===
 * BREAKING CHANGE: action=watch now requires POST and token.