r69541 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r69540‎ | r69541 | r69542 >
Date:11:53, 19 July 2010
Author:catrope
Status:ok
Tags:
Comment:
iwtransclusion: Add $mWikiID member to Interwiki class
Modified paths:
  • /branches/iwtransclusion/phase3/includes/Interwiki.php (modified) (history)

Diff [purge]

Index: branches/iwtransclusion/phase3/includes/Interwiki.php
@@ -15,7 +15,7 @@
1616 protected static $smCache = array();
1717 const CACHE_LIMIT = 100; // 0 means unlimited, any other value is max number of entries.
1818
19 - protected $mPrefix, $mURL, $mAPI, $mLocal, $mTrans;
 19+ protected $mPrefix, $mURL, $mAPI, $mWikiID, $mLocal, $mTrans;
2020
2121 public function __construct( $prefix = null, $url = '', $api = '', $wikiid = '', $local = 0, $trans = 0 ) {
2222 $this->mPrefix = $prefix;

Follow-up revisions

RevisionCommit summaryAuthorDate
r69542Add iw_api and iw_wikiid fields to the interwiki table, plus rudimentary supp...catrope11:55, 19 July 2010
r87105Merge r69541, r69723, r69730reedy00:25, 29 April 2011
r92986Merge r87105, Which is a merge of r69541, r69723, r69730reedy17:23, 24 July 2011

Status & tagging log