www/trac.adium.im 75:1b2e07a08910: Automatically load the list o...
commits at adium.im
commits at adium.im
Sun Aug 21 08:28:25 UTC 2011
details: http://hg.adium.im/www/trac.adium.im/rev/1b2e07a08910
revision: 75:1b2e07a08910
branch: (none)
author: Thijs Alkemade <thijsalkemade at gmail.com>
date: Sun Aug 21 10:28:18 2011 +0200
Automatically load the list of hot issues on the help page on the newticket page.
diffs (28 lines):
diff -r 26e4855a75e4 -r 1b2e07a08910 templates/site.html
--- a/templates/site.html Fri Aug 19 21:34:52 2011 +0200
+++ b/templates/site.html Sun Aug 21 10:28:18 2011 +0200
@@ -10,6 +10,10 @@
<link rel="stylesheet" type="text/css" href="http://adium.im/help/css/hot.css" />
<py:if test="req.environ['PATH_INFO'] == '/newticket' and (not 'preview' in req.args)">
+ <script src="http://adium.im/help/js/jquery.js" type="text/javascript"></script>
+ <script src="http://adium.im/help/hot.json" type="text/javascript"></script>
+ <script src="http://adium.im/help/js/hot.js" type="text/javascript"></script>
+
<script type="text/javascript">
jQuery(document).ready(function($) {
window.scrollTo(0,0);
@@ -41,11 +45,8 @@
<h3 id="hot_issues">Hot issues</h3>
<p>These problems are known to us, and will hopefully be fixed soon:</p>
<p style="color: red; font-size: 40px">Before reporting any issue, please make sure it is not one of these!</p>
- <ul class="iconed">
- <li class="li_gtalk"><p>[since August 18] Code displaying in instant messages from some contacts on <strong>Google Talk</strong>. (<a class="ticket" href="http://trac.adium.im/ticket/15419">#15419</a>)</p></li>
- <li class="li_msn"><p>Direct file transfers, user icons and custom emoticons on <strong>MSN</strong> not working in 1.4.2.</p></li>
- <li class="li_twitter"><p>Login failures with <strong>Twitter</strong> involving the error "unable to retrieve user list". (<a class="ticket" href="http://trac.adium.im/ticket/15239">#15239</a>)</p></li>
- <li class="li_fb"><p><strong>Facebook</strong> chat will be greatly improved in 1.4.3.</p></li>
+ <ul class="iconed" id="hotlist">
+
</ul>
<p style="color: red; font-size: 40px">Are you <i>really</i> sure it is not one of these?</p>
More information about the commits
mailing list