API: Clean up invalid UTF-8 in the result before feeding it to the formatter. This...
[lhc/web/wiklou.git] / includes / api / ApiResult.php
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....