www/adium.im 691:f0a70a4d7fab: Update 1.5.3b1 and 1.5.3 changelogs.

commits at adium.im commits at adium.im
Thu Aug 2 02:16:49 UTC 2012


details:	http://hg.adium.im/www/adium.im/rev/f0a70a4d7fab
revision:	691:f0a70a4d7fab
branch:		adiumx.com
author:		Robert Vehse
date:		Thu Aug 02 04:15:57 2012 +0200

Update 1.5.3b1 and 1.5.3 changelogs.
Subject: www/adium.im 692:8eeb040afa04: Some changes to the SourceForge external JS file is injecting some HTML to the DOM wherever class="sourceforge_accelerator_link" is defined, resulting in the layout breaking.

details:	http://hg.adium.im/www/adium.im/rev/8eeb040afa04
revision:	692:8eeb040afa04
branch:		adiumx.com
author:		Paul Wilde <me at paulwilde.co.uk>
date:		Thu Aug 02 03:07:13 2012 +0100

Some changes to the SourceForge external JS file is injecting some HTML to the DOM wherever class="sourceforge_accelerator_link" is defined, resulting in the layout breaking.

diffs (89 lines):

diff -r cf04e3588389 -r 8eeb040afa04 changelogs/1.5.3.html
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/changelogs/1.5.3.html	Thu Aug 02 03:07:13 2012 +0100
@@ -0,0 +1,57 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+	<head>
+		<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+		<style type="text/css">
+/*<![CDATA[*/
+		ul {
+		padding-left: 20px;
+		}
+		li > a[href*="/ticket/"] {
+		font-size: 8pt;
+		text-decoration: none;
+		}
+		.changegroup {
+		margin: 5px;
+		margin-bottom: 20px;
+		border: 1px dotted gray;
+		}
+		.changegroup h3 {
+		background-color: #abff82;
+		padding: 4px 8px;
+		color: #333;
+		margin: 0;
+		}
+		#majorchanges h3 {
+		background-color: #ffadad;
+		background-color: #afd7ff;
+		}
+
+		.changegroup ul {
+		margin: 8px;
+		}
+		#powered img {
+		border-width: 0px;
+		}
+		/*]]>*/
+		</style>
+		<title></title>
+	</head>
+	<body>
+		<div class="changegroup" id="majorchanges">
+			<h3>
+				Version 1.5.2
+			</h3>
+			<ul>
+				<li>Fixed another problem with the transcript viewer causing search to fail when closing and reopening the window. (<a class="new ticket" href="http://trac.adium.im/ticket/13586" title="defect: searching transcripts is very unreliable (new)">#13586</a>)</li>
+				<li>Fixed a problem with iTunes 10.6.3 on Mac OS X 10.6.8 causing the chat window's toolbar to break. (<a class="closed ticket" href="http://trac.adium.im/ticket/16046" title="defect: Unable to customise chat window toolbar (probably related to iTunes ... (closed: fixed)">#16046</a>)</li>
+				<li>Fixed an issue that caused logging in to Facebook to fail when login approvals are enabled. (<a class="closed ticket" href="http://trac.adium.im/ticket/15705" title="defect: Facebook login fails for account with login approvals enabled (closed: fixed)">#15705</a>)</li>
+				<li>Icons set for group chat bookmarks will now show up on the tab bar in the chat window. (Andreas Marienborg) (<a class="closed ticket" href="http://trac.adium.im/ticket/14484" title="defect: Group chat bookmark icons do not show in chat window (closed: fixed)">#14484</a>, <a class="closed ticket" href="http://trac.adium.im/ticket/15699" title="defect: Adium log viewer returns 0 chats for any query (closed: fixed)">#15699</a>)</li>
+				<li>Fixed tables not being declared as such via VoiceOver. (Marco Zehe) (<a class="closed ticket" href="http://trac.adium.im/ticket/16085" title="defect: Some elements have NSAccessibilityRoleDescription attributes where ... (closed: fixed)">#16085</a>)
+</li>
+				<li>Improved memory use slightly.</li>
+</ul>
+		</div>
+	</body>
+</html>
diff -r cf04e3588389 -r 8eeb040afa04 changelogs/1.5.3b1.htmlfrag
--- a/changelogs/1.5.3b1.htmlfrag	Wed Jul 25 03:21:33 2012 +0200
+++ b/changelogs/1.5.3b1.htmlfrag	Thu Aug 02 03:07:13 2012 +0100
@@ -1,6 +1,6 @@
 <ul>
-	<li>Icons set for group chat bookmarks will now show up on the tab bar in the chat window. (Andreas Marienborg) (<a class="closed ticket" href="http://trac.adium.im/ticket/14484" title="defect: Group chat bookmark icons do not show in chat window (closed: fixed)">#14484</a>)</li>
 	<li>Fixed another problem with the transcript viewer causing search to fail when closing and reopening the window. (<a class="new ticket" href="http://trac.adium.im/ticket/13586" title="defect: searching transcripts is very unreliable (new)">#13586</a>)</li>
+	<li>Fixed a problem with iTunes 10.6.3 on Mac OS X 10.6.8 causing the chat window's toolbar to break. (<a class="closed ticket" href="http://trac.adium.im/ticket/16046" title="defect: Unable to customise chat window toolbar (probably related to iTunes ... (closed: fixed)">#16046</a>)</li>
 	<li>Fixed an issue that caused logging in to Facebook to fail when login approvals are enabled. (<a class="closed ticket" href="http://trac.adium.im/ticket/15705" title="defect: Facebook login fails for account with login approvals enabled (closed: fixed)">#15705</a>)</li>
-	<li>Fixed a problem with iTunes 10.6.3 on Mac OS X 10.6.8 causing the chat window's toolbar to break. (<a class="closed ticket" href="http://trac.adium.im/ticket/16046" title="defect: Unable to customise chat window toolbar (probably related to iTunes ... (closed: fixed)">#16046</a>)</li>
+	<li>Icons set for group chat bookmarks will now show up on the tab bar in the chat window. (Andreas Marienborg) (<a class="closed ticket" href="http://trac.adium.im/ticket/14484" title="defect: Group chat bookmark icons do not show in chat window (closed: fixed)">#14484</a>, <a class="closed ticket" href="http://trac.adium.im/ticket/15699" title="defect: Adium log viewer returns 0 chats for any query (closed: fixed)">#15699</a>)</li>
 </ul>
\ No newline at end of file
diff -r cf04e3588389 -r 8eeb040afa04 index.php
--- a/index.php	Wed Jul 25 03:21:33 2012 +0200
+++ b/index.php	Thu Aug 02 03:07:13 2012 +0100
@@ -149,9 +149,9 @@
 				<?php } else if (!$_GET['download']) { ?>
 							<div class="download">
 							     <div class="downloadInfo">
-    								<a href="<?=$downloadLink[$operatingSystem]?>" class="sourceforge_accelerator_link"><img class="downloadicon" src="images/logo.png" alt="Download"></a><br>
+    								<a href="<?=$downloadLink[$operatingSystem]?>"><img class="downloadicon" src="images/logo.png" alt="Download"></a><br>
     				            </div>
-   								<a href="<?=$downloadLink[$operatingSystem]?>" class="sourceforge_accelerator_link"><span class="downloadlink">Download Adium <?=$downloadText[$operatingSystem]?></span></a>
+   								<a href="<?=$downloadLink[$operatingSystem]?>"><span class="downloadlink">Download Adium <?=$downloadText[$operatingSystem]?></span></a>
 							</div>
 							<?php if ($operatingSystem != "10.6.8") { ?>
 								<div class="downloadSub" style="color:red;">If you're using OS X 10.6.8 or above, you should get <a href="/?download=10.6.8">Adium <?=$downloadText["10.6.8"]?></a>.</div>




More information about the commits mailing list