Page MenuHomePhabricator

Make event-triggered actions more aware of application access
ClosedPublic

Authored by epriestley on Oct 19 2013, 10:35 PM.
Tags
None
Referenced Files
F13817702: D7365.diff
Fri, Sep 20, 2:32 AM
F13817405: D7365.id16610.diff
Fri, Sep 20, 12:15 AM
F13817404: D7365.id16581.diff
Fri, Sep 20, 12:15 AM
F13817403: D7365.id.diff
Fri, Sep 20, 12:15 AM
F13817401: D7365.diff
Fri, Sep 20, 12:15 AM
F13814188: D7365.id16581.diff
Thu, Sep 19, 4:23 AM
Unknown Object (File)
Wed, Sep 4, 10:19 PM
Unknown Object (File)
Tue, Sep 3, 7:37 PM
Subscribers

Details

Reviewers
btrahan
Maniphest Tasks
Restricted Maniphest Task
Commits
Restricted Diffusion Commit
rP8994a81b3538: Make event-triggered actions more aware of application access
Summary

Fixes T3675.

  • Maniphest had a couple of old non-event listeners; move them to events.
  • Make most of the similar listeners a little more similar.
  • Add checks for access to the application.
Test Plan
  • Viewed profile, project, task, revision.
  • Clicked all the actions.
  • Blocked access to various applications and verified the actions vanished.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

btrahan added inline comments.
src/applications/phriction/event/PhrictionActionMenuEventListener.php
18โ€“20

maybs this should be upgraded to some getObject?

It seems like that is standard-ish and then we get type checking which will give us other guarantees about object. Just maybs for someday thought

src/applications/phriction/event/PhrictionActionMenuEventListener.php
18โ€“20

Yeah, we could probably take a pass on PhabricatorEvent at some point and unify some of it. I'd guess getObject() is probably reasonable at a minimum.