trac-code-comments-plugin icon indicating copy to clipboard operation
trac-code-comments-plugin copied to clipboard

Trac plugin for code comments and sending them to tickets

Results 38 trac-code-comments-plugin issues
Sort by recently updated
recently updated
newest added

While there is a comment button at the top of a changeset when clicked it says the comment is for only one of the revisions. There is no inline commenting...

Hi there, Sometimes we get the following error when trying to browse the comments added to a Trac env: `No handler matched request to /code-comments` When this happens the "Code...

> `TRAC_ADMIN` privileges are required to perform this operation. You don't have the required permissions. I think that `TICKET_CREATE` and/or `TICKET_VIEW` should be enought to see code comments list... Or...

I've been testing this a bit further and realized that there's also no support for multiple repos (even though I get the "Code Comments" top level menu, and a comment...

I'm doing some basic testing, and apparently you're not allowing for revision ids with more than 3 characters (actually, just saw that you're using int as a revision type in...

It would be useful to append comments to an existing ticket. Most of the time we have a ticket like: fix something. Now we implement the code changes and they...

Enhancement

With both 1.1.1 and the current master, I get the following exception on a git repository, while for svn it works fine: 2014-04-02 10:05:46,511 Trac[main] ERROR: Internal Server Error: Traceback...