1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-03-02 23:49:19 +01:00
phorge-phorge/src/applications/pholio/controller
epriestley b592630d72 Provide more structure to PHUIObjectBoxView
Summary:
Three changes here.

  - Add `setActionList()`, and use that to set the action list.
  - Add `setPropertyList()`, and use that to set the property list.

These will let us add some apropriate CSS so we can fix the border issue, and get rid of a bunch of goofy `.x + .y` selectors.

  - Replace `addContent()` with `appendChild()`.

This is just a consistency thing; `AphrontView` already provides `appendChild()`, and `addContent()` did the same thing.

Test Plan:
  - Viewed "All Config".
  - Viewed a countdown.
  - Viewed a revision (add comment, change list, table of contents, comment, local commits, open revisions affecting these files, update history).
  - Viewed Diffusion (browse, change, history, repository, lint).
  - Viewed Drydock (resource, lease).
  - Viewed Files.
  - Viewed Herald.
  - Viewed Legalpad.
  - Viewed macro (edit, edit audio, view).
  - Viewed Maniphest.
  - Viewed Applications.
  - Viewed Paste.
  - Viewed People.
  - Viewed Phulux.
  - Viewed Pholio.
  - Viewed Phame (blog, post).
  - Viewed Phortune (account, product).
  - Viewed Ponder (questions, answers, comments).
  - Viewed Releeph.
  - Viewed Projects.
  - Viewed Slowvote.

NOTE: Images in Files aren't on a black background anymore -- I assume that's on purpose?

NOTE: Some jankiness in Phortune, I'll clean that up when I get back to it. Not related to this diff.

Reviewers: chad

Reviewed By: chad

CC: aran

Differential Revision: https://secure.phabricator.com/D7174
2013-09-30 09:36:04 -07:00
..
PholioController.php Use ApplicationSearch in Pholio 2013-07-22 12:21:15 -07:00
PholioImageHistoryController.php Policy, Status in PHUIHeaderView 2013-09-17 09:12:37 -07:00
PholioImageUploadController.php Add JS support for replacing Pholio mocks 1:1 2013-07-19 14:07:22 -07:00
PholioInlineController.php Fixed rendering markup 2013-03-01 07:34:09 -08:00
PholioInlineDeleteController.php Show editor 2013-02-22 06:45:51 -08:00
PholioInlineEditController.php Show editor 2013-02-22 06:45:51 -08:00
PholioInlineSaveController.php Use setContentSourceFromRequest() in more places 2013-05-24 10:48:34 -07:00
PholioInlineThumbController.php Make Pholio mock image thumbnails publicly visible 2013-03-26 15:01:51 -07:00
PholioInlineViewController.php Fixed rendering markup 2013-03-01 07:34:09 -08:00
PholioMockCommentController.php Use setContentSourceFromRequest() in more places 2013-05-24 10:48:34 -07:00
PholioMockEditController.php Move PHUIFormBoxView to PHUIObjectBoxView 2013-09-25 11:23:29 -07:00
PholioMockListController.php Update pinboard view styles, move to PHUI 2013-08-07 10:58:09 -07:00
PholioMockViewController.php Provide more structure to PHUIObjectBoxView 2013-09-30 09:36:04 -07:00