* Improved upload file type detection for OpenDocument formats
[lhc/web/wiklou.git] / RELEASE-NOTES
index 725c069..fe5f83a 100644 (file)
@@ -46,7 +46,18 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * $wgAllowExternalImagesFrom may now be an array of multiple strings.
 * Introduced $wgEnableImageWhitelist to toggle the on-wiki external image
   whitelist on or off.
-  
+* 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
@@ -121,12 +132,15 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
   Special:Statistics
 * (bug 15514) Setting $wgRightsText without $wgRightsUrl now produces a 
   plaintext copyright notice. Patch by Juliano F. Ravasi.
-* Added Wantedfiles special pages, allowing users to find image links with no image.
+* (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.
 * (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
+
 
 === Bug fixes in 1.14 ===
 
@@ -195,16 +209,22 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * (bug 14398) mwsuggest.js: Let width of container be configurable
 * (bug 15543) Only include user touched timestamp to generated CSS
 * (bug 15497) Removed encoding attribute from <?xml ?> tag
-* (bug 15544) Wiki not set up message (NoLocalSettings.php) now works for 
-  non-index.php entry pages (e.g. api.php). Patch by Matt Johnston.
-* (bug 12284) Special:Preferences now sets a returnto parameter on the link to Special:Userlogin. Patch by Marooned.
+* (bug 12284) Special:Preferences now sets a returnto parameter on the link to
+  Special:Userlogin. Patch by Marooned.
 * Fixed the HTTP accept language string detection length in 
   LanguageConverter.php, instead of the fixed length language codes.
 * Special:Recentchangeslinked no longer shows outgoing links for nonexistent pages
   even if there are broken link records with source article id 0 in the database
 * (bug 15598) Special:Newpages default limit uses user preference for recentchanges
   limit instead of hardcoded 50.
-* (bug 15617) $wgFeedClassesOutputPage::getHeadLinks() respects $wgFeedClasses, instead of hardcoding rss and atom. Patch by Juliano F. Ravasi. 
+* (bug 15617) $wgFeedClassesOutputPage::getHeadLinks() respects $wgFeedClasses,
+  instead of hardcoding rss and atom. Patch by Juliano F. Ravasi. 
+* (bug 14638) Special:Blockip now provides a link to the block log if the user
+  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.
+* (bug 15642) Blocked sysops can no longer block other users
+* Http::request() now respects $wgHTTPtimeout when not using cURL
 
 === API changes in 1.14 ===
 
@@ -248,21 +268,31 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * (bug 15535) prop=info&inprop=protection doesn't list pre-1.10 protections
   if the page is also protected otherwise (1.10+ style or cascading)
 * list=random now has rnredirect parameter, to get random redirects.
+* 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 ==
 
@@ -278,6 +308,9 @@ At this time we still recommend 4.0, but 4.1/5.0 will work fine in most cases.
 
 == Upgrading ==
 
+1.14 has several database changes since 1.13, and will not work without schema
+updates.
+
 If upgrading from before 1.11, and you are using a wiki as a commons repository,
 make sure that it is updated as well. Otherwise, errors may arise due to
 database schema changes.