Your one-stop-cake-shop for everything Freshly Baked has to offer

fix(pm/wiki): remove CategoryWatch

CategoryWatch looks like it's going to work when you load it, but
at runtime there is an error which prevents category reindexes. To
workaround this, we can remove the extension entirely...

Changed files
-13
npins
packetmix
systems
teal
-12
npins/sources.json
··· 54 "url": null, 55 "hash": "sha256-yFOyqK6Mu71x451BEw1FSWpamLl6JbTJ+NwNPM8YJ30=" 56 }, 57 - "CategoryWatch": { 58 - "type": "Git", 59 - "repository": { 60 - "type": "Git", 61 - "url": "https://gerrit.wikimedia.org/r/mediawiki/extensions/CategoryWatch" 62 - }, 63 - "branch": "master", 64 - "submodules": false, 65 - "revision": "3e7a18857227ab8e71a8ce6486b0b0b9be47ef76", 66 - "url": null, 67 - "hash": "sha256-UcKZ/MCYjIJkT+eZhaP7fdne6Pkg2QP+F6f2TVyCeU0=" 68 - }, 69 "CirrusSearch": { 70 "type": "Git", 71 "repository": {
··· 54 "url": null, 55 "hash": "sha256-yFOyqK6Mu71x451BEw1FSWpamLl6JbTJ+NwNPM8YJ30=" 56 }, 57 "CirrusSearch": { 58 "type": "Git", 59 "repository": {
-1
packetmix/systems/teal/wiki.nix
··· 42 AutoCreateCategoryPages = project.inputs.AutoCreateCategoryPages.src; 43 Cargo = project.inputs.Cargo.src; # queries and soforth 44 CategoryTree = null; 45 - CategoryWatch = project.inputs.CategoryWatch.src; 46 CheckUser = null; 47 Cite = null; 48 CiteThisPage = null;
··· 42 AutoCreateCategoryPages = project.inputs.AutoCreateCategoryPages.src; 43 Cargo = project.inputs.Cargo.src; # queries and soforth 44 CategoryTree = null; 45 CheckUser = null; 46 Cite = null; 47 CiteThisPage = null;