Commit graph

333 commits

Author SHA1 Message Date
Thomas
4b0e355e1c Fix saving of all-day event in DB backend 2011-08-05 00:22:28 +02:00
Thomas
8264a7c60b Fix event comparison; use charset headers from mime part for ical import 2011-08-04 23:56:48 +02:00
Thomas
8c36e7d88f Fix event reading/caching in database backend 2011-08-04 23:55:41 +02:00
Thomas
c8c640dc0c Fix character encoding when parsing ical data 2011-08-04 23:54:29 +02:00
Thomas
66d822c79a Fix event sorting in agenda view (#289): a day should list allday events first 2011-08-04 22:59:26 +02:00
Aleksander Machniak (Kolab Systems)
47ee3dc957 Merge branch 'master' of ssh://git.kolabsys.com/git/roundcube 2011-08-04 20:31:47 +02:00
Aleksander Machniak (Kolab Systems)
766e08c2c4 Workaround Horde shutdown function issue for Horde_Kolab_Session object
Keep authentication session to skip unwanted LDAP connection
2011-08-04 20:29:18 +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
Aleksander Machniak (Kolab Systems)
5ce8c1abb4 Add ACL checking on target parent folder (#233) 2011-08-04 11:56:13 +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
Aleksander Machniak (Kolab Systems)
909d2c43a7 Clean empty values in contact data, fixes #267 2011-08-03 11:55:36 +02:00
Aleksander Machniak (Kolab Systems)
ae4b2d6b51 Fixed PHP warning on 'gender' field handling
Added vCard fieldmap definition for Kolab-specific attributes (#254)
2011-08-03 11:22:12 +02:00
Aleksander Machniak (Kolab Systems)
1ff51a5500 Fixed listing of contacts when group is selected 2011-08-02 13:18:48 +02:00
Aleksander Machniak (Kolab Systems)
159d672a1d Fixed setting mimetype of attachments on create/update event (#244) 2011-08-01 20:39:11 +02:00
Thomas Bruederli
7e3a88996f Merge branch 'master' of ssh://git.kolabsys.com/git/roundcube 2011-08-01 14:16:25 +02:00
Thomas Bruederli
d54f0ea6ff Better styles for visible days in mini calendar widget 2011-08-01 14:16:09 +02:00
Aleksander Machniak (Kolab Systems)
b67430379f Improved folder rename handling 2011-08-01 12:44:30 +02:00
Aleksander Machniak (Kolab Systems)
90da1250b8 Fixed object name formatting of other users folders
Fixed parent folder handling in folder_selector()
2011-08-01 11:35:12 +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
980614287e Include attendee names when searching 2011-07-31 11:13:13 +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
3ff6a72400 Update patch used for fullcalendar.js (v1.5.1) 2011-07-30 15:42:56 +02:00
Thomas Bruederli
da0940a558 Improve event search UI 2011-07-30 15:26:43 +02:00
Aleksander Machniak (Kolab Systems)
6a907162c4 Don't set parent folder to current folder on folder create.
Most likely user will create root-level folders
2011-07-29 19:21:26 +02:00
Aleksander Machniak (Kolab Systems)
e91fc2c6ce Merge branch 'master' of ssh://git.kolabsys.com/git/roundcube 2011-07-29 19:01:41 +02:00
Aleksander Machniak (Kolab Systems)
edc2ffdfbe Added loading indicator for book create/edit 2011-07-29 19:00:43 +02:00
Thomas Bruederli
9060a14e3d Also send notification when deleting an event 2011-07-29 18:41:43 +02:00
Thomas Bruederli
a80720ebac Merge branch 'master' of ssh://git.kolabsys.com/git/roundcube 2011-07-29 17:51:21 +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
Aleksander Machniak (Kolab Systems)
4642a4ef07 In folder selector show folders according to ACL (#216) 2011-07-29 15:25:50 +02:00
Aleksander Machniak (Kolab Systems)
8e78e653f3 Use new getMyRights() instead of getACL() for better performance (Kolab_Storage-0.5.2 required) 2011-07-29 15:08:00 +02:00
Aleksander Machniak (Kolab Systems)
f56e78fbf8 Skip current folder (and its children) in folder selector to prevent moving to itself 2011-07-29 13:33:08 +02:00
Thomas Bruederli
0f266481dd Merge branch 'master' of ssh://git.kolabsys.com/git/roundcube 2011-07-29 13:16:27 +02:00
Thomas Bruederli
322f649d77 Improve free/busy UI according to inputs from Georg 2011-07-29 13:16:13 +02:00
Aleksander Machniak (Kolab Systems)
d26d874c7b Fixed handling of error in folder rename/create (#233) 2011-07-29 12:50:35 +02:00
Aleksander Machniak (Kolab Systems)
fd27a21693 Fix subfolders caching issue after folder rename (#228) 2011-07-29 11:37:29 +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 Bruederli
92b98ef2ec Merge branch 'master' of ssh://git.kolabsys.com/git/roundcube 2011-07-29 09:19:25 +02:00
Thomas Bruederli
206557aa7d First part of invitation handling: find ical attachments in emails and show a button to add to calendar 2011-07-29 09:19:18 +02:00
Aleksander Machniak (Kolab Systems)
b1ab27cbe0 Removed timers 2011-07-28 12:40:02 +02:00
Aleksander Machniak (Kolab Systems)
75392cc492 Make contacts sorting unicode-safe and locale-dependent 2011-07-28 12:39:05 +02:00
Aleksander Machniak (Kolab Systems)
941222debb Merge branch 'master' of ssh://git.kolabsys.com/git/roundcube 2011-07-28 12:00:46 +02:00
Aleksander Machniak (Kolab Systems)
03f9741a61 Fix contacts sorting when there's no name field 2011-07-28 12:00:11 +02:00
Thomas Broderli
a881405e40 Merge branch 'master' of ssh://git.kolabsys.com/git/roundcube 2011-07-28 11:44:53 +02:00
Thomas Broderli
d569b020f4 Fix free-busy slot comparison 2011-07-28 11:43:35 +02:00
Aleksander Machniak (Kolab Systems)
3cd7d52040 Improved performance by sorting contacts only for listing 2011-07-28 11:41:44 +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