Add missing global
[lhc/web/wiklou.git] / includes / api / ApiQueryRecentChanges.php
2010-05-11 Sam ReedMixture of things.
2010-02-24 Jack PhoenixAPI: fix copyright symbol, coding style cleanup, more...
2010-02-14 Sam ReedFollowup to r62465, should be in an array
2010-02-14 Sam ReedMove ( 'code' => 'show', 'info' => 'Incorrect parameter...
2010-02-13 Sam ReedComplete dieUsage errors in 7 more Api files
2010-02-05 Tim StarlingFix for r61957: initialise array variables explicitly.
2010-02-03 Tim StarlingFix for r58399 (missing index on change_tag table)...
2010-01-31 Sam ReedRem extra brace from r61761
2010-01-31 Sam ReedFinish (bug 18427) Comment (edit summary) parser option...
2010-01-23 Sam ReedMore of r61437 (adding/removing whitespace)
2010-01-11 Aryeh Gregorstylize.php on API code
2009-11-03 Roan KattouwAnother fatal in r58419
2009-11-02 Roan KattouwRedo r58410, r58411 (attempts to to fix r58399) properl...
2009-11-01 Roan KattouwAPI: (bug 19004) Add support for tags. Patch by Matthew...
2009-09-03 Daniel Kinzleradding public access methods for use by XMLRC extension.
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-19 Roan KattouwAPI: (bug 14200) Add user and excludeuser to list=recen...
2009-03-29 Roan KattouwAPI: Don't give patrol tokens for non-new RCs if only...
2009-03-28 Roan KattouwRedo r48746 (API userrights, reverted in r48909 and...
2009-03-27 Andrew GarrettRevert r48746 (API userrights). Breaks Special:GlobalGr...
2009-03-24 Roan Kattouw* API: (bug 15935) Add action=userrights to the API
2009-02-27 Roan KattouwAPI: Some cleanup
2009-02-05 Roan Kattouw* API: BREAKING CHANGE: (bug 11430) Return fewer result...
2009-02-04 Roan KattouwAPI: BREAKING CHANGE: Remove rctitles parameter from...
2008-12-17 Roan KattouwAPI: Crusade against extract(). Left one extract()...
2008-12-17 Roan KattouwRevert r44716 (added user,excludeuser to watchlist...
2008-12-17 Roan KattouwAPI: (bug 16527) Added user and excludeuser parameters...
2008-12-14 Roan KattouwAPI: Fix broken block expiry calculation in list=recent...
2008-11-06 Siebrand MazelandConsistent casing for wfGetDB(), getDB(), and getDBKey()
2008-10-25 Tim StarlingRemoved all instances of empty() where error suppressio...
2008-10-14 Roan Kattouw(bug 15945) API: Use User::useRCPatrol() and useNPPatro...
2008-09-06 Victor Vasiliev* (bug 15492) list=recentchanges&rctype=log does't...
2008-09-04 Roan Kattouw* Split patrol code
2008-07-22 Roan KattouwAPI: Change descriptions for some limit parameters...
2008-05-20 Alexandre EmsenhuberWARNING: HUGE COMMIT
2008-05-13 Roan KattouwOops
2008-05-13 Roan KattouwActually this *should* be a LEFT JOIN, or we'll be...
2008-05-13 Roan KattouwMaking INNER JOIN implicit
2008-05-13 Aaron SchulzINNER JOIN
2008-05-10 Roan Kattouw* Re-applying r34449, r34500 and r34518 which Brion...
2008-05-09 Brion VibberRevert to r34430 in order to revert r34431 which is...
2008-05-08 Roan KattouwAPI:
2008-05-07 Roan Kattouw(bug 14013) Added rcshow=patrolled to list=recentchanges
2008-04-14 Siebrand Mazeland* remove end of line whitespace
2008-04-07 Roan KattouwOops, let's use a RIGHT JOIN here rather than an INNER...
2008-04-07 Roan Kattouw(bug 13618) Added rcprop=redirect and rcshow=redirect...
2008-03-27 Roan KattouwAPI: Adding info field to error message
2008-02-27 Roan Kattouw(bug 12394) Adding rctitles parameter to list=recentcha...
2008-02-24 Roan Kattouw(bug 13128) Add patrolled flag to list=recentchanges
2008-01-28 Roan KattouwAPI: Changing all modules' getParamDescription(), getAl...
2007-12-06 Victor VasilievRevert r28215: incorrectly moved files
2007-12-06 Victor VasilievCreate includes/api/query for Query API and includes...
2007-10-12 Roan KattouwAPI: Add type filtering to list=recentchanges
2007-10-12 Daniel CannonAPI: Add a little docu so that we might be able to...
2007-10-11 Daniel Cannon(bug 11632) API: Breaking change: Specify the type...
2007-07-15 Yuri AstrakhanAPI: Fixed Bug 10544 Add 'rc_id' column to 'recentchang...
2007-07-14 Yuri AstrakhanAPI: Big change: Removed all userCanRead() checks per...
2007-07-09 Yuri AstrakhanAPI: fixed timestamp format for 'continue' values
2007-06-29 Aryeh GregorRemove ?>'s from files. They're pointless, and just...
2007-06-02 Yuri AstrakhanAPI: Security update - deleted rev/rc/log entries are...
2007-05-21 Yuri AstrakhanAPI: recentchanges and usercontribs cleaned up to allow...
2007-05-20 Yuri AstrakhanAPI: documentation and cleanup.
2007-05-19 Yuri Astrakhan* API: Watchlist feed allows 'hours' parameter of how...
2007-04-20 Nick JenkinsYet more doc tweaks:
2007-01-22 Nick JenkinsThe war on redundant ampersand usage!
2006-11-23 Nick JenkinsCode housekeeping stuff (and barring any stuff-ups...
2006-11-04 Yuri AstrakhanAPI * Changed rchide into rcshow. Now allows very granu...
2006-11-03 Yuri AstrakhanAPI * better self-description for various modules
2006-11-03 Yuri AstrakhanAPI * forcing the rc_timestamp index (to safeguard...
2006-10-25 Yuri AstrakhanAPI * simple backlinks module (no redirect resolution...
2006-10-22 Yuri Astrakhanrenaming ApiQueryRecentchanges.php to ApiQueryRecentCha...