Commit graph

100 commits

Author SHA1 Message Date
Thomas
c12d9e2dad Clear dialog contents before closing: avoids iframe reloading (#387) 2011-09-05 21:24:35 +02:00
Thomas
6e904e0d88 Add private/confidential prefix to event title label 2011-09-01 23:54:59 +02:00
Thomas
1b5f6bf4c7 Visualize private and confidential events 2011-09-01 23:39:52 +02:00
Thomas
4351746cd1 Make attendees list immutable if I'm not the organizer of the event 2011-09-01 18:56:37 +02:00
Thomas
fb95e89345 Improve calendar refreshing after saving an event (#383) 2011-08-31 23:40:24 +02:00
Thomas
c4633e0344 View: 3.8: Color according to calendar and category (similar to Kontact) 2011-08-31 22:04:53 +02:00
Thomas
6f940a2ef8 Embed ACL plugin as iframe for calendar sharing in Kolab 2011-08-30 00:17:06 +02:00
Thomas
be8f50c464 Display invitation status from attached file if event is not yet in calendar; send decline reply when deleting an event; update German translations 2011-08-29 00:54:10 +02:00
Thomas Bruederli
0814c98849 Bugfix: fix week selection if properties vars are not set yet 2011-08-27 00:06:42 +02:00
Thomas Bruederli
dfc304bc02 Delegate calendar subscription to driver; use IMAP folder subscriptions for Kolab backend (#245) 2011-08-26 23:24:49 +02:00
Thomas Bruederli
5b24abd33f Show saving... message when submitting calendar edit dialog 2011-08-26 21:35:21 +02:00
Thomas
08a1a99d27 Small code cleanup 2011-08-24 17:45:44 +02:00
Thomas
d383f2bde9 Additional check when moving event after working hours 2011-08-23 23:17:09 +02:00
Thomas
03bbe1f925 Fix moving events from/to all-day section (#365); sanity check when saving data 2011-08-23 23:10:35 +02:00
Thomas
fec6efe6a4 Merge branch 'master' of ssh://git.kolabsys.com/git/roundcube 2011-08-23 22:13:42 +02:00
Thomas
3850e3eda2 Remove more accidentally commited changes 2011-08-23 22:12:50 +02:00
Aleksander Machniak
2c34e0df5a Fixed group expanding in IE7 (#369) - string[i] syntax doesn't work in IE, use string.charAt(i) instead 2011-08-23 13:05:47 +02:00
Thomas
36c20e8628 More iTip implementation: send/recieve replies, make organizer role immutable (until delegation is implemented) 2011-08-22 19:20:46 +02:00
Thomas
7de9157610 Clarify copyrights in calendar plugin 2011-08-21 12:48:33 +02:00
Thomas
00f0054ee7 Fix event resizing which was broken on all browsers 2011-08-18 23:28:21 +02:00
Thomas
f72e63058a Fix double-click issue for all IE6-8 2011-08-18 21:54:43 +02:00
Thomas Bruederli
82d66f730a Process double-click events in IE7 (very hackish) due to bug #329 2011-08-17 22:48:58 +02:00
Thomas Bruederli
f619a75751 Activate invisible calendars when event was added there (#346) 2011-08-17 15:45:07 +02:00
Thomas Bruederli
9d2e9843e2 Temporarily render new/updated events in calendar while saving is in progress 2011-08-17 13:38:22 +02:00
Aleksander Machniak
35169e1d36 Abort autocompletion once "Add participant" button is pressed (#277) 2011-08-16 19:14:13 +02:00
Thomas
79ef805743 Allow changing participant role in Find Availability Dialogue (#286) 2011-08-14 14:31:28 +02:00
Thomas
e851b53e5a Always show real free-busy status, even for organizer and acceppted attendees (#317); let large free-busy table scroll (#321) 2011-08-12 17:04:01 +02:00
Thomas
be7424be59 Fix week selection in minical 2011-08-12 16:23:56 +02:00
Aleksander Machniak (Kolab Systems)
b641848035 Registering 'folders' command is not required 2011-08-09 08:33:11 +02:00
Thomas
e574f03669 Merge branch 'master' of ssh://git.kolabsys.com/git/roundcube 2011-08-08 20:44:10 +02:00
Bogomil Shopov (Kolab Systems)
ae878ac1ff "Manage folders" link required for Calendars - bug246 2011-08-08 19:13:36 +03:00
Thomas
7ecaed0e32 Merge branch 'master' of ssh://git.kolabsys.com/git/roundcube 2011-08-07 23:08:39 +02:00
Thomas Bruederli
7094e68074 Allow selection over multiple days in multi-day view (#287) 2011-08-07 18:45:51 +02:00
Thomas Bruederli
a11b617429 Fix free-busy display/selection for all-day events (#291) 2011-08-05 19:56:39 +02:00
Thomas
ceb31b0103 Show/hide notification checkbox right away for correct compuation of dialog height 2011-08-05 00:39:28 +02:00
Thomas
221c081fb8 Optimization: speedup jquery UI dialog opening on IE6 by disabling mouse/keyboard events and adding other quirks 2011-08-04 12:08:58 +02:00
Thomas
cd0e45248b Fix setting of empty event properties in edit form (#260) 2011-08-03 23:17:06 +02:00
Thomas
1bf15306ef Optimization: speedup calendar UI by executing some code asynchronously (using setTimeout()) 2011-08-03 22:45:50 +02:00
Thomas Bruederli
59f9b422ac Optimization: set event handler on minicalendar container and use target check to handle week number clicks 2011-07-31 19:09:00 +02:00
Thomas Bruederli
f7c12cb456 Allow user to enable/disable alarms per calendar 2011-07-31 14:40:52 +02:00
Thomas Bruederli
2797716362 Highlight currently displayed days in mini calendar widget 2011-07-31 13:21:12 +02:00
Thomas Bruederli
b97c1be9a5 Set default size of agenda view to 60 days; increase up to 90 days when searching 2011-07-31 11:06:29 +02:00
Thomas Bruederli
da0940a558 Improve event search UI 2011-07-30 15:26:43 +02:00
Thomas Bruederli
9060a14e3d Also send notification when deleting an event 2011-07-29 18:41:43 +02:00
Thomas Bruederli
593a3d3faa Ask about notifying attendess when moving event; finish import from ical mail attachments 2011-07-29 17:51:04 +02:00
Thomas Bruederli
322f649d77 Improve free/busy UI according to inputs from Georg 2011-07-29 13:16:13 +02:00
Thomas Bruederli
8b8142db53 Allow to move event date/time selection when clicking on the free-busy grid 2011-07-29 10:19:26 +02:00
Thomas
6d8a2f51c5 Fix calendar selection for new events in case default calendar is not writeable (#225) 2011-07-28 10:17:42 +02:00
Thomas Bruederli
b614298c93 Send invitations and update notifications to event attendees 2011-07-27 18:55:51 +02:00
Thomas Bruederli
9d4e55a75c Merge branch 'master' of ssh://git.kolabsys.com/git/roundcube 2011-07-27 13:15:25 +02:00