Fix this broken crap some more
[lhc/web/wiklou.git] / RELEASE-NOTES
index 6912fc5..e406fb1 100644 (file)
@@ -192,8 +192,6 @@ The following extensions are migrated into MediaWiki 1.14:
 * Special:Wanted templates special page added to display missing templates
   linked from articles
 * Make search matches bold only, not red as well
-* Added 'UserRights::showEditUserGroupsForm' hook to allow extensions to alter
-  the groups that the user can be added to/removed from in Special:UserRights
 * (bug 10080) Blocks can be modified without unblocking first
 * (bug 15820) Special:BlockIP shows a notice if the user being blocked is
   already directly blocked
@@ -218,8 +216,8 @@ The following extensions are migrated into MediaWiki 1.14:
 * Moved password reset form from Special:Preferences to Special:ResetPass
 * Added Special:ChangePassword as a special page alias for Special:ResetPass
 * Added complimentary function for addHandler() called removeHandler() for removing events
-* Added hook SpecialListusersGetGroups which is called right before the end of UsersPager::getGroups()
-  and can be used by extensions to add to the user's groups.
+* Improved security of file uploads for IE clients, using a reverse-engineered 
+  algorithm very similar to IE's content detection algorithm.
 
 === Bug fixes in 1.14 ===
 
@@ -388,12 +386,14 @@ The following extensions are migrated into MediaWiki 1.14:
 * (bug 16026) 'Revision-info' and 'revision-info-current' both accept wiki 
   markup now.
 * (bug 16529) Fix for search suggestions with some third-party JS libraries
-* Foreign repositories (API or DB) would fail to fetch images and/or description
-  pages if the repo wiki had a different canonical name for the File: namespace.
-  Added 'fileNamespace' configuration item to $wgForeignFileRepos to override
-  the local canonical name 'File' with another string.
 * (bug 13342) importScript() generates more consistent URI encoding
-
+* (bug 16577) When a blocked user tries to rollback a page, the block message
+  is now only displayed once
+* (bug 14268) SVG image sizes now extracted with proper XML parser
+* (bug 14365) RepoGroup::findFiles() no longer crashes if passed an invalid
+  title via the API
+* (bug 4253, bug 16586) Revision ID is now given instead of title in URLs for
+  new pages in the recent changes IRC feed
 
 === API changes in 1.14 ===
 
@@ -488,8 +488,12 @@ The following extensions are migrated into MediaWiki 1.14:
 * (bug 16421) Made list=logevents's leuser accept user names with underscores
   instead of spaces
 * (bug 16516) Made rvsection=T-2 work
-* (bug 16526) Added usprop=canemail to list=users
+* (bug 16526) Added usprop=emailable to list=users
 * (bug 16548) list=search threw errors with an invalid error code
+* (bug 16515) Added pst and onlypst parameters to action=parse
+* (bug 16541) Added block expiry timestamp to list=logevents output
+* (bug 16613) action=protect doesn't tell when &cascade was set but cascading
+  protection wasn't allowed 
 
 === Languages updated in 1.14 ===