trac-code-comments-plugin
trac-code-comments-plugin copied to clipboard
Trac plugin for code comments and sending them to tickets
When viewing a list of changesets is is very useful to know which changeset contain comments. This PR modifies the icon of the link to a changeset if the changeset...
This PR fixes #72. Timestamps displayed for a code comment are formatted using the users preferred format, timezone and locale. E.g. this is supposed to work the same way the...
When using Trac 1.2.5, on execution of `trac-admin upgrade` to install the plugin, the upgrade fails with: >The upgrade failed. Please fix the issue and try again. > OperationalError: No...
This appears to fix an installation issue (#82) that I observed when using Trac 1.2.5. When `trac-admin upgrade` was executed, the upgrade would fail with: >The upgrade failed. Please fix...
This plugin doesn't work in latest Trac 1.4.1 ``` 2020-03-09 10:16:56,094 Trac[web_ui] INFO: Installing plugin TracCodeComments-1.1.0-py2.7.egg 2020-03-09 10:16:56,095 Trac[web_ui] INFO: Plugin TracCodeComments-1.1.0-py2.7.egg installed to /home/TRAC/plugins/TracCodeComments-1.1.0-py2.7.egg 2020-03-09 10:16:56,337 Trac[env] INFO: Reloading...
Fix for issue #25 code_comments/comment.py
Add two new options to the plugin's configuration: - smtp_always_cc - smtp_always_bcc This allows using a separate notification list for the plugin. Setting these to "default" (which is also the...
Fix issue59. Can correctly upload and download Chinese file now.
fix issue #62 Wrong comment url in notifiy email
I can add the comment successfully but not able to view it, using mysql database. But no issue with sqlite. I am getting the following errors while viewing a file....