trac-code-comments-plugin
trac-code-comments-plugin copied to clipboard
Trac plugin for code comments and sending them to tickets
The class `NotifyEmail` is [deprecated since Trac 1.1.3](https://trac.edgewall.org/wiki/TracDev/NotificationApi#PreviousAPI). This PR changes the notification to use the new system. The functionality is unchanged. Notifications are produced for * revisions/files/attachments a user...
- Use correct CSS class `trac-table` (there was a typo) - Change column name from _Date_ to _Timestamp_ (the column contains timestamps not just dates) - Avoid highlighting the _Author_...
This fixes #67. Comments to lines of a file are now referenced to the actual line in the file, not the line in the diff-view. If the comment is for...
When changing the number of lines shown in a diff the code comments fail to work correctly unless they are viewed at the same line. #### Steps: 1. Choose a...
In a revision diff page, with a customised 'from' and 'to' revisions (as we normally batch review a range of changesets), I could still make comments there. However, there are...
HTML-links to comments on changesets are broken, because they don't use the repository name. So they only work in a setup where a default repository is defined and it is...
The subscription REST-API lives under `/subscription`. However the code tried accessing `/undefined/subscriptionundefined`. ``` 2023-08-27 14:05:51,762 Trac[main] WARNING: [172.17.0.1] HTTPNotFound: 404 Trac Error (No node undefined/subscriptionundefined), , referrer 'http://127.0.0.1:30443/browser/SomeRepo' ``` The...
This class was removed in Trac 1.4 (see https://trac.edgewall.org/changeset/14889). Fixes issue #78
With a file whose name contains non-ASCII characters, errors where shown when * attaching the file * viewing the attached file This was due to the name being processed as...
This fixes issue #82 which was caused by a regression in ffd97bb2c78948775e8e0aef9364623aa609b912.