(bug 15647) API edit with basetimestamp fails if the page has been deleted and undele...
[lhc/web/wiklou.git] / RELEASE-NOTES
index ace79ce..32a847d 100644 (file)
@@ -57,6 +57,8 @@ The following extensions are migrated into MediaWiki 1.14:
 * Special:Log/newusers recording new users (was extension Newuserlog)
 * Special:LinkSearch to search for external links (was extension LinkSearch)
 * RenderHash
+* NoMoveUserPages
+* Special:Nuke to mass delete all pages created by a user
 
 === New features in 1.14 ===
 
@@ -140,12 +142,11 @@ The following extensions are migrated into MediaWiki 1.14:
   restriction types on the protection form.
 * (bug 8440) Allow preventing blocked users from editing their talk pages
 * Improved upload file type detection for OpenDocument formats
-* (bug 15739) Add $wgArticlePathForCurid to make links with only curid=# as the
-  query string use the article path, rather than the script path
 * Added the ability to set the target attribute on external links with 
   $wgExternalLinkTarget
-* (bug 674) Allow admins to block users from editing specific articles and
-  namespaces
+* api.php now sends "Retry-After" and "X-Database-Lag" HTTP headers if the maxlag
+  check fails, just like index.php does
+
 
 === Bug fixes in 1.14 ===
 
@@ -233,6 +234,7 @@ The following extensions are migrated into MediaWiki 1.14:
 * (bug 15158) Userinvalidcssjstitle not shown on preview
 * (bug 15196) Free external links should be numbered in a localised manner
 * (bug 15388) Title of Special:PrefixIndex
+* Links with no title but a curid parameter now use the curid to pick a page
 
 === API changes in 1.14 ===
 
@@ -288,6 +290,9 @@ The following extensions are migrated into MediaWiki 1.14:
 * Add ApiDisabled and ApiQueryDisabled classes so individual modules can
   be disabled in LocalSettings.php
 * (bug 15653) Add prop=duplicatefiles
+* (bug 15768) Add list=watchlistraw
+* (bug 15647) action=edit with basetimestamp fails if the page has been deleted
+  and undeleted since the last edit
 
 === Languages updated in 1.14 ===
 
@@ -308,7 +313,7 @@ regularly. Below only new and removed languages are listed.
 
 == Compatibility ==
 
-MediaWiki 1.14 requires PHP 5 (5.1 recommended). PHP 4 is no longer supported.
+MediaWiki 1.14 requires PHP 5 (5.2 recommended). PHP 4 is no longer supported.
 
 PHP 5.0.x fails on 64-bit systems due to serious bugs with array processing:
 http://bugs.php.net/bug.php?id=34879