Commit Graph

1190 Commits

Author SHA1 Message Date
c1e057feb5 "fixed bug reported by Hans-Juergen Tappe <tappe(at)hek.uni-karlsruhe.de>: list view not working on home page" 2008-08-15 05:09:05 +00:00
7ce97ba699 - .ics extension for todos and events
- new GroupDAV v2 component-set attribute for collections
- getlastmodified & getcontentlength properties for infolog propfind
- fixed propfind on a single infolog entry to return just that entry
- getcontenttype of vevent and vtodo collection returns extra component
2008-08-04 19:08:09 +00:00
57293bca75 "fixed wrong display of email-type participants (caused by class rename)" 2008-07-29 05:13:45 +00:00
49897197c0 "hack to display the js calendar under IE 6 and PNGfix" 2008-07-24 08:48:50 +00:00
3e758e812c "Patch for IE 6/7 and Listview custom search for selected range" 2008-07-22 08:54:40 +00:00
667eb5eb82 "order participants addtionally by status: unknow first, then tentative, accepted and last declined" 2008-07-18 11:36:09 +00:00
23f038f74a some comments 2008-07-11 08:17:22 +00:00
fa140e80ee "fixed not working change to planner group" 2008-06-12 08:25:57 +00:00
f30dc25a71 "an other fix for the cal prefs menu in prefs" 2008-06-12 08:03:29 +00:00
589d2be6b8 "typo preventing the cal prefs to be displayed" 2008-06-12 08:00:02 +00:00
7d2cc04b6c an other missing rename: boical --> calendar_ical 2008-06-12 07:33:44 +00:00
952ce04f03 "missing rename boical --> calendar_ical, uiforms --> calendar_uiforms" 2008-06-12 07:06:29 +00:00
c86025cae3 formatting 2008-06-12 07:03:23 +00:00
56c4f47c30 wrong weekdays after autoloading of so class (happens after using the constants) 2008-06-12 07:03:06 +00:00
bc6f5c6a21 missing rename boical --> calendar_ical 2008-06-12 07:02:18 +00:00
26b9126bf6 "missing rename to store alarms correct" 2008-06-10 04:22:37 +00:00
9bd973dbb9 "fixed not displayed calendar home page" 2008-06-08 12:37:13 +00:00
c6b267758f "fixed not displayed calenar properties" 2008-06-08 12:33:07 +00:00
3ed18683a3 propset svn:keywords Id 2008-06-07 18:11:56 +00:00
ef1db01306 "new calendar hooks class" 2008-06-07 18:06:36 +00:00
25b1924665 no extra charset attributes in iCal for GroupDAV/CalDAV 2008-06-07 17:54:40 +00:00
f11875aad9 new class naming schema 2008-06-07 17:49:16 +00:00
ef700b0061 new class naming schema 2008-06-07 17:45:33 +00:00
ab8a36cede seems not to be used (anymore) 2008-06-07 09:50:41 +00:00
f4dc91428b not used anymore 2008-06-07 09:47:16 +00:00
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
ea6f443858 "fixed default timerange allways overriding the given time-range in REPORT" 2008-06-04 11:07:45 +00:00
e035498517 "fixed warning if only an allprop is present" 2008-06-03 17:22:59 +00:00
ead39f58a6 commented out the error_log -ing in socal 2008-05-28 08:40:38 +00:00
7ba02f326a "UPPS typo" 2008-05-20 10:23:23 +00:00
b07dd8ef9e "cadaver reports entires as not found, because modified and contentlength were not set" 2008-05-20 09:07:03 +00:00
9f30e824b0 enforce a certain strength of uid, as some clients set quite weak ones) 2008-05-20 04:59:26 +00:00
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
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
d884a13521 "fixed problem reported by Peter Goerzen: sql error creating an exception" 2008-05-16 11:02:46 +00:00
ce59f97204 using / as calendar-home-set and fixed return code for PUT requests on the UID 2008-05-10 20:12:20 +00:00
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
415527b677 using renamed addressbook_bo 2008-05-10 20:07:50 +00:00
974faa7483 "using renamed addressbook_bo" 2008-05-10 20:06:39 +00:00
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
9d7e48fcaa use a cn given+family name, instead of link title for contacts 2008-05-08 20:19:20 +00:00
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
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
121752ed72 "MAILTO href in ATTENDEE, is just the email address, NO cn" 2008-05-07 09:09:33 +00:00
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
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
62c3d6c967 try to resolve the icalsrv calendar update problem regarding the etag 2008-04-03 11:57:12 +00:00
ff0c609b7f try to resolve the icalsrv calendar update problem regarding the etag 2008-04-03 11:55:07 +00:00
fb32ab9d01 Add support for vcalendar 2.0 valarm elements
tracker #1480, thanks for the patch
2008-03-27 08:29:54 +00:00
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