Commit graph

253 commits

Author SHA1 Message Date
Thomas
3fabdefc77 Snap allday events to day start when dragging; disable freebusy features if backend doesn't support it 2011-07-26 08:50:39 +02:00
Thomas
54367e737c Merge branch 'master' of ssh://git.kolabsys.com/git/roundcube 2011-07-26 08:38:25 +02:00
Thomas
95f7e663a9 Add event attendees support for database driver 2011-07-26 08:38:13 +02:00
Aleksander Machniak (Kolab Systems)
84730d0ea0 Improve performance by using Roundcube cache for Kolab_List object instead of session 2011-07-25 15:37:30 +02:00
Aleksander Machniak (Kolab Systems)
dc0f7261ad Set autocomplete_addressbooks using new config_get hook 2011-07-25 12:49:46 +02:00
Aleksander Machniak (Kolab Systems)
b2a873008a Merge branch 'master' of ssh://git.kolabsys.com/git/roundcube 2011-07-25 12:35:21 +02:00
Aleksander Machniak (Kolab Systems)
dddcc2fa60 Check getACL() result to prevent from PHP error when PEAR_Error is returned 2011-07-25 12:33:44 +02:00
Thomas Bruederli
3dfccb89e1 Set show-as busy as default for new events 2011-07-25 09:39:25 +02:00
Thomas Bruederli
99adbe4c76 Make event time overlay draggable 2011-07-24 15:53:25 +02:00
Thomas Bruederli
2cefdc3343 Fix/improve free time slot selection 2011-07-24 15:00:35 +02:00
Thomas Bruederli
d4c686faa7 Merge branch 'master' of ssh://git.kolabsys.com/git/roundcube 2011-07-24 12:47:04 +02:00
Thomas Bruederli
ad5a5c6e84 Implement finding of free time slots 2011-07-24 12:46:54 +02:00
Aleksander Machniak (Kolab Systems)
0bc55bd1e0 Added contact validation, require name or email field 2011-07-24 10:56:47 +02:00
Thomas Bruederli
dd5f8e56bd Display current event time over free/busy grid 2011-07-23 17:08:31 +02:00
Thomas Bruederli
267e50cd95 Remove static url for testing 2011-07-23 14:41:12 +02:00
Thomas Bruederli
be0e774998 Support free/busy types (e.g. tentative, out-of-office) 2011-07-23 12:18:29 +02:00
Jeroen van Meeuwen (Ergo Project)
4555108baa Use the freebusy configuration specified in /etc/roundcubemail/kolab.inc.php 2011-07-22 12:59:11 -04:00
Aleksander Machniak (Kolab Systems)
2981e5a3e6 Fixed Bug #217: After changing parent folder to edited folder, the book disapears from the list 2011-07-22 14:06:18 +02:00
Aleksander Machniak (Kolab Systems)
a834f1184f Merge branch 'master' of ssh://git.kolabsys.com/git/roundcube 2011-07-22 10:54:02 +02:00
Aleksander Machniak (Kolab Systems)
6dc1b64d33 Fixed caching issue after folder rename 2011-07-22 10:53:31 +02:00
Aleksander Machniak (Kolab Systems)
480993ec15 Prevent from PHP warning when search string is empty 2011-07-21 18:21:55 +02:00
Bogomil Shopov (Kolab Systems)
3da0078434 Final version of ical export 2011-07-21 15:12:17 +03:00
Aleksander Machniak (Kolab Systems)
cdca86d15b Fixed doubled confirmation message after event delete with enabled Undo feature 2011-07-21 12:55:35 +02:00
Thomas Bruederli
6bfaf4be1e Improve event time autocompletion: show expetced duration 2011-07-20 23:28:57 +02:00
Thomas Bruederli
6832c6c3d2 Show free-busy times in 6 hours blocks for all-day events 2011-07-20 19:34:23 +02:00
Thomas Bruederli
c80dea2330 Refactored free-busy display 2011-07-20 19:15:21 +02:00
Thomas Bruederli
9a96600ddd Revert "Convert kolab contacts into Roundcube internal format as late as possible"
This reverts commit 18d9a7f508.
2011-07-20 15:54:04 +02:00
Thomas Bruederli
266dcaf07d Merge branch 'master' of ssh://git.kolabsys.com/git/roundcube 2011-07-20 15:39:01 +02:00
Thomas Bruederli
18d9a7f508 Convert kolab contacts into Roundcube internal format as late as possible 2011-07-20 15:38:34 +02:00
Aleksander Machniak (Kolab Systems)
7e57b93806 Removed old code 2011-07-20 15:23:47 +02:00
Aleksander Machniak (Kolab Systems)
fdee0e452f Display parent folder selector more often 2011-07-20 15:18:53 +02:00
Thomas Bruederli
1b9a25e84d Merge branch 'master' of ssh://git.kolabsys.com/git/roundcube 2011-07-20 14:46:45 +02:00
Thomas Bruederli
028f3069d6 Show free/busy times for event attendess (work-in-progress) 2011-07-20 14:46:38 +02:00
Thomas
0c789dce3a Use more common name for email; validate 2011-07-19 17:51:15 +02:00
Thomas
01cf039bcc Merge branch 'master' of ssh://git.kolabsys.com/git/roundcube 2011-07-19 17:50:34 +02:00
Thomas
b5a5e7eacd Fix time parsing 2011-07-19 17:50:27 +02:00
Thomas
5f445239c3 Make sure there is an organizer defined 2011-07-19 17:23:21 +02:00
Bogomil Shopov (Kolab Systems)
f610167cc1 Adding rules according to rfc2445#section-4.1 and adding Organizer and Attendees information in VEVENT block. 2011-07-19 17:12:27 +03:00
Aleksander Machniak (Kolab Systems)
d0111b6e01 Merge branch 'master' of ssh://git.kolabsys.com/git/roundcube 2011-07-19 15:21:12 +02:00
Aleksander Machniak (Kolab Systems)
6b5c895ffc Attachments upload handling:
- Fixed regexp for attachment names which can be more complicated when using database_attachments plugin
 - Don't load driver in 'upload' action to prevent from possible session race-conditions
   when calling upload progress action and for better performance.
