Commit graph

169 commits

Author SHA1 Message Date
Thomas
7ec74047fb Merge branch 'master' of ssh://git.kolabsys.com/git/roundcube 2011-07-06 19:32:21 +02:00
Thomas
751cd1e7fb Minor styling improvements of the attachments listing 2011-07-06 19:31:58 +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
b2df522b2c Merge branch 'master' of ssh://git.kolabsys.com/git/roundcube 2011-07-06 12:27:11 +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
Aleksander Machniak (Kolab Systems)
f5edc20089 Added groups list sorting 2011-07-05 20:11:19 +02:00
Thomas
631f19ca5e Merge branch 'master' of ssh://git.kolabsys.com/git/roundcube 2011-07-05 19:45:24 +02:00
Thomas
8eb9cc25da Finalize recurring events: use patched Horde_Date_Recurrence class for recurrence computing; fix some misbehavior of the Kolab backend 2011-07-05 19:45:09 +02:00
Thomas
c2daec1711 Display animated message while saving event data 2011-07-05 19:43:22 +02:00
Aleksander Machniak (Kolab Systems)
ecfd861c12 Enable groups for readonly folders 2011-07-05 11:41: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
Aleksander Machniak (Kolab Systems)
1b5ea4983d Initialize contactlist data object only when needed, for better performance of addressbook folders (with groups) list 2011-07-04 19:36:03 +02:00
Thomas Bruederli
8c6e9286c2 Fix attachment loading of recurring events 2011-07-04 17:46:56 +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
Thomas Bruederli
53210ec192 Merge branch 'master' of ssh://git.kolabsys.com/git/roundcube 2011-07-04 14:57:23 +02:00
Thomas Bruederli
8c3aa231e1 Improve folder/address book listing; temporarily add some timer output for profiling 2011-07-04 14:57:00 +02:00
Thomas Bruederli
042ff6f7c9 Fix syntax errors 2011-07-04 14:12:47 +02:00
Aleksander Machniak (Kolab Systems)
9093ebba46 Enabled upload progress indicator (text-only) 2011-07-04 13:57:01 +02:00
Thomas Bruederli
1f7d51be85 Merge branch 'master' of ssh://git.kolabsys.com/git/roundcube 2011-07-04 12:50:57 +02:00
Thomas Bruederli
3a62a9d29b Small code cleanup 2011-07-04 12:50:47 +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
Aleksander Machniak (Kolab Systems)
d63a8badad Merge branch 'master' of ssh://git.kolabsys.com/git/roundcube 2011-07-01 21:02:06 +02:00
Thomas
04f649c6fd Add support for 'every last friday (in june)' recurrence rules 2011-06-30 22:49:20 +02:00
Aleksander Machniak (Kolab Systems)
e980fd775f Define tasks to bind (all excluding login) 2011-06-30 12:34:30 +02:00
Thomas
de45b996b4 Move defaults to public member for general access 2011-06-30 10:11:27 +02:00
Thomas
4b3e73889f Properly support AM/PM time format 2011-06-30 10:02:02 +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
507712e533 Codestyle matters!
Fix saving of recurrence exclusions
2011-06-29 15:36:39 +02:00
Thomas Bruederli
76c451059d Merge branch 'master' of ssh://git.kolabsys.com/git/roundcube 2011-06-29 14:08:17 +02:00
Thomas Bruederli
a9e830c9a3 Added basic compatibility for IE6; some visual details and performance issues remain 2011-06-29 14:08:05 +02:00
Aleksander Machniak (Kolab Systems)
590355cdc9 Fixed setting folder namespace in object_name() method 2011-06-29 12:09:55 +02:00
Aleksander Machniak (Kolab Systems)
6eeca4efc2 Set classes on calendar list items according to data from driver 2011-06-28 13:05:58 +02:00
Aleksander Machniak (Kolab Systems)
264ccd3ac2 Fixed resize_event() - removed lost _get_storage() usage 2011-06-28 11:20:17 +02:00
Aleksander Machniak (Kolab Systems)
9bef88f546 Fixed error in create_event() 2011-06-28 11:16:55 +02:00
Aleksander Machniak (Kolab Systems)
697c06560b Fix: calendar color was not updated when folder name wasn't changed 2011-06-28 11:09:04 +02:00
Aleksander Machniak (Kolab Systems)
1f387da25a Added some Copyright/license info 2011-06-28 11:01:21 +02:00
Aleksander Machniak (Kolab Systems)
641482b70f Merge branch 'master' of ssh://git.kolabsys.com/git/roundcube
Resolved conflicts
2011-06-28 10:36:11 +02:00
Aleksander Machniak (Kolab Systems)
c3c4684bae Improved calendars list: use unified kolab calendars naming,
Added calendar icons with namespace/readonly state indicator (as in addressbook)
2011-06-28 10:32:52 +02:00
Aleksander Machniak (Kolab Systems)
f5e8902f74 Fixed object name generation for folders in other users namespace 2011-06-28 10:11:22 +02:00
Aleksander Machniak (Kolab Systems)
12f5ac34f0 Move some methods to kolab_core plugin (will be used by calendar plugin) 2011-06-28 10:02:33 +02:00
Thomas
8f40a3bdeb Reset alarms when updating an event + codestyle 2011-06-28 08:57:16 +02:00
Thomas
ab3801d67f Fix event fetching and alarms handling in Kolab backend 2011-06-28 08:45:05 +02:00
Thomas
35ea790ff5 Fix wrong usage of array_walk 2011-06-28 08:43:21 +02:00
Thomas Bruederli
54946cf2ca Revert sidebar size changes; renders fine on FF4 on Windows/Mac and FF5 on Linux 2011-06-27 19:06:54 +02:00
Thomas Bruederli
8c5d9db9cc Merge branch 'master' of ssh://git.kolabsys.com/git/roundcube 2011-06-27 12:04:45 -04:00
Thomas Bruederli
f0129819b5 Remove unused member 2011-06-27 12:04:37 -04:00
Aleksander Machniak (Kolab Systems)
924aaba1eb DOn't use reserver word 'class' 2011-06-27 17:53:10 +02:00
Thomas Bruederli
f2666513bf Add support for alarm notifications with local storage in DB 2011-06-27 11:47:52 -04:00