https://bugzilla.wikimedia.org/show_bug.cgi?id=36639
Krinkle <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Summary|PMID does not support |magicLinkCallback does not |protocol-relative URL |support protocol-relative | |URLs --- Comment #1 from Krinkle <[email protected]> 2012-05-08 21:40:37 UTC --- PMID and RFC magic links (and others) are detected from the Parser::magicLinkCallback method. The urls themselves are defined in interface messages: * https://www.mediawiki.org/wiki/MediaWiki:pubmedurl * https://www.mediawiki.org/wiki/MediaWiki:rfcurl * (ISBN is indirect, it goes to Special:Booksources first) Both the PMID and RFC messages are are set to protocol-relative urls And testing it in a sandbox: https://www.mediawiki.org/w/index.php?title=Project:Sandbox&oldid=534856 Shows that they are working fine. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
