SpecialSearchResults hook now passes results by reference, so they can be changed...
[lhc/web/wiklou.git] / RELEASE-NOTES
index f7e78c8..4cf6ee4 100644 (file)
@@ -52,6 +52,8 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * $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 ===
 
@@ -141,6 +143,10 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * 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 ===
 
@@ -335,6 +341,10 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * (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 ===