From 9945bf3d7e9203fdda11375f87da86886edf929b Mon Sep 17 00:00:00 2001 From: Andrew Garrett Date: Wed, 17 Jan 2007 00:10:55 +0000 Subject: [PATCH] Add English Wikipedia to default interwiki table as wikipedia:. Why on earth was it not there before? --- RELEASE-NOTES | 2 ++ maintenance/interwiki.sql | 1 + 2 files changed, 3 insertions(+) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 139e70077d..3f66ad36b5 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -80,6 +80,8 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN not available, as on IIS with PHP-CGI * (bug 8621) Log revisions marked as patrolled * Introduce "BookInformation" hook; see docs/hooks.txt for more details +* English Wikipedia added to interwiki table as wikipedia: No idea why it wasn't + there before. == Languages updated == diff --git a/maintenance/interwiki.sql b/maintenance/interwiki.sql index b0df555768..966c503a3d 100644 --- a/maintenance/interwiki.sql +++ b/maintenance/interwiki.sql @@ -171,6 +171,7 @@ REPLACE INTO /*$wgDBprefix*/interwiki (iw_prefix,iw_url,iw_local) VALUES ('wikitravel','http://wikitravel.org/en/$1',0), ('wikiworld','http://WikiWorld.com/wiki/index.php/$1',0), ('wiktionary','http://en.wiktionary.org/wiki/$1',1), +('wikipedia', 'http://en.wikipedia.org/wiki/$1', 1), ('wlug','http://www.wlug.org.nz/$1',0), ('wlwiki','http://winslowslair.supremepixels.net/wiki/index.php/$1',0), ('ypsieyeball','http://sknkwrks.dyndns.org:1957/writewiki/wiki.pl?$1',0), -- 2.20.1