On Wed, Apr 1, 2015 at 9:06 AM, ONeal Freeman <[email protected]> wrote:
> > > On Wednesday, April 1, 2015 at 10:27:16 AM UTC-5, RjOllos wrote: >> >> >> On Apr 1, 2015 8:22 AM, "ONeal Freeman" <[email protected]> wrote: >> > >> > I'm running 1.0.1 and have searched on how to do this myself but have >> come up short. I have no knowledge or experience at customizing Trac. My >> Available Reports screen is the out of the box one like >> http://trac.edgewall.org/report but we would rather it be like our old >> version (0.10) resembling the one at http://www.rpm.org/report. Not a >> big deal but on our want to do list. Can anyone provide any guidance? >> Thanks in advance. >> >> What characteristics of the 0.10 reports screen do you wish to have in >> 1.0.1? >> > > Nothing to do with the actual functionality, purely the look. My users > find the example at rpm.org a more pleasing appearance because of the > more distinct grid look (row & column). Not sure if that makes sense to you. > You can customize the page as described in TracInterfaceCustomization, http://trac.edgewall.org/wiki/TracInterfaceCustomization#SiteAppearance If you can implement the desired changes through styling changes, some rules in style.css will be sufficient. If you also need to change the structure of the page, you can replace the template, or write a stream filter in a plugin. Note that any of those solutions will need to be maintained as Trac is updated. Usually you'll only need to modify your customization when upgrading to major new versions, in order to adapt to structure and styling changes of Trac pages. Recall the very long thread we had several months back in which we ultimately determined the problem to be a copy of ticket.html in your site templates directory. That should give you an idea of the kind of problems that could come about by copying and modifying a template. Another alternative is to make some changes to report_view.html and open a ticket with a patch. We probably won't take any action if you just say "make it look like 0.10", but if you provide a patch with minor incremental changes to the structure and styling of the report_view.html page, we may adopt the changes. - 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 post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/d/optout.
