Lots of Trac plugins look promising. Unfortunately only a handful really delivers and even then some of them are not properly supported or maintained. They also tend to conflict sometimes.
I will not recommend anything for project management specifically but these are the ones which made our live so much easier:
TagsPlugin - the most useful one, adds tags support
BreadCrumbsNav - show previously visited pages, saves lots of time
ShowPath - show the breadcrumbs path, useful if you have your pages named hierarchically
I would recommend against Bitten for CI (Continuous Integration) (see Martin Fowler on the subject) although I am using it.
The task force behind Bitten doesn't seem strong enough to process the remaining tasks. Simply look at the age and the number of posts in Bitten tickets
I don't admin our Trac, and I don't know all the plugins we use. But I co-developed a GUI we use to navigate the tickets and to track time spent on specific ones. It uses the xmlrpc plugin to query ticket information and to write some information back. Extending Trac is really easy this way.
Apache Bloodhound is a collection of plugins bundled with Trac. It includes some of the individual plugins suggested in earlier answers, like the AccountManagerPlugin.
Bloodhound keeps integrating newly released trac versions quickly, and all plugins interoperate as expected because they're purposefully bundled. It's also still compatible with most trac-hacks.
发布评论
评论(10)
许多 Trac 插件看起来很有前途。 不幸的是,只有少数真正交付,即使如此,其中一些也没有得到适当的支持或维护。 他们有时也容易发生冲突。
我不会专门推荐任何用于项目管理的东西,但这些使我们的生活变得更加轻松:
0.10
Lots of Trac plugins look promising. Unfortunately only a handful really delivers and even then some of them are not properly supported or maintained. They also tend to conflict sometimes.
I will not recommend anything for project management specifically but these are the ones which made our live so much easier:
0.10
我的最爱:
一般:
Scrum
- Agilo:http://trac-hacks.org/wiki/AgiloForScrumPlugin
这是观看http://trac-hacks.org/
My Favorites:
General:
Scrum
- Agilo: http://trac-hacks.org/wiki/AgiloForScrumPlugin
This is the place to watch http://trac-hacks.org/
除了这里已经提到的之外,我还发现以下必要:
以下是必备的:
Besides those already mentioned here, I also found the following necessary:
Below are good-to-have:
我真的很喜欢 BatchModifyPlugin,它可以轻松地同时更改多个票证。
I really like the BatchModifyPlugin that makes it easy to change more than one ticket at the time.
MasterTicketsPlugin 对于票证依赖性非常有用。
MasterTicketsPlugin is quite useful for ticket dependncies.
我建议不要将 Bitten 用于 CI(持续集成)(请参阅 Martin Fowler 关于该主题的内容)虽然我正在使用它。
Bitten 背后的工作组似乎不够强大,无法处理剩余的任务。 只需查看 被咬票
I would recommend against Bitten for CI (Continuous Integration) (see Martin Fowler on the subject) although I am using it.
The task force behind Bitten doesn't seem strong enough to process the remaining tasks. Simply look at the age and the number of posts in Bitten tickets
我不管理我们的 Trac,也不知道我们使用的所有插件。 但我共同开发了一个 GUI,我们用它来导航票证并跟踪在特定票证上花费的时间。 它使用 xmlrpc 插件来查询票证信息并编写一些信息返回。 通过这种方式扩展 Trac 确实很容易。
I don't admin our Trac, and I don't know all the plugins we use. But I co-developed a GUI we use to navigate the tickets and to track time spent on specific ones. It uses the xmlrpc plugin to query ticket information and to write some information back. Extending Trac is really easy this way.
我的必备插件列表:
自 0.12 起,有些可能是 trac 的一部分
,还有一个脚本:
my must-have list of plugins:
some may be part of trac since 0.12
and a script:
Apache Bloodhound 是与 Trac 捆绑在一起的插件集合。 它包括早期答案中建议的一些单独插件,例如 AccountManagerPlugin。
作为 Bloodhound 的一部分开发的主要插件是非常强大的多产品实现 ,全文搜索(基于 Whoosh),具有更好的导航功能。
票证关系也刚刚添加。
Bloodhound 不断快速集成新发布的 trac 版本,并且所有插件都可以按预期进行互操作,因为它们是有目的地捆绑的。 它还仍然与大多数 trac-hacks 兼容。
Apache Bloodhound is a collection of plugins bundled with Trac. It includes some of the individual plugins suggested in earlier answers, like the AccountManagerPlugin.
The major plugins developed as part of Bloodhound are a very robust Multi Product implementation, full text search (based on Whoosh) with better navigation.
Ticket relations have also just been added.
Bloodhound keeps integrating newly released trac versions quickly, and all plugins interoperate as expected because they're purposefully bundled. It's also still compatible with most trac-hacks.
您认为必须拥有哪些插件在很大程度上取决于您的用例。
如果您需要更多功能来创建高级 wiki 页面,则必须具备的插件:
如果您喜欢文本编辑器中 IDE 风格的自动完成和缩进功能,则必须具备的插件:
如果您使用多个 Mercurial 存储库,则必须具备的插件:
必须具备的插件
但是如果您没有这些用例,您将不会发现插件有价值。
What plugins you will consider must-have depends heavily on your use case.
Must-have plugins if you need more power in creating advanced wiki pages:
Must-have plugins if you like IDE-style auto-completion and indentation features in the text editor:
Must-have plugins if you use many Mercurial repositories:
Must-have plugins if you ...
But if you don't have these use cases, you will not find the plugins valuable.