(bug 15609) Add inprop=url (full URL to page and edit form) and inprop=readable ...
[lhc/web/wiklou.git] / RELEASE-NOTES
index b8b6887..2871780 100644 (file)
@@ -49,6 +49,15 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * Added $wgRenderHashAppend to append some string to the parser cache and the
   sitenotice cache keys.
 
+=== Migrated extensions ===
+The following extensions are migrated into MediaWiki 1.14:
+
+* Special:DeletedContributions to show deleted user contributions (was extension
+  DeletedContributions)
+* Special:Log/newusers recording new users (was extension Newuserlog)
+* Special:LinkSearch to search for external links (was extension LinkSearch)
+* RenderHash
+
 === New features in 1.14 ===
 
 * New URL syntaxes for Special:ListUsers - 'Special:ListUsers/USER' and
@@ -125,12 +134,11 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
   plaintext copyright notice. Patch by Juliano F. Ravasi.
 * (bug 15551) Deletion log excerpt is now shown whenever a user vists a 
   deleted page, even if they are unable to edit it.
-* Added Wantedfiles special pages, allowing users to find image links with no image.
+* Added Wantedfiles special pages, allowing users to find image links with no
+  image.
 * (bug 12650) It is now possible to set different expiration times for different
   restriction types on the protection form.
-* Special:Log/newusers recording new users.was added (was extension Newuserlog)
-* Special:LinkSearch to search for external links was added (was extension
-  LinkSearch)
+* (bug 8440) Allow preventing blocked users from editing their talk pages
 
 === Bug fixes in 1.14 ===
 
@@ -213,7 +221,8 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
   has been blocked more than 10 times. Patch by Matt Johnston.
 * (bug 12678) Skins don't show Upload link if the user isn't allowed to upload.
 * Fixed incorrect usage of DB_LAST in Special:Export. Deprecated DB_LAST.
-* 11119 {{grammar}} broken in noarticletext(anon) when ui lang != content lang
+* (bug 15642) Blocked sysops can no longer block other users
+* Http::request() now respects $wgHTTPtimeout when not using cURL
 
 === API changes in 1.14 ===
 
@@ -260,21 +269,28 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * Added APIAfterExecute, APIQueryAfterExecute and APIQueryGeneratorAfterExecute
   hooks which allow for extending core modules in a cleaner way
 * action=protect checks for invalid protection types and levels
+* (bug 15673) Added indentation to format=wddxfm output and improved built-in 
+  WDDX formatter to resemble PHP's more
+* (bug 15706) Empty values for apprtype and apprlevel are now silently ignored
+  rather than causing an exception
+* Added uiprop=preferencestoken to meta=userinfo
+* (bug 15609) Add inprop=url and inprop=readable to prop=info
 
 === Languages updated in 1.14 ===
 
 MediaWiki supports over 300 languages. Many localisations are updated
 regularly. Below only new and removed languages are listed.
 
-* Fiji Hindi (Devanagari script) (hif-deva)
-* Krio (kri)
-* Lezghian (lez)
-* Laz (lzz)
-* Niuean (niu)
-* Oromo (om)
-* Plautdietsch (pdt)
-* Tarantino (roa-tara)
-* Serbo-Croatian (sh)
+* Fiji Hindi (Devanagari script) (hif-deva) (new)
+* Krio (kri) (new)
+* Lezghian (lez) (new)
+* Laz (lzz) (new)
+* Niuean (niu) (new)
+* Oromo (om) (new)
+* Plautdietsch (pdt) (new)
+* Tarantino (roa-tara) (new)
+* Serbo-Croatian (sh) (new)
+* Tulu (tcy) (new)
 
 == Compatibility ==