merged latest master
[lhc/web/wiklou.git] / includes / api / ApiQueryRevisions.php
2012-05-14 danielmerged latest master
2012-05-11 NikerabbitMerge "(bug 33928) make diff title page more relevant"
2012-05-10 Aaron SchulzMerge "Revert r97711"
2012-05-10 ReedyMerge "(bug 19195) Make user IDs more readily available...
2012-05-09 Timo TijhofMerge "Add CSS class .mw-code (matching <pre>)"
2012-05-09 KrinkleMerge "fix bug 29002 - in RTL wikis resizable are flipped"
2012-05-09 KrinkleMerge "Upgrade to jQuery UI 1.8.20"
2012-05-08 Aaron SchulzMerge changes Ic19071c7,Icc8dc4ae
2012-05-08 CatropeMerge "Re-enable css @import unit tests"
2012-05-08 Brion VIBBERMerge "Optimized SqlBagOStuff::getBatch() a bit."
2012-05-08 Brion VIBBERMerge "(bug 35993) gettoken should go die in a fire...
2012-05-08 Brion VIBBERMerge "Make backupTestPass.inc require_once by itself...
2012-05-08 Brion VIBBERMerge "[FileRepo] Locking and transaction fixes."
2012-05-08 Brion VIBBERMerge "Add new-inline-tags to tidy.conf"
2012-05-08 Brion VIBBERMerge "(bug 36568) Fixed "Illegal string offset 'LIMIT...
2012-05-08 Aaron SchulzMerge "Don't make two database requests to load the...
2012-05-08 Brion VIBBERMerge "(bug 20189) Added 'Show/hide selected revisions...
2012-05-08 Brion VIBBERMerge "[FileBackend] File locking fixes."
2012-05-08 Brion VIBBERMerge "Make getContinueStr protected as it's used in...
2012-05-08 Brion VIBBERMerge "Include the namespace of the page in the "target...
2012-05-08 Brion VIBBERMerge "ORDER BY/GROUP BY accept arrays"
2012-05-05 umherirrenderORDER BY/GROUP BY accept arrays
2012-04-29 danielmerged from master
2012-04-25 danielmerged from master
2012-04-17 danielrenamed getDifferenceEngine to createDifferenceEngine
2012-04-11 Jens OhligMerge branch 'master' into Wikidata
2012-04-11 Jens OhligMerge branch 'master' into Wikidata
2012-04-04 Daniel Kinzleruse factory method to get difference engine everywhere
2012-04-04 Daniel Kinzleruse content-based diff
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 (# --> //)
next