Stefan Becker
49897197c0
"hack to display the js calendar under IE 6 and PNGfix"
2008-07-24 08:48:50 +00:00
Stefan Becker
3e758e812c
"Patch for IE 6/7 and Listview custom search for selected range"
2008-07-22 08:54:40 +00:00
Ralf Becker
667eb5eb82
"order participants addtionally by status: unknow first, then tentative, accepted and last declined"
2008-07-18 11:36:09 +00:00
Régis Leroy
23f038f74a
some comments
2008-07-11 08:17:22 +00:00
Ralf Becker
fa140e80ee
"fixed not working change to planner group"
2008-06-12 08:25:57 +00:00
Ralf Becker
f30dc25a71
"an other fix for the cal prefs menu in prefs"
2008-06-12 08:03:29 +00:00
Ralf Becker
589d2be6b8
"typo preventing the cal prefs to be displayed"
2008-06-12 08:00:02 +00:00
Ralf Becker
7d2cc04b6c
an other missing rename: boical --> calendar_ical
2008-06-12 07:33:44 +00:00
Ralf Becker
952ce04f03
"missing rename boical --> calendar_ical, uiforms --> calendar_uiforms"
2008-06-12 07:06:29 +00:00
Ralf Becker
c86025cae3
formatting
2008-06-12 07:03:23 +00:00
Ralf Becker
56c4f47c30
wrong weekdays after autoloading of so class (happens after using the constants)
2008-06-12 07:03:06 +00:00
Ralf Becker
bc6f5c6a21
missing rename boical --> calendar_ical
2008-06-12 07:02:18 +00:00
Ralf Becker
26b9126bf6
"missing rename to store alarms correct"
2008-06-10 04:22:37 +00:00
Ralf Becker
9bd973dbb9
"fixed not displayed calendar home page"
2008-06-08 12:37:13 +00:00
Ralf Becker
c6b267758f
"fixed not displayed calenar properties"
2008-06-08 12:33:07 +00:00
Ralf Becker
3ed18683a3
propset svn:keywords Id
2008-06-07 18:11:56 +00:00
Ralf Becker
ef1db01306
"new calendar hooks class"
2008-06-07 18:06:36 +00:00
Ralf Becker
25b1924665
no extra charset attributes in iCal for GroupDAV/CalDAV
2008-06-07 17:54:40 +00:00
Ralf Becker
f11875aad9
new class naming schema
2008-06-07 17:49:16 +00:00
Ralf Becker
ef700b0061
new class naming schema
2008-06-07 17:45:33 +00:00
Ralf Becker
ab8a36cede
seems not to be used (anymore)
2008-06-07 09:50:41 +00:00
Ralf Becker
f4dc91428b
not used anymore
2008-06-07 09:47:16 +00:00
Ralf Becker
e2f749c86b
"taking into account timezone of iso8601 date in bocal::date2ts(), eg. used in time-range filters in CalDAV"
2008-06-04 13:22:11 +00:00
Ralf Becker
ea6f443858
"fixed default timerange allways overriding the given time-range in REPORT"
2008-06-04 11:07:45 +00:00
Ralf Becker
e035498517
"fixed warning if only an allprop is present"
2008-06-03 17:22:59 +00:00
Klaus Leithoff
ead39f58a6
commented out the error_log -ing in socal
2008-05-28 08:40:38 +00:00
Ralf Becker
7ba02f326a
"UPPS typo"
2008-05-20 10:23:23 +00:00
Ralf Becker
b07dd8ef9e
"cadaver reports entires as not found, because modified and contentlength were not set"
2008-05-20 09:07:03 +00:00
Ralf Becker
9f30e824b0
enforce a certain strength of uid, as some clients set quite weak ones)
2008-05-20 04:59:26 +00:00
Ralf Becker
17ce8469fe
"fixed problem with Lighting: a weekly repeating event of a single weekday does not set BYDAY"
2008-05-17 14:34:23 +00:00
Ralf Becker
89eba8038d
allow status update via CalDAV/GroupDAV PUT and DELETE for attendees (with no other rights on the event), moved that code from bocalupdate (wasnt working because of wrong param code) to boical, this should work for SyncML and CalDAV/GroupDAV - thought SyncML does not handle the delete to reject an event so far
2008-05-17 13:00:34 +00:00
Ralf Becker
d884a13521
"fixed problem reported by Peter Goerzen: sql error creating an exception"
2008-05-16 11:02:46 +00:00
Ralf Becker
ce59f97204
using / as calendar-home-set and fixed return code for PUT requests on the UID
2008-05-10 20:12:20 +00:00
Ralf Becker
6ca9cecf01
making the event cache static, to use it in all instances of the bocal class, otherwise different instances use old etags
2008-05-10 20:10:45 +00:00
Ralf Becker
415527b677
using renamed addressbook_bo
2008-05-10 20:07:50 +00:00
Ralf Becker
974faa7483
"using renamed addressbook_bo"
2008-05-10 20:06:39 +00:00
Ralf Becker
d2e9143213
First version of new CalDav/CardDAV/GroupDAV access for calendar and
...
addressbook (infolog will follow).
CalDAV is tested so far with lightning 0.8 and Apple's iCal. Please note
that both distinguish between iCalServer and CalDAV!
The URL is currently http://domain.com/egroupware/groupdav.php/calendar/
2008-05-08 20:31:32 +00:00
Ralf Becker
9d7e48fcaa
use a cn given+family name, instead of link title for contacts
2008-05-08 20:19:20 +00:00
Ralf Becker
cb9212e691
Calendar can now store participants which are no accounts or contacts.
...
- as required by iCal/CalDAV/GroupDAV/SyncML
- this also fixes problems with LDAP contacts, which have non-numeric
ids
- iCal code now converts to and from all participant types supported by
eGroupWare: some types (eg. ressources) require that the clients keeps
the new X-EGROUPWARE-UID attribute
- calendar UI allows to enter email addresses via the addressbook search
box (dont type search, but direct add)
2008-05-08 15:02:35 +00:00
Ralf Becker
5d50d41004
- modified etag/optimistic locking, to always increment the etag, was before only via the GUI
...
- replaced own "locks" via egw_cal.cal_edit_user/time with the new egw_vfs::lock() methods
2008-05-07 22:12:25 +00:00
Ralf Becker
121752ed72
"MAILTO href in ATTENDEE, is just the email address, NO cn"
2008-05-07 09:09:33 +00:00
Ralf Becker
faae1ce6b6
"allow to (optionally) pass etag to importVCal, to check and fail if event is changed (needed by GroupDAV/CalDAV)"
2008-05-06 21:57:32 +00:00
Ralf Becker
36858cf2c2
"new parameter for exportVCal to export the UID the client sent and not the calendar-id-installid one, that's required by many GroupDAV/CalDAV clients and also the recommend behavior according to the RFC, it's off by default to not break SyncML"
2008-05-06 21:05:56 +00:00
Klaus Leithoff
62c3d6c967
try to resolve the icalsrv calendar update problem regarding the etag
2008-04-03 11:57:12 +00:00
Klaus Leithoff
ff0c609b7f
try to resolve the icalsrv calendar update problem regarding the etag
2008-04-03 11:55:07 +00:00
Patrick Bihan-Faou
fb32ab9d01
Add support for vcalendar 2.0 valarm elements
...
tracker #1480 , thanks for the patch
2008-03-27 08:29:54 +00:00
Patrick Bihan-Faou
2b1ee9c0ef
Recognize 'nexthaus corp' just like 'nexthaus corporation' for blackberry users.
...
Fixes tracker #1478 , thanks for the patch.
2008-03-27 07:50:35 +00:00
Ralf Becker
f35e97af13
"fixed halfway transformed link class"
2008-03-26 12:23:26 +00:00
Ralf Becker
5aa6c90625
removed unnecessary instancations and using static methods of html and egw_link class
2008-03-25 15:38:52 +00:00
Ralf Becker
ae735c80af
removed unnecessary instancations and using static methods of html and egw_link class
2008-03-25 15:33:10 +00:00