https://bugzilla.wikimedia.org/show_bug.cgi?id=34344
Bawolff <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Summary|provide more filter methods |provide more filter methods |for special:contributions |for special:contributions | |so users can see list of | |pages they've edited that | |have been updated --- Comment #1 from Bawolff <[email protected]> 2012-02-12 01:59:49 UTC --- Hmm, special:Contributions is getting crowded. Perhaps we should add a new special page. So just to clarify, what is being asked for: List of pages user (let's call him Bob) has edited, such that someone else has subsequently edited the page, no duplicate pages listed, and ordered by the time when Bob last edited the page. This almost sounds like it'd fit in better with Special:Recentchanges. (And if we could limit it to the last 3 weeks of changes or whenever RC is limited to, probably the concerns about sql efficiency wouldn't be as much [but it'd still be pretty bad. Is filesorting the RC table considered ok on the likes of enwikipedia?]) >I know that the database query won't be easy to construct, but I think it would >be OK not to show exactly 20/50/100/... contributions to have such a essential >feature built into core. So the filtering could also be done in PHP, which >should be quite easy. In future, a better SQL term still can be built. I don't really like the idea of php side filtering. What if 0 results are shown (even though there are actual results that would match)? That just seems icky. -- 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
