Commit graph

369 commits

Author SHA1 Message Date
Thomas Bruederli
be0e774998 Support free/busy types (e.g. tentative, out-of-office) 2011-07-23 12:18:29 +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
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
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
01cf039bcc Merge branch 'master' of ssh://git.kolabsys.com/git/roundcube 2011-07-19 17:50:34 +02:00
Thomas
5f445239c3 Make sure there is an organizer defined 2011-07-19 17:23:21 +02: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)
83a95c9aee Added possibility to undo last event delete action (kolab driver only) 2011-07-18 15:28:57 +02:00
Thomas Bruederli
171408672f Parallelize search requests + simplify backend API 2011-07-16 20:03:19 +02:00
Thomas Bruederli
299c8bdd68 Asynchronously trigger free-busy push 2011-07-16 17:14:36 +02:00
Thomas Bruederli
3117b519ac Make basic calendar printing work 2011-07-16 16:11:10 +02:00
Thomas Bruederli
1036d10bd9 Short documentation for attendees in internal event struct; bugfix 2011-07-15 13:44:45 +02:00
Thomas Bruederli
a8d7cd279a Bugfixes 2011-07-14 10:57:07 +02:00
Thomas
db94c1ef68 Merge branch 'master' of ssh://git.kolabsys.com/git/roundcube 2011-07-14 09:47:11 +02:00
Bogomil Shopov (Kolab Systems)
1ce100b000 Printing Calendars stage 1 2011-07-13 17:52:18 +03:00
Thomas
8827ea8341 Going on with ressurce planning/free-busy stuff 2011-07-13 13:42:11 +02:00
Thomas Bruederli
d210f1c023 Begin with event attendees and free/busy implementation 2011-07-08 17:29:22 +02:00
Thomas
d9d3ed050d Render entire calendar edit form in PHP giving full control to driver class 2011-07-06 22:01:54 +02:00
Aleksander Machniak (Kolab Systems)
046accbdf8 For settings task load driver only when it's needed (in calendar section) 2011-07-06 13:32:19 +02:00
Thomas
3bbf305b21 Allow drivers to append elements to calendar create/edit form 2011-07-06 12:26:59 +02:00
Thomas
e25891ffa6 Cleanup attachment viewer: show filename, size and download button 2011-07-06 09:43:42 +02:00
Thomas
631f19ca5e Merge branch 'master' of ssh://git.kolabsys.com/git/roundcube 2011-07-05 19:45:24 +02:00
Thomas
c2daec1711 Display animated message while saving event data 2011-07-05 19:43:22 +02:00
Aleksander Machniak (Kolab Systems)
3f9aedc3f3 Don't bind to 'save-pref' action for better performance 2011-07-05 11:20:08 +02:00
Thomas Bruederli
325bae250d Fix attachment handling in database driver; move attachment_get hook execution to main class (where other attachment related hooks are triggered, too) 2011-07-04 17:02:00 +02:00
Aleksander Machniak (Kolab Systems)
9093ebba46 Enabled upload progress indicator (text-only) 2011-07-04 13:57:01 +02:00
Aleksander Machniak (Kolab Systems)
bc855cbfcd Some style improvements for attachments list 2011-07-04 10:46:49 +02:00
Aleksander Machniak (Kolab Systems)
b531cc9809 Calendar event attachments.
- Currently with standard Roundcube upload indicator.
- Actually bad-looking, needed CSS improvements.
- Tested with kolab driver only, SQL driver maybe broken.
- Some small improvements in javascript code needed too.
2011-07-01 21:08:12 +02:00
Thomas
de45b996b4 Move defaults to public member for general access 2011-06-30 10:11:27 +02:00
Thomas Bruederli
df120c4f26 Fixed saving and rendering of recurring events in Kolab backend + add (limited) support for monthly and yearly recurrence 2011-06-29 19:42:56 +02:00
Thomas Bruederli
a8579090e7 Make basic calendar functions available in every Roundcube step. Currently used to display alarm notifications 2011-06-19 17:56:23 -06:00
Thomas Bruederli
c943ab2b3b Code cleanup 2011-06-18 18:34:01 -06:00
Thomas Bruederli
9a0ee47037 Handle all dates correctly in Roundcube user's timezone (as set in prefs) 2011-06-18 16:45:19 -06:00
Thomas Bruederli
7dbd148a29 Fix allday field name confusion 2011-06-18 15:21:20 -06:00
Aleksander Machniak (Kolab Systems)
7c72f38ef5 Don't read .dist config file 2011-06-16 09:59:03 +02:00
Thomas Bruederli
6ea6dd386b Better fix: enforce types in wrapper class 2011-06-14 17:27:19 -06:00
Bogomil Shopov
e00cc1e86a 0.Removing mixing of operators
1. Fixing encoding problem in calendar names
2011-06-14 15:49:28 +03:00
Bogomil Shopov
e574f572be Moving the notification logic from driver to the calendar. 2011-06-14 15:40:47 +03:00
Thomas Bruederli
49d25ac536 Use table view as 'agenda list' view; fix typo in settings property 2011-06-13 19:23:35 -06:00
Thomas Bruederli
79439a8934 Implemented basic search functionality; to be completed... 2011-06-13 18:41:32 -06:00
Thomas Bruederli
70936adbb4 Remove plugin. prefix since calendar defines its own task 2011-06-13 16:36:11 -06:00
Thomas Bruederli
6d7e073301 Edit: 3.23: Specify folder for new event 2011-06-11 14:10:49 -06:00
Thomas Bruederli
b45566de9e Fixed smart event segmentation in list view; added table view (derived from list view) as alternative 2011-06-11 13:31:24 -06:00
Thomas Bruederli
3a6c468911 Fix event-refetching and visual appearance of agenda view 2011-06-10 09:29:34 -06:00
Thomas Bruederli
830db74112 First shot on agenda view: hacked into fullcalendar script 2011-06-08 14:31:40 -06:00