Modify ↓
#4181 closed enhancement (fixed)
didn't get expected behavior
Reported by: | Antti Kaihola | Owned by: | Russ Tyndall |
---|---|---|---|
Priority: | lowest | Component: | NeverNotifyUpdaterPlugin |
Severity: | trivial | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
Sorry this ticket is extremely vague. I just migrated our Trac instance to a new server and noticed that I'm getting lots of e-mail from Trac even though the NeverNotifyUpdaterPlugin is installed.
Going through the setup of the old server I recalled that I had patched NeverNotifyUpdaterPlugin to get the functionality I wanted. Unfortunately I've forgotten the details, so I'll just dump the patch there so it doesn't get lost...
Attachments (1)
Change History (4)
Changed 16 years ago by
Attachment: | nevernotifyupdaterplugin-mystical-patch.diff added |
---|
comment:1 Changed 16 years ago by
comment:2 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 16 years ago by
This branch point your patch removed is controlled by the configuration variable :
[notification] always_notify_updater = false
Your patch simply allows you to not worry about that configuration option by always removing the updater. I like and have committed it.
Note: See
TracTickets for help on using
tickets.
I do confirm. Plugin is not working with trac 0.11.3 (Python 2.5.2 if it makes sense). After I have applied this patch everything works ok.