Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -278,7 +278,8 @@ |
279 | 279 | 'nntp://', // @bug 3808 RFC 1738 |
280 | 280 | 'worldwind://', |
281 | 281 | 'mailto:', |
282 | | - 'news:' |
| 282 | + 'news:', |
| 283 | + 'svn://', |
283 | 284 | ); |
284 | 285 | |
285 | 286 | /** internal name of virus scanner. This servers as a key to the $wgAntivirusSetup array. |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -83,6 +83,7 @@ |
84 | 84 | * Wrap message 'searchresulttext' (Special:Search) into a div with |
85 | 85 | class "mw-searchresult" |
86 | 86 | * (bug 15283) Interwiki imports can now fetch included templates |
| 87 | +* Treat svn:// URLs as external links by default |
87 | 88 | |
88 | 89 | === Bug fixes in 1.15 === |
89 | 90 | * (bug 16968) Special:Upload no longer throws useless warnings. |