Remixing trac with jQuery

categories: front-end development, javascript, jquery, trac

I love trac, and I've been doing lots of work lately to customize it so our clients can use it to send us requests. With the configurable workflow option offered in version 0.11, it became the perfect way for us to manage and track client requests. By connecting it to the subversion repository we use for version control of client files, we've virtually eliminated the need for back-and-forth emails -- everything is in one place.

Since trac is intended more for managing a development project than for managing an ongoing client relationship, I've had to make some changes to the out-of-the-box version. I don't know Python, and I was having a hard time getting a developer to dive in at the level I needed on a non-billable project. Lucky for me, version 0.11 also includes jQuery (version 1.1.3.1). After a couple of chats with a developer and a few "duh" moments, it became clear that I could do most of what I needed without messing around under the hood.

The story so far:

One Response to “Remixing trac with jQuery”

  1. Joseph Burns says:
    April 22nd, 2008 at 3:43 pm

    great blog entry! Hard time visualizing it though. Do you have a screenshot?

Comment