www/trac.adium.im 66:3cfe85c5365b: Add all hot issues to /newtic...
commits at adium.im
commits at adium.im
Mon Mar 21 21:11:59 UTC 2011
details: http://hg.adium.im/www/trac.adium.im/rev/3cfe85c5365b
revision: 66:3cfe85c5365b
branch: (none)
author: Thijs Alkemade <thijsalkemade at gmail.com>
date: Mon Mar 21 22:11:11 2011 +0100
Add all hot issues to /newticket.
diffs (40 lines):
diff -r a7ead4bfc287 -r 3cfe85c5365b templates/site.html
--- a/templates/site.html Mon Mar 21 21:53:30 2011 +0100
+++ b/templates/site.html Mon Mar 21 22:11:11 2011 +0100
@@ -7,6 +7,8 @@
${select('*|comment()|text()')}
<link rel="stylesheet" type="text/css" href="${href.chrome('site/design.css')}" />
+ <link rel="stylesheet" type="text/css" href="http://adium.im/help/css/mainpage.css" />
+ <link rel="stylesheet" type="text/css" href="http://adium.im/help/css/common.css" />
</head>
<body py:match="body" py:attrs="select('@*')">
@@ -27,7 +29,26 @@
<form py:match="div[@id='content' and @class='ticket']/form" py:attrs="select('@*')">
<py:if test="req.environ['PATH_INFO'] == '/newticket' and (not 'preview' in req.args)">
<div id="newticketguide">
- <span style="color: red; font-size: 30px; font-weight: bold;">Having issues with <img src="http://adium.im/images/services/icon-facebook.png" /><span style="font-size: 40px; font-style: italic;">Facebook</span> or <img src="http://adium.im/images/services/icon-msn.png" /><span style="font-size: 40px; font-style: italic;">MSN</span>? Please see <a href="http://adium.im/help">this</a> first.</span>
+
+ <div class="taskboxline">
+ <div class="taskboxheader">
+ <h3 id="hot_issues">Hot issues</h3>
+ </div>
+ <div class="taskboxtext">
+ <p>These problems are known to us, and will hopefully be fixed soon:</p>
+ <p style="color: red; font-size: 30px">Before reporting any issue, please make sure it is not one of these!</p>
+ <ul class="iconed">
+ <li class="li_msn"><p>"Unable to add the buddy <email> because the username is invalid. Usernames must be valid email addresses." is mistakenly occuring a lot on <strong>MSN</strong> lately. This issue is still under investigation in the library we use (<a class="ticket" href="http://developer.pidgin.im/ticket/13298">#p13298</a>). To work around this issue add MSN contacts using the <a class="ext_link" href="http://live.com"> Windows live website</a> or the official MSN client.</p></li>
+ <li class="li_msn"><p>Some people are experiencing a problem connecting to <strong>MSN</strong> with an error stating "You have signed in at another location" (<a class="ticket" href="http://trac.adium.im/ticket/13654">#13654</a>). This will probably be fixed in Adium 1.4.2.</p></li>
+ <li class="li_fb"><p>Any issues with <strong>Facebook</strong> chat? Try <a class="ext_link" href="http://adium.im/blog/2010/07/facebook-chat-via-xmpp/">this</a>.</p></li>
+ <li class="li_msn"><p>There is a new crash when connecting to <strong>MSN</strong> since 1.4.1. Downgrading to 1.4 prevents it. See <a class="ticket" href="http://trac.adium.im/ticket/14650">#14650</a> for more information.</p></li>
+ <li class="li_icq"><p>Under some conditions, <strong>ICQ</strong> might drop all messages and prevent Adium from closing. This will be fixed in 1.4.2. See <a class="ticket" href="http://trac.adium.im/ticket/14229">#14229</a> to learn more.</p></li>
+ <li class="li_icq"><p>Because <strong>ICQ</strong> has a new owner, SSL is no longer working and has been automatically disabled in 1.4.1. We hope to re-enable it in a future update.</p></li>
+ </ul>
+ <!-- <p><a class="ext_link" href="http://trac.adium.im/wiki/ListOfServices">See more â</a></p> -->
+ </div>
+ </div>
+
<br /><br /><br /><br />
<p>For support, visit <a href="http://trac.adium.im/wiki/AdiumIRCChat">IRC</a> or the <a href="http://forum.adium.im/">Forums</a>.</p>
More information about the commits
mailing list