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.
(more…)
Mantis and Trac are both bug tracking systems. A bug tracking system is a software application that is designed to help quality assurance and programmers keep track of reported software bugs in their work. It may be regarded as a sort of issue tracking system (Wikipedia). In this article we will use Trac’s alias for an issue: Ticket.

Recently I decided to replace Mantis installation used for one of my customers into Trac. Mantis worked pretty well until the date, but have missing features when compared to Trac:
(more…)