How is the Trac Project List page customised?
Posted
by Completenutter2
on Stack Overflow
See other posts from Stack Overflow
or by Completenutter2
Published on 2010-03-25T10:48:10Z
Indexed on
2010/03/25
10:53 UTC
Read the original article
Hit count: 247
trac
We've been using Trac for a while now for our developers only. However we are now opening it up for our (internal) clients. We have a project listing page (based on the default one that comes with Trac). What we'd like to do, is display more information about the project than what is currently available.
I have searched google and here, to see if I can find how to get more information. There seems to be a variable called $project which has .name, .description and .href as attributes.
Is there somewhere, a list of the attributes available? Or perhaps a different solution altogether that will allow us to display more information on the project list page. Such as the number of open tickets etc.
© Stack Overflow or respective owner