nathangray
47674a96b5
Fix the bugfix ( b799dda8c7
) so planner view doesn't throw errors
2016-10-18 10:40:24 -06:00
nathangray
b799dda8c7
Some bugfixes:
...
- For some start / end date combinations, end date was incorrectly processed
- Check readonly flag to avoid errors from drag & drop, click to create and drag to create
2016-10-14 13:34:58 -06:00
nathangray
fffa937f39
Fix holidays in calendar sitemgr modules by adding access via holidays.php.
...
This lets the anonymous user get the holiday list without triggering a permission error.
2016-10-07 09:21:37 -06:00
nathangray
d28dc1451e
Always pass owner when creating a new appointment, server will check preference and decide who to add as participants. Fixes one more case where 'Just me' preference was not correctly handled - single week, single other user.
2016-10-04 09:47:41 -06:00
nathangray
339241cce7
Always pass owner when creating a new appointment, server will check preference and decide who to add as participants. Fixes one more case where 'Just me' preference was not correctly handled - single week, single other user.
2016-10-04 09:43:52 -06:00
nathangray
16d7b6d5ae
Fix clicking inside a single other user's calendar did not invite that user when new event preference was 'Just me'
2016-09-27 10:21:25 -06:00
nathangray
a7d8130c54
Fix multi-day event display was using event start & end time for each day instead of filling the day
2016-09-15 08:35:07 -06:00
nathangray
606f8ec667
Update currently selected Add alarm time when start time changes
2016-09-12 10:58:15 -06:00
nathangray
b03d71379a
Fix incorrect tooltip in planner if event did not start or end on the hour
2016-09-08 08:50:43 -06:00
Hadi Nategh
eac56687ce
Apply another patch to 12fbe113cf
2016-09-08 14:03:05 +02:00
Hadi Nategh
12fbe113cf
Fix calendar favorites gets failed when encounters cat_ids in string format
2016-09-08 12:23:41 +02:00
nathangray
93c76dd878
No longer need to update nm owner filterheader, since we changed it to a plain header
2016-09-07 10:03:34 -06:00
nathangray
6568c0667a
Move week view's user label to span the whole week, just above the all day events
2016-09-06 09:46:37 -06:00
nathangray
064b51bab2
Force user accounts to be listed first in tooltip, looks like some times they got put last instead
2016-09-02 08:21:57 -06:00
nathangray
78593797c9
Fix day header coloring from other months was kept when the week was reused
2016-09-01 10:36:43 -06:00
nathangray
d5aa61671f
Update parent when removing events out of normal work times
2016-08-30 08:30:48 -06:00
nathangray
7abf44c6a3
Add actions (Add) for blank parts of planner view
2016-08-22 09:39:09 -06:00
nathangray
961a2a01da
Calendar context menu to add an event now works the same as a simple click; the event is only for that user
2016-08-18 15:33:24 -06:00
nathangray
d2d7c6f255
Enable planner view vertical time bar and clicks for extra space after last planner row
2016-08-15 09:32:17 -06:00
nathangray
8c8cf1af07
Fix planner view's vertical time bar when weekends are hidden - it was not accounting for the missing days
2016-08-12 09:16:49 -06:00
nathangray
3b13e8493c
- Always show cake in day header for birthdays on desktop
...
- German translations from Birgit Becker
2016-08-04 10:11:58 -06:00
nathangray
10b954a9d1
If calendar listview search is cleared, make sure it doesn't come back
2016-08-03 10:54:02 -06:00
nathangray
de91e82426
Add a missing space in event tooltip between multi-day start and end times
2016-08-03 09:34:08 -06:00
nathangray
dc3dd6819d
- Fix listview filter changes confusingly when searching
...
- Fix listview does not update for new events
2016-08-02 09:30:36 -06:00
nathangray
8a3ddfa41b
- Add preference to display birthdays as events (still always on for mobile)
...
- Add cake icon to header on birthdays
2016-07-29 09:35:24 -06:00
nathangray
e3dd5ad4c4
Change timespan formatting to always show start & end time for single day events, similar to multi-day events
2016-07-28 16:39:26 -06:00
nathangray
a019185ec2
Fix a case where clicking between the space for adding all day non-blocking area and the header went to day view.
2016-07-28 14:43:11 -06:00
nathangray
859f9b7126
Group event participants by type in event tooltip
2016-07-27 17:04:34 -06:00
nathangray
38ee3853cf
Handle empty participant names without error
2016-07-26 10:50:17 -06:00
nathangray
6a5003fee7
Make sure listview header gets a date
2016-07-26 09:52:03 -06:00
nathangray
76c537b63a
Limit event edit dialog's recurrence end date to after the event start date
2016-07-25 16:14:13 -06:00
nathangray
085ac5bb38
Fix week view with multiple users (non-consolidated) still had some space where the user could click on the day header, which was recogized as a header click instead of an all day non-blocking click
2016-07-25 11:22:49 -06:00
nathangray
386368da6e
Better sizing for calendar in home
2016-07-25 11:22:49 -06:00
Hadi Nategh
a58c881af1
* Calendar: Fix opening a calendar entry sometimes doesn't work
2016-07-22 12:03:46 +02:00
nathangray
3ab01052f4
Add a preference to control how many lines are allowed for all day non-blocking events before we start hiding some
2016-07-21 14:01:47 -06:00
nathangray
246683331b
Fix Uncaught TypeError: this.getArrayMgr is not a function when accessing calendar through SiteMgr
2016-07-21 10:43:23 -06:00
nathangray
99824b5510
Resource categories & distribution list expansion & fixes for planner view
2016-07-21 10:21:16 -06:00
nathangray
a69737fa95
Fix drag & drop to invite for user IDs with more than 1 character
2016-07-20 13:34:57 -06:00
nathangray
6d5f820b97
Add resource categories to owner / participant search results
...
In the sidebox menu, resource categories are returned and selectable and will show events for all resources in that category.
In the edit popup, if the category name matches the search string, all resources of that category are returned and user can select them as if they would have searched for the name of the resource.
2016-07-19 14:10:15 -06:00
nathangray
945fce3e9b
Fix typo causing blanking in some cases when refreshing because of infolog changes
2016-07-15 08:24:57 -06:00
nathangray
1a0ff85355
Make sure we don't hit undefined last_format
2016-07-15 08:08:32 -06:00
nathangray
5fa3d455a5
Fix long date display got the wrong month for some combinations of date format and timezone offset direction.
2016-07-14 11:30:04 -06:00
nathangray
115f420996
Implement drag to invite / move to for planner by user view
2016-07-14 10:59:11 -06:00
nathangray
983cfab70d
- Fix drag & drop an event inside a group or consolidated calendar asked to move or invite
...
- Fix some drag to create bugs throwing errors
2016-07-11 15:23:29 -06:00
nathangray
76307c4bbf
Allow contact lists as event participants
2016-07-06 13:19:54 -06:00
nathangray
3de70526d0
Fix some bugs in drag to create event
...
- Firefox needed drag helper explicitly removed
- bug in move exceptions caused SQL error
2016-07-05 13:14:10 -06:00
nathangray
24dcb5e2cf
Fix Scrutinizer "bug"
2016-07-05 09:04:39 -06:00
nathangray
bfb599666e
When an infolog changes, only refresh calendar when it's the active app, otherwise wait until it is activated. Fixes event positioning problems caused by refreshing while hidden without needing to recalculate everything while hidden.
2016-07-04 15:20:22 -06:00
nathangray
0a129c0214
Fix some bugs in drag to create event
...
- Firefox tried to do drag to create & drag to resize when resizing an event
- Speed improvement for mouseover
2016-07-04 10:26:38 -06:00
nathangray
4d3cf6c58e
Make sure single day does not get partially covered by todos
2016-07-04 09:17:34 -06:00