On Wed, 02 Nov 2011 08:44:17 -0700, Manish Goregaokar manishsmail@gmail.com wrote:
Well, kind of... But we want to keep track of 800-odd students. Shoving those in a GET request just isn't going to work. Could you make it work like Special:RecentChangesLinked? As in, it should take all [[User:]] links off a supplied page and show a contribs set. (example of such a pagehttp://en.wikipedia.org/wiki/User:Manishearth/Ambassador/IEPstudents/rcl ) If you can't do that, atleast make it accept POST requests. Then i'll code the other end to accept the page and generate the POST request. Thanks, ɹɐʞoɐƃǝɹoƃ ɥsıuɐɯ-
On Wed, Nov 2, 2011 at 3:59 PM, Erwin erwin@wikipedia.be wrote:
On Wed, Nov 2, 2011 at 10:44 AM, Manish Goregaokar manishsmail@gmail.com wrote:
Does anyone know of a tool that shows "Combined contributions" of a
bunch of
users (similar to how a warchlist/RecentChangesLinked shows the
'combined
history' of a bunch of pages)
Does http://toolserver.org/~erwin85/contribs.php suffice?
--Erwin
If you're coding up something how about using /api.php?action=query&list=usercontribs&ucuser= ?
The api accepts multiple users in the usercontribs query.