]> git.openstreetmap.org Git - chef.git/commit
mediawiki: fix $wgExtraNamespaces[NS_PROPOSAL_TALK]
authorMartin Fischer <martin@push-f.com>
Mon, 8 Aug 2022 06:46:49 +0000 (08:46 +0200)
committerGrant <github@firefishy.com>
Mon, 8 Aug 2022 10:04:46 +0000 (13:04 +0300)
commit403c2b1aa0cc0b1f9d5677a69c665dc0bdae918c
tree29990c50a7cf8aaa946ad7c4b8181fa8f2ec3ecb
parentf07069124c9ad841f765ed1114b51b801a39fce5
mediawiki: fix $wgExtraNamespaces[NS_PROPOSAL_TALK]

As per https://www.mediawiki.org/wiki/Manual:Using_custom_namespaces
the string values in $wgExtraNamespaces have to use underscores
instead of spaces ... otherwise MediaWiki wrongly recognizes
"Proposal_talk:Foo" to be in the main namespace.
cookbooks/mediawiki/templates/default/LocalSettings.php.erb