File tree Expand file tree Collapse file tree 2 files changed +4
-19
lines changed
Expand file tree Collapse file tree 2 files changed +4
-19
lines changed Original file line number Diff line number Diff line change 22 * Fixed: Custom properties were not propertly sent back for allprops
33 requests.
44 * Fixed: Issue 49, incorrect parsing of PROPPATCH, affecting Office 2007.
5+ * Changed: Removed CalDAV items from includes.php, and added a few missing
6+ ones.
57
681.2.0beta2 (2010-05-04)
79 * Fixed: Issue 46: Fatal error for some non-existant nodes.
Original file line number Diff line number Diff line change 2323
2424/* Version */
2525include 'Sabre/DAV/Version.php ' ;
26+ include 'Sabre/HTTP/Version.php ' ;
2627
2728/* Exceptions */
2829include 'Sabre/DAV/Exception.php ' ;
5556include 'Sabre/DAV/Property/Href.php ' ;
5657include 'Sabre/DAV/Property/SupportedReportSet.php ' ;
5758include 'Sabre/DAV/Property/Response.php ' ;
59+ include 'Sabre/DAV/Property/Principal.php ' ;
5860
5961/* Node interfaces */
6062include 'Sabre/DAV/INode.php ' ;
123125/* DavMount plugin */
124126include 'Sabre/DAV/Mount/Plugin.php ' ;
125127
126- /* CalDAV */
127- include 'Sabre/CalDAV/Property/SupportedCalendarComponentSet.php ' ;
128- include 'Sabre/CalDAV/Property/SupportedCalendarData.php ' ;
129- include 'Sabre/CalDAV/Property/SupportedCollationSet.php ' ;
130-
131- include 'Sabre/CalDAV/Backend/Abstract.php ' ;
132- include 'Sabre/CalDAV/Backend/PDO.php ' ;
133-
134- include 'Sabre/CalDAV/ICalendar.php ' ;
135- include 'Sabre/CalDAV/Calendar.php ' ;
136- include 'Sabre/CalDAV/CalendarObject.php ' ;
137- include 'Sabre/CalDAV/CalendarRootNode.php ' ;
138- include 'Sabre/CalDAV/UserCalendars.php ' ;
139-
140- include 'Sabre/CalDAV/XCalICal.php ' ;
141-
142- include 'Sabre/CalDAV/Plugin.php ' ;
143-
144- include 'Sabre/CalDAV/Server.php ' ;
145128
You can’t perform that action at this time.
0 commit comments