Commit graph

1140 commits

Author SHA1 Message Date
Aleksander Machniak
2e89f11d9f Update localization from Transifex 2016-09-14 12:57:40 +02:00
Aleksander Machniak
c5bd011de9 T1479: Fix delegation context selection on delegator's invitation handling 2016-09-07 09:54:51 -04:00
Jeroen van Meeuwen (Kolab Systems)
e612d0d28d Bump version numbers 2016-08-25 13:08:50 +02:00
Aleksander Machniak
fa22b9af19 Fix 32bit compatibility (in Find Availability feature) 2016-08-17 13:25:03 +02:00
Aleksander Machniak
71c077a616 T1357: Fix unwanted "local changes" warning when moving/resizing shared event by delegatee 2016-08-10 05:32:00 -04:00
Aleksander Machniak
7ec14302cd Fix regression in handling event status badge in event dialog 2016-07-22 06:58:49 -04:00
Aleksander Machniak
a9f51f2d4d Update localization from Transifex 2016-07-22 11:45:07 +02:00
Aleksander Machniak
ddd181b758 T1365: Localize Confidential/Private/Cancelled badge in event info dialog 2016-07-21 08:57:13 -04:00
Aleksander Machniak
91537e5cfd 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:13:03 -04:00
Aleksander Machniak
a9be7f33aa T1364: Localize attendee status
On event attendees list and task assignees list.
Fixes T1364.
2016-07-20 08:59:01 -04:00
Aleksander Machniak
0913be3104 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:32:47 -04:00
Jeroen van Meeuwen (Kolab Systems)
72f80123cd Set versions of updated plugins to 3.2.14 2016-07-04 11:40:43 +02:00
Aleksander Machniak
7fccfb7f7e Fix accessing attachments in invitations calendars (#5465) 2016-06-30 10:21:46 +02:00
Aleksander Machniak
c06ad5a04c 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.

Conflicts:
	plugins/calendar/drivers/kolab/kolab_user_calendar.php
2016-06-29 19:49:23 +02:00
Aleksander Machniak
856d2c784a Fix handling of end date in time_key() 2016-06-29 19:48:31 +02:00
Aleksander Machniak
660d86a9a4 Cosmetic changes in calendar documentation 2016-06-21 13:47:57 +02:00
Aleksander Machniak
9b84ffe242 T1320: Fix some images in Calendar documentation 2016-06-21 13:33:13 +02:00
Aleksander Machniak
b0aded29dd T1319: Fix bug where incorrect organizer could be set on a new event in delegated folder 2016-06-21 06:23:50 -04:00
Aleksander Machniak
6aee2cc779 Fix finding an event which is in delegator's folder, on itip reply (T1264)
Summary: Fixes T1264

Reviewers: #roundcube_kolab_plugins_developers, vanmeeuwen

Reviewed By: #roundcube_kolab_plugins_developers, vanmeeuwen

Maniphest Tasks: T1264

Differential Revision: https://git.kolab.org/D157
2016-06-20 10:11:29 +02:00
Mads Petersen (Kolab Systems)
e02e9f974f 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:15 +02:00
Jeroen van Meeuwen (Kolab Systems)
5552ab60a4 Set versions to 3.2.13 2016-06-20 09:58:23 +02:00
Aleksander Machniak
7ca0e4c7f8 Add time-slots popup in task dialog (#5441) 2016-06-15 05:55:31 -04:00
Aleksander Machniak
a62b33f54d Update localization 2016-06-13 18:16:14 +02:00
Aleksander Machniak
874e645999 Fix character case handling in email address comparison for invitations handling (T1301) 2016-06-09 11:19:53 -04:00
Aleksander Machniak
e74a347f71 Close autocompletion popup when opening Find Resources and Find Availability dialogs (#5435) 2016-05-31 09:21:53 -04:00
Aleksander Machniak
1b9afac1c7 Add back localization labels unintentionally removed in last update 2016-05-23 05:13:19 -04:00
Aleksander Machniak
8d4b464f64 Close events export dialog on Export (#5432) 2016-05-20 06:15:51 -04:00
Aleksander Machniak
4d04321505 Update localization 2016-05-18 16:43:20 +02:00
Aleksander Machniak
248ce5339a 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:49:34 +02:00
Aleksander Machniak
8f9aa9d41e 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:42:31 +02:00
Aleksander Machniak
55816351cb Fix bug where delegatee would be lost on task/event update (#5058)
Summary: Fixes #5058

Reviewers: #roundcube_kolab_plugins_developers, vanmeeuwen

Reviewed By: #roundcube_kolab_plugins_developers, vanmeeuwen

Differential Revision: https://git.kolab.org/D110
2016-04-14 11:42:26 +02:00
Aleksander Machniak
43b9b3cdab Skip partstat filter when kolab_invitation_calendars=false (T1179) 2016-04-07 08:19:38 -04:00
Aleksander Machniak
f73ccbaa8c Don't allow birthday/invitation calendars to be set as the default calendar (T1177) 2016-04-07 06:11:21 -04:00
Aleksander Machniak
f425272b4b Fix regression where some labels were missing in Preferences > Calendar 2016-04-07 05:42:36 -04:00
Aleksander Machniak
156959ddd8 Fix missing COMMENT in iTip delegation message from the event dialog (#5377) 2016-04-06 07:33:18 -04:00
Aleksander Machniak
a261f00627 Fix regression where calendar feeds required normal Roundcube login instead of HTTP auth (T1151)
With proper performance fix 4fe52716e3 (#4033)
2016-03-29 13:20:24 +02:00
Jeroen van Meeuwen (Kolab Systems)
d3dea37e96 Set plugin versions to 3.2.12 2016-03-21 12:21:17 +01:00
Aleksander Machniak
f886f15221 Fix PHP Warning: Invalid UTF-8 sequence in argument for json_encode() (#4336)
Use rcube_output::json_serialize() instead of json_encode()
2016-03-21 12:13:49 +01:00
Aleksander Machniak
0c6ddd1a1a Performance: don't load calendar css/js files on logon page (#4033) 2016-03-21 12:13:38 +01:00
Aleksander Machniak
549eb70bde Fix merging attachments list on event/task update from iTip (#5342)
Reviewers: #roundcube_kolab_plugins_developers, vanmeeuwen

Reviewed By: #roundcube_kolab_plugins_developers, vanmeeuwen

Subscribers: vanmeeuwen

Projects: #roundcube_kolab_plugins

Differential Revision: https://git.kolab.org/D96
2016-03-17 16:41:54 +01:00
Aleksander Machniak
b01894ee2d 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:42 +01:00
Aleksander Machniak
d374807e9b 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:33:10 +01:00
Jeroen van Meeuwen (Kolab Systems)
c1813e42dc Bump version numbers to 3.2.11 release 2016-02-26 12:23:24 +01:00
Aleksander Machniak
8ac3269ee5 Set COMMENT on delegation iTip (#4915) 2016-02-11 14:50:57 +01:00
Aleksander Machniak
6ac7014498 Fix bug where pending calendar displayed not more than one instance for recurring events (#5274) 2016-02-10 15:00:12 +01:00
Aleksander Machniak
6b5d671a47 Fix bug where pending calendar displayed not more than one event (#5274) 2016-02-09 12:09:47 +01:00
Jeroen van Meeuwen (Kolab Systems)
85c0cdc6d2 Set version numbers to 3.2.10 2016-02-03 15:35:31 +01:00
Aleksander Machniak
1a2e1d59af Fix some typos 2015-12-17 19:44:24 +01:00
Aleksander Machniak
d118e853ff Fix: set_mailbox() does not exist in Roundcube 1.2, use set_folder() 2015-12-17 19:44:17 +01:00
Thomas Bruederli
e24024b8be console() -> rcmail::console() 2015-10-21 23:04:27 +02:00