Bug 35034 - moved autocomment-prefix between the prefix and the arrow. Follow up...
[lhc/web/wiklou.git] / includes / json /
2012-02-09 Sam ReedMore return documentation
2011-12-20 Chad HorohoeSimplify $assoc check
2011-10-29 Sam ReedKill various unused variables
2011-10-26 Sam ReedMore documentation!
2011-06-06 Roan KattouwFix the non-PEAR alternative for Services_JSON_Error...
2011-05-17 Siebrand MazelandUse consistent notation for "@todo FIXME". Should updat...
2011-04-17 Roan KattouwRemove debugging code accidentally committed in r86253
2011-04-17 Roan KattouwFix broken check for bad JSON encoders, had been broken...
2011-04-17 Alexandre Emsenhuber* (bug 28511) Use [] syntax instead of {} for string...
2011-03-10 Bryan Tong MinhRevert r83647, was based on the inability to read the...
2011-03-10 Bryan Tong MinhAdd wfObjectToArray to json_decode to ensure that the...
2011-02-19 PlatonidesFollow up r82091, which uses the local file constant...
2011-02-13 Brion Vibber* (bug 23817, bug 26250) User Service_JSON's native...
2011-02-05 Brion VibberAdd a @fixme comment on FormatJson::encode(); the ...
2010-08-30 Chad HorohoeGet rid of PHP4-style constructors
2010-08-22 Alexandre Emsenhuber* Added file description headers
2010-08-12 Jeroen De DauwDocumentation o_O
2010-08-11 Chad HorohoeFollowup r70875, fix default value for decode()
2010-08-11 Chad HorohoeRevert r70874: <RoanKattouw> Dude that just looks kinda...
2010-08-11 Chad HorohoeBoolean parameters suck, but we can make them suck...
2010-08-07 Alexandre EmsenhuberThis documents the file, not the constant below :)
2010-07-25 Sam ReedA few more wrong static things
2010-05-15 Jack Phoenixcoding style tweaks
2010-05-13 Alexandre Emsenhuberfixed some doxygen warnings
2010-05-04 Platonidesjson_decode -> FormatJson::decode
2009-12-11 Chad HorohoeMass convert NULL -> null. Left strings and comments...
2009-10-25 Max SemenikCache result of class_exists() in Services_JSON to...
2009-09-17 Michael Dale* Enhanced OutputPage to support js2 style javascript...
2009-09-10 Michael Dale* 3983#c3983 array casting does not work so well on...
2009-09-10 Michael Dale* should use <?php instead of <?
2009-09-10 Michael Dalemore (bug 20336)