* integrate Poem extension into core (patch by Nathaniel Herman)
[lhc/web/wiklou.git] / RELEASE-NOTES
index b8b6887..a78271e 100644 (file)
@@ -49,6 +49,19 @@ 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:
+
+* DismissableSiteNotice to allow registered users to dismiss the site notice
+* 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
+* NoMoveUserPages
+* Special:Nuke to mass delete all pages created by a user
+* Poem (patch by Nathaniel Herman)
+
 === New features in 1.14 ===
 
 * New URL syntaxes for Special:ListUsers - 'Special:ListUsers/USER' and
@@ -125,12 +138,21 @@ 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
+* Improved upload file type detection for OpenDocument formats
+* Added the ability to set the target attribute on external links with 
+  $wgExternalLinkTarget
+* api.php now sends "Retry-After" and "X-Database-Lag" HTTP headers if the maxlag
+  check fails, just like index.php does
+* Configurable per-namespace and per-page header,
+  respectively MediaWiki:Pageheader-# where # is the namespace number, and
+  MediaWiki:Pagenumber-#-PAGENAME where # is the page's namespace number and
+  PAGENAME is the page name minus the namespace prefix. Can be disabled with the new magic word __NOHEADER__
+
 
 === Bug fixes in 1.14 ===
 
@@ -213,7 +235,14 @@ 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
+* (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
+* (bug 10323) Special:Undelete should have "inverse selection" button
+* (bug 15831) Modern skin RTL support is bugous
 
 === API changes in 1.14 ===
 
@@ -260,25 +289,43 @@ 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
+* 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
+* (bug 15785) Allow for different expiry times for different protections in
+  action=protect
+* Added allowsduplicates attribute to action=paraminfo output
+* (bug 15767) apfilterlanglinks returns duplicate results
 
 === 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)
+* Bakhtiari (bqi) (new)
+* 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 ==
 
-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