1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-18 11:30:55 +01:00
phorge-phorge/src/applications/calendar/xaction
epriestley 22a566f732 Ignore Calendar date edits which just change the internal date timezone without rescheduling it
Summary:
Ref T11816. Currently, if someone in California creates an event and then someone in New York edits it, we generate a no-op "<user> changed the start time from 3PM to 3PM." transaction.

This is because the internal timezone of the event is changing, but the actual absolute time is not.

Instead, when an edit wouldn't reschedule an event and would only change the internal timezone, ignore the edit.

Test Plan:
  - Edited non-all-day events in PST / EST with out making changes (ignored).
  - Edited non-all-day events in PST / EST with changes (changes worked).
  - Performed the same edits with all-day events, which also were ignored and worked, respectively.
  - Pulled events in and out of all-day mode in different timezones, behavior seemeed reasonable.

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T11816

Differential Revision: https://secure.phabricator.com/D16955
2016-11-28 10:33:59 -08:00
..
PhabricatorCalendarEventAcceptTransaction.php Convert Calendar to Modular Transactions 2016-07-13 07:46:33 -07:00
PhabricatorCalendarEventAllDayTransaction.php Make the "All Day Event" control use a checkbox instead of a dropdown 2016-10-31 14:18:59 -07:00
PhabricatorCalendarEventCancelTransaction.php Convert Calendar to Modular Transactions 2016-07-13 07:46:33 -07:00
PhabricatorCalendarEventDateTransaction.php Ignore Calendar date edits which just change the internal date timezone without rescheduling it 2016-11-28 10:33:59 -08:00
PhabricatorCalendarEventDeclineTransaction.php Convert Calendar to Modular Transactions 2016-07-13 07:46:33 -07:00
PhabricatorCalendarEventDescriptionTransaction.php Allow transactions to specialize their mail headers for diff sections 2016-11-07 12:16:39 -08:00
PhabricatorCalendarEventEndDateTransaction.php Store more datetime information on Calendar transactions and improve rendering behaviors 2016-11-01 13:36:46 -07:00
PhabricatorCalendarEventForkTransaction.php When users edit recurring events, prompt to "Edit This Event" or "Edit All Future Events" 2016-10-31 16:38:32 -07:00
PhabricatorCalendarEventFrequencyTransaction.php Schedule monthly events on the 29th, 30th or 31st relative to the end of the month 2016-10-31 14:13:50 -07:00
PhabricatorCalendarEventHostTransaction.php Make event hosts editable 2016-07-13 15:40:41 -07:00
PhabricatorCalendarEventIconTransaction.php Smooth out various transaction/editing behaviors for Calendar 2016-11-03 11:03:20 -07:00
PhabricatorCalendarEventInviteTransaction.php Support arbitary event invitees when importing events 2016-10-27 13:27:58 -07:00
PhabricatorCalendarEventNameTransaction.php Convert Calendar to Modular Transactions 2016-07-13 07:46:33 -07:00
PhabricatorCalendarEventRecurringTransaction.php Smooth out various transaction/editing behaviors for Calendar 2016-11-03 11:03:20 -07:00
PhabricatorCalendarEventReplyTransaction.php Improve some commenting/editing behaviors for recurring events 2016-11-02 14:08:55 -07:00
PhabricatorCalendarEventStartDateTransaction.php Store more datetime information on Calendar transactions and improve rendering behaviors 2016-11-01 13:36:46 -07:00
PhabricatorCalendarEventTransactionType.php Improve some commenting/editing behaviors for recurring events 2016-11-02 14:08:55 -07:00
PhabricatorCalendarEventUntilDateTransaction.php Smooth out various transaction/editing behaviors for Calendar 2016-11-03 11:03:20 -07:00
PhabricatorCalendarExportDisableTransaction.php Rough in most of Calendar exports 2016-10-06 04:06:35 -07:00
PhabricatorCalendarExportModeTransaction.php Rough in most of Calendar exports 2016-10-06 04:06:35 -07:00
PhabricatorCalendarExportNameTransaction.php Rough in most of Calendar exports 2016-10-06 04:06:35 -07:00
PhabricatorCalendarExportQueryKeyTransaction.php Make more of the Calendar export workflow work 2016-10-06 04:14:29 -07:00
PhabricatorCalendarExportTransactionType.php Rough in most of Calendar exports 2016-10-06 04:06:35 -07:00
PhabricatorCalendarImportDeleteTransaction.php Allow events from a particular import source to be bulk-deleted 2016-10-18 15:24:06 -07:00
PhabricatorCalendarImportDisableTransaction.php Make Calendar ICS imports sort of work in a crude, approximate way 2016-10-12 15:29:05 -07:00
PhabricatorCalendarImportFrequencyTransaction.php Allow Calendar imports to be configured with hourly or daily auto-updates 2016-10-26 12:19:14 -07:00
PhabricatorCalendarImportICSFileTransaction.php Add a URI-based ICS import source engine 2016-10-19 10:55:29 -07:00
PhabricatorCalendarImportICSURITransaction.php Add a URI-based ICS import source engine 2016-10-19 10:55:29 -07:00
PhabricatorCalendarImportNameTransaction.php Make Calendar ICS imports sort of work in a crude, approximate way 2016-10-12 15:29:05 -07:00
PhabricatorCalendarImportReloadTransaction.php Add an explicit "Reload Import" action to imports 2016-10-25 10:33:14 -07:00
PhabricatorCalendarImportTransactionType.php Make Calendar ICS imports sort of work in a crude, approximate way 2016-10-12 15:29:05 -07:00