r66097 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r66096‎ | r66097 | r66098 >
Date:12:47, 9 May 2010
Author:ialex
Status:ok
Tags:
Comment:
Moved entries for configuration settings changes to correct location
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)

Diff [purge]

Index: trunk/phase3/RELEASE-NOTES
@@ -24,6 +24,15 @@
2525 * $wgLogAutocreatedAccounts controls whether autocreation of accounts is logged
2626 to new users log.
2727 * $wgAllowImageTag can be set to true to whitelist the <img> tag in wikitext.
 28+* (bug 22858) $wgLocalStylePath is by default set to the same value as
 29+ $wgStylePath but should never point to a different domain than the site is
 30+ on, allowing skins to use .htc files which are not cross-domain friendly.
 31+* (bug 20193) Added $wgVectorShowVariantName global configuration variable
 32+ which causes Vector to render the variants drop-down menu with a label
 33+ showing the current variant name. This is off by default, pending further
 34+ research into its user experience implications.
 35+* Added $wgJQueryVersion, $wgJQueryMinified and $wgJQueryOnEveryPage (true by
 36+ default) to configure loading of jQuery by MediaWiki
2837
2938 === New features in 1.17 ===
3039 * (bug 10183) Users can now add personal styles and scripts to all skins via
@@ -56,19 +65,10 @@
5766 * Add accesskey 's' and tooltip to 'Save' button at Special:Preferences
5867 * Add accesskey 'b' and tooltip to the summary field of edit mode
5968 * (bug 20186) Allow filtering Special:Contributions for RevisionDeleted edits
60 -* (bug 22858) $wgLocalStylePath is by default set to the same value as
61 - $wgStylePath but should never point to a different domain than the site is
62 - on, allowing skins to use .htc files which are not cross-domain friendly.
6369 * ajaxwatch now uses the API and JQuery, and can be used to animate arbitrary
6470 watch links, not just to watch the page the link is on.
65 -* (bug 20193) Added $wgVectorShowVariantName global configuration variable
66 - which causes Vector to render the variants drop-down menu with a label
67 - showing the current variant name. This is off by default, pending further
68 - research into its user experience implications.
6971 * (bug 20976) "searchmenu-new-nocreate" message now displayed when when there
7072 is no title match in search and the user has no rights to create pages.
71 -* Added $wgJQueryVersion, $wgJQueryMinified and $wgJQueryOnEveryPage (true by
72 - default) to configure loading of jQuery by MediaWiki
7373 * (bug 23429) Added new hook WatchlistEditorBuildRemoveLine
7474
7575 === Bug fixes in 1.17 ===

Status & tagging log