r52952 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r52951‎ | r52952 | r52953 >
Date:00:28, 9 July 2009
Author:demon
Status:ok
Tags:
Comment:
(bug 19602) PubMed Magic links use outdated URL pattern
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/languages/messages/MessagesEn.php (modified) (history)

Diff [purge]

Index: trunk/phase3/languages/messages/MessagesEn.php
@@ -2380,7 +2380,7 @@
23812381
23822382 # Magic words
23832383 'rfcurl' => 'http://tools.ietf.org/html/rfc$1', # do not translate or duplicate this message to other languages
2384 -'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
 2384+'pubmedurl' => 'http://www.ncbi.nlm.nih.gov/pubmed/$1?dopt=Abstract', # do not translate or duplicate this message to other languages
23852385
23862386 # Special:Log
23872387 'specialloguserlabel' => 'User:',
Index: trunk/phase3/RELEASE-NOTES
@@ -232,6 +232,7 @@
233233 extension (since 0.ext is perfectly valid)
234234 * (bug 19468) Enotif preferences are now only displayed when they are turned on
235235 * (bug 19442) Show/hide options on watchlist only work once
 236+* (bug 19602) PubMed Magic links now use updated NIH url
236237
237238 == API changes in 1.16 ==
238239

Status & tagging log