r46887 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r46886‎ | r46887 | r46888 >
Date:00:49, 6 February 2009
Author:simetrical
Status:deferred
Tags:
Comment:
Treat svn:// URLs as external links by default

By request of Jinx on IRC. We could add boatloads more of these . . .
ssh://, git://, svn+ssh://, probably a lot more.
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/DefaultSettings.php
@@ -278,7 +278,8 @@
279279 'nntp://', // @bug 3808 RFC 1738
280280 'worldwind://',
281281 'mailto:',
282 - 'news:'
 282+ 'news:',
 283+ 'svn://',
283284 );
284285
285286 /** internal name of virus scanner. This servers as a key to the $wgAntivirusSetup array.
Index: trunk/phase3/RELEASE-NOTES
@@ -83,6 +83,7 @@
8484 * Wrap message 'searchresulttext' (Special:Search) into a div with
8585 class "mw-searchresult"
8686 * (bug 15283) Interwiki imports can now fetch included templates
 87+* Treat svn:// URLs as external links by default
8788
8889 === Bug fixes in 1.15 ===
8990 * (bug 16968) Special:Upload no longer throws useless warnings.

Status & tagging log