X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;ds=sidebyside;f=RELEASE-NOTES;h=695bb289eac967025c9e8f63cf9ce36a82c8e9b6;hb=7a0b47caaee063331bfa6db6223dd27b8e3e7d15;hp=a5fea50f385529acf0d65f2a21b3535d1892e628;hpb=3811372d7361314f0f185190d2797ae24d467dd8;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES b/RELEASE-NOTES index a5fea50f38..695bb289ea 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -26,6 +26,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN usergroups * $wgEnotifImpersonal, $wgEnotifUseJobQ - Bulk mail options for large sites * $wgShowHostnames - Expose server host names through the API and HTML comments +* $wgSaveDeletedFiles has been removed, the feature is now enabled unconditionally == New features since 1.10 == @@ -152,6 +153,12 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN * Pass the user as an argument to 'isValidPassword' hook callbacks; see docs/hooks.txt for more information * Introduce 'UserGetRights' hook; see docs/hooks.txt for more information +* (bug 9595) Pass new Revision to the 'ArticleInsertComplete' and + 'ArticleSaveComplete' hooks; see docs/hooks.txt for more information +* (bug 9575) Accept upload description from GET parameters +* Skip the difference engine cache when 'action=purge' is used while requesting + a difference page, to allow refreshing the cache in case of errors +* (bug 10701) Link to Special:Listusers in default Special:Statistics messages == Bugfixes since 1.10 == @@ -318,7 +325,12 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN * (bug 10642) Fix shift-click checkbox behavior for Opera 9.0+ and 6.0 * Work around Safari bug with pages ending in ".gz" or ".tgz" * Removed obsolete maintenance/changeuser.sql script; use RenameUser extension - +* (bug 2735) "Preview" shown in title bar for action=submit on special pages +* Removed "restore" links from the deletion log embedded in Special:Undelete +* Improved error reporting and robustness for file delete/undelete. +* Improved speed of file delete by storing the SHA-1 hash in image/oldimage +* Fixed leading zero in base 36 SHA-1 hash +* Protection form no longer produces JavaScript errors == API changes since 1.10 == @@ -375,6 +387,8 @@ Full API documentation is available at http://www.mediawiki.org/wiki/API to $wgFileExtensions) * Add option to maintenance/createAndPromote.php to give the user bureaucrat permissions (--bureaucrat) +* Allow overwriting existing files with a conflicting name using + maintenance/importImages.php == Languages updated since 1.10 ==