adding icon to irc:// links created by interwikis ([[irc:]], [[rcirc:]], [[ircrc...
authorDanny B <danny_b@users.mediawiki.org>
Thu, 29 May 2008 10:00:05 +0000 (10:00 +0000)
committerDanny B <danny_b@users.mediawiki.org>
Thu, 29 May 2008 10:00:05 +0000 (10:00 +0000)
includes/DefaultSettings.php
skins/modern/main.css
skins/monobook/main.css
skins/simple/main.css

index 4031a4d..e062919 100644 (file)
@@ -263,7 +263,7 @@ $wgUrlProtocols = array(
        'ftp://',
        'irc://',
        'gopher://',
-       'telnet://', // Well if we're going to support the above.. -ævar
+       'telnet://', // Well if we're going to support the above.. -Ä\82¦var
        'nntp://', // @bug 3808 RFC 1738
        'worldwind://',
        'mailto:',
@@ -1331,7 +1331,7 @@ $wgCacheEpoch = '20030516000000';
  * to ensure that client-side caches don't keep obsolete copies of global
  * styles.
  */
-$wgStyleVersion = '148';
+$wgStyleVersion = '149';
 
 
 # Server-side caching:
@@ -2396,7 +2396,7 @@ $wgBrowserBlackList = array(
        '/^Mozilla\/4\.[^ ]+ [^(]*?\((?!compatible).*; [UIN]/',
 
        /**
-        * MSIE on Mac OS 9 is teh sux0r, converts Ã¾ to <thorn>, Ã° to <eth>, Ã\9e to <THORN> and Ã\90 to <ETH>
+        * MSIE on Mac OS 9 is teh sux0r, converts Ä\82ľ to <thorn>, Ä\82° to <eth>, Ä\82ž to <THORN> and Ä\82Â\90 to <ETH>
         *
         * Known useragents:
         * - Mozilla/4.0 (compatible; MSIE 5.0; Mac_PowerPC)
index 1ec0f04..61e5000 100644 (file)
@@ -409,6 +409,7 @@ h1, h2 {
         padding-right: 18px;
 }
 #mw_content a[href ^="irc://"],
+#mw_content a.extiw[href ^="irc://"],
 .link-irc {
         background: url(discussionitem_icon.gif) center right no-repeat;
         padding-right: 18px;
index 7463dcb..249898a 100644 (file)
@@ -573,6 +573,7 @@ div.townBox dl dd {
        padding-right: 18px;
 }
 #bodyContent a[href ^="irc://"],
+#bodyContent a.extiw[href ^="irc://"],
 .link-irc {
        background: url(discussionitem_icon.gif) center right no-repeat;
        padding-right: 18px;
index 22a6a41..6578d97 100644 (file)
@@ -237,6 +237,7 @@ h1.firstHeading, h2 {
     padding-right: 18px;
 }
 #bodyContent a[href ^="irc://"],
+#bodyContent a.extiw[href ^="irc://"],
 .link-irc {
     background: url("discussionitem_icon.gif")  center right no-repeat;
     padding-right: 18px;