Commit Graph

2040 Commits

Author SHA1 Message Date
70aee0a67d Fix task priorities for Funambol WM Client 2010-01-09 22:28:41 +00:00
3242e169cc More Funambol adjustments and workarounds 2010-01-09 18:04:21 +00:00
49823ecd7e Fix encoding issues; improvements for Funambol clients 2010-01-08 13:09:36 +00:00
fc63d67fb9 invalid the cache if saved_states get updated, otherwise changed states will not be saved correctly in some cases 2010-01-07 10:41:51 +00:00
d82ca7378b Fix recur_enddate during import/export 2010-01-05 18:06:07 +00:00
ac7424612e Calculate the EGw recur_enddate properly 2010-01-05 11:24:27 +00:00
946ecb41b2 substract only one second from incoming whole day events because EGw stores whole day events with DTEND 23:59:59 2010-01-04 13:56:20 +00:00
80f9969ee3 fixed wrong indents 2010-01-02 13:25:58 +00:00
43190660a4 implemented different priority values for funambol/outlook clients since outlook does not support the RFC defined PRIORITY values, fixed some typos 2009-12-29 13:51:07 +00:00
3546f1057d call groupdav::fix_series() really just for groupdav clients 2009-12-27 15:49:40 +00:00
dd0a5c1b13 Fixed CalDAV/GroupDAV to include all exceptions of a series in the
resource of the series master. Now the status of single recurrences of a
serie are send to the clients as (virtual) exceptions as Jaytrax&Joerg
implemented it already for SyncML.
The implementation is unfortunately a little different, as CalDAV
differs from SyncML and I dont know the SyncML part that well. Maybe we
can re-unify the code again together.
Tested so far with Tb3/Lightning1.0b and a little with iPhone.
Please let me know, if you run into problems with other clients.
2009-12-27 04:21:33 +00:00
e52c549c14 just a small translation fix 2009-12-09 09:28:21 +00:00
e532ee0944 Implement new link hook view_list, to be able to be taken to a list of entries 2009-12-08 22:41:49 +00:00
ac14a5a1fd Implement options so link_query() can be limited 2009-12-08 22:36:43 +00:00
dd55355195 "fixed several small problems in new invitation and category acl" 2009-12-07 13:31:51 +00:00
60f72a9605 "fixed wrong default for referer (used if UA does not send one)" 2009-12-07 13:29:14 +00:00
7161fce93e fixed some typos and added german translations 2009-12-07 12:37:12 +00:00
d6da8d8980 Fix yearly recurrence issue for version 1.0 2009-12-06 18:04:08 +00:00
8f0bd9a5dc Fix recurrence UNTIL calculation 2009-12-04 15:38:23 +00:00
8a9392c681 fixed problem with blanks in account_id of owner parameter 2009-12-04 10:22:33 +00:00
44b15c1775 Category based ACL to limit adding of a certain category or changing the
status of a participant (included moving the event), 
eg. to implement a restricted holiday calendar
*** not yet fully tested ***
2009-12-03 18:24:19 +00:00
5066c5c3b7 docu update 2009-12-03 18:20:07 +00:00
e7ec189ea4 Use ['egw_info']['server']['server_timezone'] to reset server timezone 2009-12-03 08:28:45 +00:00
94503e6a0d Recover history from rev 28549 2009-12-02 19:30:50 +00:00
428c819921 Temporary removal to recover history from rev 28549 2009-12-02 19:29:28 +00:00
dd92e60180 Use UID for find_content(); code cleanups 2009-12-01 10:24:55 +00:00
2a1d7079ad delete space, that translations work fine again 2009-11-30 13:53:21 +00:00
7ec6262f11 Update for spanish translation 2009-11-30 06:46:00 +00:00
738726abf1 Adjust group attendee handling 2009-11-29 21:03:17 +00:00
3fa506f24a Change calendar filter 'all' to include 'owner'; typo in get_recurrences() 2009-11-29 21:02:15 +00:00
4aa96e5287 fixed some typos 2009-11-29 19:12:16 +00:00
91cb772bc5 Fix bad line causing problem in setup and update to current contents 2009-11-29 18:18:46 +00:00
a0e1a238dd Optimized SyncML memory footprint; fixes various filter issues 2009-11-29 14:03:45 +00:00
56fb819ac0 fixed wrong preference description 2009-11-28 16:14:32 +00:00
bee60c0f9b fixed some translationn typos 2009-11-28 15:17:12 +00:00
0b52947cc8 Move calendar lang files 2009-11-28 12:51:22 +00:00
96c5fc3184 quietened logging 2009-11-27 08:33:10 +00:00
98575180c5 give calendar owner the CHAIR role if we have ADD ACLs for the owners calendar 2009-11-27 08:04:29 +00:00
3d93128777 Enforce configured device timezone during import 2009-11-27 06:47:21 +00:00
43c5373b4d Fix event recur_interval mismatch issue 2009-11-27 06:46:32 +00:00
0f77f7e802 Fix role handling in get_recurrences() 2009-11-26 20:21:16 +00:00
6a7b07e3c6 New PARTICIPANT/ORGANIZER schema 2009-11-26 18:36:19 +00:00
0e60f6ac29 NOT clear timezone for private events (causes exception in calendar list
view)
2009-11-26 10:27:46 +00:00
5ce294aa5c calendar GUI classes now use centralized method in categories class to check for category permissions 2009-11-26 08:28:06 +00:00
d53b681f21 - reworked referer handling to allow calling from other apps and not
changing back to calendar
- allow to specify custom template for event edit
2009-11-25 20:16:41 +00:00
be1cd2d832 "adding rounded corners for safari too" 2009-11-25 17:36:44 +00:00
8e63887331 respect category permissions in calendar gui, unified var name of categories object 2009-11-25 12:58:09 +00:00
a7c2b81b85 moved declaration of categories var to bo class 2009-11-25 12:55:59 +00:00
9726ed19fc - fixed typo calling not existing check_acl instead of check_acl_invite
- fixed check_acl_invite to work with no acl set too
2009-11-24 13:13:41 +00:00
a70df0ddbb Pending language updates 2009-11-24 05:51:49 +00:00