1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-22 10:18:48 +02:00
phorge-phorge/src/applications/slowvote
epriestley 5ca419174a Proide application-based handle loads; load Slowvote handles from the application
Summary:
Ref T2715. This is pretty straightforward, I think. Notes:

  - Long term, I want to replace `PhabricatorObjectHandleData` with `PhabricatorObjectQuery` and `PhabricatorHandleQuery`. The former's name is a relic of old Facebook stuff and unusual now that everything else uses normal queries.
  - I simplified the amount of work applications need to do in order to populate handles. The should just need to set names and URIs in most cases.

Test Plan: Used `phid.lookup` and `phid.query` to load slowvote handles. Browsed around to load other handles.

Reviewers: btrahan

Reviewed By: btrahan

CC: aran

Maniphest Tasks: T2715

Differential Revision: https://secure.phabricator.com/D6508
2013-07-22 12:17:28 -07:00
..
application Allow most Slowvote fields to be edited 2013-07-16 10:30:55 -07:00
conduit Uninstall Conduit calls when uninstalling applications 2013-03-13 07:09:05 -07:00
controller Share rendering code for embedded votes and vote detail 2013-07-16 10:31:05 -07:00
editor Share rendering code for embedded votes and vote detail 2013-07-16 10:31:05 -07:00
phid Proide application-based handle loads; load Slowvote handles from the application 2013-07-22 12:17:28 -07:00
query Move slowvote loading logic into Query class 2013-07-16 10:30:34 -07:00
remarkup Share rendering code for embedded votes and vote detail 2013-07-16 10:31:05 -07:00
storage Provide basic infrastructure for moving PHIDs, Handles and Object Names to applications 2013-07-21 06:34:21 -07:00
view Share rendering code for embedded votes and vote detail 2013-07-16 10:31:05 -07:00