From 20eada1b1195cec7416f80b59df7c7c5068d4823 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Thu, 9 Jul 2009 00:28:01 +0000 Subject: [PATCH] (bug 19602) PubMed Magic links use outdated URL pattern --- RELEASE-NOTES | 1 + languages/messages/MessagesEn.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index c7033d13da..f76f4d8d99 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -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 == diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index 754c78ef14..084c29ca58 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -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:', -- 2.20.1