Aleksander Machniak
837c7ab02d
T1484: Make sure an event organizer is always set
...
There was already a code to do this, but it didn't work for all cases.
E.g. it didn't work when you created an event with resources assigned, but no other attendees.
2016-11-17 09:08:13 -05:00
Aleksander Machniak
0d32dc639b
Exec calendar-event-dialog event also in show_event_dialog()
2016-11-09 13:47:34 +01:00
Aleksander Machniak
9533b219ac
trigger an event when modal calendar edit/new event is rendered
...
Summary: to help customize the modal behavior, trigger an event when modal rendering is done
Reviewers: machniak
Reviewed By: machniak
Differential Revision: https://git.kolab.org/D212
2016-11-09 13:45:24 +01:00
Aleksander Machniak
4022e76ede
T1760: Recurrence exception not displayed when its date was changed
2016-10-21 14:06:07 +02:00
Aleksander Machniak
49f0038cf6
Merge branch 'arcpatch-D207'
...
Conflicts:
plugins/calendar/calendar.php
2016-10-18 09:22:30 +02:00
Aleksander Machniak
d575d09fd5
Consider event duration and calendar_timeslots setting in availability finder ( #5469 , T1381)
...
Summary:
1. "Previous Slot" action moves the selection box to the beginning of the time slot not the end.
It looked to me as an obvious mistake.
2. Both "previous slot" and "next slot" move the selection box in intervals defined in calendar_timeslots
option instead of one hour. I.e. it will be one hour, 30 minutes, 20 minutes, 15 minutes or 10 minutes,
depending what's configured in Preferences > Calendar > Time slots per hour.
Reviewers: #roundcube_kolab_plugins_developers
Differential Revision: https://git.kolab.org/D207
2016-10-18 09:20:13 +02:00
Aleksander Machniak
1e68b24b70
Merge branch 'arcpatch-D203'
2016-10-18 09:05:12 +02:00
Aleksander Machniak
cdfb979b22
T1268: Fix bug where forever recurring events could not be displayed
...
Summary:
Actually it sets the internal end time interval to 100 years for all kind
of events. Before it was 100 for yearly events, but only 10 for weekly.
Fixes T1268.
Reviewers: #roundcube_kolab_plugins_developers
Maniphest Tasks: T1268
Differential Revision: https://git.kolab.org/D203
2016-10-18 09:04:54 +02:00
Aleksander Machniak
4a9e42a026
T1523: Support shared calendars in iTip handling
2016-10-03 14:10:57 +02:00
Aleksander Machniak
5022adc3eb
Fix some truncated icons
2016-09-29 12:23:18 +02:00
Aleksander Machniak
a84b2d73b4
T1524: Fix delegation context on itip-remove command, and on cases where's more than one delegator
...
Fixes bug where delegatee does not receive event cancelation message after deleting meeting in delegators calendar
2016-09-26 08:20:17 -04:00
Aleksander Machniak
7925f2045b
Complete de_CH localization from de_DE
2016-09-14 12:48:08 +02:00
Aleksander Machniak
7d77d73896
Update localization from Transifex
2016-09-14 12:26:36 +02:00
Aleksander Machniak
872403fd2b
Merge branch 'master' of ssh://git.kolab.org/diffusion/RPK/roundcubemail-plugins-kolab
2016-09-08 13:21:29 +02:00
Aleksander Machniak
76869bed44
Fix compatibility with Roundcube 1.3 (jQuery-UI 1.12)
2016-09-08 13:20:54 +02:00
Aleksander Machniak
d42db71fa4
T1479: Fix delegation context selection on delegator's invitation handling
2016-09-07 09:51:08 -04:00
Aleksander Machniak
ea6d351812
console() -> rcube::console()
2016-08-31 12:57:15 +02:00
Aleksander Machniak
cd60b2b377
Fix 32bit compatibility (in Find Availability feature)
2016-08-17 13:22:07 +02:00
Aleksander Machniak
4db65663e2
Remove redundant env.mscolors setting
2016-08-15 04:10:54 -04:00
Aleksander Machniak
d45b008528
Drop redundant dialog positioning code.
...
Dialogs are centered by default, no need to configure that.
Also, this code causes invalid positioning on more recent jQuery-UI version.
2016-08-15 03:11:29 -04:00
Aleksander Machniak
baf491e2bb
T1357: Fix unwanted "local changes" warning when moving/resizing shared event by delegatee
2016-08-10 05:30:06 -04:00
Aleksander Machniak
d9e82e0acd
Fix regression in handling event status badge in event dialog
2016-07-22 06:58:00 -04:00
Aleksander Machniak
ab433d7428
Update localization from Transifex
2016-07-22 11:42:44 +02:00
Aleksander Machniak
7e408b8b18
T1365: Localize Confidential/Private/Cancelled badge in event info dialog
2016-07-21 08:56:30 -04:00
Aleksander Machniak
2ed6d5ad69
T1367: Fix text in "My status" field in event dialog
...
Was "My status: Accept", should be "My status: Accepted".
Fixes T1367.
2016-07-20 09:11:40 -04:00
Aleksander Machniak
403e61004c
T1364: Localize attendee status
...
On event attendees list and task assignees list.
Fixes T1364.
2016-07-20 08:57:47 -04:00
Aleksander Machniak
fdda23c8ff
T1362: Fix title/tooltip text on attendee, localize the status text
...
Moved shared code and localization to libcalendaring plugin.
Fixes T1362.
2016-07-20 07:30:31 -04:00
Aleksander Machniak
f5ac7a872e
Fix accessing attachments in invitations calendars ( #5465 )
2016-06-30 10:20:21 +02:00
Aleksander Machniak
20833726b2
Fix disappearing free-busy event on refresh ( #5462 )
...
The issue was caused by missing event uid. On client-side all events
have had the same _id property and calendar widget couldn't properly
merge changes.
2016-06-29 19:45:28 +02:00
Aleksander Machniak
5a148797e1
Fix handling of end date in time_key()
2016-06-29 19:28:12 +02:00
Aleksander Machniak
e8aa73aae3
Cosmetic changes in calendar documentation
2016-06-21 13:46:59 +02:00
Aleksander Machniak
dbdfd9d000
T1320: Fix some images in Calendar documentation
2016-06-21 13:18:05 +02:00
Aleksander Machniak
92b0169834
T1319: Fix bug where incorrect organizer could be set on a new event in delegated folder
2016-06-21 06:22:26 -04:00
Aleksander Machniak
98b6513dce
Fix finding an event which is in delegator's folder, on itip reply (T1264)
...
Summary: Fixes T1264
Reviewers: #roundcube_kolab_plugins_developers
Maniphest Tasks: T1264
Differential Revision: https://git.kolab.org/D157
2016-06-20 10:09:24 +02:00
Mads Petersen (Kolab Systems)
7782d0d42c
Add documentation to the plugins shipped in roundcubemail-plugins-kolab
...
Summary: Resolves T1297
Test Plan: None
Reviewers: #documentation_authors, machniak
Reviewed By: machniak
Maniphest Tasks: T1297
Differential Revision: https://git.kolab.org/D173
2016-06-20 09:59:05 +02:00
Aleksander Machniak
eb8211f0bf
Add time-slots popup in task dialog ( #5441 )
2016-06-15 05:54:03 -04:00
Aleksander Machniak
d03fcc7cd4
Update localization
2016-06-13 18:10:59 +02:00
Aleksander Machniak
4b08dab30b
Fix character case handling in email address comparison for invitations handling (T1301)
2016-06-09 11:18:30 -04:00
Aleksander Machniak
4f938c10ec
Close autocompletion popup when opening Find Resources and Find Availability dialogs ( #5435 )
2016-05-31 09:20:14 -04:00
Aleksander Machniak
b49501437e
Add back localization labels unintentionally removed in last update
2016-05-23 05:12:24 -04:00
Aleksander Machniak
39a1267abc
Close events export dialog on Export ( #5432 )
2016-05-20 06:14:24 -04:00
Aleksander Machniak
29c5c502db
Update localization
2016-05-18 16:38:39 +02:00
Aleksander Machniak
3c0e93f6aa
Fix invalid 'for' attribute in events export form
2016-05-10 11:57:41 +02:00
Aleksander Machniak
d85be556c2
Fix some issues in events copying, reset attendees state and remove attachments
...
@TODO: attachments copying
2016-04-24 07:55:34 -04:00
Aleksander Machniak
6bb5511b6d
Corrected fix for T1214
2016-04-20 14:56:27 -04:00
Aleksander Machniak
345506712e
Fix deleting events by first occurrence (T1214)
2016-04-20 09:28:25 -04:00
Aleksander Machniak
5590063ff2
Merge branch 'arcpatch-D128'
2016-04-17 13:56:23 +02:00
Christoph Schwarzenberg
e32c44d99c
Add possibility to copy events
...
Reviewers: #roundcube_kolab_plugins_developers
Subscribers: bruederli
Differential Revision: https://git.kolab.org/D128
2016-04-17 13:55:42 +02:00
Aleksander Machniak
a7f5885d8d
Fix so birthdays are exported with correct year and recurrence definition (T855)
...
Summary:
Refactored birthdays handling code. The "all birthdays" request is detected
and for this case year is not modified and recurrence rule is added.
Reviewers: #roundcube_kolab_plugins_developers, vanmeeuwen
Reviewed By: #roundcube_kolab_plugins_developers, vanmeeuwen
Differential Revision: https://git.kolab.org/D117
2016-04-14 11:42:04 +02:00
Aleksander Machniak
ba78c23364
Fix wrong/missing delegated ATTENDEE in event iTip REPLY ( #5365 )
...
Summary: Fixes #5365 and unifies COMMENT handling code
Reviewers: #roundcube_kolab_plugins_developers, vanmeeuwen
Reviewed By: #roundcube_kolab_plugins_developers, vanmeeuwen
Differential Revision: https://git.kolab.org/D111
2016-04-14 11:41:55 +02:00