1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-28 09:42:41 +01:00
phorge-phorge/src/applications/calendar
epriestley b084efb362 Record a "series parent PHID" on Calendar events that retains relationships after forks
Summary:
When you edit "X and all future events", X becomes the new parent of an event series.

Currently, it loses its relationship to its original parent. Instead, retain that relationship -- it's separate from the normal "parent", but we can use it to make the UI more clear or tweak behaviors later.

This mostly just keeps us from losing/destroying data that we might need/want later.

Test Plan:
  - Ran migrations.
  - Cancelled "X and all future events", saw sensible-appearing beahvior in the database for "seriesParentPHID".

Reviewers: chad

Reviewed By: chad

Differential Revision: https://secure.phabricator.com/D16780
2016-10-31 15:30:34 -07:00
..
__tests__ Make translation, timezone and pronoun into real settings 2016-06-02 06:29:47 -07:00
application Document Calendar imports 2016-10-28 18:14:08 -07:00
capability Provide default view and edit policies in Calendar, plus "Event Host" and "Event Invitees" 2016-07-13 15:42:12 -07:00
command Convert Calendar to Modular Transactions 2016-07-13 07:46:33 -07:00
conduit Add calendar.event.search and calendar.event.edit 2016-07-13 10:17:46 -07:00
controller Record a "series parent PHID" on Calendar events that retains relationships after forks 2016-10-31 15:30:34 -07:00
editor Make calendar intepret all-day dates in a more consistent way 2016-10-31 14:19:35 -07:00
herald Add basic Herald support to Calendar 2016-08-06 14:37:33 -07:00
icon Provide a "PHUIFormIconSetControl" 2015-12-16 08:46:51 -08:00
import Apply a TYPE_CREATE transaction when importing events to improve strings in timeline 2016-10-30 09:20:15 -07:00
importlog When importing events, delete events which have been removed on the other end 2016-10-28 18:14:50 -07:00
mail phtize all the things 2015-05-22 21:16:39 +10:00
phid Remove "isCancelledEvent()" wrapper on Calendar Events 2016-10-31 15:30:21 -07:00
policyrule Provide default view and edit policies in Calendar, plus "Event Host" and "Event Invitees" 2016-07-13 15:42:12 -07:00
query Remove "isCancelledEvent()" wrapper on Calendar Events 2016-10-31 15:30:21 -07:00
remarkup Calendar event monograms, part 3. Remarkup for calendar event monograms. 2015-04-27 14:27:34 -07:00
search Rename Event "userPHID" to "hostPHID" 2016-07-13 15:39:55 -07:00
storage Record a "series parent PHID" on Calendar events that retains relationships after forks 2016-10-31 15:30:34 -07:00
util Document how to export Calendar events 2016-10-06 15:33:01 -07:00
view When import fails because we can't parse an ICS file, show it nicely 2016-10-18 15:24:47 -07:00
worker Allow Calendar imports to be configured with hourly or daily auto-updates 2016-10-26 12:19:14 -07:00
xaction Begin navigating the mess that is edits to recurring events 2016-10-31 14:20:55 -07:00