On Saturday, February 12, 2022 at 9:20:37 PM UTC-8 [email protected] wrote:
> I am using Trac 1.0.15. > > I want to do the following settings in [Browse Source] only for a specific > group. > > *Age, Author, and Last Change should be displayed. > *I want to show only the latest revision. > *I don't want to show old revisions. > > How can I do this? Please let me know. > > [image: browse-source.png] > You can modify the template with Genshi, but I would not recommend it since we've dropped Genshi in Trac 1.4. You can instead use some custom JavaScript to hide the columns. Here is guidance on adding custom JavaScript to your site. It shows how to add custom CSS, but the same approach can be taken for adding custom Javascript. https://trac.edgewall.org/wiki/1.0/TracInterfaceCustomization#SiteAppearance Ryan -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/trac-users/33a5f3cd-199c-4f2d-9adc-4c91872ea000n%40googlegroups.com.
