(bug 19004) Added support for tags to the API. Patch by Matthew Britton.
[lhc/web/wiklou.git] / includes / api / ApiQueryLogEvents.php
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-03-01 Roan KattouwFix up r47901: don't return the string "true" or "false...
2009-03-01 Nicolas DumazetFor move logs, log_params can have a "suppressedRedirec...
2009-02-25 Roan KattouwSlight fix for r47781: remove useless if($index) condit...
2009-02-25 Aaron SchulzINDEX use fixes
2009-02-20 Roan KattouwAPI: Add a STRAIGHT_JOIN to list=logevents on Domas...
2009-02-06 Aaron SchulzHide title if DELETED_ACTION is on, but don't worry...
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-04 Roan KattouwAPI: (bug 16541) Adding block expiry timestamp to list...
2008-12-04 Roan KattouwRevert part of r44232, accidentally committed too much
2008-12-04 Roan KattouwAPI: (bug 16515) Added pst and onlypst parameters to...
2008-11-22 Roan KattouwAPI: (bug 16421) Actually do user name normalization...
2008-10-25 Tim StarlingRemoved all instances of empty() where error suppressio...
2008-10-25 Tim Starling* Fix r41814: totally broken use of empty(), ignores...
2008-09-06 Victor Vasiliev* (bug 15492) list=recentchanges&rctype=log does't...
2008-05-20 Alexandre EmsenhuberWARNING: HUGE COMMIT
2008-05-13 Aaron Schulzlog_id here too
2008-05-13 Aaron Schulz* Totally redo index use.
2008-05-13 Brion VibberDisable logevents until it works...
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-04-14 Siebrand Mazeland* remove end of line whitespace
2008-04-13 Aaron SchulzDisallow shitty filesort query
2008-04-02 Aaron Schulzproper name
2008-04-02 Aaron SchulzAdd getExcludeClause(), hide items from API too
2008-01-28 Roan KattouwAPI: Changing all modules' getParamDescription(), getAl...
2007-12-12 Roan KattouwAPI: Adding missing description for leprop parameter
2007-12-06 Victor VasilievRevert r28215: incorrectly moved files
2007-12-06 Victor VasilievCreate includes/api/query for Query API and includes...
2007-07-18 Rob Church(bug 10634) Fake out log_id until the column is live...
2007-07-15 Yuri AstrakhanAPI: improved list=logevents - added leprop, decoded...
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-20 Yuri AstrakhanAPI:
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-27 Nick JenkinsChanging lines like this: "extract( $dbw->tableNames...
2006-11-03 Yuri AstrakhanAPI * better self-description for various modules
2006-11-01 Yuri AstrakhanAPI * Minor fixes to user contribs and logevents. Pagin...
2006-10-31 Yuri AstrakhanDatabase: added STRAIGHT_JOIN option for mysql
2006-10-25 Yuri AstrakhanAPI * simple backlinks module (no redirect resolution...
2006-10-21 Yuri AstrakhanAPI * Common field output function to simplify result...
2006-10-20 Yuri AstrakhanAPI * Added rudimentary RC list
2006-10-18 Yuri AstrakhanAPI
2006-10-17 Yuri AstrakhanAPI * Better log events info * Added RAW debugging...
2006-10-16 Yuri Astrakhan* API: logevents query module (incomplete)