diff options
author | Nicolas Vigier <boklm@mageia.org> | 2012-06-28 15:26:33 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2012-06-28 15:26:33 +0000 |
commit | 414e2f7383a88629295970a87fe852082b411b59 (patch) | |
tree | c9d6b9ae2551fbaa3c8c4df01db305592da6b6a8 /deployment/wikis | |
parent | 186471747f3d56deee8890a8749de2b9c1826a77 (diff) | |
download | puppet-414e2f7383a88629295970a87fe852082b411b59.tar puppet-414e2f7383a88629295970a87fe852082b411b59.tar.gz puppet-414e2f7383a88629295970a87fe852082b411b59.tar.bz2 puppet-414e2f7383a88629295970a87fe852082b411b59.tar.xz puppet-414e2f7383a88629295970a87fe852082b411b59.zip |
add Testing_procedure namespace
Diffstat (limited to 'deployment/wikis')
-rw-r--r-- | deployment/wikis/templates/wiki_settings | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/deployment/wikis/templates/wiki_settings b/deployment/wikis/templates/wiki_settings index 43a68621..9a710a37 100644 --- a/deployment/wikis/templates/wiki_settings +++ b/deployment/wikis/templates/wiki_settings @@ -25,3 +25,9 @@ $wgExtraNamespaces[NS_FEATURE_TALK] = 'Feature_Talk'; $wgContentNamespaces[] = NS_FEATURE; $wgNamespacesToBeSearchedDefault[NS_FEATURE] = true; +define('NS_TESTING_PROCEDURE', 102); +define('NS_TESTING_PROCEDURE_TALK', 103); +$wgExtraNamespaces[NS_TESTING_PROCEDURE] = 'Testing_procedure'; +$wgExtraNamespaces[NS_TESTING_PROCEDURE_TALK] = 'Testing_procedure_Talk'; +$wgContentNamespaces[] = NS_TESTING_PROCEDURE; +$wgNamespacesToBeSearchedDefault[NS_TESTING_PROCEDURE] = true; |