r56100 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r56099‎ | r56100 | r56101 >
Date:16:32, 9 September 2009
Author:werdna
Status:ok (Comments)
Tags:
Comment:
Add doc comment noting that JS2 and script loader are required for ajax category system (follow-up r56032)
Modified paths:
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/DefaultSettings.php
@@ -4203,5 +4203,6 @@
42044204
42054205 /**
42064206 * Whether or not to use the AJAX categories system.
 4207+ * Note that this requires JS2 and the script loader.
42074208 */
42084209 $wgUseAJAXCategories = false;

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r56032Add AJAX category management system. Includes suggestion system, dialogs for ...werdna15:02, 8 September 2009

Comments

#Comment by Simetrical (talk | contribs)   17:01, 9 September 2009

Would be a lot more useful to say which config options you have to set than to just name the features . . .

Status & tagging log