https://bugzilla.wikimedia.org/show_bug.cgi?id=27884

           Summary: enotif doesn't send email if page on watchlist edited
                    following a minor edit and enotif not configured to
                    send minor edits.
           Product: MediaWiki
           Version: 1.18-svn
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: minor
          Priority: Normal
         Component: Email
        AssignedTo: wikibugs-l@lists.wikimedia.org
        ReportedBy: bawolff...@gmail.com


Steps to reroduce:
*Make sure enotif is configured to not send emails on minor edits.
$wgEnotifMinorEdits=false and/or relevent stuff in your prefs.
*Add page foo to your watchlist.
*With another account, edit foo setting your edit to be minor.
*Edit again, this time not as minor

Result: no email is sent

Expected result: email sent on the non-minor edit.

This is caused because enotif tries to send only a single email if a page is
edited multiple times without the watcher viewing it. The first (minor) edit
does not trigger an email since its minor, the second edit does not trigger an
email since the watcher hasn't viewed the page since the first (minor) edit.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to