From: Happy-melon Date: Mon, 31 Aug 2009 18:43:14 +0000 (+0000) Subject: Better documentation for $wgPagePropLinkInvalidations. X-Git-Tag: 1.31.0-rc.0~39987 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/membres/message.php?a=commitdiff_plain;h=5e63ea377f196b9c50b4485bc02af7dd5173acf2;p=lhc%2Fweb%2Fwiklou.git Better documentation for $wgPagePropLinkInvalidations. --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index c649938d57..d5e0555b28 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -3929,8 +3929,11 @@ $wgRegisterInternalExternals = false; $wgExceptionHooks = array(); /** - * Page property link table invalidation lists. Should only be set by exten- - * sions. + * Page property link table invalidation lists. When a page property + * changes, this may require other link tables to be updated (eg + * adding __HIDDENCAT__ means the hiddencat tracking category will + * have been added, so the categorylinks table needs to be rebuilt). + * This array can be added to by extensions. */ $wgPagePropLinkInvalidations = array( 'hiddencat' => 'categorylinks',