reimplement r73652 having actually read coding conventions this time
[lhc/web/wiklou.git] / includes / api / ApiResult.php
2010-08-23 Sam Reedarrray?
2010-08-07 Alexandre EmsenhuberStandardised file description headers, added @file
2010-08-05 Sam Reedstylize api up to date
2010-07-28 Bryan Tong Minh(bug 24564) Fix fatal errors when using list=deletedrev...
2010-06-21 Derk-Jan HartmanCorrect the address of the FSF in some of the GPL headers
2010-03-08 Alexandre EmsenhuberFixed some doxygen warnings
2010-02-26 Jack PhoenixAPI: fix copyright symbol, coding style cleanup, more...
2010-02-12 Mark A. Hershbergervarious eol whitespace now instead of when someone...
2010-01-23 Sam ReedRefactor array_intersect_key from ApiResult.php to...
2010-01-23 Sam ReedAdd/remove whitelines to increase readability in API...
2010-01-11 Aryeh Gregorstylize.php on API code
2010-01-04 Tim StarlingFix for bug 9413 and the related Malayalam issue report...
2009-02-18 Tim StarlingProposed fix for bug 17552. Also the name of the functi...
2009-02-11 Roan Kattouw* API: Add documentation to important API classes
2009-02-10 Roan KattouwAPI: Make UTF-8 cleanup actually work; it was broken...
2009-02-05 Roan KattouwFix regression from r46845 which broke ApiResult::clean...
2009-02-05 Roan Kattouw* API: BREAKING CHANGE: (bug 11430) Return fewer result...
2009-01-21 Roan KattouwFix up r45749: do is_string() check in the caller instead
2009-01-14 Roan KattouwAPI: Clean up invalid UTF-8 in the result before feedin...
2008-10-25 Tim StarlingRemoved all instances of empty() where error suppressio...
2008-05-20 Alexandre EmsenhuberWARNING: HUGE COMMIT
2008-04-26 Roan KattouwAPI: Make ApiResult::setIndexedTagName_recursive()...
2008-04-14 Siebrand Mazeland* remove end of line whitespace
2007-10-20 Roan KattouwAPI: Fixing bug in iiprop=metadata handling:
2007-10-12 Daniel CannonAPI: Compatibility fix for 5.0.x. Define array_intersec...
2007-06-29 Aryeh GregorRemove ?>'s from files. They're pointless, and just...
2007-05-20 Yuri AstrakhanAPI: documentation and cleanup.
2007-05-20 Yuri AstrakhanAPI:
2007-05-19 Yuri AstrakhanAPI:
2007-04-20 Nick JenkinsYet more doc tweaks:
2006-10-18 Yuri AstrakhanAPI * Optimized revision <rev> tag setting
2006-10-18 Yuri AstrakhanAPI
2006-10-16 Yuri Astrakhan* API: help screen now shows default and allowed parame...
2006-10-15 Yuri Astrakhan* API query optimizations
2006-10-03 Yuri Astrakhan*API: rewired generator (more work needed)
2006-10-01 Yuri Astrakhan* API: added version information to each module (availa...
2006-10-01 Yuri Astrakhan* API: pageSet now supports pageids, revised revisions...
2006-10-01 Yuri Astrakhan* Code cleanup per TimStarling's suggestions
2006-10-01 Yuri Astrakhan* API: result data generation cleanup, minor cleaning
2006-09-27 Yuri Astrakhan* API: Refactored per brion's suggestions
2006-09-26 Yuri Astrakhan* API: Query Meta SiteInfo module
2006-09-25 Yuri Astrakhan* API: A new ApiPageSet class to retrieve page data...
2006-09-08 Yuri Astrakhan* Non-working API to facilitate dev collaboration....