From: Siebrand Mazeland Date: Thu, 17 Sep 2009 10:05:48 +0000 (+0000) Subject: Add $wgUseAJAXCategories and $wgAJAXCategoriesNamespaces to RELEASE-NOTES. Related... X-Git-Tag: 1.31.0-rc.0~39685 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=702762dce820794a3270b97e995025c46348e33c;p=lhc%2Fweb%2Fwiklou.git Add $wgUseAJAXCategories and $wgAJAXCategoriesNamespaces to RELEASE-NOTES. Related to features added in r56032 and r56495 --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 5552371dbc..fb6cbb3492 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -225,6 +225,9 @@ 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. === Bug fixes in 1.16 ===