API: sinumberingroup now gives correct size of 'user' group, and omits size of implic...
[lhc/web/wiklou.git] / includes / api / ApiQueryRevisions.php
2010-09-01 Sam Reed* (bug 24166) API error when using rvprop=tags
2010-08-28 Sam ReedFollowup r71831, it's not mutually exclusive!
2010-08-28 Sam ReedPart of Bug 19195 - Make user IDs more readily availabl...
2010-08-07 Alexandre EmsenhuberStandardised file description headers, added @file
2010-07-28 Bryan Tong Minh(bug 24564) Fix fatal errors when using list=deletedrev...
2010-07-25 PlatonidesRemove double globals.
2010-07-23 Sam ReedStylize API up to date
2010-07-23 Tim StarlingRewrote r69339 etc. to clean up API cache header handling.
2010-07-22 Sam ReedBig blitz on unused variables (a lot of $db = $this...
2010-07-19 Brian WolffFix fatal error from undefined $wgParser.
2010-07-14 Mark A. Hershbergerfollow up r69339:
2010-07-14 Roan KattouwAPI: Make output containing private or user-specific...
2010-06-23 Sam Reed* (bug 23473) - Give description of properties on all...
2010-06-21 Derk-Jan HartmanCorrect the address of the FSF in some of the GPL headers
2010-06-20 Sam ReedPer mediawiki.org/wiki/Special:Code/MediaWiki/66168...
2010-06-20 Sam ReedNuke $db->freeResult() from Api stuffs
2010-06-01 Alexandre EmsenhuberFixed fatal error because of undefined $wgParser variable
2010-05-11 Sam ReedMixture of things.
2010-05-10 Sam Reed* (bug 23460) Parse action should have a section option
2010-05-10 Sam ReedMove some braces to match coding styles
2010-05-10 Sam ReedRemove blank comment line
2010-03-31 Matthew Britton(bug 22290) Inconsistent presence of "comment" field...
2010-02-24 Jack PhoenixAPI: fix copyright symbol, coding style cleanup, more...
2010-02-14 Sam ReedFixup spaces to tabs from r62404
2010-02-13 Sam ReeddieUsage getPossibleErrors in ApiQuerySearch and ApiQue...
2010-02-13 Sam ReedRest of dieUsageMsg in getPossibleErrors
2010-02-04 Chad HorohoeFollowup r61957, define $index
2010-02-03 Tim StarlingFix for r58399 (missing index on change_tag table)...
2010-01-31 Sam Reedbug 18427 - Parsed comment on prop=revision
2010-01-31 Sam ReedParamDescriptions for ApiQueryRevisions were inconsiste...
2010-01-29 Tim StarlingFix careless errors in r61442 and r61444.
2010-01-23 Sam ReedNormalise comment usage (# --> //)
2010-01-11 Aryeh Gregorstylize.php on API code
2009-12-09 Roan KattouwAPI: Add rvdifftotext parameter to prop=revisions to...
2009-11-02 Roan KattouwRedo r58410, r58411 (attempts to to fix r58399) properl...
2009-11-01 Alexandre EmsenhuberFix for r58410: isset already checks for null, no need...
2009-11-01 Siebrand MazelandShould fix Undefined index: tag in includes/api/ApiQue...
2009-11-01 Roan KattouwAPI: (bug 19004) Add support for tags. Patch by Matthew...
2009-08-19 Brion VibberRevert r54291 "(bug 19004) Added support for tags to...
2009-08-03 Bryan Tong Minh(bug 19004) Added support for tags to the API. Patch...
2009-06-13 Jure KajzerAdded bitwise operations to DatabaseBase and overloaded...
2009-05-12 Roan KattouwFix E_STRICT reported on Translatewiki.net
2009-04-13 Roan KattouwAPI: Add parentid (rev_parent_id) to prop=revisions...
2009-03-20 Domas MituzasEvery time someone relies on equality propagation,...
2009-03-07 Roan KattouwFollowup to r48122: missed one
2009-02-28 Roan Kattouw* API: (bug 13209) Add rvdiffto parameter to prop=revisions
2009-02-27 Roan KattouwAPI: Some cleanup
2009-02-18 Roan Kattouw* API: (bug 17529) rvend ignored when rvstartid is...
2009-02-10 Roan KattouwAPI: Page prop=revisions by rev_id or (rev_page, rev_id...
2009-02-09 Roan KattouwFix some more regressions from r46845 reported by Brad...
2009-02-05 Roan Kattouw* API: BREAKING CHANGE: (bug 11430) Return fewer result...
2009-02-05 Roan Kattouw* API: Listing (semi-)deleted revisions and log entries...
2008-12-17 Roan KattouwAPI: Crusade against extract(). Left one extract()...
2008-12-03 Roan KattouwAPI: (bug 16516) Made rvsection=T-2 work rather than...
2008-11-21 Roan KattouwAPI: (bug 16408) Added DOM tree generation (rvgeneratex...
2008-10-29 Aaron SchulzDon't show orphaned revisions (will matter for bug...
2008-10-25 Tim StarlingRemoved all instances of empty() where error suppressio...
2008-10-24 Roan KattouwAPI: * BREAKING CHANGE: (bug 16074) Providing prop...
2008-09-04 Roan Kattouw* Split patrol code
2008-07-08 Bryan Tong MinhUser::editToken expects the salt as an array, not as...
2008-07-07 Tim StarlingFix silent failure in PHP 5.1.x or older. The callback...
2008-07-05 Roan KattouwFix regression from r37046: tokens should not be suppli...
2008-07-04 Roan KattouwRewritten the way the API handles tokens:
2008-05-20 Alexandre EmsenhuberWARNING: HUGE COMMIT
2008-05-13 Aaron SchulzActually, page not always selected. Add this only when...
2008-05-13 Aaron SchulzActually specify page_id=rev_page to avoid cartesian...
2008-05-13 Roan Kattouw$token is a parameter, so it's set by extractRequestPar...
2008-05-13 Bryan Tong MinhApiQueryRevisions now uses the Revision backend. This...
2008-04-14 Siebrand Mazeland* remove end of line whitespace
2008-03-14 Roan KattouwAPI: Added rvsection parameter to prop=revisions to...
2008-02-25 Roan KattouwAPI: Fixing limit=max output; previous implementation...
2008-01-28 Roan KattouwAPI: Changing all modules' getParamDescription(), getAl...
2008-01-05 Rotem LissQuick solution for problems with limit=max when using...
2007-12-10 Roan KattouwAPI:
2007-12-06 Victor VasilievRevert r28215: incorrectly moved files
2007-12-06 Victor VasilievCreate includes/api/query for Query API and includes...
2007-12-05 Daniel CannonAPI: Standardize limits. Use ApiBase constants to avoid...
2007-12-02 Roan KattouwReverting prop=revisions diff generation: way too expen...
2007-12-01 Roan KattouwRevert r28030: the example is valid. The fact that...
2007-12-01 Victor VasilievRemove invalid example from ApiQueryRevisions
2007-12-01 Roan KattouwMaking this actually work. I feel so stupid.
2007-12-01 Roan KattouwAPI:
2007-12-01 Victor Vasiliev* Fix rvdiffformat=array
2007-11-27 Roan KattouwAPI:
2007-11-27 Daniel CannonAPI: Another diff problem, var name mix-up.
2007-11-27 Daniel CannonAPI: difftoprev fails when 'rvprop=ids' is not specifie...
2007-11-27 Roan KattouwAPI: Adding diff generation to prop=revisions.
2007-10-05 Daniel CannonAPI: Ensure it checks *only* the fast limit or the...
2007-10-02 Roan Kattouw(bug 11534) rvendid doesn't work
2007-09-25 Roan KattouwAPI: (bug 11405) Expand templates implementation in...
2007-09-02 Tim StarlingFixed typo, fld_len -> fld_size
2007-08-09 Yuri AstrakhanAPI: Added size property (rev_len)
2007-07-30 Yuri AstrakhanAPI:
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...
next