Index: trunk/extensions/Configure/Configure.php |
— | — | @@ -131,7 +131,8 @@ |
132 | 132 | 'wgNamespacesToBeSearchedProject', 'wgNamespacesWithSubpages', 'wgNoFollowNsExceptions', 'wgNonincludableNamespaces', |
133 | 133 | 'wgSitemapNamespaces', 'wgAutopromote', 'wgGroupPermissions', 'wgAddGroups', 'wgRemoveGroups', 'wgGroupsAddToSelf', |
134 | 134 | 'wgGroupsRemoveFromSelf', 'wgArticleRobotPolicies', 'wgCapitalLinks', 'wgDefaultLanguageVariant', 'wgExtraSubtitle', |
135 | | - 'wgImportSources', 'wgRateLimits', 'wgAutoConfirmAge', 'wgAutoConfirmCount', 'wgMaxSigChars' |
| 135 | + 'wgImportSources', 'wgRateLimits', 'wgAutoConfirmAge', 'wgAutoConfirmCount', 'wgMaxSigChars', 'wgExtraNamespaces', |
| 136 | + 'wgLocaltimezone', 'wgExemptFromUserRobotsControl', |
136 | 137 | ); |
137 | 138 | |
138 | 139 | /** |
— | — | @@ -163,7 +164,7 @@ |
164 | 165 | # Rights for Special:Configure |
165 | 166 | $wgGroupPermissions['bureaucrat']['configure'] = true; |
166 | 167 | # $wgGroupPermissions['bureaucrat']['configure-interwiki'] = true; |
167 | | -# $wgGroupPermissions['developer']['configure-all'] = true; |
| 168 | +$wgGroupPermissions['bureaucrat']['configure-all'] = true; |
168 | 169 | |
169 | 170 | # Rights for Special:Extensions |
170 | 171 | $wgGroupPermissions['bureaucrat']['extensions'] = true; |