trac-hacks / tracstats

Project and source code statistics plugin for Trac.
http://trac-hacks.org/wiki/TracStatsPlugin
Other
20 stars 13 forks source link

Support for mulitple repositories #23

Closed zshahan closed 13 years ago

zshahan commented 13 years ago

Currently if I click on a revision link, it points to the default repository instead of the repository the revision belongs to in Trac 0.12. Is there any way to fix this?

mrjbq7 commented 13 years ago

Currently the URL is http://trac/changeset/1234. What is the right way to include the repository name?

I don't run multi-repository setups that often, but would be glad to fix any bugs you are having.

zshahan commented 13 years ago

From the timeline view, the link looks like http://trac/changeset/1234/repo. If the repo value is missing, then the link will default to the default repo defined in the trac.ini

mrjbq7 commented 13 years ago

Adding support for multiple repositories in changeset links. Closed by 26a3118050b072ae92d70fde64b18dde39b3bc03.

zshahan commented 13 years ago

Could this be expanded to the other links that work across multiple repositories? like http://trac/log/(repo)? I think this is the only other one. I have tested your newest git, and revision links work great now!