Rewritten the way the API handles tokens:
[lhc/web/wiklou.git] / RELEASE-NOTES
index bc60b96..b578d15 100644 (file)
@@ -177,10 +177,8 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * Add meta generator tag to HTML output
 * MediawikiPerformAction hook is now passed the Mediawiki object
 * Added blank special page Special:BlankPage for benchmarking, etc.
-* (bug 13862) Specialpages now has a horizontal TOC if there's three or more
-  groups.
-* Foreign repo file descriptions via fetchDescription are now cached in the
-  transcache.
+* Foreign repo file descriptions and thumbnails are now cached.
+* (bug 11732) Allow localisation of edit button images
  
 === Bug fixes in 1.13 ===
 
@@ -408,12 +406,12 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * (bug 14687) OutputPage::addStyle() now adds type="text/css" like it should.
 * OpenSearch cleanup; Firefox now sends you to the search page for empty
   searches instead of the domain root (which may not even be a wiki).
-* (bug 14698) Blocks without "block account creation" set no longer block
-  account creation.
 * (bug 3481) Pages moved shortly after creation are shown at their new title
   on Special:Newpages.
 * (bug 12716) Trying to unprotect a title that isn't protected no longer 
   generates a log entry.
+* (bug 14088) Excessively long block expiry times are rejected as invalid,
+  keeps the log page from being distorted.
 
 === API changes in 1.13 ===
 
@@ -496,6 +494,10 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * (bug 14651) apprefix and similar parameters are now canonicalized
 * Added clprop=timestamp to prop=categories
 * (bug 14678) API errors now respects $wgShowExceptionDetails and $wgShowSQLErrors
+* (bug 14723) Added time zone and writing direction to meta=siteinfo
+* Added APIQueryInfoTokens and APIQueryRevisionsTokens hooks so extensions
+  can add their own tokens
+* Added block and unblock tokens to prop=info as well
 
 === Languages updated in 1.13 ===