Well I’ve used to use roundup as my ticket system. However the intergration of a ticket system and a version control system of trac attract me these days. So I decided to give it a try.
There’s noting to say about installation thanks to the FreeBSD ports system. And it really nice to have the version control and ticket system intergrated and point to each other.
However, one thing annoyed me a lot is that I’ve used to use emacs-w3m to visit the roundup tickets and make planner tasks directly by planner-w3m. But the trac ticket web interface use a brace around the ticket summary. All planner users knows that we depends on () alot. So I have to get rid of it.
After checking all the settings I’ve got no luck. So I drive myself into the source code and finially find it: It’s in ticket/web_ui.py, line 382, as of trac version 0.9.5. Just remove the () in that line and everything comes out good
Post a Comment
You could use <code type="name"> to get your code colorized