Localization update.
[lhc/web/wiklou.git] / RELEASE-NOTES
index cc10190..0e0689d 100644 (file)
@@ -32,6 +32,14 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * (bug 9257) $wgRCMaxAge now defaults to three months
 * $wgDevelopmentWarnings can be set to true to show warnings about deprecated
   functions and other potential errors when developing.
+* (bug 18958) $wgEnableVariants is a new boolean value to turn on or off the 
+  entire variant conversion engine, and the default is set to true. Former 
+  variable $wgDisableLangConversion was superseded by this variable.
+* Subpages are now enabled in the MediaWiki namespace by default.  This is
+  mainly a cosmetic change, and does not in any way affect the MessageCache,
+  which was already effectively treating the namespace as if it had subpages.
+* (bug 10837) $wgVariant is a user variant selected in the user's preferences 
+  if the $wgContLang does not have variant, then the $wgLang is used instead.
 
 === New features in 1.16 ===
 
@@ -62,7 +70,8 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * (bug 18466) Add note or warning when overruling a move (semi-)protection
 * (bug 18342) insertTags works in edit summary box
 * (bug 18411) The upload form also checks post_max_size
-* Watchlist now has a specialized <div> tag that contains a unique class for each page
+* Watchlist now has a specialized <div> tag that contains a unique class for
+  each page
 * Added Minguo calendar support for the Taiwan Chinese language
 * Database: unionQueries function to be used for UNION sql construction, so
   it can be overloaded on DB abstraction level for DB specific functionality
@@ -71,6 +80,12 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
   month number without the leading zero
 * (bug 13456) categoriespagetext supports PLURAL
 * (bug 18860) Blocks of IPs affecting registered users can now block email
+* (bug 17093) Date and time are separate parameters in Special:BlockList
+* (bug 11484) Added ISO speed rating to default collapsed EXIF metadata view
+* (bug 18958) Added ability to disable entire variant conversion engine 
+  per user preferences
+* (bug 19012) Introduce {{NUMBEROFCONTRIBS}} variable to display the number
+  of contributions a user has.
 
 === Bug fixes in 1.16 ===
 
@@ -155,6 +170,16 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
   .inc
 * Deprecated methods Title::getInterwikiLink, Title::userCanCreate(),
   Title::userCanEdit() and Title::userCanMove() have been removed
+* Only show upload links on file description if $wgEnableUploads = true
+  and user can upload
+* Don't say "You need to log in to upload/move", because it's possible that
+  uploading/moving is disabled for registered users as well (e.g. only sysops)
+* (bug 18943) Handle invalid titles gracefully at Special:Mostlinked
+* (bug 8873) Enable variant conversion in text on 'alt' and 'title' attributes
+* (bug 10837) Introducing the StubUserVariant class to determine the variant 
+  variable instead of using this to overrules the user language preference.
+* (bug 19014) If user had deletedhistory right, but not undeleted right, then 
+  show "view" instead of "view/restore" on logs.
 
 == API changes in 1.16 ==
 
@@ -196,7 +221,8 @@ changes to languages because of MediaZilla reports.
 * (bug 18776) Native name of Burmese language (my)
 * (bug 18806) Use correct unicode characters in spelling of native Chuvash
   (Чӑвашла)
-* (bug 18864) Update autonym for Zhuang language
+* (bug 18864) Updated autonym for Zhuang language
+* (bug 18957) Updated number formatting for German
 
 == Compatibility ==