* (bug 10316) Prevent inconsistent cached skin settings in gen=js by setting the...
[lhc/web/wiklou.git] / RELEASE-NOTES
index df25f06..2ecc411 100644 (file)
@@ -124,6 +124,9 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
   removals, and convenient exporting of watchlist contents
 * Show "undo" links in page histories
 * Option to jump to specified time period in user contributions
+* Improved feedback on "rollback success" page
+* Show distinct 'namespaceprotected' message to users when namespace protection
+  prevents page editing
 
 == Bugfixes since 1.10 ==
 
@@ -258,11 +261,18 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
   This corrects some odd behavior with sidebar items and custom namespaces
   containing ampersands.
 * (bug 10375) Change thousands separator character to   for Latin (la)
+* (bug 10477) Fix AJAX watch for Farsi on Firefox: JavaScript encoding tweak
+* (bug 10496) Fix broken DISTINCT option logic in database backend
+* Fix CSS media declaration for "screen, projection"; was causing some
+  validation issues
+* (bug 10495) $wgMemcachedDebug set twice in includes/DefaultSettings.php
+* (bug 10316) Prevent inconsistent cached skin settings in gen=js by setting
+  the intended skin directly in the URL.
 
 
 == API changes since 1.10 ==
 
-(For ongoing development discussion, see http://www.mediawiki.org/wiki/API)
+Full API documentation is available at http://www.mediawiki.org/wiki/API
 
 * New properties: links, templates, images, langlinks, categories, external
   links
@@ -301,6 +311,11 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * (bug 10297) include previous revision ID in prop=revisions
 * backlinks, embeddedin and imageusage lists should use (bl|ei|iu)title parameter
   instead of titles. Titles for these lists is obsolete and might stop working soon.
+* Added prop=imageinfo - gets image properties and upload history
+* (bug 10211) Added db server replication lag information in meta=siteinfo
+* Added external url search within wiki pages (list=exturlusage)
+* Added link enumeration (list=alllinks)
+* Added registered users enumeration (list=allusers)
 
 == Maintenance script changes since 1.10 ==