Commit graph

1373 commits

Author SHA1 Message Date
Aleksander Machniak
6b89f751a7 Calendar: Fix attachments duplication when moving an event using database driver 2019-10-01 20:44:31 +02:00
Aleksander Machniak
09ef4f6b8c Calendar: FIx downloading birthday events from sql addressbook 2019-10-01 20:17:38 +02:00
Aleksander Machniak
9bacdbc0d4 Fix calendar/tasklist edit form in Elastic when using database driver 2019-09-28 13:21:21 +02:00
Aleksander Machniak
39cff09d8f Define minimum Roundcube version as 1.4.0 2019-09-28 12:11:21 +02:00
Aleksander Machniak
0fe76b7f07 CS fixes in database driver for calendar 2019-09-28 09:35:22 +02:00
Aleksander Machniak
9dcae75e8e Add notes about skin support 2019-09-27 19:53:48 +02:00
Aleksander Machniak
6135612024 Fix PHP Warning: count(): Parameter must be an array or an object that implements Countable 2019-09-25 20:39:02 +02:00
Aleksander Machniak
bb3f96cc97 Calendar: Fix attaching files to events (regression) 2019-09-02 14:05:53 +00:00
Jeroen van Meeuwen (Kolab Systems)
43d2b00e96 Bump version to 3.5.0 2019-07-08 12:57:20 +02:00
Aleksander Machniak
e0edf7b802 Elastic: Fix visual issue with date selector in events export dialog 2019-07-05 09:33:37 +00:00
Jeroen van Meeuwen (Kolab Systems)
c1a1d59ade Bump version to 3.4.6 2019-06-03 11:14:19 +02:00
Aleksander Machniak
6358d0ebfa Calendar: Fix white on white color for itip event preview 2019-06-02 07:44:21 +00:00
Aleksander Machniak
d87235e20e Calendar: Limit number of event occurrences when "checking an itip event in calendar" 2019-05-31 11:55:33 +00:00
Aleksander Machniak
8d04cec2f1 T5414: Fix Check Calendar button pointing to a wrong date 2019-05-31 11:30:17 +00:00
Aleksander Machniak
2f75ab5b39 T5414: Fix wrong all-day event date in invitation box 2019-05-31 09:19:04 +00:00
Aleksander Machniak
de8e018c4a Fix kolab_alarms table schema for MariaDB (Bifrost#T163148)
Error: Specified key was too long; max key length is 767 bytes, is caused
by missing charset specification for the table. Maria's default
charset is utf8mb4 making the varchar(255) field too big for a key.
2019-05-28 13:54:00 +02:00
Aleksander Machniak
915035e9ba Small code simplification 2019-05-27 15:12:14 +02:00
Aleksander Machniak
d42ca55bfc README update 2019-05-22 09:29:24 +02:00
Aleksander Machniak
5e63cef9d5 Remove old TODO file 2019-05-22 09:19:22 +02:00
Aleksander Machniak
f848609ea1 Elastic: Improve event/task reminders (alarms) input 2019-05-14 11:04:27 +02:00
Aleksander Machniak
f847df8e50 Fix broken resource details when kolabDescAttribute contains non-JSON-formatted value (Bifrost#T209152)
We'll display such string as a resource description (if not specified otherwise).
2019-05-14 09:49:20 +02:00
Aleksander Machniak
7d6e1fd787 Calendar: Fix broken UI when using unsupported (old) view type 'table' (Bifrost#T206587)
The default view could have been stored in user preferences. After
fullCalendar upgrade we switched to 'list' view instead of 'table'.
2019-05-07 10:24:46 +02:00
Jeroen van Meeuwen (Kolab Systems)
e0d11833a1 Bump version numbers 2019-05-07 08:32:27 +02:00
Aleksander Machniak
464b49ee34 Elastic: Fix various regressions 2019-05-06 10:56:33 +02:00
Aleksander Machniak
290adfbbb1 Merge branch 'dev/elastic' 2019-05-06 08:30:23 +02:00
Aleksander Machniak
02637611ed Fix various issues caused by caching outdate properties
e.g. fixes state and calendar relation after accepting pending invitation event
2019-04-29 13:44:11 +00:00
Aleksander Machniak
e648167c38 Add posibility to remove pending/declined invitation events (Bifrost#T203431) 2019-04-29 10:39:08 +00:00
Aleksander Machniak
3a2240a13d Fix inconsistency in handling other users "root" folders (Bifrost#T203416)
Refactored some code to make sure we always deal with kolab_calendar instances.
2019-04-26 07:30:45 +00:00
Aleksander Machniak
d852838c7e Fix " v is null in set_event_colors()" error 2019-04-24 10:16:42 +02:00
Jeroen van Meeuwen (Kolab Systems)
4ad016bce4 Bump versions to 3.4.4 2019-04-15 11:04:06 +02:00
Aleksander Machniak
b5bde340c2 Get rid of jQuery-UI button use 2019-04-08 11:20:26 +02:00
Aleksander Machniak
7ed760cda0 Fix button selectors (.ui-button -> button)
Buttons in Elastic dialogs do not have this class assigned. We also
will get rid of jQuery-UI button use in the future.

Also, fixed Add Resource button state handling.
2019-04-08 11:03:40 +02:00
Aleksander Machniak
54851bbc6b Don't send iTip requests when an attendee moves/resizes an event (Bifrost#T195055)
Also display "You are about to make changes ... only be reflected on your calendar " warning.
2019-03-28 15:18:44 +00:00
Aleksander Machniak
6b7b6ce715 Elastic: Fix small regression 2019-03-26 10:05:08 +01:00
Aleksander Machniak
e13bdd55a7 Elastic: Catch up with layout refactoring in core 2019-03-25 12:27:51 +01:00
Aleksander Machniak
54d171e10f Calendar: Fix "invalid time" error when using time format without a leading zero 2019-03-22 12:22:10 +00:00
Jeroen van Meeuwen (Kolab Systems)
acff3a8c43 More aesthetically pleasing, resolve T4331 2019-03-21 23:25:03 +01:00
Aleksander Machniak
bd62884ea2 Calendar: Fix literal "»" in calendar name in event dialog 2019-03-18 15:32:35 +00:00
Aleksander Machniak
a71caa9a51 Calendar: Fix regression where changing attendee status for an existing event wasn't working
Also fixed bug where allday event accourrence could have been moved
one day back when changing the attendee status (action=rsvp).
2019-03-14 15:08:53 +00:00
Jeroen van Meeuwen (Kolab Systems)
456254ef2f Bump version numbers 2019-03-14 11:12:38 +01:00
Aleksander Machniak
bc4a639e64 Elastic: Fix RSVP recurring menu
Use rcmail's menu instead of jQuery-UI's menu.
2019-03-12 17:40:00 +00:00
Aleksander Machniak
925cdfda8c Calendar: Menu options rename: Edit -> Edit/Share calendar, Delete -> Delete calendar 2019-02-21 11:47:12 +00:00
Aleksander Machniak
f5c586cf7b Fix some labels in import/export dialogs not pointing to inputs/selects 2019-02-21 11:22:31 +00:00
Aleksander Machniak
7288bac122 Elastic: Use custom switch in place of pretty checkbox 2019-02-20 13:40:56 +01:00
Aleksander Machniak
9b55d3ad1b Fix invalid HTML output 2019-02-20 10:25:09 +01:00
Aleksander Machniak
2a66eed29a Fix javascript errors in Availability dialog 2019-02-08 13:16:38 +01:00
Aleksander Machniak
8400bbe36f T4770: Fix searching by event categories 2019-02-07 13:15:41 +00:00
Aleksander Machniak
11ff8f71ea Fix various calendar regressions 2019-02-06 09:45:58 +01:00
Aleksander Machniak
6cd46fedcf Fix so calendar name in event view is not colored (Bifrost#T97743)
It could be white making the text invisible.
2019-02-05 10:56:12 +01:00
Aleksander Machniak
3a9596bf1c Fix "0 more..." link appearence in event info dialog 2019-02-05 10:47:00 +01:00