1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-21 17:58:47 +02:00
phorge-phorge/src/applications/calendar
epriestley 6982bded71 Remove ancient "Holiday" storage
Summary:
Ref T11809. This came out of Facebook many years ago for computing the number of business days that revisions had been stale.

We removed the little staleness marker a few months ago and haven't seen complaints about it.

If we did holidays now it would make sense to integrate them more directly with Calendar as real events, but I have no plans to pursue this anytime soon. It's easy enough to add the federal holidays manually (~5 minutes of work per year?) if you want them, and they're commentable/editable and you can add local holidays if you're not in the US.

Test Plan:
  - Ran `bin/storage upgrade -f`.
  - Grepped for `CalendarHoliday`.

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T11809

Differential Revision: https://secure.phabricator.com/D16788
2016-11-01 16:03:44 -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 When users edit recurring events, prompt to "Edit This Event" or "Edit All Future Events" 2016-10-31 16:38:32 -07:00
editor Store more datetime information on Calendar transactions and improve rendering behaviors 2016-11-01 13:36:46 -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 Fix some minor Calendar issues, including a paging issue on imports 2016-11-01 14:40:30 -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
management Automatically send (not-so-great) email notifications for upcoming events 2016-11-01 13:24:40 -07:00
notifications Fix some minor Calendar issues, including a paging issue on imports 2016-11-01 14:40:30 -07: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 Fix some minor Calendar issues, including a paging issue on imports 2016-11-01 14:40:30 -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 Remove ancient "Holiday" storage 2016-11-01 16:03:44 -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 Store more datetime information on Calendar transactions and improve rendering behaviors 2016-11-01 13:36:46 -07:00