(bug 19602) PubMed Magic links use outdated URL pattern
authorChad Horohoe <demon@users.mediawiki.org>
Thu, 9 Jul 2009 00:28:01 +0000 (00:28 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Thu, 9 Jul 2009 00:28:01 +0000 (00:28 +0000)
RELEASE-NOTES
languages/messages/MessagesEn.php

index c7033d1..f76f4d8 100644 (file)
@@ -232,6 +232,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
    extension (since 0.ext is perfectly valid)
 * (bug 19468) Enotif preferences are now only displayed when they are turned on
 * (bug 19442) Show/hide options on watchlist only work once
+* (bug 19602) PubMed Magic links now use updated NIH url
 
 == API changes in 1.16 ==
 
index 754c78e..084c29c 100644 (file)
@@ -2380,7 +2380,7 @@ It now redirects to [[$2]].',
 
 # Magic words
 'rfcurl'    => 'http://tools.ietf.org/html/rfc$1', # do not translate or duplicate this message to other languages
-'pubmedurl' => 'http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?cmd=Retrieve&db=pubmed&dopt=Abstract&list_uids=$1', # do not translate or duplicate this message to other languages
+'pubmedurl' => 'http://www.ncbi.nlm.nih.gov/pubmed/$1?dopt=Abstract', # do not translate or duplicate this message to other languages
 
 # Special:Log
 'specialloguserlabel'  => 'User:',