index
:
mediawikicore.git
REL1_39
REL1_40
REL1_41
REL1_42
REL1_43
development
fundraising/REL1_39
fundraising/REL1_43
master
wmf/1.44.0-wmf.21
wmf/1.44.0-wmf.22
wmf/1.44.0-wmf.23
wmf/branch_cut_pretest
wmf/next
The collaborative editing software that runs Wikipedia.
Tyler Davis
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
includes
/
json
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
FormatJson: Skip whitespace cleanup when unnecessary
Kevin Israel
2014-04-24
1
-3
/
+10
*
FormatJson: Make it possible to change the indent string
Kevin Israel
2014-04-16
1
-10
/
+29
*
Update formatting and comments in FormatJson
Siebrand Mazeland
2013-11-25
1
-2
/
+5
*
FormatJson: Remove whitespace from empty arrays and objects
Kevin Israel
2013-10-09
1
-1
/
+19
*
FormatJson: minor cleanup
Kevin Israel
2013-10-08
1
-13
/
+20
*
Change @since and @deprecated notes to 1.22
Kevin Israel
2013-06-21
1
-4
/
+4
*
FormatJson: microoptimizations for UTF8_OK mode
Kevin Israel
2013-04-08
1
-7
/
+18
*
Fix pretty JSON when strings end with backslashes
Kevin Israel
2013-03-30
1
-1
/
+1
*
Combine JavaScript and JSON encoding logic
Kevin Israel
2013-03-27
2
-906
/
+155
*
Spellchecked /includes directory
Yuri Astrakhan
2013-03-13
2
-6
/
+6
*
Fixed @param tags to conform with Doxygen format.
Tyler Anthony Romeo
2013-03-11
2
-6
/
+6
*
The use of function sizeof() is forbidden; use count() instead
umherirrender
2013-01-26
1
-1
/
+1
*
Fix misleading param name in FormatJson::encode signature
Ori Livneh
2012-11-23
1
-10
/
+5
*
Fix indentation whitespace errors
umherirrender
2012-10-26
1
-1
/
+1
*
Use __DIR__ instead of dirname( __FILE__ )
jeroendedauw
2012-08-27
1
-1
/
+1
*
PHP 5.4 has JSON_PRETTY_PRINT
Reedy
2012-08-14
1
-2
/
+2
*
Remove workaround hack for php bug 46944
Reedy
2012-08-12
1
-4
/
+1
*
escape tags and entity in doxygen comments
Antoine Musso
2012-07-10
1
-1
/
+1
*
Removed checks for the "MEDIAWIKI" constant on files that only define classes.
Alexandre Emsenhuber
2012-05-23
1
-4
/
+0
*
Added missing GPLv2 headers in some places.
Alexandre Emsenhuber
2012-05-04
1
-1
/
+16
*
More return documentation
Sam Reed
2012-02-09
1
-0
/
+1
*
Simplify $assoc check
Chad Horohoe
2011-12-20
1
-4
/
+2
*
Kill various unused variables
Sam Reed
2011-10-29
1
-2
/
+2
*
More documentation!
Sam Reed
2011-10-26
1
-6
/
+9
*
Fix the non-PEAR alternative for Services_JSON_Error to be less useless. bug ...
Roan Kattouw
2011-06-06
1
-1
/
+6
*
Use consistent notation for "@todo FIXME". Should update http://svn.wikimedia...
Siebrand Mazeland
2011-05-17
1
-1
/
+1
*
Remove debugging code accidentally committed in r86253
Roan Kattouw
2011-04-17
1
-4
/
+0
*
Fix broken check for bad JSON encoders, had been broken since inception and c...
Roan Kattouw
2011-04-17
1
-1
/
+5
*
* (bug 28511) Use [] syntax instead of {} for string offset access
Alexandre Emsenhuber
2011-04-17
1
-39
/
+39
*
Revert r83647, was based on the inability to read the function signature
Bryan Tong Minh
2011-03-10
1
-1
/
+1
*
Add wfObjectToArray to json_decode to ensure that the return value is an array
Bryan Tong Minh
2011-03-10
1
-1
/
+1
*
Follow up r82091, which uses the local file constant SERVICES_JSON_LOOSE_TYPE.
Platonides
2011-02-19
1
-1
/
+3
*
* (bug 23817, bug 26250) User Service_JSON's native associative array mode in...
Brion Vibber
2011-02-13
1
-4
/
+4
*
Add a @fixme comment on FormatJson::encode(); the '$isHtml' parameter's purpo...
Brion Vibber
2011-02-05
1
-0
/
+5
*
Get rid of PHP4-style constructors
Chad Horohoe
2010-08-30
1
-1
/
+1
*
* Added file description headers
Alexandre Emsenhuber
2010-08-22
1
-0
/
+3
*
Documentation o_O
Jeroen De Dauw
2010-08-12
1
-1
/
+22
*
Followup r70875, fix default value for decode()
Chad Horohoe
2010-08-11
1
-1
/
+1
*
Revert r70874: <RoanKattouw> Dude that just looks kinda ugly
Chad Horohoe
2010-08-11
1
-22
/
+4
*
Boolean parameters suck, but we can make them suck less by adding constants y...
Chad Horohoe
2010-08-11
1
-3
/
+21
*
This documents the file, not the constant below :)
Alexandre Emsenhuber
2010-08-07
1
-0
/
+1
*
A few more wrong static things
Sam Reed
2010-07-25
1
-4
/
+4
*
coding style tweaks
Jack Phoenix
2010-05-15
1
-10
/
+12
*
fixed some doxygen warnings
Alexandre Emsenhuber
2010-05-13
1
-14
/
+14
*
json_decode -> FormatJson::decode
Platonides
2010-05-04
1
-1
/
+1
*
Mass convert NULL -> null. Left strings and comments alone, obviously.
Chad Horohoe
2009-12-11
1
-2
/
+2
*
Cache result of class_exists() in Services_JSON to avoid envoking AutoLoader ...
Max Semenik
2009-10-25
1
-1
/
+14
*
* Enhanced OutputPage to support js2 style javascript without scriptloader en...
Michael Dale
2009-09-17
1
-4
/
+4
*
* 3983#c3983 array casting does not work so well on json_decode arrays... obj...
Michael Dale
2009-09-10
1
-1
/
+1
*
* should use <?php instead of <?
Michael Dale
2009-09-10
1
-2
/
+1
[prev]
[next]