Commit graph

1099 commits

Author SHA1 Message Date
Aleksander Machniak
a5e723d3d7 Fix contentframe handling regresion 2012-11-06 14:58:44 +01:00
Aleksander Machniak
bef8355aff raise_error() -> rcube::raise_error() 2012-11-06 11:46:15 +01:00
Thomas Bruederli
dd2bf15adf Also use different signatures when calling libkolab(xml) read functions 2012-11-02 15:04:59 +01:00
Thomas Bruederli
dbe7352ce1 Fix default config folder selection (list is not indexed anymore) 2012-11-02 13:46:00 +01:00
Thomas Bruederli
50b3b8e766 Use different signatures for libkolab/libkolabxml function calls 2012-11-02 13:45:05 +01:00
Thomas Bruederli
d55e56c07c Use new libkolab XML object reading/writing functions in preparation of adding Kolab format v2 capabilities 2012-11-01 20:06:09 +01:00
Thomas Bruederli
06e6c43db0 Use the right library function to get the last occurence of a recurrence chain 2012-10-31 14:01:54 +01:00
Thomas Bruederli
075748b076 Fix computation of new COUNT value for recurrence rules 2012-10-30 16:10:12 +01:00
Aleksander Machniak
9d9262d71f Fixed HTML entities handling in task list names 2012-10-29 20:41:50 +01:00
Aleksander Machniak
04793bfaf3 Improvements in default folders creation procedure 2012-10-26 13:44:57 +02:00
Aleksander Machniak
12e2d2ea4a Add option to create default folders of type file and freebusy 2012-10-25 15:52:46 +02:00
Aleksander Machniak
8eda2df71e Simplified default folder selection - now when private/shared annotation
is properly handled (.default is removed from shared) by kolab_storage functions
2012-10-25 15:20:33 +02:00
Aleksander Machniak
264504b9a3 Add localized labels for file and freebusy folder type 2012-10-25 15:13:59 +02:00
Thomas Brüderli
b4ced09d2e Make use of libkolab/libcalendaring PHP bindings for computing recurring events 2012-10-23 15:05:38 +02:00
Thomas Bruederli
ae02c3d670 Initialize IMAP connection before setting metadata (#1128) 2012-10-22 18:02:18 +02:00
Thomas Bruederli
8ec81e2879 Store event sequence numbers in database driver 2012-10-18 22:02:29 +02:00
Thomas Bruederli
6e018d536c Fix check for updated events 2012-10-18 22:02:04 +02:00
Thomas Bruederli
219a7a41a7 Compare sequence numbers for iTip updates 2012-10-18 21:54:14 +02:00
Thomas Bruederli
29b4c075e7 Treat as new even if uid property is given 2012-10-18 21:51:55 +02:00
Thomas Bruederli
d783b487f6 Fix sequence fix. Man is it already that late? 2012-10-18 21:28:08 +02:00
Thomas Bruederli
433a5420a2 Fix sequence increment 2012-10-18 21:25:39 +02:00
Thomas Bruederli
ff5f354423 Export sequence attribute; fix UTC date formatting in iCal exports 2012-10-18 19:45:01 +02:00
Thomas Bruederli
78690dfed4 Read, update and cache sequence attributes of xCal objects 2012-10-18 19:39:43 +02:00
Thomas Bruederli
e059785d00 Some tweaks to make tasklist work in IE<9 2012-10-18 12:23:17 +02:00
Aleksander Machniak
81fdc1642a Remove redundant parse_host() call 2012-10-17 13:46:49 +02:00
Aleksander Machniak
6d46e0c9f2 More Roundcube Framework related fixes 2012-10-17 13:43:08 +02:00
Thomas Bruederli
58b3ed570d Merge branch 'master' of ssh://git.kolabsys.com/git/roundcube 2012-10-17 12:13:12 +02:00
Thomas Bruederli
d356302759 Cut off folder type suffix from shared annotation values (#1105); small code cleanup to reduce redundancy 2012-10-17 12:12:45 +02:00
Aleksander Machniak
c06a949d0f Merge branch 'master' of ssh://git.kolab.org/git/roundcube 2012-10-17 11:55:37 +02:00
Aleksander Machniak
2d08c58e56 Fix/prepare plugins to use out of Roundcube (where rcmail object doesn't exist) 2012-10-17 11:54:25 +02:00
Thomas Bruederli
fad8e68fe7 Move kolab_folders::set_folder_type() logic to libkolab plugin and use it where appropriate (#1104) 2012-10-17 11:46:26 +02:00
Thomas Bruederli
5be0b06fcb Remove existing id/uid attributes when inserting a new contact (#1101) 2012-10-17 11:27:54 +02:00
Aleksander Machniak
d74d5ff01f Add lost image file 2012-10-16 19:16:07 +02:00
Aleksander Machniak
2b3d7f9926 Fix fatal error on event without an UID and PHP warning (Bug #1108) 2012-10-15 12:36:23 +02:00
Aleksander Machniak (Kolab Systems)
8cfdea45db Use the same method of attaching the script to a page as for 0.7 2012-10-12 15:04:17 +02:00
Aleksander Machniak (Kolab Systems)
69ecf0cae3 Initial commit of tinymce_config plugin 2012-10-12 14:49:48 +02:00
Aleksander Machniak
c723bb3e67 Fix Fatal error: Call to a member function get_metadata() on a non-object 2012-10-11 14:43:01 +02:00
Aleksander Machniak
745f743e5f Added kolab_storage::folder_type() method 2012-10-09 19:18:09 +02:00
Aleksander Machniak
bde912a1fe Create identity for each email address of a new user 2012-10-08 11:32:49 +02:00
Aleksander Machniak
a7c06ff2fd Support array of fields in kolab_auth_name/kolab_auth_email config,
use first non-empty value (#1012).
Fix lost kolab_auth_email handling.
2012-10-08 10:15:32 +02:00
Aleksander Machniak
ad9a89eece Throw login error when LDAP connection failes or user not found in LDAP (Bug #512) 2012-10-08 09:38:16 +02:00
Aleksander Machniak
e0962a3936 CS fixes 2012-10-08 09:22:07 +02:00
Thomas Bruederli
4619fb0c31 Typo 2012-10-04 17:08:37 +02:00
Thomas Bruederli
aa15f1948f Focus the first button of UI dialogs 2012-10-04 16:01:59 +02:00
Thomas Bruederli
1b485aded4 Better styling of free.busy scheduling dialog 2012-10-04 15:51:07 +02:00
Thomas Bruederli
66bb3b665d Treat 'dummy' free busy lists as 'unknown' (#1070) 2012-10-04 14:46:27 +02:00
Thomas Bruederli
0df591391e Save colors to shared annotations only for personal folders. Write to private annotations otherwise (#830) 2012-10-04 14:22:43 +02:00
Thomas Bruederli
a22f1764d8 Fix calendar printing after refactoring and skin update 2012-10-04 12:52:56 +02:00
Thomas Bruederli
ea5a2fae4c Copy missing image from classic skin 2012-10-04 12:37:43 +02:00
Thomas Bruederli
398c6cb971 Small style adaption to official Larry styles 2012-10-04 12:34:05 +02:00