aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiFormatJson.php
Commit message (Expand)AuthorAgeFilesLines
...
* * removed plain-text output because IE is retarded treats plain-text as html ...Michael Dale2009-08-151-9/+3
* * added content-type plain/text output param for json format Michael Dale2009-08-151-2/+13
* * added missing setIndexedTagName for some upload api array resultsMichael Dale2009-08-151-1/+1
* here it is ... the upload-api, script-server, js2 (javascript phase2) branch ...Michael Dale2009-07-141-3/+11
* API: (bug 16422) Don't show help in format=jsonfm unless specifically request...Roan Kattouw2009-04-281-0/+5
* API: Add a check for PHP bug 45314 (PHP's WDDX formatter messes up UTF-8) and...Roan Kattouw2009-03-231-1/+1
* API: (bug 16798) Fix for PHP bug 46944 (PHP's JSON formatter encodes certain ...Roan Kattouw2009-01-121-1/+4
* WARNING: HUGE COMMITAlexandre Emsenhuber2008-05-201-1/+1
* * remove end of line whitespaceSiebrand Mazeland2008-04-141-1/+0
* (bug 12136) Extend allowed characters in JSON callback to ][.'"_A-Za-z0-9Bryan Tong Minh2008-04-051-1/+1
* Safety fixes for API:Brion Vibber2008-03-031-1/+1
* API: Changing all modules' getParamDescription(), getAllowedParams() and getD...Roan Kattouw2008-01-281-3/+3
* Remove ?>'s from files. They're pointless, and just asking for people to mes...Aryeh Gregor2007-06-291-1/+1
* API: documentation and cleanup.Yuri Astrakhan2007-05-201-1/+1
* * API: JSON format now allows callback parameterYuri Astrakhan2007-05-151-2/+23
* Yet more doc tweaks:Nick Jenkins2007-04-201-2/+4
* API * better self-description for various modulesYuri Astrakhan2006-11-031-5/+8
* API * Better log events info * Added RAW debugging formatYuri Astrakhan2006-10-171-1/+8
* * API: added prop parameter to watchlist, added partrolled flagYuri Astrakhan2006-10-161-1/+0
* * API: help screen now shows default and allowed parameter valuesYuri Astrakhan2006-10-161-2/+7
* * API query optimizationsYuri Astrakhan2006-10-151-1/+1
* * API: Restructured to allow internal usage. Error handling cleanup.Yuri Astrakhan2006-10-141-2/+1
* * API: added version information to each module (available via api.php?versio...Yuri Astrakhan2006-10-011-0/+4
* * API: pageSet now supports pageids, revised revisions listings, lots of exam...Yuri Astrakhan2006-10-011-1/+1
* * API: result data generation cleanup, minor cleaningYuri Astrakhan2006-10-011-1/+1
* * API: Refactored per brion's suggestionsYuri Astrakhan2006-09-271-5/+5
* * API: Overall query-related cleanup.Yuri Astrakhan2006-09-261-1/+1
* * API: major refactoringYuri Astrakhan2006-09-231-0/+52