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

The timestamps shown for each comment should be in the timezone the current user has selected in the preferences, as are all other timestamps in _Trac_. However, timestamps for comments...

Got a UnicodeEncodeError at line 66 of comments.html. Had to change it a bit: ``` ${comment.formatted_date().decode('utf-8')} ``` Now it works fine.

When I add comment to source code, I got wrong comment url in notify email. The correct url is " https://code.nuwainfo.com/trac/project/changeset/10?codecomment=12 ", but I got this " https://code.nuwainfo.com/trac/project/trac/project/changeset/10?codecomment=12 ".

If I attach a file named: 抽獎系統工時預估.xlsx I got this error: ``` Traceback (most recent call last): File "C:\Python27\lib\site-packages\trac\web\main.py", line 551, in _dispatch_request dispatcher.dispatch(req) File "C:\Python27\lib\site-packages\trac\web\main.py", line 244, in dispatch...

Inline and normal comments getting submitted , but not getting displayed on code/change set. Only way to view comment is by client 'comment' tab, which is useless for me. Have...

I'm particularly interested in the in-line comments on changesets, which has now landed in master. When do you think there will be an "official" release including https://github.com/Automattic/trac-code-comments-plugin/pull/32? The last official...

The existing macro only handles links to comments. It would be beneficial if the macro could actually render the comments, for e.g. bringing an attachment's comments into the ticket. Inline...

Comments can occur on changesets, attachments, and files. They can also be inline, or made against the page generally. There should be some trac.ini configuration options to turn each of...

Enhancement

My Trac instance is hosted at http://server/trac/project and I have specified this value as base_url in trac.ini. When creating a comment (for a line of a file), the notification email...

Is it possible to limit making comments to specific Trac users? Or at least block anonymous comments?

Enhancement