bug 28503: add ircs to UrlProtocols in defaultsettings & css
authorAntoine Musso <hashar@users.mediawiki.org>
Sat, 14 May 2011 13:56:13 +0000 (13:56 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Sat, 14 May 2011 13:56:13 +0000 (13:56 +0000)
RELEASE-NOTES-1.19
includes/DefaultSettings.php
skins/modern/main.css
skins/monobook/main.css
skins/simple/main.css
skins/vector/screen.css

index 1666f3a..aa579bc 100644 (file)
@@ -20,6 +20,7 @@ production.
 === New features in 1.19 ===
 * (bug 28916) A way to to toggle mw.config legacy globals settings from
   LocalSettings.php has been created by introducing $wgLegacyJavaScriptGlobals.
+* (bug 28503) Support for ircs:// URL protocols
 
 === Bug fixes in 1.19 ===
 * (bug 10154) Don't allow user to specify days beyond $wgRCMaxAge.
index 331793a..f1de742 100644 (file)
@@ -2810,6 +2810,7 @@ $wgUrlProtocols = array(
        'https://',
        'ftp://',
        'irc://',
+       'ircs://',  // @bug 28503
        'gopher://',
        'telnet://', // Well if we're going to support the above.. -ævar
        'nntp://', // @bug 3808 RFC 1738
index e04bb47..104e73f 100644 (file)
@@ -441,6 +441,8 @@ h1, h2, h3, h4, h5, h6 {
 }
 #mw_content a[href ^="irc://"],
 #mw_content a.extiw[href ^="irc://"],
+#mw_content a[href ^="ircs://"],
+#mw_content a.extiw[href ^="ircs://"],
 .link-irc {
        /* @embed */
        background: url(discussionitem_icon.gif) center right no-repeat;
@@ -913,4 +915,4 @@ html > body.rtl div#mw_contentholder ul {
 /* @noflip */
 html > body.rtl div#mw_contentholder ul#filetoc {
        display: block;
-}
\ No newline at end of file
+}
index 1f9fd72..deb7410 100644 (file)
@@ -516,6 +516,7 @@ table.rimage {
        padding-right: 18px;
 }
 #bodyContent a.external[href ^="irc://"],
+#bodyContent a.external[href ^="ircs://"],
 .link-irc {
        /* @embed */
        background: url(discussionitem_icon.gif) center right no-repeat;
@@ -1277,4 +1278,4 @@ div.mw-lag-warn-high {
 /* Tooltips are outside of the normal body code, so this helps make the size of the text sensible */
 .tipsy {
        font-size: 127%;
-}
\ No newline at end of file
+}
index 8b65d4d..d5093fc 100644 (file)
@@ -224,6 +224,8 @@ h1.firstHeading, h2 {
 }
 #bodyContent a[href ^="irc://"],
 #bodyContent a.extiw[href ^="irc://"],
+#bodyContent a[href ^="ircs://"],
+#bodyContent a.extiw[href ^="ircs://"],
 .link-irc {
     background: url("discussionitem_icon.gif")  center right no-repeat;
     padding-right: 18px;
index 50d7e03..2ba3de2 100644 (file)
@@ -1082,6 +1082,8 @@ div#content a[href ^="ftp://"],
 }
 div#content a[href ^="irc://"],
 div#content a.extiw[href ^="irc://"],
+div#content a[href ^="ircs://"],
+div#content a.extiw[href ^="ircs://"],
 .link-irc {
        /* @embed */
        background: url(images/talk-icon.png) center right no-repeat;
@@ -1231,4 +1233,4 @@ p.mw-filedelete-editreasons, p.mw-delete-editreasons {
 /* Tooltips are outside of the normal body code, so this helps make the size of the text sensible */
 .tipsy {
        font-size: 0.8em;
-}
\ No newline at end of file
+}