Preparations for Oracle database abstraction update.
[lhc/web/wiklou.git] / RELEASE-NOTES
index a1ddd46..303eedd 100644 (file)
@@ -22,6 +22,8 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 
 * (bug 18222) $wgMinimalPasswordLength default is now 1
 * $wgSessionHandler can be used to configure session.save_handler
+* $wgLocalFileRepo/$wgForeignFileRepos now have a 'fileMode' parameter to
+  be used when uploading/moving files
 
 === New features in 1.16 ===
 
@@ -108,12 +110,11 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * Removed float from the user login form in RTL interface - caused display
   problems in FF2
 * (bug 15008) Redirect images are now subject to Bad image list rules
-* Fixed the circular template inclusion check, was broken when the loop 
-  involved redirects. Without this, infinite recursion within the parser is
-  possible.
-* (bug 18677) Give proper error message when viewing &action=protect without
-  sufficient rights
-
+* (bug 6802) profileinfo.php now also work on other database servers than MySQL
+* (bug 16925) Diffs no longer fail when $wgExternalDiffEngine is set to 'wikidiff'
+  or 'wikidiff2' but extension is not installed
+* (bug 18326) Chmod errors in file repos have been hidden
+* (bug 18718) Comma after a } create a error in IE
 
 == API changes in 1.16 ==
 
@@ -127,13 +128,17 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * (bug 18554) Also list hidden revisions in list=usercontribs for privileged
   users
 * (bug 13049) "API must be accessed from the primary script entry point" error
-* (bug 18601) generator=backlinks returns invalid continue parameter
-* (bug 18597) Internal error with empty generator= parameter
 * (bug 16422) Don't display help for format=jsonfm unless specifically requested
-* (bug 18617) Add xml:space="preserve" attribute to relevant tags in XML output
 * Added PHP and database version to meta=siteinfo output
 * (bug 18533) Add readonly message to meta=siteinfo output
 * (bug 18518) Add clprop=hidden to prop=categories
+* (bug 18710) Fixed internal error with empty parameter in action=paraminfo
+* (bug 18709) Missing descriptions for some parameters in action=paraminfo
+  output
+* (bug 18731) Show correct SVN links for extension modules in api.php?version
+* (bug 18730) Add version information to action=paraminfo output
+* (bug 18743) Add ucprop=size to list=usercontribs
+* (bug 18749) Add generator flag to action=paraminfo output
 
 === Languages updated in 1.16 ===