phab/src/applications/calendar/query/PhabricatorCalendarEventQuery.phpfeature/testing
phab/src/applications/calendar/query/PhabricatorCalendarEventQuery.php
feature/testing
History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
6e6ae36dcf93 | epriestley | Add a skeleton for Calendar notifications | Nov 1 2016 | |||
91089acbe56b | epriestley | Begin navigating the mess that is edits to recurring events | Oct 31 2016 | |||
48666839feb5 | epriestley | Support RRULE "COUNT" for recurring events | Oct 25 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 | |||
4819446fe511 | epriestley | Export recurring events and build ICS files for configured exports | 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 | |||
37f35e9ecca6 | epriestley | Remove "viewerDateFrom" / "viewerDateTo" in favor of CalendarDateTime methods | Oct 6 2016 | |||
cf57f6385ba1 | epriestley | Fix some Calendar Event userPHID/hostPHID/"Creator" confusion in searching | Jul 14 2016 | |||
872bcd4487e6 | epriestley | Make limits and ranges work better with Calendar event queries | Jul 14 2016 | |||
c09e87073311 | epriestley | Prepare event dates for EditEngine/API | Jul 13 2016 | |||
3ab6a7e19f46 | epriestley | Generate "stub" events earlier, so more infrastructure works with Calendar | Jul 13 2016 | |||
27104b57c827 | epriestley | Account for raw limits properly in CalendarEventQuery | Apr 7 2016 | |||
c3efa261f9c1 | lkassianik | Refactor Calendar Search, and implement Projects on events | Jun 22 2015 | |||
55c73b20ca8e | lkassianik | Attempt to optimize ghost generating code. | Jun 3 2015 | |||
d3a84687bac4 | lkassianik | Query for recurring event parents should accept a "not a child of anything"… | Jun 3 2015 | |||
446611e2e323 | lkassianik | Cancelled recurring events should propogate to real child events | Jun 3 2015 | |||
95551a1a5a6e | lkassianik | DRAFT, recurring events need optional end dates | Jun 2 2015 | |||
65d9c0ea24f7 | lkassianik | Edit recurring ghost events, not recurring event. | Jun 1 2015 | |||
447c372cfe6c | lkassianik | Generated ghost events should start generating as early as the range start… | May 30 2015 | |||
cb52dd27fcb5 | epriestley | Fix a possible query error in filtering events | May 29 2015 | |||
59f0e8f95069 | lkassianik | DRAFT Add db columns for recurring events | May 29 2015 | |||
46c5e055a291 | lkassianik | All day events should obey selected query range in viewer timezone. | May 26 2015 | |||
680e8fdfdb48 | lkassianik | Calendar query results should be ordered from first start date to last start… | May 22 2015 | |||
f3d76a90f0e3 | epriestley | Translate "All Day" events into the viewer's time | May 8 2015 | |||
597566823e55 | epriestley | Fix a bad Calendar query (missing space in "...event.phidAND...") | May 6 2015 | |||
a54011b84ee2 | lkassianik | Searching Calendar events by invitee should work now | May 6 2015 | |||
d4176606f952 | lkassianik | Calendar events should now auto-invite the creator | Apr 29 2015 | |||
0f914afda965 | lkassianik | Canceling calendar events should deactivate the event | Apr 29 2015 | |||
f5580c7a083e | epriestley | Make buildWhereClause() a method of AphrontCursorPagedPolicyAwareQuery | Apr 20 2015 | |||
86c399b65783 | Joshua Spence | Rename `PhabricatorApplication` subclasses | Jul 23 2014 | |||
4c7acbaface4 | epriestley | Assign PHIDs to calendar events | Feb 6 2014 | |||
0ae0f352b053 | epriestley | Use ApplicationSearch in the calendar event list view | Feb 6 2014 | |||
258cf2368482 | epriestley | Use a modern query object to query Calendar events | Feb 6 2014 |
c4science · Help