r12984 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r12983‎ | r12984 | r12985 >
Date:01:48, 9 February 2006
Author:vibber
Status:old
Tags:
Comment:
http/https only please
Modified paths:
  • /trunk/phase3/maintenance/rebuildInterwiki.inc (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/rebuildInterwiki.inc
@@ -108,7 +108,7 @@
109109 $iwArray = array();
110110
111111 foreach ( $lines as $line ) {
112 - if ( preg_match( '/^\|\s*(.*?)\s*\|\|\s*(.*?)\s*$/', $line, $matches ) ) {
 112+ if ( preg_match( '/^\|\s*(.*?)\s*\|\|\s*(https?:\/\/.*?)\s*$/', $line, $matches ) ) {
113113 $prefix = strtolower( $matches[1] );
114114 $url = $matches[2];
115115 if ( preg_match( '/(wikipedia|wiktionary|wikisource|wikiquote|wikibooks|wikimedia)\.org/', $url ) ) {

Status & tagging log