More parameter documentation
[lhc/web/wiklou.git] / includes / api / ApiQueryRevisions.php
2011-02-19 Sam ReedMore parameter documentation
2011-01-02 Sam ReedFollowup r79470, removed unused variable
2011-01-02 Sam ReedApiQueryRevisions: Switch from manual Cache checking...
2010-12-30 Sam ReedStyleli[zs]e the API up to date (Been a while since)
2010-12-22 Sam ReedDelete all the "API for MediaWiki 1.8+" comments
2010-12-20 Happy-melonRevert rollback implementation of r78585, r78599. ...
2010-12-19 Happy-melonFollow-up r78585: Make Token::PERSISTENT the default...
2010-12-18 Happy-melonMerge in Token class from my branch; would like some...
2010-10-27 Roan KattouwFollowup to r75266: remove warning "rvlimit may not...
2010-10-23 Bryan Tong MinhAdded rvparse to parse revisions. For performance reaso...
2010-10-20 Sam ReedFew more explicit class variable declarations
2010-10-20 Sam ReedFix some method documentation
2010-10-17 Sam ReedFollowup r74392. Also cache result of getUser call...
2010-10-06 Sam ReedFollowup r71831, User::newFromName, not newFromText
2010-09-27 Roan KattouwFix indentation
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.
next