r104476 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r104475‎ | r104476 | r104477 >
Date:20:08, 28 November 2011
Author:reedy
Status:ok
Tags:
Comment:
Modified paths:
  • /branches/REL1_18/phase3 (modified) (history)
  • /branches/REL1_18/phase3/includes (modified) (history)
  • /branches/REL1_18/phase3/includes/api (modified) (history)
  • /branches/REL1_18/phase3/includes/api/ApiFormatXml.php (modified) (history)
  • /branches/wmf/1.18wmf1 (modified) (history)
  • /branches/wmf/1.18wmf1/includes (modified) (history)
  • /branches/wmf/1.18wmf1/includes/api (modified) (history)
  • /branches/wmf/1.18wmf1/includes/api/ApiFormatXml.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.18wmf1/includes/api/ApiFormatXml.php
@@ -36,7 +36,7 @@
3737 class ApiFormatXml extends ApiFormatBase {
3838
3939 private $mRootElemName = 'api';
40 - public static $namespace = 'https://www.mediawiki.org/xml/api/';
 40+ public static $namespace = 'http://www.mediawiki.org/xml/api/';
4141 private $mDoubleQuote = false;
4242 private $mIncludeNamespace = false;
4343 private $mXslt = null;
Property changes on: branches/wmf/1.18wmf1/includes/api
___________________________________________________________________
Modified: svn:mergeinfo
4444 Merged /trunk/phase3/includes/api:r104475
Property changes on: branches/wmf/1.18wmf1/includes
___________________________________________________________________
Modified: svn:mergeinfo
4545 Merged /trunk/phase3/includes:r104475
Property changes on: branches/wmf/1.18wmf1
___________________________________________________________________
Modified: svn:mergeinfo
4646 Merged /trunk/phase3:r104475
Index: branches/REL1_18/phase3/includes/api/ApiFormatXml.php
@@ -36,7 +36,7 @@
3737 class ApiFormatXml extends ApiFormatBase {
3838
3939 private $mRootElemName = 'api';
40 - public static $namespace = 'https://www.mediawiki.org/xml/api/';
 40+ public static $namespace = 'http://www.mediawiki.org/xml/api/';
4141 private $mDoubleQuote = false;
4242 private $mIncludeNamespace = false;
4343 private $mXslt = null;
Property changes on: branches/REL1_18/phase3/includes/api
___________________________________________________________________
Modified: svn:mergeinfo
4444 Merged /trunk/phase3/includes/api:r104475
Property changes on: branches/REL1_18/phase3/includes
___________________________________________________________________
Modified: svn:mergeinfo
4545 Merged /trunk/phase3/includes:r104475
Property changes on: branches/REL1_18/phase3
___________________________________________________________________
Modified: svn:mergeinfo
4646 Merged /trunk/phase3:r104475

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r104475Followup r104445, swap the xmlnamespace url back to http://reedy20:04, 28 November 2011

Status & tagging log