https://bugzilla.wikimedia.org/show_bug.cgi?id=8130
Roan Kattouw <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|wikibugs- |[email protected] |[email protected] | --- Comment #7 from Roan Kattouw <[email protected]> 2009-04-25 06:57:34 UTC --- (In reply to comment #6) > Aha, that makes it alot easier (especially for a newb like me) to see the > direction where you're heading with the special page queries. > > So, should I wait until the querypage-work branch is complete to proceed? > > Or could I help by providing a patch for querypage-work? In which case, it > looks like what you're suggesting is that the entry in $conds would be changed > from > page_namespace => NS_MAIN > to something like > page_namespace => MWNamespace::getContentNamespaces() Yeah, that's what will be needed. I'll look into that on a per-query basis (such a condition might hurt efficiency for some queries). > where getContentNamespaces could return a single value or an array of values > (returning a single-value as a non-array seems slightly more efficient for > Database::makeList). > Doesn't really matter. -- 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
