(bug 16174) Mention that blacklists are case-insensitive by default
[lhc/web/wiklou.git] / RELEASE-NOTES
index 68f5a96..170eefe 100644 (file)
@@ -132,14 +132,15 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * (bug 17844) Redirect users to a specific page when they log in, see 
   $wgRedirectOnLogin
 * Added a link to Special:UserRights on Special:Contributions for privileged users
-* (bug 10336) Added new magic word {{REVISIONUSER}}, which displays the user
-  name of the last user to edit the page
+* (bug 10336) Added new magic word {{REVISIONUSER}}, which displays the editor
+  of the displayed revision's author user name
 * LinkerMakeExternalLink now has an $attribs parameter for link attributes and 
   a $linkType parameter for the type of external link being made
 * (bug 17785) Dynamic dates surrounded with a <span> tag, fixing sortable tables with
   dynamic dates.
 * (bug 4582) Provide preference-based autoformatting of unlinked dates with the dateformat
   parser function.
+* (bug 17886) Special:Export now allows you to export a whole namespace (limited to 5000 pages)
 
 === Bug fixes in 1.15 ===
 * (bug 16968) Special:Upload no longer throws useless warnings.
@@ -259,6 +260,10 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
   no longer corrupts the message cache
 * (bug 17900) Fixed User Groups interface log display after saving groups.
 * (bug 17897) Fixed string offset error in <pre> tags
+* (bug 17778) MediaWiki:Catseparator can now have HTML entities
+* (bug 17676) Error on Special:ListFiles when using Postgres
+* Special:Export doesn't use raw SQL queries anymore
+
 
 == API changes in 1.15 ==
 * (bug 16858) Revamped list=deletedrevs to make listing deleted contributions
@@ -324,6 +329,9 @@ changes to languages because of MediaZilla reports.
 * (bug 16909) 'histlegend' now reuses messages instead of copying them
 * (bug 17832) action=delete returns 'unknownerror' instead of 'permissiondenied' when
   the user is blocked
+* Simplified Gan Chinese (gan-hans) (new)
+* Traditional Gan Chinese (gan-hant) (new)
+* Traditional/Simplified Gan Chinese conversion support
 
 == Compatibility ==