Last modified: 2013-04-08 11:01:38 UTC
Hallo! I see a need to be able to filter both for a namespace *and* the associated namespace. The MySQL statement just would require a OR and the user interface an addtional check box. Benefits: Users working manly in one namespace could filter both the pages from their "prefered" namspace *and* from the associated talk namespace without opening two browsers and corelating the queries. Regards Reinhardt [[user:gangleri]]
addendum: selection of *one* namespace was implemented at [[Special:Recentchanges]] Bug 1829: Filter Recentchanges by namespace and [[Special:Contributions]] Regards Reinhardt
Sound easy to handle.
work in progress. Currently writing tests for the MWNamespace class.
Functionality implemented locally. Still need: - to convert the invert / associated checkbox to a group of radio inputs (easy) - verify the SQL indexes used (long)
First pass committed with r83110 Still have to verify the SQL indexes :(
Updated URL
Need to check with Domas :b
Fixed by r87998 (which require r87992) \o/