Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -24,6 +24,15 @@ |
25 | 25 | * $wgLogAutocreatedAccounts controls whether autocreation of accounts is logged |
26 | 26 | to new users log. |
27 | 27 | * $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 |
28 | 37 | |
29 | 38 | === New features in 1.17 === |
30 | 39 | * (bug 10183) Users can now add personal styles and scripts to all skins via |
— | — | @@ -56,19 +65,10 @@ |
57 | 66 | * Add accesskey 's' and tooltip to 'Save' button at Special:Preferences |
58 | 67 | * Add accesskey 'b' and tooltip to the summary field of edit mode |
59 | 68 | * (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. |
63 | 69 | * ajaxwatch now uses the API and JQuery, and can be used to animate arbitrary |
64 | 70 | 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. |
69 | 71 | * (bug 20976) "searchmenu-new-nocreate" message now displayed when when there |
70 | 72 | 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 |
73 | 73 | * (bug 23429) Added new hook WatchlistEditorBuildRemoveLine |
74 | 74 | |
75 | 75 | === Bug fixes in 1.17 === |