r70132 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r70131‎ | r70132 | r70133 >
Date:10:17, 29 July 2010
Author:jojo
Status:ok
Tags:
Comment:
updated default value for wgCollectionArticleNamespaces (array)
Modified paths:
  • /trunk/extensions/Collection/README.txt (modified) (history)

Diff [purge]

Index: trunk/extensions/Collection/README.txt
@@ -131,20 +131,28 @@
132132 Category pages (NS_CATEGORY) are always an exception (all articles in a
133133 category are added, not the category page itself). Default is::
134134
135 - array(
136 - NS_MAIN,
137 - NS_TALK,
138 - NS_USER,
139 - NS_USER_TALK,
140 - NS_PROJECT,
141 - NS_PROJECT_TALK,
142 - NS_MEDIAWIKI,
143 - NS_MEDIAWIKI_TALK,
144 - 100,
145 - 101,
146 - 102,
147 - 103,
148 - )
 135+ array(
 136+ NS_MAIN,
 137+ NS_TALK,
 138+ NS_USER,
 139+ NS_USER_TALK,
 140+ NS_PROJECT,
 141+ NS_PROJECT_TALK,
 142+ NS_MEDIAWIKI,
 143+ NS_MEDIAWIKI_TALK,
 144+ 100,
 145+ 101,
 146+ 102,
 147+ 103,
 148+ 104,
 149+ 105,
 150+ 106,
 151+ 107,
 152+ 108,
 153+ 109,
 154+ 110,
 155+ 111,
 156+ );
149157
150158 *$wgCommunityCollectionNamespace (integer)*
151159 Namespace for "community collections", i.e. the namespace where non-personal

Status & tagging log