r55699 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r55698‎ | r55699 | r55700 >
Date:18:43, 31 August 2009
Author:happy-melon
Status:ok
Tags:
Comment:
Better documentation for $wgPagePropLinkInvalidations.
Modified paths:
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/DefaultSettings.php
@@ -3929,8 +3929,11 @@
39303930 $wgExceptionHooks = array();
39313931
39323932 /**
3933 - * Page property link table invalidation lists. Should only be set by exten-
3934 - * sions.
 3933+ * Page property link table invalidation lists. When a page property
 3934+ * changes, this may require other link tables to be updated (eg
 3935+ * adding __HIDDENCAT__ means the hiddencat tracking category will
 3936+ * have been added, so the categorylinks table needs to be rebuilt).
 3937+ * This array can be added to by extensions.
39353938 */
39363939 $wgPagePropLinkInvalidations = array(
39373940 'hiddencat' => 'categorylinks',

Status & tagging log