phab/src/applications/calendarfeature/testing
phab/src/applications/calendar
feature/testing
History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
314dc30017d4 | epriestley | Add a URI-based ICS import source engine | Oct 19 2016 | |||
c3de8f8305a9 | epriestley | When generating Calendar event stubs, inherit import properties | Oct 19 2016 | |||
d860008b6a45 | epriestley | Make event detail view more user-friendly for imported events | Oct 19 2016 | |||
5039b9ca28e4 | epriestley | Add some descriptive properties when viewing a Calendar import | Oct 19 2016 | |||
cc0f0b386525 | epriestley | Don't publish feed stories or send mail about imported events | Oct 19 2016 | |||
f9f25c1e4d5b | epriestley | Allow users to drop .ics files on calendar views to import them | Oct 19 2016 | |||
67cb277bed6c | epriestley | When import fails because we can't parse an ICS file, show it nicely | Oct 19 2016 | |||
b47a42bf5583 | epriestley | Allow events from a particular import source to be bulk-deleted | Oct 19 2016 | |||
94a5a09d7544 | epriestley | Add a SearchEngine for Calendar import logs | Oct 19 2016 | |||
860809ae79b1 | epriestley | Reject high-frequency and out-of-range events during import | Oct 18 2016 | |||
3d985585937c | epriestley | Add import log messages to Calendar imports | Oct 14 2016 | |||
c2411e3dcc9c | epriestley | When viewing a Calendar import, show all the events it imported | Oct 13 2016 | |||
6e2a86470b47 | epriestley | Support disabling calendar imports | Oct 13 2016 | |||
ced151e6f2e8 | epriestley | Use transactions when importing events in Calendar, and update existing events | Oct 13 2016 | |||
86a00ee4abd6 | epriestley | Make Calendar ICS imports sort of work in a crude, approximate way | Oct 13 2016 | |||
2ab07ed29bd9 | epriestley | Prepare for event imports in Calendar | Oct 12 2016 | |||
13b4b37d30d2 | epriestley | Force a couple of Conduit results to the proper types in Calendar | Oct 11 2016 | |||
d79972ecb3a2 | epriestley | Provide start/end date time via Conduit for Calendar | Oct 11 2016 | |||
72edd36c7a06 | epriestley | Fix an issue with recurrence rules being set improperly in transaction code | Oct 7 2016 | |||
bc6e6c0500b7 | epriestley | Allow Calendar exports to be disabled | Oct 7 2016 | |||
ff97ed219599 | epriestley | Document how to export Calendar events | Oct 7 2016 | |||
4819446fe511 | epriestley | Export recurring events and build ICS files for configured exports | Oct 6 2016 | |||
fa6a5a46ba57 | epriestley | Make more of the Calendar export workflow work | Oct 6 2016 | |||
49448a87c17c | epriestley | Rough in most of Calendar exports | Oct 6 2016 | |||
c5efa3ecb5d5 | epriestley | Swap "Description" and "Invitees / Details" on Calendar event views | Oct 6 2016 | |||
3164ff68db58 | epriestley | Convert Calendar Events to use RRULE frequency constants in various other places | Oct 6 2016 | |||
20f7de91ceb5 | epriestley | Drive calendar event queries through the RRULE engine | Oct 6 2016 | |||
5dfb672a80f0 | epriestley | Mostly drive Calendar event recurrence with the RRULE engine | Oct 6 2016 | |||
d3fc1800f86a | epriestley | Migrate Calendar away from stored-epoch fields | Oct 6 2016 | |||
fae0ec9220a7 | epriestley | Use more CalendarDateTime and fewer epoch timestamps in Calendar | Oct 6 2016 | |||
37f35e9ecca6 | epriestley | Remove "viewerDateFrom" / "viewerDateTo" in favor of CalendarDateTime methods | Oct 6 2016 | |||
e042533375d3 | epriestley | Store "start", "end", and "until" event dates as CalendarDateTime objects | Oct 6 2016 | |||
0ce7eacaf1c1 | epriestley | Introduce Calendar "UTC Epoch" columns for query windowing | Oct 6 2016 | |||
3d6c3c2c45e8 | epriestley | Make .ics export less scary and attach .ics files to event mail | Sep 15 2016 | |||
96f800249b31 | epriestley | Export ORGANIZER and ATTENDEE sections in ".ics" files from Calendar | Sep 15 2016 | |||
47debbd57c85 | epriestley | Add an "Export as .ics" action to Calendar events | Sep 15 2016 | |||
25bd14a9b1e4 | epriestley | Respect "End Date" for recurring Calendar events in detail UI | Sep 8 2016 | |||
0eb5a80e7b68 | Luke081515/epriestley | Fix typo at calendar transaction | Sep 2 2016 | |||
27cfd8d19e83 | epriestley | Support object mentions in Calendar Event descriptions | Sep 1 2016 | |||
65e964fca14d | Chad Little | Make "Core Applications" more reasonable | Aug 12 2016 | |||
87f663ef77b4 | epriestley | Add basic Herald support to Calendar | Aug 6 2016 | |||
11e84c166a38 | Chad Little | Redesign Application Search | Aug 1 2016 | |||
2e41c85cc948 | epriestley | Clean up recurring event information on Calendar events | Jul 28 2016 | |||
eab74a9d7cd7 | epriestley | Provide better headers and crumbs for Calendar result views | Jul 27 2016 | |||
ba00022730c7 | epriestley | Remove extra margins on Calendar month view | Jul 27 2016 | |||
e5256bd81584 | epriestley | Hide time controls when editing all-day Calendar events | Jul 27 2016 | |||
b6bf0f6a3b49 | Aviv Eyal/avivey | Re-implement calendar.invite transactions | Jul 22 2016 | |||
959337ec62f5 | epriestley | Add crumbs to Calendar events to return to the month/day view | Jul 15 2016 | |||
4859a3373921 | epriestley | Make Calendar day view a little more consistent | Jul 15 2016 | |||
b6c3d184d200 | epriestley | Make Calendar month view events render a little more consistently | Jul 15 2016 | |||
e2b6912b9dc7 | epriestley | Store "All Day" events in a way that is compatible with EditEngine | Jul 15 2016 | |||
cf57f6385ba1 | epriestley | Fix some Calendar Event userPHID/hostPHID/"Creator" confusion in searching | Jul 14 2016 | |||
893edf9d9558 | epriestley | Make Calendar Event handles slightly more modern | Jul 14 2016 | |||
3085e5284342 | epriestley | Make upcoming events view more viewer-oriented | Jul 14 2016 | |||
2ce37034ad62 | epriestley | Move event host and times into event subheader | Jul 14 2016 | |||
04a69fa31343 | epriestley | Show event icons in header instead of property list | Jul 14 2016 | |||
7c9a74ce04d8 | epriestley | Make ghost event instances render better on the event list | Jul 14 2016 | |||
6eaa9faec77b | epriestley | Provide default view and edit policies in Calendar, plus "Event Host" and… | Jul 14 2016 | |||
439af11e70aa | epriestley | Make event hosts editable | Jul 14 2016 | |||
b6daa049de73 | epriestley | Rename Event "userPHID" to "hostPHID" | Jul 14 2016 | |||
872bcd4487e6 | epriestley | Make limits and ranges work better with Calendar event queries | Jul 14 2016 | |||
8ade91486cfc | epriestley | Add `calendar.event.search` and `calendar.event.edit` | Jul 13 2016 | |||
7b09f5698fe0 | epriestley | Convert Calendar to Modular Transactions | Jul 13 2016 | |||
63fec9b97d6f | epriestley | Restore date validation errors to Calendar | Jul 13 2016 | |||
46cf1894134f | epriestley | Fix some EditEngine issues with rendering "invite" transactions | Jul 13 2016 | |||
ea813985a284 | epriestley | Switch Calendar to EditEngine | Jul 13 2016 | |||
a46a4362dbfb | epriestley | Smooth over a few more transaction compatibility/structure issues with Calendar… | Jul 13 2016 | |||
bac6acb3d119 | epriestley | Make EditEngine form for Calendar Events almost fully-functional | Jul 13 2016 | |||
eebaf583421b | epriestley | Simplify the TYPE_INVITE Calendar Event transaction for EditEngine | Jul 13 2016 | |||
c09e87073311 | epriestley | Prepare event dates for EditEngine/API | Jul 13 2016 | |||
3a09bb577e0a | epriestley | Create separate "Accept" and "Decline" transactions for Calendar | Jul 13 2016 | |||
ffdb9f06f859 | epriestley | Move more event fields to EditEngine | Jul 13 2016 | |||
3ab6a7e19f46 | epriestley | Generate "stub" events earlier, so more infrastructure works with Calendar | Jul 13 2016 | |||
91a8a6d618cb | epriestley | Initial cut of CalendarEditEngine | Jul 13 2016 | |||
7969f66dfe07 | epriestley | Fully modularize the "Quick Actions" menu | Jun 5 2016 | |||
ebd8f3c9874b | epriestley | Make translation, timezone and pronoun into real settings | Jun 2 2016 | |||
edfc6a69345a | epriestley | Convert some loadPreferences() to getUserSetting() | Jun 2 2016 | |||
8a98868bfbc4 | epriestley | Remove "days fresh" / "days stale" indictator in Differential revision list | May 16 2016 | |||
bd8969a23cd9 | lkassianik | Calendar event list items 'Attending:' field should only show users who have… | Apr 21 2016 | |||
d9275da2d4bd | lkassianik | Better wording for cancelling/reinstating recurring events | Apr 20 2016 | |||
c9daa2b0ad1e | Eitan Adler/eadler | Consistently refer to 'Projects' as 'Tags' | Apr 19 2016 | |||
27104b57c827 | epriestley | Account for raw limits properly in CalendarEventQuery | Apr 7 2016 | |||
8aad862cd4e2 | Chad Little | Normalize casing on property boxes | Apr 7 2016 | |||
1f107b8fe046 | Chad Little | Update Calendar Edit for new UI | Apr 1 2016 | |||
d653b125b526 | Chad Little | Add back calendar comment form | Mar 8 2016 | |||
fd9de5d6ecc8 | epriestley | Convert every two-column application except Maniphest to curtain views | Mar 6 2016 | |||
abb4c03b476d | epriestley | Remove shouldShowSubscribersProperty() from SubscribableInterface | Mar 6 2016 | |||
61c45e4927a0 | Chad Little | Update Calendar for PHUITwoColumnView | Mar 3 2016 | |||
f35509e30ee7 | Chad Little | Update to use PHUIRemarkupView everywhere possible | Feb 16 2016 | |||
604b78095349 | Jeremy Cowgar/epriestley | Fix an issue where 'Attending' would appear on calendar view unnecessarily | Feb 7 2016 | |||
fe5cd4ca2c77 | Chad Little | Move FontIcon calls to Icon | Jan 28 2016 | |||
36158dbdc081 | Chad Little | Convert all calls to 'IconFont' to just 'Icon' | Jan 28 2016 | |||
5c2e49a81223 | epriestley | Allow any user to watch any project they can see | Jan 20 2016 | |||
99c9df96b4ff | epriestley | Convert all "DocumentIndexers" into "FulltextEngines" | Dec 22 2015 | |||
ecc3314a2527 | epriestley | Modularize transaction/comment indexing in the FulltextEngine | Dec 22 2015 | |||
2868a69f658c | epriestley | Remove all setObjectURI() from ActionListViews | Dec 17 2015 | |||
5e182180a94b | epriestley | Provide a "PHUIFormIconSetControl" | Dec 16 2015 | |||
9104867c714d | Joshua Spence | Linter fixes | Dec 2 2015 | |||
6dda67702a74 | lkassianik | Starting the Calendar user guide | Nov 7 2015 | |||
28b8c8e212d4 | lkassianik | HTML emails for Calendar event description changes should respect remarkup rules | Nov 7 2015 |
c4science · Help