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 @@
1010 die( 1 );
1111 }
1212
 13+require_once dirname( __FILE__ ) . '/Services_JSON.php';
 14+
1315 class FormatJson {
1416
1517 /**
@@ -60,4 +62,4 @@
6163 }
6264 }
6365
64 -}
\ No newline at end of file
 66+}

Follow-up revisions

RevisionCommit summaryAuthorDate
r85211MFT: r82297, r82307, r82309, r82312, r82315, r82337, r82391, r82392, r82403, ...demon21:01, 2 April 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r82091* (bug 23817, bug 26250) User Service_JSON's native associative array mode in...brion23:08, 13 February 2011

Status & tagging log