<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml-stylesheet href="http://bugs.horde.org/themes/feed-rss.xsl" type="text/xsl"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
 <channel>
  <title>Allow more intuitive view of repository revisions for non-VCS-aware users</title>
  <pubDate>Sun, 07 Sep 2008 03:53:38 -0400</pubDate>
  <link>http://bugs.horde.org/ticket/6690</link>
  <atom:link rel="self" type="application/rss+xml" title="Allow more intuitive view of repository revisions for non-VCS-aware users" href="http://bugs.horde.org/ticket/6690/rss" />
  <description>Allow more intuitive view of repository revisions for non-VCS-aware users</description>

  
  
  <item>
   <title>Index: chora/config/conf.xml
==============================</title>
   <description>Index: chora/config/conf.xml
===================================================================
RCS file: /repository/chora/config/conf.xml,v
retrieving revision 1.13
diff -r1.13 conf.xml
95a96,104
&gt;
&gt;
&gt;   &lt;configboolean name=&quot;show_revision_on_filename_click&quot;
&gt; desc=&quot;The default action when clicking on a file
&gt; in the browse view is to show the revision history of that file,
&gt; however, for those who are not used to version control systems, this is
&gt; not intuitive. Unticking this box makes the action of clicking on a file
&gt; to display the contents of the file, and clicking on the revision number
&gt; shows the revision history.&quot;&gt;true&lt;/configboolean&gt;

Index: chora/templates/directory/file.inc
===================================================================
RCS file: /repository/chora/templates/directory/file.inc,v
retrieving revision 1.22
diff -r1.22 file.inc
9c9,14
&lt;    &lt;a href=&quot;&lt;?php echo $url ?&gt;&quot;&gt;&lt;?php echo $name ?&gt;&lt;/a&gt;
---
&gt; &lt;?php if ($conf['show_revision_on_filename_click']): ?&gt;
&gt;    &lt;a href=&quot;&lt;?php echo $url ?&gt;&quot;&gt;
&gt; &lt;?php else: ?&gt;
&gt;    &lt;a href=&quot;&lt;?php echo Chora::url('co', $fileName, array('r' =&gt; $head)) ?&gt;&quot;&gt;
&gt; &lt;?php endif; ?&gt;
&gt; &lt;?php echo $name ?&gt;&lt;/a&gt;
12c17,23
&lt;    &lt;strong&gt;&lt;a href=&quot;&lt;?php echo Chora::url('co', $fileName, array('r' =&gt; $head)) ?&gt;&quot;&gt;&lt;?php echo $head ?&gt;&lt;/a&gt;&lt;/strong&gt;
---
&gt;    &lt;strong&gt;
&gt; &lt;?php if ($conf['show_revision_on_filename_click']): ?&gt;
&gt;    &lt;a href=&quot;&lt;?php echo Chora::url('co', $fileName, array('r' =&gt; $head)) ?&gt;&quot;&gt;
&gt; &lt;?php else: ?&gt;
&gt;    &lt;a href=&quot;&lt;?php echo $url ?&gt;&quot;&gt;
&gt; &lt;?php endif; ?&gt;
&gt; &lt;?php echo $head ?&gt;&lt;/a&gt;&lt;/strong&gt;

I don't know whether this is the right patch format, but I'd be glad to do whatever is needed to get this in, as I think this would be a useful addition.</description>
   <pubDate>Mon, 12 May 2008 05:27:06 -0400</pubDate>
   <link>http://bugs.horde.org/ticket/6690#t45228</link>
  </item>
  <item>
   <title>You already get the latest version if you click on the versi</title>
   <description>You already get the latest version if you click on the version number, and I'm not sure of how much use Chora is for people who don't know about version control systems? If you want a file browser, use Gollem.</description>
   <pubDate>Tue, 13 May 2008 03:47:41 -0400</pubDate>
   <link>http://bugs.horde.org/ticket/6690#t45252</link>
  </item>
  <item>
   <title>This change is predominantly for use as a documentation stor</title>
   <description>This change is predominantly for use as a documentation store, where the document is the most important aspect of the system, and it's only the document store administrators who need to know about the version number, the last person who committed it and the log. The file browser would be acceptable, if we didn't need to occasionally see the history.</description>
   <pubDate>Tue, 13 May 2008 04:08:23 -0400</pubDate>
   <link>http://bugs.horde.org/ticket/6690#t45253</link>
  </item>
  <item>
   <title>Interesting, I don't know of anyone using Chora as a documen</title>
   <description>Interesting, I don't know of anyone using Chora as a document store. Do you have other changes/ideas that affect the app because of this outlook?</description>
   <pubDate>Fri, 23 May 2008 15:16:59 -0400</pubDate>
   <link>http://bugs.horde.org/ticket/6690#t45501</link>
  </item>
  <item>
   <title>&gt; Do you have other changes/ideas that affect the app becaus</title>
   <description>&gt; Do you have other changes/ideas that affect the app because of this 
&gt; outlook?
Not as yet. Take-up has been slow and local integration problems (due to network segregation and configuration issues with autoversioning in subversion) has lessened interest.

I hope to be in a position to ramp this back up in a few weeks once a few key people are available.</description>
   <pubDate>Fri, 23 May 2008 22:30:58 -0400</pubDate>
   <link>http://bugs.horde.org/ticket/6690#t45521</link>
  </item>
  <item>
   <title>Can you attach the patch as a unified diff (upload it as an </title>
   <description>Can you attach the patch as a unified diff (upload it as an attachment to the ticket instead of pasting it)?</description>
   <pubDate>Wed, 02 Jul 2008 17:25:03 -0400</pubDate>
   <link>http://bugs.horde.org/ticket/6690#t47126</link>
  </item>
  <item>
   <title>As requested (and you learn something new every day!)</title>
   <description>As requested (and you learn something new every day!)</description>
   <pubDate>Thu, 03 Jul 2008 03:10:25 -0400</pubDate>
   <link>http://bugs.horde.org/ticket/6690#t47161</link>
  </item>
  <item>
   <title>No patch has been uploaded.</title>
   <description>No patch has been uploaded.</description>
   <pubDate>Thu, 03 Jul 2008 04:58:35 -0400</pubDate>
   <link>http://bugs.horde.org/ticket/6690#t47168</link>
  </item>
  <item>
   <title>Changes have been made in CVS for this ticket:

http://cvs.h</title>
   <description>Changes have been made in CVS for this ticket:

http://cvs.horde.org/diff.php/chora/config/conf.xml?r1=1.13&amp;r2=1.14&amp;ty=u
http://cvs.horde.org/diff.php/chora/docs/CHANGES?r1=1.126&amp;r2=1.127&amp;ty=u
http://cvs.horde.org/diff.php/chora/templates/directory/file.inc?r1=1.22&amp;r2=1.23&amp;ty=u</description>
   <pubDate>Sat, 05 Jul 2008 22:57:12 -0400</pubDate>
   <link>http://bugs.horde.org/ticket/6690#t47243</link>
  </item>
  <item>
   <title>Committed, thanks!</title>
   <description>Committed, thanks!</description>
   <pubDate>Sat, 05 Jul 2008 22:57:49 -0400</pubDate>
   <link>http://bugs.horde.org/ticket/6690#t47244</link>
  </item>
  

 </channel>
</rss>
