Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use the new Notification system and avoid using NotifyEmail #88

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

SebDieBln
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant