1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-22 02:08:47 +02:00
phorge-phorge/src/applications/people
epriestley 073cb0e78c Make PhabricatorPolicyInterface require a getPHID() method
Summary:
Ref T603. This cleans up an existing callsite in the policy filter, and opens up some stuff in the future.

Some policy objects don't have real PHIDs:

  PhabricatorTokenGiven
  PhabricatorSavedQuery
  PhabricatorNamedQuery
  PhrequentUserTime
  PhabricatorFlag
  PhabricatorDaemonLog
  PhabricatorConduitMethodCallLog
  ConduitAPIMethod
  PhabricatorChatLogEvent
  PhabricatorChatLogChannel

Although it would be reasonable to add real PHIDs to some of these (like `ChatLogChannel`), it probably doesn't make much sense for others (`DaemonLog`, `MethodCallLog`). Just let them return `null`.

Also remove some duplicate `$id` and `$phid` properties. These are declared on `PhabricatorLiskDAO` and do not need to be redeclared.

Test Plan: Ran the `testEverythingImplemented` unit test, which verifies that all classes conform to the interface.

Reviewers: btrahan

Reviewed By: btrahan

CC: aran

Maniphest Tasks: T603

Differential Revision: https://secure.phabricator.com/D7306
2013-10-14 14:35:47 -07:00
..
application Modernize email verification page 2013-07-10 18:53:09 -07:00
conduit Implement ApplicationSearch in People 2013-05-31 10:51:20 -07:00
config Support configuration-driven custom fields 2013-08-14 12:33:53 -07:00
controller PHUIPropertyListView 2013-10-11 07:53:56 -07:00
customfield Integrate ApplicationSearch with CustomField 2013-09-16 13:44:34 -07:00
editor Migrate PhabricatorUserLDAPInfo to PhabricatorExternalAccount 2013-06-16 09:55:55 -07:00
event ObjectHeader Status icons 2013-09-24 08:42:04 -07:00
exception Delete license headers from files 2012-11-05 11:16:51 -08:00
lipsum Fixed Task Generation 2013-04-24 18:17:31 -07:00
phid Policy - introduce parentQuery and pass around policy configuration from parent to child 2013-09-11 12:19:34 -07:00
query Add "user" and "users" standard custom fields 2013-09-16 16:04:46 -07:00
remarkup Implement ApplicationSearch in People 2013-05-31 10:51:20 -07:00
search Move PhabricatorUser to new phid stuff 2013-07-26 14:05:19 -07:00
storage Make PhabricatorPolicyInterface require a getPHID() method 2013-10-14 14:35:47 -07:00