aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiFormatJson.php
Commit message (Expand)AuthorAgeFilesLines
* Don't silently fail if API result fails to encodeC. Scott Ananian2018-12-051-0/+7
* Improve ApiFormatJson test coverageAryeh Gregor2018-10-081-0/+2
* Add more checks to ApiStructureTest.phpAryeh Gregor2018-04-081-2/+2
* Convert OutputHandler functions to a classTimo Tijhof2018-03-201-1/+1
* Remove "Created on" from file header commentsUmherirrender2018-01-261-4/+0
* includes/api: Replace implicitly-Bugzilla bug numbers with Phab onesJames D. Forrester2017-02-241-2/+2
* API: i18n for warnings and errorsBrad Jorsch2016-12-061-2/+2
* API: Remove deprecated methodsBrad Jorsch2016-09-201-9/+0
* SECURITY: Improve cross-domain-policy manglingBrad Jorsch2016-05-201-2/+2
* API changes for AuthManagerBrad Jorsch2016-05-161-1/+1
* Convert all array() syntax to []Kunal Mehta2016-02-171-19/+19
* Add Special:ApiSandboxBrad Jorsch2016-02-031-2/+2
* Fix most PHP CodeSniffer warnings in includes/apiSiebrand Mazeland2015-09-281-1/+2
* API: Finish killing "raw mode"Brad Jorsch2015-09-171-7/+0
* API: Ignore '_' parameter in jsonp callback modeBrad Jorsch2015-08-051-0/+9
* ApiFormatJson: Fix dieUsage call on unknown formatversion valueKunal Mehta2015-04-201-1/+1
* API: Avoid warnings for parameters that don't exist in format=rawfmBrad Jorsch2015-04-201-4/+3
* API: Overhaul ApiResult, make format=xml not throw, and add json formatversionBrad Jorsch2015-04-101-9/+52
* API: Work around wfMangleFlashPolicy()Brad Jorsch2014-11-201-0/+10
* API: Clean up and internationalize pretty-printed outputBrad Jorsch2014-10-131-19/+7
* API: HTMLize and internationalize the help, add Special:ApiHelpBrad Jorsch2014-10-101-0/+4
* SECURITY: Prepend jsonp callback with commentcsteipp2014-07-301-1/+3
* Use precise ApiMain/ApiQuery type hints in all API modulesThiemo Mättig2014-05-161-1/+1
* Remove unneeded uses of else{} in api/Siebrand Mazeland2013-11-181-2/+2
* Address errors and warnings in CodeSniffer in api/Siebrand Mazeland2013-11-171-2/+4
* Update formatting on API classesSiebrand Mazeland2013-11-141-0/+1
* Combine JavaScript and JSON encoding logicKevin Israel2013-03-271-11/+13
* Fixed many small spelling mistakes and php docs, var decl.Yuri Astrakhan2013-03-101-1/+1
* (bug 35885) remove api version string and parameterYuri Astrakhan2013-01-181-4/+0
* escape HTML elements in docblock with double quotesAntoine Musso2012-07-151-1/+1
* Removed the 'eclipse helper' bit on top of every API moduleJohn Du Hart2011-11-161-5/+0
* Delete all the "API for MediaWiki 1.8+" commentsSam Reed2010-12-221-1/+1
* Standardised file description headers, added @fileAlexandre Emsenhuber2010-08-071-3/+4
* Whitespace fixNiklas Laxström2010-07-081-1/+1
* Correct the address of the FSF in some of the GPL headersDerk-Jan Hartman2010-06-211-1/+1
* Mixture of things.Sam Reed2010-05-111-0/+1
* API: coding style cleanup, fix copyright symbol, more bracesJack Phoenix2010-02-231-14/+16
* various eol whitespace now instead of when someone needs to do CRMark A. Hershberger2010-02-121-2/+2
* stylize.php on API codeAryeh Gregor2010-01-111-15/+15
* Comments and whitespace fixes only.Tim Starling2009-09-101-1/+4
* * (bug 20336) changed json_decode json_encode to static class in global funct...Michael Dale2009-09-091-18/+1
* * 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