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

Use the new Notification system and avoid using NotifyEmail

Open SebDieBln opened this issue 2 years ago • 0 comments

The class NotifyEmail is deprecated since Trac 1.1.3. This PR changes the notification to use the new system. The functionality is unchanged. Notifications are produced for

  • revisions/files/attachments a user is subscribed to
  • a comment that directly follows another comment (like a "reply")
  • the author of a comment is only notified if the setting [code-comments] notify_self is enabled

Note that this PR introduces some new components to be able to use the new notification system. Be sure to enable them in the plugin settings to use the new notification system.

SebDieBln avatar Sep 10 '23 16:09 SebDieBln