From: Andrew Garrett Date: Wed, 17 Jan 2007 00:10:55 +0000 (+0000) Subject: Add English Wikipedia to default interwiki table as wikipedia:. Why on earth was... X-Git-Tag: 1.31.0-rc.0~54353 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/cotisations/rappels.php?a=commitdiff_plain;h=9945bf3d7e9203fdda11375f87da86886edf929b;p=lhc%2Fweb%2Fwiklou.git Add English Wikipedia to default interwiki table as wikipedia:. Why on earth was it not there before? --- 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),