My Favorite Trac plugins
Mon, 05 Oct 2009 21:30:14 +0000
In this article I'll present Trac plugins that are most valuable IMHO. Trac is very easy to extend:
- Download plugin code (as zip of checkout it from subversion)
- Call python setup.py install as root
- (Optional) Upgrade database schema if needed: trac-admin <trac-env-path> upgrade
- Add some options to ini file
- Restart Trac process
After above steps you should see Your plugin is working.
TracWysiwygPlugin
TracWysiwygPlugin is a must when you are going to place big tables on Your Wiki pages. It's very useful also for novice users that do not know Wiki Syntax very well.
MasterTicketsPlugin
MasterTicektsPlugin allows you to link between tickets. By default it uses as "Blocking" / "Blocked by" marker, I renamed to "Parent", "Children" to express hierarchies in tickets.