https://bugzilla.wikimedia.org/show_bug.cgi?id=26061
--- Comment #2 from Reedy <[email protected]> 2010-12-03 02:15:16 UTC --- I've essentially done this, just need to work out some form of query "limit". Do you want any additional information, or just what's there already? Current: revid|status|commentcount|path|message|author|timestamp Give me a shout =) I'm just wondering if using a "trivial number", like 10.. e.g. 'revs' => array( ApiBase::PARAM_ISMULTI => true, ApiBase::PARAM_TYPE => 'integer', ApiBase::PARAM_MIN => 1, ApiBase::PARAM_MAX => 10, ApiBase::PARAM_MAX2 => 10 ), -- 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
