]> git.openstreetmap.org Git - chef.git/commitdiff
Activation of "Catwatch"
authorTigerfell <43786020+Tigerfell@users.noreply.github.com>
Sat, 17 Dec 2022 13:39:21 +0000 (14:39 +0100)
committerGrant <github@firefishy.com>
Sun, 12 Feb 2023 12:50:54 +0000 (12:50 +0000)
implements openstreetmap/operations#351

cookbooks/mediawiki/templates/default/LocalSettings.php.erb

index 7e80f1c482f7b7a7c4f9bbab2d5ed6bb22a1f17c..9070c0ee8620b4a88010b2836cec58875c69dbde 100644 (file)
@@ -392,7 +392,8 @@ $wgForceUIMsgAsContentMsg = array( 'mainpage-url', 'mapfeatures-url', 'contribut
 <% end -%>
 
 <% if @name == "wiki.openstreetmap.org" -%>
-# Placeholder for the wiki.openstreetmap.org specific config
+# wiki.openstreetmap.org specific config loaded after extensions
+$wgRCWatchCategoryMembership = true;
 <% end -%>
 
 <% if not(@mediawiki[:private_accounts]) and not(@mediawiki[:private_site]) -%>