Resync 1.18 RELEASE-NOTES files
authorSam Reed <reedy@users.mediawiki.org>
Fri, 4 Nov 2011 00:59:11 +0000 (00:59 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Fri, 4 Nov 2011 00:59:11 +0000 (00:59 +0000)
RELEASE-NOTES-1.18

index 46886a7..1652e61 100644 (file)
@@ -91,8 +91,8 @@ production.
 === New features in 1.18 ===
 * BREAKING CHANGE: action=watch / action=unwatch now requires a token.
 * (bug 27860) Minor edit after clicking 'new section' tab
-Now the "This is a minor edit" checkbox is not available when you
-create a page or new section.
+  Now the "This is a minor edit" checkbox is not available when you
+  create a page or new section.
 * (bug 8130) Query pages should limit to content namespaces, not just main
   namespace.
 * Special:Contribs now redirects to Special:Contributions.
@@ -479,6 +479,8 @@ create a page or new section.
 * (bug 32086) Special:PermanentLink now show an error message when no subpage
   was specified.
 * (bug 31822) Error during upgrade due to output buffer reset in stdout
+* (bug 31913) Special:MostLinkedTemplates had an incorrect GROUP BY clause
+  under Microsoft SQL.
 
 === API changes in 1.18 ===
 * BREAKING CHANGE: action=watch now requires POST and token.
@@ -661,8 +663,6 @@ changes to languages because of Bugzilla reports.
 * (bug 30817) Restored linktrail for kk (Kazakh)
 * (bug 27398) Add $wgExtraGenderNamespaces for configured gendered namespaces
 * (bug 30846) New LanguageOs class
-* (bug 31913) Special:MostLinkedTemplates had an incorrect GROUP BY clause
-  under Microsoft SQL.
 
 === Other changes in 1.18 ===
 * Removed legacy wgAjaxWatch javascript global object, no longer in use.