Moved entries for configuration settings changes to correct location
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sun, 9 May 2010 12:47:57 +0000 (12:47 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sun, 9 May 2010 12:47:57 +0000 (12:47 +0000)
RELEASE-NOTES

index c356ce6..7674f4f 100644 (file)
@@ -24,6 +24,15 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * $wgLogAutocreatedAccounts controls whether autocreation of accounts is logged
   to new users log.
 * $wgAllowImageTag can be set to true to whitelist the <img> tag in wikitext.
+* (bug 22858) $wgLocalStylePath is by default set to the same value as
+  $wgStylePath but should never point to a different domain than the site is
+  on, allowing skins to use .htc files which are not cross-domain friendly.
+* (bug 20193) Added $wgVectorShowVariantName global configuration variable
+  which causes Vector to render the variants drop-down menu with a label
+  showing the current variant name. This is off by default, pending further
+  research into its user experience implications.
+* Added $wgJQueryVersion, $wgJQueryMinified and $wgJQueryOnEveryPage (true by
+  default) to configure loading of jQuery by MediaWiki
 
 === New features in 1.17 ===
 * (bug 10183) Users can now add personal styles and scripts to all skins via
@@ -56,19 +65,10 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * Add accesskey 's' and tooltip to 'Save' button at Special:Preferences
 * Add accesskey 'b' and tooltip to the summary field of edit mode
 * (bug 20186) Allow filtering Special:Contributions for RevisionDeleted edits
-* (bug 22858) $wgLocalStylePath is by default set to the same value as
-  $wgStylePath but should never point to a different domain than the site is
-  on, allowing skins to use .htc files which are not cross-domain friendly.
 * ajaxwatch now uses the API and JQuery, and can be used to animate arbitrary 
   watch links, not just to watch the page the link is on.
-* (bug 20193) Added $wgVectorShowVariantName global configuration variable
-  which causes Vector to render the variants drop-down menu with a label
-  showing the current variant name. This is off by default, pending further
-  research into its user experience implications.
 * (bug 20976) "searchmenu-new-nocreate" message now displayed when when there
   is no title match in search and the user has no rights to create pages.
-* Added $wgJQueryVersion, $wgJQueryMinified and $wgJQueryOnEveryPage (true by
-  default) to configure loading of jQuery by MediaWiki
 * (bug 23429) Added new hook WatchlistEditorBuildRemoveLine
 
 === Bug fixes in 1.17 ===