From b9b85843572bf283f48285001e276ba7e61b63f6 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Sun, 22 Feb 2009 13:37:51 +0100 Subject: updated to MediaWiki 1.14.0 --- includes/MagicWord.php | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'includes/MagicWord.php') diff --git a/includes/MagicWord.php b/includes/MagicWord.php index 3b22cb9b..5b5b77f0 100644 --- a/includes/MagicWord.php +++ b/includes/MagicWord.php @@ -103,8 +103,12 @@ class MagicWord { 'contentlanguage', 'pagesinnamespace', 'numberofadmins', + 'numberofviews', 'defaultsort', 'pagesincategory', + 'index', + 'noindex', + 'numberingroup', ); /* Array of caching hints for ParserCache */ @@ -143,6 +147,8 @@ class MagicWord { 'localtimestamp' => 3600, 'pagesinnamespace' => 3600, 'numberofadmins' => 3600, + 'numberofviews' => 3600, + 'numberingroup' => 3600, ); static public $mDoubleUnderscoreIDs = array( @@ -153,6 +159,8 @@ class MagicWord { 'noeditsection', 'newsectionlink', 'hiddencat', + 'index', + 'noindex', 'staticredirect', ); -- cgit v1.2.2