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

feat(pm/wiki): make Public: a content namespace

Various things are based on this including:
- Random page suggestions
- Visual editor availability
- Statistics
- etc.

Public should be a content namespace - let's make it so!

+1
+1
packetmix/systems/wiki/wiki.nix
··· 230 230 // Add namespaces. 231 231 $wgExtraNamespaces[NS_PUBLIC] = "Public"; 232 232 $wgExtraNamespaces[NS_PUBLIC_TALK] = "Public_talk"; 233 + $wgContentNamespaces[] = NS_PUBLIC; 233 234 234 235 $wgNamespacesWithSubpages[NS_MAIN] = true; 235 236 $wgNamespacesWithSubpages[NS_PUBLIC] = true;