stuart: server/kolab/kolab/templates resmgr.conf.template,1.7,1.8

cvs at intevation.de cvs at intevation.de
Wed Sep 15 00:09:38 CEST 2004


Author: stuart

Update of /kolabrepository/server/kolab/kolab/templates
In directory doto:/tmp/cvs-serv14949/kolab/kolab/templates

Modified Files:
	resmgr.conf.template 
Log Message:
Fix for Issue381: Changes can now be made to an event and the resource manager is able to handle them correctly. This uses the new no-cache and ignore functionality of the freebusy script.
(Possible) fix for Issue360: The iTip reply was not being decoded properly from the MIME message. This also fixes event requests from Outlook, as they use quoted-printable encoding and subsequently weren't working either.
(Possible) fix for Issue387: Net_IMAP is used to set the folder annotation when creating the calendar folder. If Net_IMAP is not present this step is simply skipped.

- Able to get the iTip METHOD from both the VEVENT object and the iCalendar container object (fix for outlook requests).
- Small text notifications are sent to the organiser when a CANCEL method is received and processed. This also indicates whether there was a problem (e.g. the event does not exist).
- iTip replies are sent on REQUEST updates as well. This is done as the organiser needs to know whether the updated event is still suitable (e.g. that we don't have another event in the new timeslot, etc)
- iTip replies are no longer multipart/mime messages with a text part explanation of what the iCal part is - they are now exclusively text/calendar messages. This is done to enable some UI enhancements in Outlook that are only present for the single-part messages.
- Fixed a bug in the iTip SEQUENCE logic. We must not increment the SEQUENCE when sending a reply, but rather return the value that we received.
- Added the X-Kolab-Type header to stored calendar messages.
- Fixed a bug in the busy time overlap testing. Previously you could create an event and another that started before and ended after the first (i.e. encapsulated the first event) and both would be accepted as having no conflicts.
- Small cleanups & optimisations.


Index: resmgr.conf.template
===================================================================
RCS file: /kolabrepository/server/kolab/kolab/templates/resmgr.conf.template,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- resmgr.conf.template	12 Aug 2004 10:55:39 -0000	1.7
+++ resmgr.conf.template	14 Sep 2004 22:09:36 -0000	1.8
@@ -43,7 +43,7 @@
 $params['calendar_store'] = 'Calendar';
 
 // Where can we get free/busy information from?
-$params['freebusy_url'] = 'http://@@@fqdnhostname@@@/freebusy/${USER}.ifb';
+$params['freebusy_url'] = 'http://@@@fqdnhostname@@@/freebusy/freebusy.php?x=0&uid=${USER}';
 
 // Where are we logging to?
 $params['log'] = 'file:@l_prefix@/var/resmgr/resmgr.log';                // File...





More information about the commits mailing list