Edits to FrontPage aren't being mailed out to all-edits subscribers for some reason.
Seen this before --EmmaLaurijssens, Sun, 16 Apr 2006 15:45:03 -0700 reply
It also happens on my internal wiki. For unknown reasons, not all mail-outs make it to my mailbox.
Seen this before --EmmaLaurijssens, Sun, 16 Apr 2006 15:46:47 -0700 reply
It doesn't just happen to FrontPage, BTW.
... --EmmaLaurijssens, Thu, 20 Apr 2006 05:42:27 -0700 reply
Status: open => closed
See #1255
more info --simon, Thu, 27 Apr 2006 09:28:26 -0700 reply
Name: '#1254 zwiki.org/FrontPage edits not sending mail' => '#1254 "all edits" mailouts sometimes not being sent' Status: closed => open
I think I'll keep this more specific issue page open.. I think the problem is this: edits mailouts are sent out fine, but the :edits suffix in the subscriber_list (which you can see in /manage_propertiesForm) is getting lost! when you do some subscription/unsubscription in the subscribeform.
... --simon, Thu, 27 Apr 2006 09:29:18 -0700 reply
Name: '#1254 "all edits" mailouts sometimes not being sent' => '#1254 "all edits" subscription preference gets forgotten'
fix installed on this server/committed for 0.53 --simon, Thu, 27 Apr 2006 11:54:10 -0700 reply
Status: open => closed
I added a test, fixed the bug in unsubscribe() and clarified docsstrings. All seems to be working properly now.
An unfortunate bug in that it loses the "all edits" setting of all subscribers, as soon as one person unsubscribes. The edits subscription preference had no tests until now.
Good news: adding tests is simpler now after testgeddon, and adding tests for mail subscription is quite straightforward. If you want to help, just add a method to Mail_tests.py and then make test or make test-Mail.