2011-07-19 15:18:05 +02:00
Bogomil Shopov (Kolab Systems)
dda99db3f0 Adding "Virtual event" filter for exporting to Icalendar format. 2011-07-19 14:54:13 +03:00
Aleksander Machniak (Kolab Systems)
084501f53a Fixed datepicker width issue 2011-07-19 12:48:31 +02:00
Thomas Bruederli
0ec7458eb1 Merge branch 'master' of ssh://git.kolabsys.com/git/roundcube 2011-07-18 20:37:14 +02:00
Thomas Bruederli
645588b8f3 Allow to edit properties (color) of a read-only calendar 2011-07-18 20:37:04 +02:00
Aleksander Machniak (Kolab Systems)
8416794d45 Improved parent folder selector, use SELECT with all folders list instead of radio buttons 2011-07-18 19:55:46 +02:00
Aleksander Machniak (Kolab Systems)
e814ae20bb The storage must be re-synchronized after undelete 2011-07-18 15:39:02 +02:00
Aleksander Machniak (Kolab Systems)
83a95c9aee Added possibility to undo last event delete action (kolab driver only) 2011-07-18 15:28:57 +02:00
Thomas Bruederli
b7564ade58 Fix setting display color of read-only calendars 2011-07-17 21:13:34 +02:00
Thomas Bruederli
f87ddd4c6e Sharper mini icons; CSS optimizations for IE6 2011-07-17 20:35:26 +02:00
Thomas Bruederli
760247426a Open calendar edit dialog on double click 2011-07-17 19:31:22 +02:00