API: coding style cleanup, fix copyright symbol, more braces
[lhc/web/wiklou.git] / includes / api / ApiFormatJson.php
2010-02-23 Jack PhoenixAPI: coding style cleanup, fix copyright symbol, more...
2010-02-12 Mark A. Hershbergervarious eol whitespace now instead of when someone...
2010-01-11 Aryeh Gregorstylize.php on API code
2009-09-10 Tim StarlingComments and whitespace fixes only.
2009-09-09 Michael Dale* (bug 20336) changed json_decode json_encode to static...
2009-08-15 Michael Dale* removed plain-text output because IE is retarded...
2009-08-15 Michael Dale* added content-type plain/text output param for json...
2009-08-15 Michael Dale* added missing setIndexedTagName for some upload api...
2009-07-14 Michael Dalehere it is ... the upload-api, script-server, js2 ...
2009-04-28 Roan KattouwAPI: (bug 16422) Don't show help in format=jsonfm unles...
2009-03-23 Roan KattouwAPI: Add a check for PHP bug 45314 (PHP's WDDX formatte...
2009-01-12 Roan KattouwAPI: (bug 16798) Fix for PHP bug 46944 (PHP's JSON...
2008-05-20 Alexandre EmsenhuberWARNING: HUGE COMMIT
2008-04-14 Siebrand Mazeland* remove end of line whitespace
2008-04-05 Bryan Tong Minh(bug 12136) Extend allowed characters in JSON callback...
2008-03-03 Brion VibberSafety fixes for API:
2008-01-28 Roan KattouwAPI: Changing all modules' getParamDescription(), getAl...
2007-06-29 Aryeh GregorRemove ?>'s from files. They're pointless, and just...
2007-05-20 Yuri AstrakhanAPI: documentation and cleanup.
2007-05-15 Yuri Astrakhan* API: JSON format now allows callback parameter
2007-04-20 Nick JenkinsYet more doc tweaks:
2006-11-03 Yuri AstrakhanAPI * better self-description for various modules
2006-10-17 Yuri AstrakhanAPI * Better log events info * Added RAW debugging...
2006-10-16 Yuri Astrakhan* API: added prop parameter to watchlist, added partrol...
2006-10-16 Yuri Astrakhan* API: help screen now shows default and allowed parame...
2006-10-15 Yuri Astrakhan* API query optimizations
2006-10-14 Yuri Astrakhan* API: Restructured to allow internal usage. Error...
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* API: result data generation cleanup, minor cleaning
2006-09-27 Yuri Astrakhan* API: Refactored per brion's suggestions
2006-09-26 Yuri Astrakhan* API: Overall query-related cleanup.
2006-09-23 Yuri Astrakhan* API: major refactoring