1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-11 09:22:40 +01:00
phorge-phorge/src/applications/calendar/controller
epriestley 37f35e9ecc Remove "viewerDateFrom" / "viewerDateTo" in favor of CalendarDateTime methods
Summary: Ref T10747. The CalendarDateTime object now carries the viewer timezone as part of its state, so we don't need to have separate accessors.

Test Plan:
  - Viewed events, checked that crumbs render properly.
  - Edited events.
  - Created new events.
  - Viewed calendar.
  - Viewed event detail pages.
  - Viewed profile mini-calendar.

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T10747

Differential Revision: https://secure.phabricator.com/D16662
2016-10-06 03:52:30 -07:00
..
PhabricatorCalendarController.php Switch Calendar to EditEngine 2016-07-13 07:45:02 -07:00
PhabricatorCalendarEventCancelController.php Convert Calendar to Modular Transactions 2016-07-13 07:46:33 -07:00
PhabricatorCalendarEventDragController.php Convert Calendar to Modular Transactions 2016-07-13 07:46:33 -07:00
PhabricatorCalendarEventEditController.php Add calendar.event.search and calendar.event.edit 2016-07-13 10:17:46 -07:00
PhabricatorCalendarEventExportController.php Make .ics export less scary and attach .ics files to event mail 2016-09-15 10:33:17 -07:00
PhabricatorCalendarEventJoinController.php Convert Calendar to Modular Transactions 2016-07-13 07:46:33 -07:00
PhabricatorCalendarEventListController.php Add calendar.event.search and calendar.event.edit 2016-07-13 10:17:46 -07:00
PhabricatorCalendarEventViewController.php Remove "viewerDateFrom" / "viewerDateTo" in favor of CalendarDateTime methods 2016-10-06 03:52:30 -07:00