Follow-up r79036: update comment.
[lhc/web/wiklou.git] / RELEASE-NOTES
index b2823b0..0449c2a 100644 (file)
@@ -21,6 +21,11 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 === Configuration changes in 1.18 ===
 * The WantedPages::getSQL hook has been removed and replaced with
   WantedPages::getQueryInfo . This may break older extensions.
+* $wgUseCombinedLoginLink controls whether to output a combined login / create account
+  link in the personal bar, or to output separate login and create account links
+* Skin names are no longer created based on a ucfirst version of the key in $wgValidSkinNames but now
+  the value. This means for $wgValidSkinNames["monobook"] = "MonoBook"; the skin
+  loader will no longer try loading SkinMonobook and will instead load SkinMonoBook.
 
 === New features in 1.18 ===
 * Added a special page, disabled by default, that allows users with the
@@ -40,8 +45,9 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * (bug 18372) File types blacklisted by $wgFileBlacklist will no longer be shown as
   "Permitted file types" on the upload form
 * (bug 26379) importImages.php gives more descriptive error message on failure.
-* (Bug 26410) + signs are no longer treated as spaces in internal links if 
+* (bug 26410) + signs are no longer treated as spaces in internal links if 
   link has a % sign in it.
+* (bug 26412) Search results headers no longer show a bogus edit link.
 
 === API changes in 1.18 ===
 * (bug 26339) Throw warning when truncating an overlarge API result