Page MenuHomePhabricator

Projects - add mail to project updates
ClosedPublic

Authored by btrahan on May 15 2015, 10:29 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Sep 2, 7:02 PM
Unknown Object (File)
Sun, Aug 25, 7:20 AM
Unknown Object (File)
Sun, Aug 25, 6:43 AM
Unknown Object (File)
Sat, Aug 24, 9:33 AM
Unknown Object (File)
Aug 19 2024, 12:15 AM
Unknown Object (File)
Aug 17 2024, 4:48 PM
Unknown Object (File)
Aug 7 2024, 10:39 PM
Unknown Object (File)
Jul 28 2024, 11:41 PM
Subscribers

Details

Summary

...which lets all the fancy settings for Email | Notify | Off be possible. Fixes T8164. Wasn't too sure the best way to break things up but members vs watchers felt meaningful to break out to me.

Also fixes a small bug where we were generating bad slug updated stories by messing with the signature of the slug data. Perhaps this fix isn't even good enough (the array_keys()) call and instead we'll need to implement transaction has effect and do a sort?

Test Plan

used ./bin/mail list-outbound and ./bin/mail show-outbound --id XX to verify reasonable emails were being generated. saw new preferences in settings.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

btrahan retitled this revision from to Projects - add mail to project updates.
btrahan updated this object.
btrahan edited the test plan for this revision. (Show Details)
btrahan added a reviewer: epriestley.
epriestley edited edge metadata.

Member/watcher stuff seems reasonable to me, too.

This revision is now accepted and ready to land.May 15 2015, 10:57 PM
This revision was automatically updated to reflect the committed changes.