From dbb7cdbafedb44b4971e0b0f4e5b8e735f267d81 Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Sun, 9 May 2010 12:47:57 +0000 Subject: [PATCH] Moved entries for configuration settings changes to correct location --- RELEASE-NOTES | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index c356ce6bef..7674f4fc50 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -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 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 === -- 2.20.1