(bug 9575) Accept upload description from GET parameters
[lhc/web/wiklou.git] / includes / api / ApiQueryRevisions.php
2007-07-14 Yuri AstrakhanAPI: Big change: Removed all userCanRead() checks per...
2007-07-01 Yuri AstrakhanAPI: Reverted back to r23531 for the reasons listed...
2007-06-30 Roan KattouwRemoving a ')' that broke the entire API
2007-06-30 Roan KattouwAdding rvprop=lastid parameter to prop=revisions that...
2007-06-29 Aryeh GregorRemove ?>'s from files. They're pointless, and just...
2007-06-25 Yuri AstrakhanAPI: Fixed error codes encoding per bug 10308.
2007-05-27 Yuri AstrakhanAPI: Enabled API login throttling (with amidaniel's...
2007-05-23 Brion Vibberbug 8772: fix for previous patch -- function that takes...
2007-05-21 Yuri AstrakhanAPI:
2007-05-21 Yuri AstrakhanAPI: recentchanges and usercontribs cleaned up to allow...
2007-05-20 Yuri AstrakhanAPI: documentation and cleanup.
2007-05-20 Yuri AstrakhanAPI:
2007-05-19 Yuri AstrakhanAPI:
2007-05-19 Yuri Astrakhan* API: Watchlist feed allows 'hours' parameter of how...
2007-05-19 Yuri AstrakhanAPI: resolved bug 8772: Parameter to limit results...
2007-05-19 Yuri AstrakhanAPI: fixed bug 9938: Querying by revids on api.php...
2007-04-20 Nick JenkinsYet more doc tweaks:
2007-01-22 Nick JenkinsThe war on redundant ampersand usage!
2007-01-18 Brion Vibber* Fix API revision list on PHP 5.2.1; bad reference...
2006-11-03 Yuri AstrakhanAPI * better self-description for various modules
2006-10-30 Yuri AstrakhanAPI * Implemented backlinks / imagelinks / embeddedin...
2006-10-25 Yuri AstrakhanAPI * simple backlinks module (no redirect resolution...
2006-10-21 Yuri AstrakhanAPI * Common field output function to simplify result...
2006-10-18 Yuri AstrakhanAPI *
2006-10-18 Yuri AstrakhanAPI * Optimized revision <rev> tag setting
2006-10-18 Yuri AstrakhanAPI
2006-10-17 Yuri AstrakhanAPI * Better log events info * Added RAW debugging...
2006-10-16 Yuri Astrakhan* API: help screen now shows default and allowed parame...
2006-10-13 Yuri Astrakhan* API: Added revids parameter.
2006-10-12 Yuri Astrakhan* allpages module fix
2006-10-03 Yuri Astrakhan*API: rewired generator (more work needed)
2006-10-02 Yuri Astrakhan*API: better version gen, added check for read-only...
2006-10-01 Yuri Astrakhan* API: added version information to each module (availa...
2006-10-01 Yuri Astrakhan* API: pageSet now supports pageids, revised revisions...
2006-10-01 Yuri Astrakhan* Code cleanup per TimStarling's suggestions
2006-10-01 Yuri Astrakhan* API: result data generation cleanup, minor cleaning
2006-09-30 Yuri Astrakhan* API: revisions & pageset cleanup
2006-09-29 Yuri Astrakhan* API: revisions module fixes
2006-09-27 Yuri Astrakhan* API: Refactored per brion's suggestions
2006-09-26 Yuri Astrakhan* API: Overall query-related cleanup.
2006-09-26 Yuri Astrakhan* API: All pages list