Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -24,6 +24,10 @@ |
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 12797) Add $wgGalleryOptions for adjusting of default gallery display |
| 29 | + options |
| 30 | +* $wgAllowUserCssPrefs option allows disabling CSS-based preferences; which can |
| 31 | + improve page loading speed. |
28 | 32 | * (bug 22858) $wgLocalStylePath is by default set to the same value as |
29 | 33 | $wgStylePath but should never point to a different domain than the site is |
30 | 34 | on, allowing skins to use .htc files which are not cross-domain friendly. |
— | — | @@ -40,10 +44,6 @@ |
41 | 45 | * (bug 22748) Add anchors on Special:ListGroupRights |
42 | 46 | * (bug 21981) Add parameter 'showfilename' to <gallery> to automatically apply |
43 | 47 | the names of the individual files within the gallery |
44 | | -* (bug 12797) Add $wgGalleryOptions for adjusting of default gallery display |
45 | | - options |
46 | | -* $wgAllowUserCssPrefs option allows disabling CSS-based preferences; which can |
47 | | - improve page loading speed. |
48 | 48 | * Future-proof redirection to fragments in Gecko, so things work a little nicer |
49 | 49 | if they fix <https://bugzilla.mozilla.org/show_bug.cgi?id=516293>. |
50 | 50 | * Support git:// and mms:// protocols by default for external links |