SpecialSearchResults hook now passes results by reference, so they can be changed...
[lhc/web/wiklou.git] / RELEASE-NOTES
index 472b27f..4cf6ee4 100644 (file)
@@ -47,6 +47,13 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
   image page already exists
 * $wgMaximumMovedPages restricts the number of pages that can be moved at once
   (default 100) with the new subpage-move functionality of Special:Movepage
+* Hooks display in Special:Version is now disabled by default, use 
+  $wgSpecialVersionShowHooks = true; to enable it.
+* $wgActiveUserEditCount sets the number of edits that must be performed over
+  a certain number of days to be considered active
+* $wgActiveUserDays is that number of days
+* $wgRateLimitsExcludedGroups has been deprecated in favor of 
+  $wgGroupPermissions[]['noratelimit']. The former still works, however.
 
 === New features in 1.13 ===
 
@@ -129,9 +136,17 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * Add information about user group membership to Special:Preferences
 * (bug 14146) Wrap usage section on imagepages into <div>s.
 * New layout for Special:Specialpages. Restricted pages are marked but not separated
-  from other pages in their group. And the page uses css rather than tables to create
-  a column layout which grades well in all sizes of browsers.
+  from other pages in their group.
 * (bug 14263) Show a diff of the revert on rollback notification page.
+* (bug 13434) Show a warning when hash identical files exist
+* Sidebar is now cached for all languages
+* The User class now contains a public function called isActiveEditor. Figures
+  out if a user is active based on at least $wgActiveUserEditCount number of
+  edits in the last $wgActiveUserDays days.
+* (bug 13702) Add Special:MissingFiles to list places where an image link is 
+  used but no such file exists.
+* SpecialSearchResults hook now passes results by reference, so they can be
+  changed by extensions.
 
 === Bug fixes in 1.13 ===
 
@@ -317,9 +332,19 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * (bug 13034) Interwiki pages can now be reached using Go search button
 * (bug 14362) Change interwiki names of Erzya and Moksha Wikipedias
 * (bug 14370) When a grouppage-x message does not exist the entry on the
-  ListGroupRights special page links to the main namespace page not the project
-  namespace page.
+  ListGroupRights special page now links to the project namespace page for it,
+  not the main namespace page.
 * (bug 11659) Urldecode image names in galleries
+* (bug 14258, 14368) Fix for subpage renames in replication environments
+* (bug 14367) Failed block no longer adds phantom watchlist entry
+* (bug 14385) "Move subpages" option no longer tries to move to invalid titles
+* (bug 14386) Fix subpage namespace oddity when moving a talk page
+* (bug 11771) Signup form now not shown if in read-only mode.
+* (bug 10080) Users can now modify an existing block without unblocking first.
+* (bug 12859) $wgRateLimitsExcludedGroups has been deprecated in favor of
+  $wgGroupPermissions[]['noratelimit']. 
+* (Bug 13828) Split parameter $1 of MediaWiki:Missingarticle into $1 (=title)
+  and $2 (=revision numbers)
 
 === API changes in 1.13 ===