Index: trunk/extensions/Configure/Configure.php |
— | — | @@ -125,18 +125,15 @@ |
126 | 126 | * Editable settings. If this is a non-empty array, only the settings in this |
127 | 127 | * array will be allowed to be modified. |
128 | 128 | */ |
129 | | -$wgConfigureEditableSettings = array(); |
| 129 | +$wgConfigureEditableSettings = array( |
| 130 | + 'wgSitename', 'wgLogo', 'wgContentNamespaces', 'wgMetaNamespace', 'wgMetaNamespaceTalk', |
| 131 | + 'wgNamespaceAliases', 'wgNamespaceProtection', 'wgNamespaceRobotPolicies', 'wgNamespacesToBeSearchedDefault', |
| 132 | + 'wgNamespacesToBeSearchedProject', 'wgNamespacesWithSubpages', 'wgNoFollowNsExceptions', 'wgNonincludableNamespaces', |
| 133 | + 'wgSitemapNamespaces', 'wgAutopromote', 'wgGroupPermissions', 'wgAddGroups', 'wgRemoveGroups', 'wgGroupsAddToSelf', |
| 134 | + 'wgGroupsRemoveFromSelf', 'wgArticleRobotPolicies', 'wgCapitalLinks', 'wgDefaultLanguageVariant', 'wgExtraSubtitle', |
| 135 | + 'wgImportSources', 'wgRateLimits', 'wgAutoConfirmAge', 'wgAutoConfirmCount', 'wgMaxSigChars' |
| 136 | +); |
130 | 137 | |
131 | | -# Suggested configuration: |
132 | | -#$wgConfigureEditableSettings = array( |
133 | | -# 'wgSitename', 'wgLogo', 'wgContentNamespaces', 'wgMetaNamespace', 'wgMetaNamespaceTalk', |
134 | | -# 'wgNamespaceAliases', 'wgNamespaceProtection', 'wgNamespaceRobotPolicies', 'wgNamespacesToBeSearchedDefault', |
135 | | -# 'wgNamespacesToBeSearchedProject', 'wgNamespacesWithSubpages', 'wgNoFollowNsExceptions', 'wgNonincludableNamespaces', |
136 | | -# 'wgSitemapNamespaces', 'wgAutopromote', 'wgGroupPermissions', 'wgAddGroups', 'wgRemoveGroups', 'wgGroupsAddToSelf', |
137 | | -# 'wgGroupsRemoveFromSelf', 'wgArticleRobotPolicies', 'wgCapitalLinks', 'wgDefaultLanguageVariant', 'wgExtraSubtitle', |
138 | | -# 'wgImportSources', 'wgRateLimits', 'wgAutoConfirmAge', 'wgAutoConfirmCount', 'wgMaxSigChars' |
139 | | -#); |
140 | | - |
141 | 138 | /** |
142 | 139 | * Whether to use the API module |
143 | 140 | */ |