r82466 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r82465
|
r82466
|
r82467
>
Date:
16:59, 19 February 2011
Author:
platonides
Status:
ok
Tags:
Comment:
Follow up
r82091
, which uses the local file constant SERVICES_JSON_LOOSE_TYPE.
Modified paths:
/trunk/phase3/includes/json/FormatJson.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/json/FormatJson.php
—
—
@@ -9,6 +9,8 @@
10
10
die( 1 );
11
11
}
12
12
13
+require_once dirname( __FILE__ ) . '/Services_JSON.php';
14
+
13
15
class FormatJson {
14
16
15
17
/**
—
—
@@ -60,4 +62,4 @@
61
63
}
62
64
}
63
65
64
-}
\ No newline at end of file
66
+}
Follow-up revisions
Revision
Commit summary
Author
Date
r85211
MFT:
r82297
,
r82307
,
r82309
,
r82312
,
r82315
,
r82337
,
r82391
,
r82392
,
r82403
, ...
demon
21:01, 2 April 2011
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r82091
* (
bug 23817
,
bug 26250
) User Service_JSON's native associative array mode in...
brion
23:08, 13 February 2011
Status & tagging log
21:01, 2 April 2011
😂
(
talk
|
contribs
)
changed the
tags
for r82466
[
removed:
1.17]
16:44, 7 March 2011
Hashar
(
talk
|
contribs
)
changed the
tags
for r82466
[
added:
1.17]
16:44, 7 March 2011
Hashar
(
talk
|
contribs
)
changed the
status
of r82466
[
removed:
new
added:
ok]