Follow up on r55415 and r56458. Use another way to disable variants. Server admins...
[lhc/web/wiklou.git] / RELEASE-NOTES
index 7461737..9dd6afd 100644 (file)
@@ -128,7 +128,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * DISPLAYTITLE now accepts a limited amount of wiki markup (the single-quote
   items)
 * Special:Search now could search terms in all variant-forms. ONLY apply on
-  wikis with LanguageConverter
+  wikis enabled LanguageConverter.
 * Add autopromote condition APCOND_BLOCKED to autopromote blocked users to various
   user groups.
 * Add $wgRevokePermissions as a means of restricting a group's rights. The
@@ -225,6 +225,11 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * Note on non-existing user and user talk pages if user does not exist
 * New hook ShowMissingArticle so extensions can modify the output for 
   non-existent pages.
+* Added $wgUseAJAXCategories allow enabling AJAX based categories system.
+  This works on all namespaces. Enabled namespaces can be reduces using
+  $wgAJAXCategoriesNamespaces.
+* Admins could disable some variants using $wgDisabledVariants now. ONLY apply on
+  wikis enabled LanguageConverter.
 
 === Bug fixes in 1.16 ===
 
@@ -497,9 +502,13 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * (bug 482) Don't include TOC in the printable version if it has been hidden
 * Adjust the time according to the user configuration on Special:Revisiondelete
 * (bug 20624) Installation no longer allows "qqq" as the chosen language
-* (bug 20634) The installer-created database user will now have CREATE TABLE 
-  and ALTER TABLE rights so that upgrades will go more smoothly.
+* (bug 20634) The installer-created database user will now have all rights on
+  the database so that upgrades will go more smoothly.
 * (bug 18180) Special:Export ignores limit, dir, offset parameters
+* User::getBlockedStatus() works for all kinds of user objects and doesn't 
+  assume the user object is equal to the current-user object ($wgUser)
+* (bug 20517) Cancel link from edit page now returns to the old version when
+  editing an old version
 
 == API changes in 1.16 ==