From: jenkins-bot Date: Mon, 12 May 2014 14:18:33 +0000 (+0000) Subject: Merge "Add two more categories to Special:TrackingCategories" X-Git-Tag: 1.31.0-rc.0~15742 X-Git-Url: http://git.cyclocoop.org/clavettes/images/siteon3.jpg?a=commitdiff_plain;h=3993bc9cbcb31bda2b70d152b1caae8a16197f49;hp=9e0774551bec9201de2f26521a13a81acd7c5fbd;p=lhc%2Fweb%2Fwiklou.git Merge "Add two more categories to Special:TrackingCategories" --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index cf94bae8d5..64512c83a5 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -3621,6 +3621,8 @@ $wgTrackingCategories = array( 'post-expand-template-inclusion-category', 'hidden-category-category', 'broken-file-category', + 'node-count-exceeded-category', + 'expansion-depth-exceeded-category', ); /** diff --git a/languages/i18n/en.json b/languages/i18n/en.json index fa66e75dd4..1c617f7c82 100644 --- a/languages/i18n/en.json +++ b/languages/i18n/en.json @@ -714,8 +714,10 @@ "parser-template-recursion-depth-warning": "Template recursion depth limit exceeded ($1)", "language-converter-depth-warning": "Language converter depth limit exceeded ($1)", "node-count-exceeded-category": "Pages where node-count is exceeded", + "node-count-exceeded-category-desc": "A category for pages where the node-count is exceeded.", "node-count-exceeded-warning": "Page exceeded the node-count", "expansion-depth-exceeded-category": "Pages where expansion depth is exceeded", + "expansion-depth-exceeded-category-desc": "This is a category for pages where the expansion depth is exceeded.", "expansion-depth-exceeded-warning": "Page exceeded the expansion depth", "parser-unstrip-loop-warning": "Unstrip loop detected", "parser-unstrip-recursion-limit": "Unstrip recursion limit exceeded ($1)", diff --git a/languages/i18n/qqq.json b/languages/i18n/qqq.json index 648cb80fa2..1e6cc0fa66 100644 --- a/languages/i18n/qqq.json +++ b/languages/i18n/qqq.json @@ -1938,6 +1938,8 @@ "expensive-parserfunction-category-desc": "Expensive parserfunction category description. Shown on [[Special:TrackingCategories]].\n\nSee also:\n* {{msg-mw|Expensive-parserfunction-category}}", "broken-file-category-desc": "Broken file category description. Shown on [[Special:TrackingCategories]].\n\nSee also:\n* {{msg-mw|Broken-file-category}}", "hidden-category-category-desc": "Hidden-category category description. Shown on [[Special:TrackingCategories]].\n\nSee also:\n* {{msg-mw|Hidden-category-category}}", + "node-count-exceeded-category-desc": "Node count exceeded category description. Shown on [[Special:TrackingCategories]].\n\nSee also:\n* {{msg-mw|Node-count-exceeded-category}}", + "expansion-depth-exceeded-category-desc": "Expansion depth exceeded category description. Shown on [[Special:TrackingCategories]].\n\nSee also:\n* {{msg-mw|Expansion-depth-exceeded-category}}", "trackingcategories-nodesc": "Tracking category description not available message", "trackingcategories-disabled": "This message is used as the contents of the column \"Tracking category\" on [[Special:TrackingCategories]] when a particular tracking category has been disabled.", "mailnologin": "Used in [[Special:EmailUser]].\n\nUsed as title of the error message {{msg-mw|Mailnologintext}}.",