https://bugzilla.wikimedia.org/show_bug.cgi?id=16979
Happy-melon <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #10 from Happy-melon <[email protected]> 2009-05-12 17:00:48 UTC --- *YES*. This is the *perfect* solution. The situation is very similar, it's a 'property' that applies to individual pages that can be stored coherently in the page_props table, and the db query can be done in OutputPage.php rather than the parser. Is [[Category:Hidden categories]] populated 'normally', with links in the categorylinks table? Or is it generated entirely from page_props? There's probably no reason why a [[Category:Noindexed pages]] can't be dynamically-generated; it would additionally allow the categorisation to be filtered by __NOINDEX__ tags that are functional (are suppressing indexing) and those that are not (ie are being overridden by other policies). This would make resolving bug14900 very much easier, as well. Great idea, Roan! -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
