Back in May, I recall seeing a post on the WordPress Development blog by Alex M (Viper007bond.com) where he added functionality for Automatic Ticket/Revision/Diff Linking which allows for linking to Trac tickets, Trac revisions, and Trac diff comparisons.
I am wanting to do the same thing with an internal WordPress blog and Trac that I have for my business. I haven’t seen where this was released as a WordPress plugin so I was hoping that people could point me in the right direction on how to do this in how to do this integration between Trac and WordPress. Thanks.
Here’s the source of the functionality. It’s just a content filter and some basic regex that one of my coworkers at Automattic wrote.
Modify it to suit your needs.
Also take a look at RTC (free for 10 users on jazz.net) it is the next big thing.
It automatically combines changing your stuff with the work items attached / diffs / with even your planning. It’s the followup of Eclipse (which provided an open source framework).
IMHO the best thing out there currently