Page MenuHomePhabricator

Make "No Notifications" setting less broad, and fix a bug with default display behavior
ClosedPublic

Authored by epriestley on Sep 13 2017, 9:59 PM.
Tags
None
Referenced Files
F15455148: D18600.id44659.diff
Sat, Mar 29, 10:33 PM
F15453616: D18600.id.diff
Sat, Mar 29, 1:06 PM
F15452679: D18600.id44661.diff
Sat, Mar 29, 6:38 AM
F15448736: D18600.id44660.diff
Fri, Mar 28, 6:40 AM
F15447371: D18600.diff
Thu, Mar 27, 11:24 PM
F15392373: D18600.id44660.diff
Sat, Mar 15, 2:49 PM
F15284842: D18600.diff
Mar 4 2025, 10:40 AM
Unknown Object (File)
Feb 26 2025, 6:16 AM
Subscribers
None

Details

Summary

Fixes T12979. In D18457, we added a "No Notifications" setting to let users disable the blue and yellow pop-up notifications that alert you when an object has been updated, since some users found them distracting.

However, the change made "do nothing" the default, so all other JX.Notification callsites -- which never pass a preference -- were effectively turned off no matter what your setting was set to. This includes the "Read-Only" mode warning (grey), the "High Security" mode warning (purple), the "timezone" warning, and a few others.

Tweak things a little bit so the setting applies to ONLY blue and yellow ("object you're following was updated" / "this object was updated") notifications, not other types of popup notifications.

Test Plan
  • With notifications on in settings, got blue notifications and "Read-only".
  • With notifications off in settings, got "Read-only" but no blue notifications.

Diff Detail

Repository
rP Phabricator
Branch
cluster1
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 18440
Build 24831: Run Core Tests
Build 24830: arc lint + arc unit

Event Timeline

src/applications/notification/builder/PhabricatorNotificationBuilder.php
174–176

Er, I think these are probably not wrong exactly but the old version was clearer, I'll use something more similar.

  • Use slightly clearer construction in NotificationBuilder.
This revision is now accepted and ready to land.Sep 13 2017, 10:09 PM