Home
The Toolkit for Online Communities
15903 Community Members, 0 members online, 2078 visitors today
Log In Register

Forum OpenACS Development: Re: Cvsweb only offers annotate sometimes?

OpenACS Home : Forums : OpenACS Development : Re: Cvsweb only offers annotate sometimes? : One Message

+
Posted by Jeff Davis on
I switched to viewcvs and it seems to not offer annotate
for some file types (.tcl and .sh it seems).
I will see if it's easy to fix.
+
Posted by Randy O'Meara on
Jeff,

While you're mucking about, could you see if there is a way to  set the MIME type that's returned when the (view/download) link for a .tcl file is clicked?

The new interface causes the browser to want to download the file instead of viewing it. The old interface worked as expected.

Thank you,

Randy

+
Posted by Jeff Davis on
that should be fixed (it was happening since viewcvs
uses the mime type to decide if it's annotatable and tcl
was application/x-tcl -- I changed it to text/plain).

Randy, that should fix the download as well.  If you see any
more files that don't offer annotate or download properly
let me know and I will fix them as well.