<?xml version="1.0" encoding="UTF-8"?> 
<?xml-stylesheet href="https://dev.horde.org/themes/horde//default/feed-rss.xsl" type="text/xsl"?> 
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> 
 <channel> 
  <title>show log info when hovering a revision in the annotate screen</title> 
  <pubDate>Fri, 10 Apr 2026 02:02:30 +0000</pubDate> 
  <link>https://bugs.horde.org/ticket/3076</link> 
  <atom:link rel="self" type="application/rss+xml" title="show log info when hovering a revision in the annotate screen" href="https://bugs.horde.org/ticket/3076/rss" /> 
  <description>show log info when hovering a revision in the annotate screen</description> 
 
   
   
  <item> 
   <title>When viewing the annotation of a file, it is very helpful to</title> 
   <description>When viewing the annotation of a file, it is very helpful to know what the log message is for the various revisions that appear.



When hovering the mouse over a revision in the annotation screen, a box should appear showing the log message (plus other info).



** Patch attached **</description> 
   <pubDate>Thu, 01 Dec 2005 22:24:14 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/3076#t14406</link> 
  </item> 
   
  <item> 
   <title>The idea is very nice, but the implementation is awful! ;-)
</title> 
   <description>The idea is very nice, but the implementation is awful! ;-)



You should use the link title/tooltip code from CVS instead, and create the necessary title attributes on page load.</description> 
   <pubDate>Thu, 01 Dec 2005 22:37:47 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/3076#t14410</link> 
  </item> 
   
  <item> 
   <title>&gt; You should use the link title/tooltip code from CVS instea</title> 
   <description>&gt; You should use the link title/tooltip code from CVS instead



Can you tell me where to find this code, or better yet, point me to an example of it somewhere in existing code?

</description> 
   <pubDate>Fri, 02 Dec 2005 01:16:22 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/3076#t14457</link> 
  </item> 
   
  <item> 
   <title>ok, disregard my last comment - i found everything I needed.</title> 
   <description>ok, disregard my last comment - i found everything I needed.  Sooo nice to have such a handy framework with all this stuff already coded.



However, I still have doubts:

1) if the cvs log message contains a link to the bug tracking system, that link is not clickable (since when you move your mouse to click on it, the tooltip will disappear)



2) I&#039;m not sure if the code that calls the tooltip function belongs in the script or the template.





** new patch - 3076-v2.patch **

</description> 
   <pubDate>Fri, 02 Dec 2005 01:51:38 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/3076#t14458</link> 
  </item> 
   
  <item> 
   <title>Much better, but please take a short ride through docs/TRANS</title> 
   <description>Much better, but please take a short ride through docs/TRANSLATION and watch out especially for quotes, xhtml, and horizontal whitespace.



And there is still a major concern regarding page size. This patch adds the complete changelog message (including markup) for *every* line of the code which could easily double the page size, if not more.

A solution would be to not add the title to each revision link, but create some fancy javascript that is called onload, that goes through all revision links and sets the titles from a js array with all changelog messages, indexed by revision.</description> 
   <pubDate>Fri, 02 Dec 2005 09:45:09 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/3076#t14472</link> 
  </item> 
   
  <item> 
   <title>Ok, here&#039;s another patch, It&#039;s not polished (by a long shot)</title> 
   <description>Ok, here&#039;s another patch, It&#039;s not polished (by a long shot), but I just want to make sure I&#039;m on the right track.



I think I&#039;m doing everything right, except there is still no way to click on a link in the tooltip, and I don&#039;t know how to fix this (separate bug?)



Also, I&#039;m not sure how to implement the EventCache::remove() function in horde.js - can anyone help me with this?  Because I haven&#039;t implemented this, my patch won&#039;t work with IE (but it works fine with Mozilla and the like)</description> 
   <pubDate>Fri, 02 Dec 2005 20:59:35 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/3076#t14500</link> 
  </item> 
   
  <item> 
   <title>Here&#039;s a patch that&#039;s complete, as far as I can tell.



How</title> 
   <description>Here&#039;s a patch that&#039;s complete, as far as I can tell.



However it&#039;s not ready to go.  Here&#039;s what I still don&#039;t know:

1) Where should all the JS code that I put in annotate.php ?

2) What to do about the &quot;unclickable url-in-the-toolip&quot; issue?



Thanks.</description> 
   <pubDate>Mon, 05 Dec 2005 18:36:50 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/3076#t14546</link> 
  </item> 
   
  <item> 
   <title>&gt; 1) Where should all the JS code that I put in annotate.php</title> 
   <description>&gt; 1) Where should all the JS code that I put in annotate.php ?



Put it into chora/templates/annotate/header.inc



&gt; 2) What to do about the &quot;unclickable url-in-the-toolip&quot; issue?



Don&#039;t create them. This would reduce the payload even more.</description> 
   <pubDate>Tue, 27 Dec 2005 16:06:04 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/3076#t15140</link> 
  </item> 
   
  <item> 
   <title>Ok, this patch should be good to go.



I put all the nasty </title> 
   <description>Ok, this patch should be good to go.



I put all the nasty JavaScript in chora/templates/annotate/footer.inc (instead of header.inc), since it depends on some php variables that get defined after header.inc is sourced.



I know the JS is ugly - I tried to make it as readable as possible, but if anyone has any suggestions on cleaning it up, I&#039;d be happy to make changes.</description> 
   <pubDate>Tue, 03 Jan 2006 19:12:33 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/3076#t15290</link> 
  </item> 
   
  <item> 
   <title>I cleaned things up a bit, but it looked pretty good. We did</title> 
   <description>I cleaned things up a bit, but it looked pretty good. We did put you through a lot of revisions. :) In general it&#039;d be great if you took a quick look at the differences between what you had and what I committed and at horde/docs/CODING_STANDARDS. Mainly we don&#039;t use # for comments, but a few spacing things as well. But all minor.



Thanks!</description> 
   <pubDate>Sun, 05 Mar 2006 03:49:34 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/3076#t17306</link> 
  </item> 
   
   
 
 </channel> 
</rss> 
