Commit graph

117 commits

Author SHA1 Message Date
Thomas
f2ec4a716a Make links and email addresses in event description clickable; only show the first couple of lines followed by a link to expand the text 2011-09-19 22:03:07 +02:00
Thomas
cc0cf05c9f Prefix control fields with underline 2011-09-19 10:03:38 +02:00
Thomas
c6506a0d91 Allow to move event to another calendar (#316) 2011-09-19 09:50:13 +02:00
Thomas
476f09e584 Fix freebusy dialog; scale f/b grid with dialog size 2011-09-16 18:43:12 +02:00
Thomas
78a667036f Skeep weekends when paging in in free/busy times display (#382) 2011-09-16 16:26:10 +02:00
Thomas
2d0018be3e Fix select focus / option selection bug #409 2011-09-16 16:10:11 +02:00
Thomas
7b623f293e Improve categories handling: categories from event objects are automatically added to the user's list of categories; color assignments are currently saved in user prefs 2011-09-14 16:02:07 +02:00
Thomas
4cd17f0035 Adapt changed signature of select_fodler() 2011-09-13 14:12:32 +02:00
Thomas
84a46d1028 Limit height of event dialogs with long content (#402) 2011-09-12 10:12:13 +02:00
Thomas Bruederli
d544babefc Bugfix: use the right variable 2011-09-09 21:26:30 +02:00
Thomas
69d6c3e8bd Don't count events twice which overlap two week rows 2011-09-09 20:40:54 +02:00
Thomas
ad71270108 Skip event suppression when resizing an event 2011-09-09 20:17:23 +02:00
Thomas
3921515c3b Improve agenda view: add UI element to constrol listing options; localize sections texts 2011-09-09 14:37:19 +02:00
Thomas
4f76d3d35e Improve month view rendering with more... links for fish-eye view 2011-09-08 00:21:12 +02:00
Thomas
383838538d Bugfix fish-eye view 2011-09-07 18:53:10 +02:00
Thomas
0a367cbe29 View: 3.4: Fish-Eye View For Busy Days 2011-09-07 17:40:20 +02:00
Thomas
2b1d48f854 Show warning about changes on event from invitations; consolidate css styles 2011-09-05 21:45:48 +02:00
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