DB name can have hyphens (fixed in r79767), bug 26685 pointed out the message discrepancy
[lhc/web/wiklou.git] / RELEASE-NOTES
index 2595c3b..b482cf2 100644 (file)
@@ -33,6 +33,8 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
   Note that this feature should reduce parser cache fragmentation when enabled.
 * $wgMaxUploadSize may now be set to an array to specify the upload size limit 
   per upload type.
+* $wgAPICacheHelp added in 1.16 is now removed. To disable API help caching, set
+  $wgAPICacheHelpTimeout = 0;
 
 === New features in 1.18 ===
 * Added a special page, disabled by default, that allows users with the
@@ -70,6 +72,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * (bug 26187) Confirmrecreate no longer parses the edit summary
 * (bug 25506) Exception is thrown if OutputPage::parse is called inside a tag hook,
   which would reset parser state
+* (bug 26208) Mark directionality of some interlanguage links
 
 === API changes in 1.18 ===
 * (bug 26339) Throw warning when truncating an overlarge API result
@@ -92,6 +95,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * (bug 26483) add a iwtitles param to prop=iwlinks
 * (bug 26484) add a lltitles param to prop=langlinks
 * (bug 26480) add a pppageprops param to prop=pageprops
+* (bug 26650) Remove $wgAPICacheHelp in favour of $wgAPICacheHelpTimeout
 
 === Languages updated in 1.18 ===