Merge "(bug 37249) validate export-demo.xml against current export.xsd"
[lhc/web/wiklou.git] / includes / api / ApiQueryUserContributions.php
2012-05-03 Aaron SchulzMerge "ImagePage refactoring"
2012-05-03 Aaron SchulzMerge "Noticed while looking at $wgShowUpdatedMarker...
2012-05-03 Aaron SchulzMerge "Done a bit of deglobalisation."
2012-05-02 HasharMerge "Bumping minimum supported version of PHPUnit...
2012-05-02 ReedyMerge "Ported r112366 from 1.19wmf branch indefinitely."
2012-05-02 ReedyMerge "Removing unnecessary space from the end of the...
2012-05-02 Petr OnderkaFixed whitespace in API classes
2011-12-28 Sam Reed* (bug 33398) Wrong escape in online documentation...
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-10-28 Sam ReedUpdate documentation
2011-10-26 John Du HartAdding context to the API
2011-10-06 Bryan Tong Minh(bug 29392) Setting the start or end parameter now...
2011-09-21 Sam ReedReturn documentation
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 Reed* (bug 28817) Add reference help page link to API Modules
2011-06-01 Sam ReedAdd some documentation
2011-05-28 Sam ReedAnd even more documentation
2011-05-19 Antoine MussoSingle messages can be passed as strings to Api::dieUsa...
2011-04-10 Sam Reed* (bug 26873) API: Add 'toponly' filter in usercontribs...
2011-03-12 Sam Reed* (bug 27670) Ordering by timestamp (and usage of start...
2010-12-22 Sam ReedDelete all the "API for MediaWiki 1.8+" comments
2010-12-14 Roan KattouwImprove some of the descriptions added in r68482
2010-10-20 Sam ReedFix some method documentation
2010-10-06 Sam ReedExplicit class variable definition
2010-08-28 Sam ReedBug 19195 - Make user IDs more readily available with...
2010-08-07 Alexandre EmsenhuberStandardised file description headers, added @file
2010-07-31 Sam ReedMove a few braces noticed while doing CR
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-22 Sam ReedRemove various unused parameters
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-05-21 Sam ReedChange text to Users for bug 23620
2010-05-21 Sam ReedAdd missing {$p}
2010-05-15 Roan KattouwAdd missing global
2010-05-11 Sam ReedMixture of things.
2010-02-26 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-02-01 Roan KattouwWhitespace fixes for r61761, r61779
2010-01-31 Sam ReedLast fail change from r61761
2010-01-31 Sam ReedFinish (bug 18427) Comment (edit summary) parser option...
2010-01-30 Roan KattouwAPI: Fix E_NOTICE. !is_null() and isset() are not equiv...
2010-01-11 Aryeh Gregorstylize.php on API code
2009-12-11 Roan KattouwAPI: (bug 21817) list=usercontribs chokes on empty...
2009-11-01 Roan KattouwAPI: (bug 19004) Add support for tags. Patch by Matthew...
2009-10-21 Max Semenik(bug 20275) Fixed LIKE queries on SQLite backend
2009-10-15 Alexandre Emsenhuber* (bug 21105) API: list=usercontribs can now list contr...
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-18 Roan KattouwAPI: (bug 19271) list=usercontribs reported all pre...
2009-06-13 Jure KajzerAdded bitwise operations to DatabaseBase and overloaded...
2009-05-15 Roan KattouwFix up r50600, which had no effect
2009-05-14 Chad HorohoeFollowup to r50423: Check if the row is null, since...
2009-05-10 Roan KattouwAPI: (bug 18743) Add ucprop=size (enabled by default...
2009-04-22 Roan KattouwAPI: (bug 18554) Also list hidden revisions in list...
2009-02-09 Roan KattouwAPI: Fix up r46825:
2009-02-05 Roan Kattouw* API: BREAKING CHANGE: (bug 11430) Return fewer result...
2009-02-04 Roan KattouwAPI: Re-enable ucprop=patrolled and rcshow=patrolled...
2009-02-04 Roan KattouwAPI: Temporarily disable ucprop=patrolled and ucshow...
2009-01-19 Roan KattouwAPI: (bug 17069) Added ucshow=patrolled|!patrolled...
2009-01-19 Roan KattouwAPI: (bug 17048) Show the 'new' flag in list=usercontri...
2008-11-06 Siebrand MazelandConsistent casing for wfGetDB(), getDB(), and getDBKey()
2008-10-28 Domas Mituzasusertext, not user :)
2008-10-28 Alexandre EmsenhuberFixes for r42735:
2008-10-28 Chad HorohoeUse FORCE INDEX here, because Domas said we should...
2008-10-25 Tim StarlingRemoved all instances of empty() where error suppressio...
2008-10-18 Alexandre EmsenhuberPer Catrope's request, commiting patch on bug 16018:
2008-07-09 Bryan Tong Minh* Added flag "top" to list=usercontribs if the user...
2008-05-20 Alexandre EmsenhuberWARNING: HUGE COMMIT
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-10 Brion VibberRevert 33072 for now -- changes to ucuserprefix use
2008-04-10 Roan KattouwAPI: Enhancing ucuserprefix performance
2008-03-26 Roan KattouwAPI performance enhancements (bug 13511):
2008-03-03 Roan KattouwAPI: Adding $wgAPIUCUserPrefixMinLength config variable...
2008-03-03 Roan KattouwAPI: Make spaces in ucuserprefix actually work
2008-02-26 Roan Kattouw(bug 13157) Adding ucuserprefix parameter to list=userc...
2008-02-05 Roan Kattouw(bug 12912) Made list=usercontribs' ucuser a multival...
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-08-13 Rob ChurchBetter variable and method naming
2007-08-13 Rob Church* (bug 10902) Unable to fetch user contributions from...
2007-07-14 Yuri AstrakhanAPI: Big change: Removed all userCanRead() checks per...
2007-07-09 Yuri AstrakhanAPI: fixed timestamp format for 'continue' values
2007-07-06 Yuri AstrakhanAPI: Backlink-style queries (backlinks, imageusage...
next