Future-proof redirection to fragments in Gecko
[lhc/web/wiklou.git] / RELEASE-NOTES
index d9bb77e..d6e7564 100644 (file)
@@ -19,11 +19,45 @@ Those wishing to use the latest code instead of a branch release can obtain
 it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 
 === Configuration changes in 1.17 ===
+* DatabaseFunctions.php that was needed for compatibility with pre-1.3 extensions
+  has been removed.
+  
+=== New features in 1.17 ===
+* (bug 10183) Users can now add personal styles and scripts to all skins via
+  User:<name>/common.css and /common.js (if user css/js is enabled)
+* (bug 22748) Add anchors on Special:ListGroupRights  
+* (bug 21981) Add parameter 'showfilename' to <gallery> to automatically apply
+  the names of the individual files within the gallery
+* (bug 12797) Add $wgGalleryOptions for adjusting of default gallery display
+  options
+* $wgAllowUserCssPrefs option allows disabling CSS-based preferences; which can
+  improve page loading speed.
+* Future-proof redirection to fragments in Gecko, so things work a little nicer
+  if they fix <https://bugzilla.mozilla.org/show_bug.cgi?id=516293>.
 
 === Bug fixes in 1.17 ===
-* (bug 17560) Half-broken deletion moved image files to deletion archive without updating DB
+* (bug 17560) Half-broken deletion moved image files to deletion archive without
+  updating DB
+* (bug 22666) Submitting user block form with an invalid user name no longer
+  throws an error
+* (bugs 22665 and 22667) User '0' can now be unblocked and have its block
+  settings changed
+* (bug 22606) The body of e-mail address confirmation message is now different
+  when the address changed
+* (bug 22664) Special:Userrights now accepts '0' as a valid user name
+* (bug 5210) preload parser now parses <noinclude>, <includeonly> and redirects
+* (bug 22709) IIS7 mishandles redirects generated by OutputPage::output() when
+  the URL contains a colon.
+* (bug 22353) Categorised recent changes now works again
+* (bug 22747) "Reveal my e-mail address in notification e-mails" preference is
+  now only displayed when relevant
+* (bug 22772) {{#special:}} parser function now works with subpages
+* (bug 18664) Relative URIs in interwiki links cause failed redirects
+* (bug 19270) Relative URIs in interwiki links break interwiki transclusion
 
 == API changes in 1.17 ==
+* (bug 22738) Allow filtering by action type on query=logevent
+* (bug 22764) uselang parameter for action=parse
 
 === Languages updated in 1.17 ===