Add noratelimit right to list of core rights, was missing.
[lhc/web/wiklou.git] / includes / api / ApiQueryRecentChanges.php
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...