aboutsummaryrefslogtreecommitdiffstats
path: root/includes/json
Commit message (Expand)AuthorAgeFilesLines
...
* FormatJson: Skip whitespace cleanup when unnecessaryKevin Israel2014-04-241-3/+10
* FormatJson: Make it possible to change the indent stringKevin Israel2014-04-161-10/+29
* Update formatting and comments in FormatJsonSiebrand Mazeland2013-11-251-2/+5
* FormatJson: Remove whitespace from empty arrays and objectsKevin Israel2013-10-091-1/+19
* FormatJson: minor cleanupKevin Israel2013-10-081-13/+20
* Change @since and @deprecated notes to 1.22Kevin Israel2013-06-211-4/+4
* FormatJson: microoptimizations for UTF8_OK modeKevin Israel2013-04-081-7/+18
* Fix pretty JSON when strings end with backslashesKevin Israel2013-03-301-1/+1
* Combine JavaScript and JSON encoding logicKevin Israel2013-03-272-906/+155
* Spellchecked /includes directoryYuri Astrakhan2013-03-132-6/+6
* Fixed @param tags to conform with Doxygen format.Tyler Anthony Romeo2013-03-112-6/+6
* The use of function sizeof() is forbidden; use count() insteadumherirrender2013-01-261-1/+1
* Fix misleading param name in FormatJson::encode signatureOri Livneh2012-11-231-10/+5
* Fix indentation whitespace errorsumherirrender2012-10-261-1/+1
* Use __DIR__ instead of dirname( __FILE__ )jeroendedauw2012-08-271-1/+1
* PHP 5.4 has JSON_PRETTY_PRINTReedy2012-08-141-2/+2
* Remove workaround hack for php bug 46944Reedy2012-08-121-4/+1
* escape tags and entity in doxygen commentsAntoine Musso2012-07-101-1/+1
* Removed checks for the "MEDIAWIKI" constant on files that only define classes.Alexandre Emsenhuber2012-05-231-4/+0
* Added missing GPLv2 headers in some places.Alexandre Emsenhuber2012-05-041-1/+16
* More return documentationSam Reed2012-02-091-0/+1
* Simplify $assoc checkChad Horohoe2011-12-201-4/+2
* Kill various unused variablesSam Reed2011-10-291-2/+2
* More documentation!Sam Reed2011-10-261-6/+9
* Fix the non-PEAR alternative for Services_JSON_Error to be less useless. bug ...Roan Kattouw2011-06-061-1/+6
* Use consistent notation for "@todo FIXME". Should update http://svn.wikimedia...Siebrand Mazeland2011-05-171-1/+1
* Remove debugging code accidentally committed in r86253Roan Kattouw2011-04-171-4/+0
* Fix broken check for bad JSON encoders, had been broken since inception and c...Roan Kattouw2011-04-171-1/+5
* * (bug 28511) Use [] syntax instead of {} for string offset accessAlexandre Emsenhuber2011-04-171-39/+39
* Revert r83647, was based on the inability to read the function signatureBryan Tong Minh2011-03-101-1/+1
* Add wfObjectToArray to json_decode to ensure that the return value is an arrayBryan Tong Minh2011-03-101-1/+1
* Follow up r82091, which uses the local file constant SERVICES_JSON_LOOSE_TYPE.Platonides2011-02-191-1/+3
* * (bug 23817, bug 26250) User Service_JSON's native associative array mode in...Brion Vibber2011-02-131-4/+4
* Add a @fixme comment on FormatJson::encode(); the '$isHtml' parameter's purpo...Brion Vibber2011-02-051-0/+5
* Get rid of PHP4-style constructorsChad Horohoe2010-08-301-1/+1
* * Added file description headersAlexandre Emsenhuber2010-08-221-0/+3
* Documentation o_OJeroen De Dauw2010-08-121-1/+22
* Followup r70875, fix default value for decode()Chad Horohoe2010-08-111-1/+1
* Revert r70874: <RoanKattouw> Dude that just looks kinda uglyChad Horohoe2010-08-111-22/+4
* Boolean parameters suck, but we can make them suck less by adding constants y...Chad Horohoe2010-08-111-3/+21
* This documents the file, not the constant below :)Alexandre Emsenhuber2010-08-071-0/+1
* A few more wrong static thingsSam Reed2010-07-251-4/+4
* coding style tweaksJack Phoenix2010-05-151-10/+12
* fixed some doxygen warningsAlexandre Emsenhuber2010-05-131-14/+14
* json_decode -> FormatJson::decodePlatonides2010-05-041-1/+1
* Mass convert NULL -> null. Left strings and comments alone, obviously.Chad Horohoe2009-12-111-2/+2
* Cache result of class_exists() in Services_JSON to avoid envoking AutoLoader ...Max Semenik2009-10-251-1/+14
* * Enhanced OutputPage to support js2 style javascript without scriptloader en...Michael Dale2009-09-171-4/+4
* * 3983#c3983 array casting does not work so well on json_decode arrays... obj...Michael Dale2009-09-101-1/+1
* * should use <?php instead of <?Michael Dale2009-09-101-2/+1