My company is working on extending the functionality of Trac so we can
use it as a bug-tracking system for out clients' problems (as opposed to
just our internal tracker).
We'd like to extend the Project Index page to show all the projects for
which a particular user (authenticated using the usual Apache-based
authentication mechanisms) has any permissions to view.
Can anyone suggest a good solution for handling this? I've tried testing
against req.perm and req.authname in the 'send_project_index' function
of /web/main.py, however, neither of these variables apparently exist in
this context, and I don't know enough about Trac's inner workings to
troubleshoot that.
Thanks
- Josh
--
You received this message because you are subscribed to the Google Groups "Trac
Development" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/trac-dev?hl=en.