https://bugzilla.wikimedia.org/show_bug.cgi?id=8130
--- Comment #6 from [email protected] 2009-04-24 23:42:10 UTC --- 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() 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). -- 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
