[FileBackend] Added getScopedLocksForOps() function.
[lhc/web/wiklou.git] / includes / api / ApiQueryRevisions.php
2012-01-11 Sam Reed* (bug 33117) prop=revisions allows deleted text to...
2011-12-27 Sam ReedRe-instate most of the revisions for bug 33147 "API...
2011-12-20 Aaron SchulzFU r106514: Sanity check for empty sha1 values in the DB
2011-12-20 Brion Vibbergrammar :) followup r106514
2011-12-18 Aaron SchulzFU r106514: use base 16 SHA-1 to be consistent with...
2011-12-17 Aaron SchulzKill some useless code in r106514
2011-12-17 Aaron SchulzExpose rev_sha1/ar_sha1 to API (bug 21860)
2011-12-13 Robin Pepermansupdate all core usage of deprecated Title::userCanRead()
2011-12-11 Sam Reed* (bug 32415) Empty page get no size attribute in API...
2011-12-11 Alexandre EmsenhuberUse ParserOptions::newFromContext() instead of 'new...
2011-11-28 Sam ReedOh noes, moar http:// -> https://
2011-11-16 John Du HartRemoved the 'eclipse helper' bit on top of every API...
2011-11-10 Alexandre EmsenhuberMade DifferenceEngine use a context instead of global...
2011-10-27 Sam ReedDocumentation
2011-10-20 Antoine Musso(bug 31345) document API Revisions parameters as enum
2011-10-06 Bryan Tong Minh(bug 29392) Setting the start or end parameter now...
2011-09-16 Alexandre EmsenhuberCall Linker methods statically
2011-08-17 Sam ReedBased on diff to wikia, set more functions consistently...
2011-07-17 Sam ReedFollowup r92396
2011-06-05 Sam Reed* (bug 28897) rvparse doesn’t seem to work with rvsection
2011-04-25 Max SemenikRm all mentions of "this module" in API action descript...
2011-04-21 Chad HorohoeRemove @static from all over the place. That's what...
2011-03-12 Sam Reed* (bug 27670) Ordering by timestamp (and usage of start...
2011-02-27 Sam ReedTweak comments, remove some unused stuff.
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...
next