Aleksander Machniak
3346ad8aa6
Elastic: Calendar - Availability finder dialog
2018-03-30 10:49:07 +02:00
Aleksander Machniak
715621e316
Elastic: Various improvements in Tasks
2018-03-25 17:01:38 +00:00
Aleksander Machniak
8c4e836dea
Elastic: Various elements of the Tasks UI
2018-03-23 12:39:39 +01:00
Aleksander Machniak
11ad89c586
Elastic: Task (and event) edit dialog
2018-03-22 12:38:43 +00:00
Aleksander Machniak
fa9d09939c
More attachment handling code de-duplication
2018-03-19 18:08:56 +00:00
Aleksander Machniak
c7c42eabba
Elastic: Calendar event info dialog
2018-03-16 13:40:24 +01:00
Aleksander Machniak
e3f7593162
Elastic: Attachments tab in event edit dialog
2018-03-16 12:23:55 +01:00
Aleksander Machniak
e52bc0a158
Merge branch 'master' into dev/elastic
...
Conflicts:
plugins/calendar/calendar_ui.js
2018-03-16 09:25:28 +01:00
Aleksander Machniak
21c4b6a5bb
Elastic: Partial support for calendar plugin
2018-03-16 09:22:42 +01:00
Aleksander Machniak
77aa438b51
Fix unstoppable "Loading..." message on events export
2018-03-06 13:18:51 +01:00
Aleksander Machniak
58963791cc
Merge branch 'master' into dev/elastic
2017-12-08 13:19:52 +01:00
Aleksander Machniak
1f0f282049
Properly initialize time selection for all reminder time inputs
2017-12-04 13:36:26 +01:00
Aleksander Machniak
dca4c89f76
Elastic support in the calendar preferences page
2017-11-23 13:14:48 +01:00
Aleksander Machniak
a1cd95152c
Align event start date with the first occurrence
...
Summary:
When a recurring event start date does not match a recurrence pattern
(e.g. an event recurring on Fridays is created on Thursday),
we move the start date to the date of the first occurrence.
There's also a checkbox to keep the old behavior where the
start date was not modified.
Reviewers: vanmeeuwen
Reviewed By: vanmeeuwen
Differential Revision: https://git.kolab.org/D536
2017-09-12 13:53:34 +02:00
Aleksander Machniak
68d065a399
Fix some js errors when attendee status is unset
2017-08-21 07:58:48 +00:00
Aleksander Machniak
a2a1d5e99d
Safe Unauthenticated Free/Busy for Roaming Users (Bifrost#T36327) - display the URL in calendar
2017-08-01 12:54:54 +02:00
Aleksander Machniak
523686c97a
T1411: More compact event dialog
2017-07-18 14:13:14 -04:00
Aleksander Machniak
40e0fa9155
T2561: Fix recognizing event organizer on event move/delete
2017-07-18 14:04:18 +00:00
Aleksander Machniak
2ad0d6651d
Move more common methods used by tasklist and calendar to libcalendaring
2017-06-29 11:20:09 +02:00
Aleksander Machniak
ab5b61b38b
Remove redundant vars
2017-06-27 11:23:05 +00:00
Aleksander Machniak
3036593869
Fix recognizing an organizer in event delete confirmation dialog
...
It caused that an organizer was presented with "decline invitation" instead of "notify attendees" option.
2017-06-16 15:37:14 +00:00
Aleksander Machniak
c4cfe37d8c
Fix regression where declining an event from Calendar would send CANCEL instead of REPLY (Bifrost#T31474)
...
The fix for T1357 (acc49b51ff
) was broken for cases with delegation and events in other user namespace.
2017-05-22 13:03:24 +02:00
Aleksander Machniak
35eb29594d
Fix unset organizer if some resources were added to the event first (T2181)
2017-04-07 13:00:18 +02:00
Aleksander Machniak
dfacbe01bc
Fix misleading warning when editing/deleting a shared event (T1357)
...
and properly notify attendees of such a change.
2017-04-04 12:17:17 +02:00
Aleksander Machniak
b5ceae7d2d
Improved organizer handling on a shared event (Bifrost#T23218)
...
- In event preview display organizer (if its different than the current user)
- In event edit make sure the organizer is listed on organizer identities selector
in Attendees tab
2017-02-08 19:14:34 +01:00
Aleksander Machniak
bfa8ff2a67
Fix delegatedto/delegatedfrom labels (Bifrost#T20377)
2016-12-28 08:16:33 +01:00
Aleksander Machniak
516768726a
Retain selected folder on page refresh (Bifrost#T18463)
...
Use window.history.replaceState on folder selection, the same way
is in Roundcube core.
2016-12-22 11:07:47 +01: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
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
76869bed44
Fix compatibility with Roundcube 1.3 (jQuery-UI 1.12)
2016-09-08 13:20:54 +02: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
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
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
eb8211f0bf
Add time-slots popup in task dialog ( #5441 )
2016-06-15 05:54:03 -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
39a1267abc
Close events export dialog on Export ( #5432 )
2016-05-20 06:14:24 -04: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
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
37659bb303
Fix "ReferenceError: organizer is not defined" in some cases
2016-04-06 17:31:53 +02:00
Aleksander Machniak
801d358824
Fix some linting errors
2016-03-24 16:07:02 +01:00
Aleksander Machniak
2afb5714c5
Fix duplicated events in other users calendar if its subfolders are active ( #5340 )
...
Differential Revision: https://git.kolab.org/D94
2016-03-11 11:41:18 +01:00
Aleksander Machniak
3ec61b99be
Fix error when opening an attachment from an itip message ( #5343 )
...
Also make sure attachment bodies are excluded from the event data in JSON format
2016-03-09 16:28:52 +01:00
Thomas Bruederli
a7f11c89ea
Fix syntax to pass the EcmaScript3 JS lint test
2015-04-27 08:59:23 +02:00
Thomas Bruederli
dcb60dbee1
Move more audit trail code to libkolab; unify text labels
2015-03-25 11:55:21 +01:00