phab/src/applications/calendar/query/PhabricatorCalendarEventSearchEngine.phpstable
phab/src/applications/calendar/query/PhabricatorCalendarEventSearchEngine.php
stable
History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
edfc6a69345a | epriestley | Convert some loadPreferences() to getUserSetting() | Jun 2 2016 | |||
bd8969a23cd9 | lkassianik | Calendar event list items 'Attending:' field should only show users who have… | Apr 21 2016 | |||
604b78095349 | Jeremy Cowgar/epriestley | Fix an issue where 'Attending' would appear on calendar view unnecessarily | Feb 7 2016 | |||
f0269d696cfe | lkassianik | Calendar list objects that are ghost events should link to a ghost event, not… | Aug 3 2015 | |||
1e3c49086ee3 | epriestley | Merge branch 'master' into redesign-2015 | Jun 28 2015 | |||
76e69f0be5c1 | lkassianik | Events should offer Spaces as the view policy options | Jun 27 2015 | |||
5f84f14eab45 | epriestley | Merge branch 'master' into redesign-2015 | Jun 26 2015 | |||
42fd13e79302 | lkassianik | Set display mode for Upcoming Events builtin query so that no `$max_range` is… | Jun 25 2015 | |||
524aa39aa2f5 | epriestley | Merge branch 'master' into redesign-2015 | Jun 23 2015 | |||
40714bb0eccc | lkassianik | Formatting event dates in list view | Jun 23 2015 | |||
1ccdb941b951 | epriestley | Merge branch 'master' into redesign-2015 | Jun 23 2015 | |||
c3efa261f9c1 | lkassianik | Refactor Calendar Search, and implement Projects on events | Jun 22 2015 | |||
7d7e13d79b86 | epriestley | Merge branch 'master' into redesign-2015 | Jun 19 2015 | |||
801607381d5e | Chad Little | [Redesign] PhabricatorApplicationSearchResultView | Jun 19 2015 | |||
e291b906419a | lkassianik | Format Calendar list objects | Jun 18 2015 | |||
9109cf62e464 | lkassianik | More correct fix - set default value array() for `getParameter` call. | Jun 18 2015 | |||
868ee3ef2fd1 | lkassianik | Only evaluate tokens if phids not null | Jun 17 2015 | |||
05066f649b6d | lkassianik | Convert "Created By" and "Invited" inputs in Calendar search to use… | Jun 16 2015 | |||
5e168b629dda | lkassianik | List view should only allow 100 ghost events per recurring event. | Jun 3 2015 | |||
95551a1a5a6e | lkassianik | DRAFT, recurring events need optional end dates | Jun 2 2015 | |||
447c372cfe6c | lkassianik | Generated ghost events should start generating as early as the range start… | May 30 2015 | |||
59f0e8f95069 | lkassianik | DRAFT Add db columns for recurring events | May 29 2015 | |||
18fe6d58aeba | lkassianik | Clicking in day view should create new event | May 24 2015 | |||
f7c48acf446b | lkassianik | Calendar event icons show up on month and day views | May 20 2015 | |||
31988e74d1ff | lkassianik | Add a setting so user can choose when Calendar weeks start | May 17 2015 | |||
7179def064a3 | epriestley | Clean up a missed access to Calendar status | May 15 2015 | |||
4016107411c1 | lkassianik | Calendar events should be green if viewer is invited, and grey if not. | May 15 2015 | |||
a76d3a8bb5fc | lkassianik | Leading and trailing days should be considered part of the month in month view. | May 14 2015 | |||
c4dfc097c8c9 | lkassianik | First pass at Month View | May 12 2015 | |||
51facbabba91 | lkassianik | Deprecating BrowseController and getting rid of unneeded calls to… | May 10 2015 | |||
e074be0d3fc5 | lkassianik | Calendar events in month view should display event names instead of "Away"… | May 10 2015 | |||
f7662d61ac6b | lkassianik | Calendar month view should notify user if all or part of the month was not… | May 10 2015 | |||
b67ad3c4e06a | lkassianik | Calendar day view should notify user if they have navigated away from the query… | May 9 2015 | |||
22ac7d7c7607 | lkassianik | Calendar day view and corresponding sidebar should correctly display all all… | May 8 2015 | |||
314dc5b9576b | lkassianik | Calendar builtin queries should include a Day View | May 8 2015 | |||
78438951c804 | lkassianik | Refactoring to use `PHUICalendarListView` instead of boxes | May 7 2015 | |||
7fd401d0e023 | lkassianik | First stab at Calendar day view sidebar | May 7 2015 | |||
88ef32f61cb9 | lkassianik | Restricting query to return the displayed range | May 6 2015 | |||
14af40afa09e | lkassianik | Calendar day view should have forward/back controls to scroll through days | May 5 2015 | |||
0aea2cb1c0c7 | lkassianik | Implement day view event clustering so that overlapping events can share… | May 5 2015 | |||
c02db2d15cba | lkassianik | Refactoring CalendarEventSearchEngine to fit new null handling of… | May 4 2015 | |||
948d69364aae | epriestley | Manage date control enabled state as part of DateControlValue | May 4 2015 | |||
6817e55ec6da | lkassianik | Making the day view slightly less bad. | May 4 2015 | |||
ee2af9045525 | lkassianik | First stab at day view | May 4 2015 | |||
0c1f367c92cf | lkassianik | Fix event pagination in month views | May 3 2015 | |||
52a461a75c8e | lkassianik | Expand ApplicationSearch on Calendar | May 3 2015 | |||
f14e0bf2efb2 | lkassianik | Calendar items in Upcoming Events query should link to events, not calendar | Apr 30 2015 | |||
0f914afda965 | lkassianik | Canceling calendar events should deactivate the event | Apr 29 2015 | |||
c6fa4355cc92 | lkassianik | Calendar events should support subscribers, for possible future uses. | Apr 28 2015 | |||
7711ea9855ed | epriestley | Move handle fetching into tokenizer Datasources | Mar 31 2015 | |||
5a9df1a22526 | Bob Trahan | Policy - filter app engines where the user can't see the application from panel… | Feb 5 2015 | |||
e448386d39a6 | Joshua Spence | Fix method visibility for `PhabricatorApplicationSearchEngine` methods | Jan 6 2015 | |||
b93bc7e47947 | Bob Trahan | phutil_utf8_shorten => PhutilUTF8StringTruncator | Aug 30 2014 | |||
95ef72e4f99e | Bob Trahan | Events - add a byline to event list | Aug 7 2014 | |||
86c399b65783 | Joshua Spence | Rename `PhabricatorApplication` subclasses | Jul 23 2014 | |||
dcc69977932b | epriestley | Modernize "users" typeahead datasource | Jul 18 2014 | |||
b8bc0aa2b058 | epriestley | Allow users to select QueryPanel search engines from a list | Jun 12 2014 | |||
684805a88a16 | epriestley | Move rendering to SearchEngine for Calendar | May 9 2014 | |||
0ae0f352b053 | epriestley | Use ApplicationSearch in the calendar event list view | Feb 6 2014 |
c4science · Help