r98244 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r98243‎ | r98244 | r98245 >
Date:20:05, 27 September 2011
Author:catrope
Status:ok
Tags:
Comment:
1.18wmf1: MFT r98242
Modified paths:
  • /branches/wmf/1.18wmf1/maintenance/dumpInterwiki.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.18wmf1/maintenance/dumpInterwiki.php
@@ -132,7 +132,7 @@
133133 $prefix = str_replace( ' ', '_', $prefix );
134134
135135 $url = $matches[2];
136 - if ( preg_match( '/(wikipedia|wiktionary|wikisource|wikiquote|wikibooks|wikimedia)\.org/', $url ) ) {
 136+ if ( preg_match( '/(wikipedia|wiktionary|wikisource|wikiquote|wikibooks|wikimedia|wikinews|wikiversity|wikimediafoundation|mediawiki)\.org/', $url ) ) {
137137 if ( $this->hasOption( 'protocolrelative' ) ) {
138138 if ( substr( $url, 0, 5 ) == 'http:' ) {
139139 $url = substr( $url, 5 );

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r98242(bug 22407) Make [[mw:]] et al localcatrope20:04, 27 September 2011

Status & tagging log