-
-Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712
-
-Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
-
-
-
- A class for holding basic information about a calendar we shall synchronize
-
-
-
-
-
-
-
-
-
-
-
- Documentation generated on Sun, 08 Jul 2012 12:53:47 +0000 by phpDocumentor 1.4.3
-
-
-
\ No newline at end of file
diff --git a/docs/api/awl/caldav/CalDAVClient.html b/docs/api/awl/caldav/CalDAVClient.html
deleted file mode 100644
index 39077cb0..00000000
--- a/docs/api/awl/caldav/CalDAVClient.html
+++ /dev/null
@@ -1,1288 +0,0 @@
-
-Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
-
-
-
-
-
- Docs For Class CalDAVClient
-
-
-
-
-
-
-Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712
-
-Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
-
-
-
-
-Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712
-
-Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
-
-
-
- string
- $base_url: The URL for the calendar server
-
- string
- $user: The name of the user logging in
-
- string
- $pass: The password for that user
-
- string
- $calendar: The name of the calendar (not currently used)
-
-
-
-
-
-
-
-
-
- DoCalendarQuery (line 312)
-
-
-
-
Given XML for a calendar query, return an array of the events (/todos) in the response. Each event in the array will have a 'href', 'etag' and '$response_type' part, where the 'href' is relative to the calendar and the '$response_type' contains the definition of the calendar data in iCalendar format.
-
-
return: An array of the relative URLs, etags, and events from the server. Each element of the array will be an array with 'href', 'etag' and 'data' elements, corresponding to the URL, the server-supplied etag (which only varies when the data changes) and the calendar data in iCalendar format.
- string
- $relative_url: The URL relative to the base_url specified when the calendar was opened. Default ''.
-
- uid
- $uid
-
-
-
-
-
-
-
-
-
- GetEvents (line 370)
-
-
-
-
Get the events in a range from $start to $finish. The dates should be in the
-
format yyyymmddThhmmssZ and should be in GMT. The events are returned as an array of event arrays. Each event array will have a 'href', 'etag' and 'event' part, where the 'href' is relative to the calendar and the event contains the definition of the event in iCalendar format.
-
-
return: An array of the relative URLs, etags, and events, returned from DoCalendarQuery() @see DoCalendarQuery()
- timestamp
- $start: The start time for the period
-
- timestamp
- $finish: The finish time for the period
-
- string
- $relative_url: The URL relative to the base_url specified when the calendar was opened. Default ''.
-
-
-
-
-
-
-
-
-
- GetHttpRequest (line 137)
-
-
-
-
Output http request headers
-
-
return: headers
-
-
-
- HTTP
-
- GetHttpRequest
-
- ()
-
-
-
-
-
-
-
-
-
-
- GetHttpResponse (line 145)
-
-
-
-
Output http response headers
-
-
return: headers
-
-
-
- HTTP
-
- GetHttpResponse
-
- ()
-
-
-
-
-
-
-
-
-
-
- GetTodos (line 406)
-
-
-
-
Get the todo's in a range from $start to $finish. The dates should be in the
-
format yyyymmddThhmmssZ and should be in GMT. The events are returned as an array of event arrays. Each event array will have a 'href', 'etag' and 'event' part, where the 'href' is relative to the calendar and the event contains the definition of the event in iCalendar format.
-
-
return: An array of the relative URLs, etags, and events, returned from DoCalendarQuery() @see DoCalendarQuery()
-
-
-
-Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
-
- Documentation generated on Wed, 04 Jul 2012 10:13:06 +0000 by phpDocumentor 1.4.3
-
-
-
\ No newline at end of file
diff --git a/docs/api/awl/caldav/CalDAVSyncClient.html b/docs/api/awl/caldav/CalDAVSyncClient.html
deleted file mode 100644
index a8959419..00000000
--- a/docs/api/awl/caldav/CalDAVSyncClient.html
+++ /dev/null
@@ -1,2237 +0,0 @@
-
-Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
-
-
-
-
-
- Docs For Class CalDAVSyncClient
-
-
-
-
-
-
-Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712
-
-Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
-
-
-
-
-Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712
-
-Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
-
-
-
- $urls
- $urls: array of string The calendar URLs to set
-
-
-
-
-
-
-
-
-
- DoCalendarQuery (line 885)
-
-
-
-
Given XML for a calendar query, return an array of the events (/todos) in the response. Each event in the array will have a 'href', 'etag' and '$response_type' part, where the 'href' is relative to the calendar and the '$response_type' contains the definition of the calendar data in iCalendar format.
-
-
return: An array of the relative URLs, etags, and events from the server. Each element of the array will be an array with 'href', 'etag' and 'data' elements, corresponding to the URL, the server-supplied etag (which only varies when the data changes) and the calendar data in iCalendar format.
- string
- $relative_url: The URL relative to the base_url specified when the calendar was opened. Default ''.
-
- string
- $component_type: The component type inside the VCALENDAR. Default 'VEVENT'.
-
- uid
- $uid
-
-
-
-
-
-
-
-
-
- GetEvents (line 942)
-
-
-
-
Get the events in a range from $start to $finish. The dates should be in the
-
format yyyymmddThhmmssZ and should be in GMT. The events are returned as an array of event arrays. Each event array will have a 'href', 'etag' and 'event' part, where the 'href' is relative to the calendar and the event contains the definition of the event in iCalendar format.
-
-
return: An array of the relative URLs, etags, and events, returned from DoCalendarQuery() @see DoCalendarQuery()
- timestamp
- $start: The start time for the period
-
- timestamp
- $finish: The finish time for the period
-
- string
- $relative_url: The URL relative to the base_url specified when the calendar was opened. Default ''.
-
-
-
-
-
-
-
-
-
- GetHttpRequest (line 230)
-
-
-
-
Output http request headers
-
-
return: headers
-
-
-
- HTTP
-
- GetHttpRequest
-
- ()
-
-
-
-
-
-
-
-
-
-
- GetOKProps (line 619)
-
-
-
-
Return the <prop> ... </prop> of a propstat where the status is OK
-
-
- void
-
- GetOKProps
-
- (string$nodenum)
-
-
-
-
- string
- $nodenum: The node number in the xmlnodes which is the href
-
-
-
-
-
-
-
-
-
- GetResponseBody (line 246)
-
-
-
-
Output http response body
-
-
return: body
-
-
-
- HTTP
-
- GetResponseBody
-
- ()
-
-
-
-
-
-
-
-
-
-
- GetResponseHeaders (line 238)
-
-
-
-
Output http response headers
-
-
return: headers
-
-
-
- HTTP
-
- GetResponseHeaders
-
- ()
-
-
-
-
-
-
-
-
-
-
- GetTodos (line 978)
-
-
-
-
Get the todo's in a range from $start to $finish. The dates should be in the
-
format yyyymmddThhmmssZ and should be in GMT. The events are returned as an array of event arrays. Each event array will have a 'href', 'etag' and 'event' part, where the 'href' is relative to the calendar and the event contains the definition of the event in iCalendar format.
-
-
return: An array of the relative URLs, etags, and events, returned from DoCalendarQuery() @see DoCalendarQuery()
-
-
-
-Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
-
- Documentation generated on Sun, 08 Jul 2012 12:53:47 +0000 by phpDocumentor 1.4.3
-
-
-
\ No newline at end of file
diff --git a/docs/api/awl/caldav/CalendarInfo.html b/docs/api/awl/caldav/CalendarInfo.html
deleted file mode 100644
index 8c61497e..00000000
--- a/docs/api/awl/caldav/CalendarInfo.html
+++ /dev/null
@@ -1,267 +0,0 @@
-
-Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
-
-
-
-
-
- Docs For Class CalendarInfo
-
-
-
-
-
-
-Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712
-
-Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
-
-
-
-
-Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712
-
-Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
-
-
-
A Class for handling Events on a calendar which repeat
-
Here's the spec, from RFC2445:
At this point we are going to restrict ourselves to parts of the RRULE specification seen in the wild. And by "in the wild" I don't include within people's timezone definitions. We always convert time zones to canonical names and assume the lower level libraries can do a better job with them than we can.
We will concentrate on: FREQ=(YEARLY|MONTHLY|WEEKLY|DAILY) UNTIL= COUNT= INTERVAL= BYDAY= BYMONTHDAY= BYSETPOS= WKST= BYYEARDAY= BYWEEKNO= BYMONTH=
This class is an implementation of RRULE parsing and expansion, as per RFC5545. It should be reasonably complete, except that it does not handle changing the WKST - there may be a few errors in unusual rules also, but all of the common cases should be handled correctly.
Construct a new RepeatRuleDateRange which will be the range between $date1 and $date2. The earliest of the two dates will be used as the start of the period, the latest as the end. If one of the dates is null then the order of the parameters is significant, with the null treated as -infinity if it is first, or +infinity if it is second.
-
If both parameters are null then the range is from -infinity to +infinity.
Wrap the DateTime class to make it friendlier to passing in random strings from iCalendar objects, and especially the random stuff used to identify timezones. We also add some utility methods and stuff too, in order to simplify some of the operations we need to do with dates.
If this is a localised time then this will return the UTC equivalent. If it is a floating time, then you will just get the floating time. If it is a date then it will be returned as a date. Note that if it is a *localised* date then the answer will still be the UTC equivalent but only the date itself will be returned.
-
If return_floating_times is true then all dates will be returned as floating times and UTC will not be returned.
Always returns a time localised to UTC. Even floating times are converted to UTC using the server's currently configured PHP timezone. Even dates will include a time, which will be non-zero if they were localised dates.
-
-Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712
-
-Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
-
Inherited Constants
-
-
Inherited from DateTime (Internal Class)
-
-
-
- ATOM = 'Y-m-d\\TH:i:sP'
-
-
-
- COOKIE = 'l, d-M-y H:i:s T'
-
-
-
- ISO8601 = 'Y-m-d\\TH:i:sO'
-
-
-
- RFC822 = 'D, d M y H:i:s O'
-
-
-
- RFC850 = 'l, d-M-y H:i:s T'
-
-
-
- RFC1036 = 'D, d M y H:i:s O'
-
-
-
- RFC1123 = 'D, d M Y H:i:s O'
-
-
-
- RFC2822 = 'D, d M Y H:i:s O'
-
-
-
- RFC3339 = 'Y-m-d\\TH:i:sP'
-
-
-
- RSS = 'D, d M Y H:i:s O'
-
-
-
- W3C = 'Y-m-d\\TH:i:sP'
-
-
-
-
-
-
-
- Documentation generated on Wed, 04 Jul 2012 10:13:09 +0000 by phpDocumentor 1.4.3
-
-
-
\ No newline at end of file
diff --git a/docs/api/awl/caldav/RepeatRuleTimeZone.html b/docs/api/awl/caldav/RepeatRuleTimeZone.html
deleted file mode 100644
index 1e048394..00000000
--- a/docs/api/awl/caldav/RepeatRuleTimeZone.html
+++ /dev/null
@@ -1,244 +0,0 @@
-
-
-
-
-
- Docs For Class RepeatRuleTimeZone
-
-
-
-
-
Factory method to return an Rfc5545Duration object from the difference between two dates.
-
This is flawed, at present: we should really localise both dates and work out the difference in days, then localise the times and work out the difference between the clock times. On the other hand we're replacing a quick and dirty hack that did it exactly the same way in the past, so we're not making things any *worse* and at least we're making it clear that it could be improved...
The problem strikes (as they all do) across DST boundaries.
-
-
todo: Improve this to calculate the days difference and then the clock time diff and work from there.
Returns the duration as a text string of the form ^(-?)P(\d+W)|((\d+D)?(T(\d+H)?(\d+M)?(\d+S)?)?)$
-
-
return: The stringified stuff.
-
-
-
- string
-
- __toString
-
- ()
-
-
-
-
-
-
-
-
-
-
-
- Documentation generated on Wed, 04 Jul 2012 10:13:09 +0000 by phpDocumentor 1.4.3
-
-
-
\ No newline at end of file
diff --git a/docs/api/awl/caldav/_inc---CalDAVSyncClient.php.html b/docs/api/awl/caldav/_inc---CalDAVSyncClient.php.html
deleted file mode 100644
index 93663a5e..00000000
--- a/docs/api/awl/caldav/_inc---CalDAVSyncClient.php.html
+++ /dev/null
@@ -1,124 +0,0 @@
-
-Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
-
-
-
-
-
- Docs for page CalDAVSyncClient.php
-
-
-
-
-
-
-Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712
-
-Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
-
-
- Wrap the DateTime class to make it friendlier to passing in random strings from iCalendar objects, and especially the random stuff used to identify timezones. We also add some utility methods and stuff too, in order to simplify some of the operations we need to do with dates.
-
- This class is an implementation of RRULE parsing and expansion, as per RFC5545. It should be reasonably complete, except that it does not handle changing the WKST - there may be a few errors in unusual rules also, but all of the common cases should be handled correctly.
-
- object
- $vResource: A vComponent which is a VCALENDAR containing components needing expansion
-
-
-
-
-
-
-
-
-
- olson_from_vtimezone (line 19)
-
-
-
-
Try and extract something like "Pacific/Auckland" or "America/Indiana/Indianapolis" if possible, given the VTIMEZONE component that is passed in. This is much more complex than olson_from_tzstring since we start to examine the rules and work out what actual timezone this might be.
-
- void
-
- olson_from_vtimezone
-
- ( $vtz)
-
-
-
-
- vComponent
- $vtz
-
-
-
-
-
-
-
-
-
- rdate_expand (line 1113)
-
-
-
-
Expand the event instances for an RDATE or EXDATE property
-
-
return: An array keyed on the UTC dates, referring to the component
- A Class for handling dates in iCalendar format. We do make the simplifying assumption that all date handling in here is normalised to GMT. One day we might provide some functions to do that, but for now it is done externally.
-
-
-Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712
-
-Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
-
-
-
-
-
-
- _FSOCK_TIMEOUT = 10
- (line 36)
-
-
-
-
-
-
-
-
-
-
-
-
-
- Documentation generated on Wed, 04 Jul 2012 10:13:06 +0000 by phpDocumentor 1.4.3
-
-
-
\ No newline at end of file
diff --git a/docs/api/awl/caldav/_inc---caldav-client.php.html b/docs/api/awl/caldav/_inc---caldav-client.php.html
deleted file mode 100644
index dbde5bce..00000000
--- a/docs/api/awl/caldav/_inc---caldav-client.php.html
+++ /dev/null
@@ -1,71 +0,0 @@
-
-Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
-
-
-
-
-
- Docs for page caldav-client.php
-
-
-
-
-
A Class for handling dates in iCalendar format. We do make the simplifying assumption that all date handling in here is normalised to GMT. One day we might provide some functions to do that, but for now it is done externally.
- string
- $monthlist: A comma-separated list of months.
-
-
-
-
-
-
-
-
-
- _EpochFromParts (line 152)
-
-
-
-
Given a local text date, convert it to an epoch
-
-
- void
-
- _EpochFromParts
-
- ()
-
-
-
-
-
-
-
-
-
-
- _GMTEpochFromParts (line 143)
-
-
-
-
Given a GMT text date, convert it to an epoch
-
-
- void
-
- _GMTEpochFromParts
-
- ()
-
-
-
-
-
-
-
-
-
-
- _GMTTextFromEpoch (line 122)
-
-
-
-
Given a GMT epoch date, convert it to text
-
-
- void
-
- _GMTTextFromEpoch
-
- ()
-
-
-
-
-
-
-
-
-
-
- _PartsFromText (line 130)
-
-
-
-
Given a text date, convert it to parts
-
-
- void
-
- _PartsFromText
-
- ()
-
-
-
-
-
-
-
-
-
-
- _TextFromEpoch (line 114)
-
-
-
-
Given an epoch date, convert it to text
-
-
- void
-
- _TextFromEpoch
-
- ()
-
-
-
-
-
-
-
-
-
-
-
- Documentation generated on Wed, 04 Jul 2012 10:13:10 +0000 by phpDocumentor 1.4.3
-
-
-
\ No newline at end of file
diff --git a/docs/api/blank.html b/docs/api/blank.html
deleted file mode 100644
index a37a8d0d..00000000
--- a/docs/api/blank.html
+++ /dev/null
@@ -1,15 +0,0 @@
-
-Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
-
-
- DAViCal
-
-
-
-
-
DAViCal
-Welcome to davical!
-
-This documentation was generated by phpDocumentor v1.4.3
-
-
\ No newline at end of file
diff --git a/docs/api/classtrees_awl.html b/docs/api/classtrees_awl.html
deleted file mode 100644
index 2cd7bfba..00000000
--- a/docs/api/classtrees_awl.html
+++ /dev/null
@@ -1,60 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
- Documentation generated on Wed, 04 Jul 2012 10:13:05 +0000 by phpDocumentor 1.4.3
-
-
-
\ No newline at end of file
diff --git a/docs/api/classtrees_davical.html b/docs/api/classtrees_davical.html
deleted file mode 100644
index ce70c179..00000000
--- a/docs/api/classtrees_davical.html
+++ /dev/null
@@ -1,122 +0,0 @@
-
-Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
-
-
-
-
-
-
-
-
-
-
-
-
-
- Documentation generated on Wed, 04 Jul 2012 10:13:05 +0000 by phpDocumentor 1.4.3
-
-
-
\ No newline at end of file
diff --git a/docs/api/davical/AtomEntry.html b/docs/api/davical/AtomEntry.html
deleted file mode 100644
index cc702e27..00000000
--- a/docs/api/davical/AtomEntry.html
+++ /dev/null
@@ -1,562 +0,0 @@
-
-Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
-
-
-
-
-
- Docs For Class AtomEntry
-
-
-
-
-
-
-Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712
-
-Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
-
-
-
Sets the feed link (rel=self), ignoring the parameter which is for compatibility with the Zend library API, although we use this for the Id, whereas they use the first link that is set.
These two classes here sort of emulate the interface from the Zend Framework API with regard to ZendFeedWriteFeed for constructing an Atom feed. Except we do it in a DAViCal way, and we have some huge limitations:
- Documentation generated on Wed, 04 Jul 2012 10:13:05 +0000 by phpDocumentor 1.4.3
-
-
-
\ No newline at end of file
diff --git a/docs/api/davical/CalDAVSyncCache.html b/docs/api/davical/CalDAVSyncCache.html
deleted file mode 100644
index 9f5118f8..00000000
--- a/docs/api/davical/CalDAVSyncCache.html
+++ /dev/null
@@ -1,418 +0,0 @@
-
-Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
-
-
-
-
-
- Docs For Class CalDAVSyncCache
-
-
-
-
-
-
-Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712
-
-Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
-
-
-
-
-
-
-Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
-
- Documentation generated on Sun, 08 Jul 2012 12:53:47 +0000 by phpDocumentor 1.4.3
-
-
-
\ No newline at end of file
diff --git a/docs/api/davical/CalDAVSyncState.html b/docs/api/davical/CalDAVSyncState.html
deleted file mode 100644
index e87bfbe3..00000000
--- a/docs/api/davical/CalDAVSyncState.html
+++ /dev/null
@@ -1,340 +0,0 @@
-
-
-
-
-
- Docs For Class CalDAVSyncState
-
-
-
-
-
- Documentation generated on Wed, 04 Jul 2012 10:13:10 +0000 by phpDocumentor 1.4.3
-
-
-
\ No newline at end of file
diff --git a/docs/api/davical/DAVTicket/DAVTicket.html b/docs/api/davical/DAVTicket/DAVTicket.html
deleted file mode 100644
index ad36b2d3..00000000
--- a/docs/api/davical/DAVTicket/DAVTicket.html
+++ /dev/null
@@ -1,260 +0,0 @@
-
-Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
-
-
-
-
-
- Docs For Class DAVTicket
-
-
-
-
-
-
-Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712
-
-Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
-
-
-
-
-
-
-Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
-
- Documentation generated on Wed, 04 Jul 2012 10:13:08 +0000 by phpDocumentor 1.4.3
-
-
-
\ No newline at end of file
diff --git a/docs/api/davical/DAVTicket/_inc---DAVTicket.php.html b/docs/api/davical/DAVTicket/_inc---DAVTicket.php.html
deleted file mode 100644
index a8aa623a..00000000
--- a/docs/api/davical/DAVTicket/_inc---DAVTicket.php.html
+++ /dev/null
@@ -1,109 +0,0 @@
-
-Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
-
-
-
-
-
- Docs for page DAVTicket.php
-
-
-
-
-
-
-Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712
-
-Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
-
-
-
-Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712
-
-Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
-
-
-
-
-Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712
-
-Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
-
-
-
-
-
-
- resource
- $session
- The session object is global.
- (line 17)
-
-
- Documentation generated on Wed, 04 Jul 2012 10:13:07 +0000 by phpDocumentor 1.4.3
-
-
-
\ No newline at end of file
diff --git a/docs/api/davical/FakeSession.html b/docs/api/davical/FakeSession.html
deleted file mode 100644
index ed1dedf9..00000000
--- a/docs/api/davical/FakeSession.html
+++ /dev/null
@@ -1,150 +0,0 @@
-
-Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
-
-
-
-
-
- Docs For Class FakeSession
-
-
-
-
-
Sometimes we need a fake session when we are using the DAViCal libraries from a script POV.
-
This FakeSession grants complete privileges and access - normally what you want, in a script context - so you should know what you're doing and why you're using it.
-
-Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712
-
-Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
-
-
-
-
-
-
- Constructor __construct (line 14)
-
-
-
-
-
- FakeSession
-
- __construct
-
- ( $user_no)
-
-
-
-
-
- $user_no
-
-
-
-
-
-
-
-
-
- AllowedTo (line 35)
-
-
-
-
-
- void
-
- AllowedTo
-
- ( $do_something)
-
-
-
-
-
- $do_something
-
-
-
-
-
-
-
-
-
-
-Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
-
- Documentation generated on Sun, 08 Jul 2012 12:53:49 +0000 by phpDocumentor 1.4.3
-
-
-
\ No newline at end of file
diff --git a/docs/api/davical/HTTPAuthSession/HTTPAuthSession.html b/docs/api/davical/HTTPAuthSession/HTTPAuthSession.html
deleted file mode 100644
index 3aced806..00000000
--- a/docs/api/davical/HTTPAuthSession/HTTPAuthSession.html
+++ /dev/null
@@ -1,516 +0,0 @@
-
-
-
-
-
- Docs For Class HTTPAuthSession
-
-
-
-
-
Handle Digest HTTP Authentication (no passwords were harmed in this transaction!)
-
Note that this will not actually work, unless we can either: (A) store the password plain text in the database (B) store an md5( username || realm || password ) in the database
The problem is that potentially means that the administrator can collect the sorts of things people use as passwords. I believe this is quite a bad idea. In scenario (B) while they cannot see the password itself, they can see a hash which only varies when the password varies, so can see when two users have the same password, or can use some of the reverse lookup sites to attempt to reverse the hash. I think this is a less bad idea, but not ideal. Probably better than running Basic auth of HTTP though!
-
-
- void
-
- DigestAuthSession
-
- ()
-
-
-
-
-
-
-
-
-
-
- GetRoles (line 337)
-
-
-
-
Internal function used to get the user's roles from the database.
- mixed
- $parameters: If null, an empty Principal is created. If it is an integer then that ID is read (if possible). If it is an array then the Principal matching the supplied elements is read. If it is an object then it is expected to be a 'usr' record that was read elsewhere.
Construct a new Principal object. The principal record will be retrieved from the database, or (if not found) initialised to a new record. You can test for whether the Principal exists by calling the Exists() method on the returned object.
-
-
-
-
-
-
-
-
- addressbook_home_set (line 358)
-
-
-
-
Get the addressbook_home_set, as lazily as possible
-
-
- void
-
- addressbook_home_set
-
- ()
-
-
-
-
-
-
-
-
-
-
- AsCollection (line 419)
-
-
-
-
Returns a representation of the principal as a collection
-
-
- void
-
- AsCollection
-
- ()
-
-
-
-
-
-
-
-
-
-
- calendar_free_busy_set (line 381)
-
-
-
-
Get the calendar_free_busy_set, as lazily as possible
-
-
- void
-
- calendar_free_busy_set
-
- ()
-
-
-
-
-
-
-
-
-
-
- calendar_home_set (line 335)
-
-
-
-
Get the calendar_home_set, as lazily as possible
-
-
- void
-
- calendar_home_set
-
- ()
-
-
-
-
-
-
-
-
-
-
- FetchProxyGroups (line 194)
-
-
-
-
Split this out so we do it as infrequently as possible, given the cost.
-
-
- void
-
- FetchProxyGroups
-
- ()
-
-
-
-
-
-
-
-
-
-
- GetProperty (line 302)
-
-
-
-
Return an arbitrary property
-
-
return: The name of the arbitrary property
-
-
-
- string
-
- GetProperty
-
- ( $property_id)
-
-
-
-
-
- $property_id
-
-
-
-
-
-
-
-
-
- GroupMemberSet (line 283)
-
-
-
-
Accessor for the group member set - the members of this group
-
-
- void
-
- GroupMemberSet
-
- ()
-
-
-
-
-
-
-
-
-
-
- GroupMembership (line 274)
-
-
-
-
Accessor for the group membership - the groups this principal is a member of
-
-
- void
-
- GroupMembership
-
- ()
-
-
-
-
-
-
-
-
-
-
- InitialiseRecord (line 144)
-
-
-
-
Initialise the Principal object from a $usr record from the DB.
-
-
- void
-
- InitialiseRecord
-
- (object$usr)
-
-
-
-
- object
- $usr: The usr record from the DB.
-
-
-
-
-
-
-
-
-
- IsGroup (line 293)
-
-
-
-
Is this a group principal?
-
-
return: Whether this is a group principal
-
-
-
- boolean
-
- IsGroup
-
- ()
-
-
-
-
-
-
-
-
-
-
- PrincipalProperty (line 450)
-
-
-
-
Returns properties which are specific to this principal
Construct a new Principal object. The principal record will be retrieved from the database, or (if not found) initialised to a new record. You can test for whether the Principal exists by calling the Exists() method on the returned object.
-
Depending on the supplied $type, the following behaviour will occur: path: Will attempt to extract a username or email from the supplied path, and then do what those do. dav_name: Expects the dav_name of a <em>principal</em>, exactly, like: /principal/ and will use that as for username. user_no: Expects an integer which is the usr.user_no (deprecated) principal_id: Expects an integer which is the principal.principal_id email: Will try and retrieve a unique principal by using the email address. Will fail (subsequent call to Exists() will be false) if there is not a unique match. username: Will retrieve based on strtolower($value) = lower(usr.username)
-
-
throws: Exception When provided with an invalid $type parameter.
The 'current_user_principal_xml' the DAV:current-user-principal answer. An XMLElement object with an <href> or <unauthenticated> fragment.
-
-
-
-
-
-
-
-
-
-
-
-
- mixed
- $depth
- (line 48)
-
-
-
-
-
The depth parameter from the request headers, coerced into a valid integer: 0, 1 or DEPTH_INFINITY which is defined above. The default is set per various RFCs.
-
-
-
-
-
-
-
-
-
-
-
-
- mixed
- $destination
- (line 92)
-
-
-
-
-
The value of any 'Destionation:' header, if present.
-
-
-
-
-
-
-
-
-
-
-
-
- mixed
- $exists
- (line 87)
-
-
-
-
-
The type of collection being requested:
-
calendar, schedule-inbox, schedule-outbox
-
-
access: protected
-
-
-
-
-
-
-
-
-
-
-
-
-
- mixed
- $method
- (line 42)
-
-
-
-
-
The HTTP request method: PROPFIND, LOCK, REPORT, OPTIONS, etc...
- string
- $message: The friendly text message to send with the response.
-
-
- $content_type
-
-
-
-
-
-
-
-
-
- FailIfLocked (line 841)
-
-
-
-
This will either (a) return false if no locks apply, or (b) return the lock_token which the request successfully included to open the lock, or: (c) respond directly to the client with the failure.
-
-
return: false (no lock) or opaquelocktoken (opened lock)
-
-
-
- mixed
-
- FailIfLocked
-
- ()
-
-
-
-
-
-
-
-
-
-
- GetDepthName (line 750)
-
-
-
-
Returns the name for this depth: 0, 1, infinity
-
-
- void
-
- GetDepthName
-
- ()
-
-
-
-
-
-
-
-
-
-
- GetLockDetails (line 827)
-
-
-
-
Returns the DB object associated with a lock token, or false.
- string
- $dav_name: The resource which we want to know the lock status for
-
-
- $lock_token
-
-
-
-
-
-
-
-
-
- HavePrivilegeTo (line 1159)
-
-
-
-
Is the user has the privileges to do what is requested.
-
-
- void
-
- HavePrivilegeTo
-
- ( $do_what)
-
-
-
-
-
- $do_what
-
-
-
-
-
-
-
-
-
- IsAddressBook (line 948)
-
-
-
-
Returns true if the URL referenced by this request points at an addressbook collection.
-
-
- void
-
- IsAddressBook
-
- ()
-
-
-
-
-
-
-
-
-
-
- IsCalendar (line 939)
-
-
-
-
Returns true if the URL referenced by this request points at a calendar collection.
-
-
- void
-
- IsCalendar
-
- ()
-
-
-
-
-
-
-
-
-
-
- IsCollection (line 928)
-
-
-
-
Returns true if the URL referenced by this request points at a collection.
-
-
- void
-
- IsCollection
-
- ()
-
-
-
-
-
-
-
-
-
-
- IsInfiniteDepth (line 979)
-
-
-
-
Returns true if the request asked for infinite depth
-
-
- void
-
- IsInfiniteDepth
-
- ()
-
-
-
-
-
-
-
-
-
-
- IsLocked (line 662)
-
-
-
-
Checks whether the resource is locked, returning any lock token, or false
-
-
todo: This logic does not catch all locking scenarios. For example an infinite depth request should check the permissions for all collections and resources within that. At present we only maintain permissions on a per-collection basis though.
-
-
-
- void
-
- IsLocked
-
- ()
-
-
-
-
-
-
-
-
-
-
- IsPrincipal (line 957)
-
-
-
-
Returns true if the URL referenced by this request points at a principal.
-
-
- void
-
- IsPrincipal
-
- ()
-
-
-
-
-
-
-
-
-
-
- IsProxyRequest (line 968)
-
-
-
-
Returns true if the URL referenced by this request is within a proxy URL
-
-
- void
-
- IsProxyRequest
-
- ()
-
-
-
-
-
-
-
-
-
-
- IsPublic (line 699)
-
-
-
-
Checks whether the collection is public
-
-
- void
-
- IsPublic
-
- ()
-
-
-
-
-
-
-
-
-
-
- MalformedRequest (line 1236)
-
-
-
-
Send a simple error informing the client that was a malformed request
- string
- $text: An optional text description of the failure.
-
-
-
-
-
-
-
-
-
- NeedPrivilege (line 1195)
-
-
-
-
Send a need-privileges error response. This function will only return if the $href is not supplied and the current user has the specified permission for the request path.
- Documentation generated on Wed, 04 Jul 2012 10:13:07 +0000 by phpDocumentor 1.4.3
-
-
-
\ No newline at end of file
diff --git a/docs/api/davical/Resource/DAVResource.html b/docs/api/davical/Resource/DAVResource.html
deleted file mode 100644
index 625316f4..00000000
--- a/docs/api/davical/Resource/DAVResource.html
+++ /dev/null
@@ -1,2068 +0,0 @@
-
-Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
-
-
-
-
-
- Docs For Class DAVResource
-
-
-
-
-
-
-Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712
-
-Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
-
-
-
-
-
-
-
- The
- $bound_from
- (line 64)
-
-
-
-
-
-
var: canonical name which this resource exists at
-
access: protected
-
-
-
-
-
-
-
-
-
-
-
-
-
- The
- $contenttype
- (line 59)
-
-
-
-
-
-
var: type of the content
-
access: protected
-
-
-
-
-
-
-
-
-
-
-
-
-
- The
- $dav_name
- (line 29)
-
-
-
-
-
-
var: partial URL of the resource within our namespace, which this resource is being retrieved as
-
access: protected
-
-
-
-
-
-
-
-
-
-
-
-
-
- Boolean:
- $exists
- (line 34)
-
-
-
-
-
-
var: does the resource actually exist yet?
-
access: protected
-
-
-
-
-
-
-
-
-
-
-
-
-
- The
- $parent
- (line 49)
-
-
-
-
-
-
var: parent of the resource, which will always be a collection
-
access: protected
-
-
-
-
-
-
-
-
-
-
-
-
-
- The
- $resource
- (line 44)
-
-
-
-
-
-
var: actual resource content, if it exists and is not a collection
-
access: protected
-
-
-
-
-
-
-
-
-
-
-
-
-
- The
- $resourcetypes
- (line 54)
-
-
-
-
-
-
var: types of the resource, possibly multiple
-
access: protected
-
-
-
-
-
-
-
-
-
-
-
-
-
- The
- $unique_tag
- (line 39)
-
-
-
-
-
-
var: unique etag associated with the current version of the resource
-
-Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712
-
-Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
-
-
-
Returns the array of supported methods converted into XMLElements
-
-
- void
-
- BuildSupportedMethods
-
- ()
-
-
-
-
-
-
-
-
-
-
- BuildSupportedReports (line 941)
-
-
-
-
Returns the array of supported reports converted into XMLElements
-
-
- void
-
- BuildSupportedReports
-
- ( &$reply)
-
-
-
-
-
- &$reply
-
-
-
-
-
-
-
-
-
- BuildTicketinfo (line 1002)
-
-
-
-
Returns the array of tickets converted into XMLElements
-
If the current user does not have DAV::read-acl privilege on this resource they will only get to see the tickets where they are the owner, or which they supplied along with the request.
-
-
return: A fragment of an XMLDocument to go in the reply
- string
- $type: The type of scheduling collection, 'inbox', 'outbox' or 'any'
-
-
-
-
-
-
-
-
-
- IsLocked (line 1034)
-
-
-
-
Checks whether the resource is locked, returning any lock token, or false
-
-
todo: This logic does not catch all locking scenarios. For example an infinite depth request should check the permissions for all collections and resources within that. At present we only maintain permissions on a per-collection basis though.
-
-
-
- void
-
- IsLocked
-
- ([ $depth = 0])
-
-
-
-
-
- $depth
-
-
-
-
-
-
-
-
-
- IsPrincipal (line 1074)
-
-
-
-
Checks whether this resource is a principal
-
-
- void
-
- IsPrincipal
-
- ()
-
-
-
-
-
-
-
-
-
-
- IsPublic (line 1311)
-
-
-
-
Checks whether the target collection is publicly_readable
-
-
- void
-
- IsPublic
-
- ()
-
-
-
-
-
-
-
-
-
-
- IsPublicOnly (line 1319)
-
-
-
-
Checks whether the target collection is for public events only
-
-
- void
-
- IsPublicOnly
-
- ()
-
-
-
-
-
-
-
-
-
-
- IsSchedulingCollection (line 1091)
-
-
-
-
Checks whether this resource is a scheduling inbox/outbox collection
- string
- $type: The type of scheduling collection, 'inbox', 'outbox' or 'any'
-
-
-
-
-
-
-
-
-
- NeedPrivilege (line 785)
-
-
-
-
Check if we have the needed privilege or send an error response. If the user does not have the privileges then the call will not return, and an XML error document will be output.
Returns the current sync_token for this collection, or the containing collection
-
-
- void
-
- sync_token
-
- ()
-
-
-
-
-
-
-
-
-
-
- unique_tag (line 1261)
-
-
-
-
Returns the unique_tag (ETag or getctag) for this resource
-
-
- void
-
- unique_tag
-
- ()
-
-
-
-
-
-
-
-
-
-
- url (line 1168)
-
-
-
-
Returns the URL of our resource
-
-
- void
-
- url
-
- ()
-
-
-
-
-
-
-
-
-
-
- user_no (line 1234)
-
-
-
-
Returns the internal user_no for the principal for this resource
-
-
- void
-
- user_no
-
- ()
-
-
-
-
-
-
-
-
-
-
-
-Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
-
- Documentation generated on Wed, 04 Jul 2012 10:13:07 +0000 by phpDocumentor 1.4.3
-
-
-
\ No newline at end of file
diff --git a/docs/api/davical/Resource/WritableCollection.html b/docs/api/davical/Resource/WritableCollection.html
deleted file mode 100644
index 51e13bca..00000000
--- a/docs/api/davical/Resource/WritableCollection.html
+++ /dev/null
@@ -1,451 +0,0 @@
-
-
-
-
-
- Docs For Class WritableCollection
-
-
-
-
-
- boolean
- $create_resource: True if this is a new resource.
-
- boolean
- $do_scheduling: True if we should also do scheduling for this write. Default false.
-
- string
- $segment_name: The name of the resource within the collection, or null if this call should invent one based on the UID of the vCalendar.
-
- boolean
- $log_action: Whether to log this action. Defaults to false since this is normally called in situations where one is writing secondary data.
-
-
-
-
-
-
-
-
-
- WriteMember (line 286)
-
-
-
-
Writes the data to a member in the collection and returns the segment_name of the resource in our internal namespace.
-
A caller who wants scheduling not to happen for this write must already know they are dealing with a calendar, so should be calling WriteCalendarMember directly.
-
-
return: The segment_name that was given, or one that was assigned if null was given.
- Documentation generated on Wed, 04 Jul 2012 10:13:10 +0000 by phpDocumentor 1.4.3
-
-
-
\ No newline at end of file
diff --git a/docs/api/davical/Resource/_inc---DAVResource.php.html b/docs/api/davical/Resource/_inc---DAVResource.php.html
deleted file mode 100644
index 44dbee18..00000000
--- a/docs/api/davical/Resource/_inc---DAVResource.php.html
+++ /dev/null
@@ -1,169 +0,0 @@
-
-Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
-
-
-
-
-
- Docs for page DAVResource.php
-
-
-
-
-
-
-Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712
-
-Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
-
-
SqlToArray class for parsing a file of somewhat structured SQL statements into an array
-
There are a number of limitations for this class, and it is expected that the SQL files are constructed specifically to work within these limitations:
1) A statement is terminated by a semi-colon followed by whitespace.
2) A comment is a line starting with whitespace followed by two hyphens
3) If a line contains $somestring$ then rules (1) and (2) are suspended until the next line after a line containing a matching $somestring$. Where the 'somestring' can be any sequence of letters, numbers and underscores, including the empty string.
Notable deficiency:
Any SQL quoting using ' or " is ignored. Consequently a semi-colon followed by whitespace, a $somestring$ delimiter or a comment line will be processed in the same way regardless of whether they are inside an SQL quoted string.
- SqlToArray class for parsing a file of somewhat structured SQL statements into an array
-
-
-
-
-
-
-
-
-
-
-
- Documentation generated on Wed, 04 Jul 2012 10:13:10 +0000 by phpDocumentor 1.4.3
-
-
-
\ No newline at end of file
diff --git a/docs/api/davical/_htdocs---admin.php.html b/docs/api/davical/_htdocs---admin.php.html
deleted file mode 100644
index ea572e7f..00000000
--- a/docs/api/davical/_htdocs---admin.php.html
+++ /dev/null
@@ -1,218 +0,0 @@
-
-Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
-
-
-
-
-
- Docs for page admin.php
-
-
-
-
-
-
-Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712
-
-Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
-
-
Page elements could be an array of viewers, browsers or something else that supports the Render() method... or a non-object which we assume is just a string of text that we echo.
- Documentation generated on Wed, 04 Jul 2012 10:13:05 +0000 by phpDocumentor 1.4.3
-
-
-
\ No newline at end of file
diff --git a/docs/api/davical/_htdocs---always.php.html b/docs/api/davical/_htdocs---always.php.html
deleted file mode 100644
index eff4801e..00000000
--- a/docs/api/davical/_htdocs---always.php.html
+++ /dev/null
@@ -1,557 +0,0 @@
-
-Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
-
-
-
-
-
- Docs for page always.php
-
-
-
-
-
-
-Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712
-
-Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
-
-
We use @file_exists because things like open_basedir might noisily deny access which could break DAViCal completely by causing output to start too early.
-
-Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712
-
-Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
-
-
-
-Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712
-
-Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
-
-
-
-
-
- bits_to_privilege (line 455)
-
-
-
-
Given a bit mask of the privileges, will return an array of the text values of privileges.
-
-
return: The string (or array of strings) of privilege names
-
-
-Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
-
- Documentation generated on Wed, 04 Jul 2012 10:13:05 +0000 by phpDocumentor 1.4.3
-
-
-
\ No newline at end of file
diff --git a/docs/api/davical/_htdocs---createdb.php.html b/docs/api/davical/_htdocs---createdb.php.html
deleted file mode 100644
index 82e7a8db..00000000
--- a/docs/api/davical/_htdocs---createdb.php.html
+++ /dev/null
@@ -1,99 +0,0 @@
-
-
-
-
-
- Docs for page createdb.php
-
-
-
-
-
- Documentation generated on Wed, 04 Jul 2012 10:13:07 +0000 by phpDocumentor 1.4.3
-
-
-
\ No newline at end of file
diff --git a/docs/api/davical/_htdocs---dbexec.php.html b/docs/api/davical/_htdocs---dbexec.php.html
deleted file mode 100644
index 3b5684d8..00000000
--- a/docs/api/davical/_htdocs---dbexec.php.html
+++ /dev/null
@@ -1,71 +0,0 @@
-
-Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
-
-
-
-
-
- Docs for page dbexec.php
-
-
-
-
-
-
-Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712
-
-Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
-
-
-
-
-
-
-
-Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
-
- Documentation generated on Wed, 04 Jul 2012 10:13:08 +0000 by phpDocumentor 1.4.3
-
-
-
\ No newline at end of file
diff --git a/docs/api/davical/_htdocs---feed.php.html b/docs/api/davical/_htdocs---feed.php.html
deleted file mode 100644
index 5304be30..00000000
--- a/docs/api/davical/_htdocs---feed.php.html
+++ /dev/null
@@ -1,222 +0,0 @@
-
-Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
-
-
-
-
-
- Docs for page feed.php
-
-
-
-
-
-
-Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712
-
-Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
-
-
-
-Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712
-
-Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
-
-
-
-
-Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
-
- Documentation generated on Wed, 04 Jul 2012 10:13:08 +0000 by phpDocumentor 1.4.3
-
-
-
\ No newline at end of file
diff --git a/docs/api/davical/_htdocs---freebusy.php.html b/docs/api/davical/_htdocs---freebusy.php.html
deleted file mode 100644
index 2d405191..00000000
--- a/docs/api/davical/_htdocs---freebusy.php.html
+++ /dev/null
@@ -1,122 +0,0 @@
-
-
-
-
-
- Docs for page freebusy.php
-
-
-
-
-
-
-Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712
-
-Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
-
-
- Documentation generated on Wed, 04 Jul 2012 10:13:08 +0000 by phpDocumentor 1.4.3
-
-
-
\ No newline at end of file
diff --git a/docs/api/davical/_htdocs---iSchedule.php.html b/docs/api/davical/_htdocs---iSchedule.php.html
deleted file mode 100644
index 97576c88..00000000
--- a/docs/api/davical/_htdocs---iSchedule.php.html
+++ /dev/null
@@ -1,303 +0,0 @@
-
-Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
-
-
-
-
-
- Docs for page iSchedule.php
-
-
-
-
-
-
-Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712
-
-Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
-
-
Page elements could be an array of viewers, browsers or something else that supports the Render() method... or a non-object which we assume is just a string of text that we echo.
-
-Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712
-
-Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
-
-
-
-
-
- checkiSchedule (line 38)
-
-
-
-
- void
-
- checkiSchedule
-
- ()
-
-
-
-
-
-
-
-
-
-
- generateKeys (line 72)
-
-
-
-
- void
-
- generateKeys
-
- ()
-
-
-
-
-
-
-
-
-
-
- SRVFormat (line 95)
-
-
-
-
- void
-
- SRVFormat
-
- ( $domain)
-
-
-
-
-
- $domain
-
-
-
-
-
-
-
-
-
- SRVOk (line 87)
-
-
-
-
- void
-
- SRVOk
-
- ( $value, $name, $row)
-
-
-
-
-
- $value
-
-
- $name
-
-
- $row
-
-
-
-
-
-
-
-
-Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
-
- Documentation generated on Wed, 04 Jul 2012 10:13:09 +0000 by phpDocumentor 1.4.3
-
-
-
\ No newline at end of file
diff --git a/docs/api/davical/_htdocs---index.php.html b/docs/api/davical/_htdocs---index.php.html
deleted file mode 100644
index 48ce4fb8..00000000
--- a/docs/api/davical/_htdocs---index.php.html
+++ /dev/null
@@ -1,145 +0,0 @@
-
-Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
-
-
-
-
-
- Docs for page index.php
-
-
-
-
-
-
-Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712
-
-Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
-
-
-
-
-
-
-
-Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
-
- Documentation generated on Wed, 04 Jul 2012 10:13:09 +0000 by phpDocumentor 1.4.3
-
-
-
\ No newline at end of file
diff --git a/docs/api/davical/_htdocs---newfile.php.html b/docs/api/davical/_htdocs---newfile.php.html
deleted file mode 100644
index 677686e0..00000000
--- a/docs/api/davical/_htdocs---newfile.php.html
+++ /dev/null
@@ -1,69 +0,0 @@
-
-Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
-
-
-
-
-
- Docs for page newfile.php
-
-
-
-
-
-
-Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712
-
-Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
-
-
-
-
-
-
-
-Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
-
- Documentation generated on Wed, 04 Jul 2012 10:13:09 +0000 by phpDocumentor 1.4.3
-
-
-
\ No newline at end of file
diff --git a/docs/api/davical/_htdocs---setup.php.html b/docs/api/davical/_htdocs---setup.php.html
deleted file mode 100644
index 838db86a..00000000
--- a/docs/api/davical/_htdocs---setup.php.html
+++ /dev/null
@@ -1,715 +0,0 @@
-
-
-
-
-
- Docs for page setup.php
-
-
-
-
-
Page elements could be an array of viewers, browsers or something else that supports the Render() method... or a non-object which we assume is just a string of text that we echo.
- These two classes here sort of emulate the interface from the Zend Framework API with regard to ZendFeedWriteFeed for constructing an Atom feed. Except we do it in a DAViCal way, and we have some huge limitations:
- Documentation generated on Wed, 04 Jul 2012 10:13:05 +0000 by phpDocumentor 1.4.3
-
-
-
\ No newline at end of file
diff --git a/docs/api/davical/_inc---CalDAVSyncCache.php.html b/docs/api/davical/_inc---CalDAVSyncCache.php.html
deleted file mode 100644
index 701b8f25..00000000
--- a/docs/api/davical/_inc---CalDAVSyncCache.php.html
+++ /dev/null
@@ -1,142 +0,0 @@
-
-Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
-
-
-
-
-
- Docs for page CalDAVSyncCache.php
-
-
-
-
-
-
-Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712
-
-Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
-
-
- The CalDAVSyncState is a very lightweight object holding the data from the last sync process.
-
-
-
-
-
-
-
-
-
-
-
- Documentation generated on Sun, 08 Jul 2012 12:53:48 +0000 by phpDocumentor 1.4.3
-
-
-
\ No newline at end of file
diff --git a/docs/api/davical/_inc---FakeSession.php.html b/docs/api/davical/_inc---FakeSession.php.html
deleted file mode 100644
index ac6a8955..00000000
--- a/docs/api/davical/_inc---FakeSession.php.html
+++ /dev/null
@@ -1,97 +0,0 @@
-
-Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
-
-
-
-
-
- Docs for page FakeSession.php
-
-
-
-
-
-
-Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712
-
-Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
-
-
- Documentation generated on Wed, 04 Jul 2012 10:13:10 +0000 by phpDocumentor 1.4.3
-
-
-
\ No newline at end of file
diff --git a/docs/api/davical/_inc---autodiscover-handler.php.html b/docs/api/davical/_inc---autodiscover-handler.php.html
deleted file mode 100644
index 4aca12b9..00000000
--- a/docs/api/davical/_inc---autodiscover-handler.php.html
+++ /dev/null
@@ -1,133 +0,0 @@
-
-Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
-
-
-
-
-
- Docs for page autodiscover-handler.php
-
-
-
-
-
-
-Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712
-
-Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
-
-
-
-Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712
-
-Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
-
-
-
-
-Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
-
- Documentation generated on Wed, 04 Jul 2012 10:13:05 +0000 by phpDocumentor 1.4.3
-
-
-
\ No newline at end of file
diff --git a/docs/api/davical/_inc---caldav-LOCK.php.html b/docs/api/davical/_inc---caldav-LOCK.php.html
deleted file mode 100644
index 6f7ec671..00000000
--- a/docs/api/davical/_inc---caldav-LOCK.php.html
+++ /dev/null
@@ -1,62 +0,0 @@
-
-
-
-
-
- Docs for page caldav-LOCK.php
-
-
-
-
-
While we can construct our SQL to apply some filters in the query, other filters need to be checked against the retrieved record. This is for handling those ones.
-
-
return: True if the check succeeded, false otherwise.
Given a <response><href>...</href><propstat><prop><someprop/></prop><status>HTTP/1.1 200 OK</status></propstat>...</response> pull out the content of <someprop>content</someprop> and check to see if it has any href elements. If it *does* then recurse into them, looking for the next deeper nesting of properties.
- Documentation generated on Wed, 04 Jul 2012 10:13:06 +0000 by phpDocumentor 1.4.3
-
-
-
\ No newline at end of file
diff --git a/docs/api/davical/_inc---caldav-REPORT-multiget.php.html b/docs/api/davical/_inc---caldav-REPORT-multiget.php.html
deleted file mode 100644
index 3ea22431..00000000
--- a/docs/api/davical/_inc---caldav-REPORT-multiget.php.html
+++ /dev/null
@@ -1,34 +0,0 @@
-
-
-
-
-
- Docs for page caldav-REPORT-multiget.php
-
-
-
-
-
-
/inc/caldav-REPORT-multiget.php
-
-
-
-
Description
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Documentation generated on Wed, 04 Jul 2012 10:13:06 +0000 by phpDocumentor 1.4.3
-
-
-
\ No newline at end of file
diff --git a/docs/api/davical/_inc---caldav-REPORT-principal-match.php.html b/docs/api/davical/_inc---caldav-REPORT-principal-match.php.html
deleted file mode 100644
index 10af56da..00000000
--- a/docs/api/davical/_inc---caldav-REPORT-principal-match.php.html
+++ /dev/null
@@ -1,34 +0,0 @@
-
-
-
-
-
- Docs for page caldav-REPORT-principal-match.php
-
-
-
-
-
-
/inc/caldav-REPORT-principal-match.php
-
-
-
-
Description
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Documentation generated on Wed, 04 Jul 2012 10:13:07 +0000 by phpDocumentor 1.4.3
-
-
-
\ No newline at end of file
diff --git a/docs/api/davical/_inc---caldav-REPORT-principal.php.html b/docs/api/davical/_inc---caldav-REPORT-principal.php.html
deleted file mode 100644
index b877043f..00000000
--- a/docs/api/davical/_inc---caldav-REPORT-principal.php.html
+++ /dev/null
@@ -1,35 +0,0 @@
-
-
-
-
-
- Docs for page caldav-REPORT-principal.php
-
-
-
-
-
-
/inc/caldav-REPORT-principal.php
-
-
-
-
Description
-
-
-
-
-
Build the array of properties to include in the report output
-
-
-
-
-
-
-
-
-
-
- Documentation generated on Wed, 04 Jul 2012 10:13:07 +0000 by phpDocumentor 1.4.3
-
-
-
\ No newline at end of file
diff --git a/docs/api/davical/_inc---check_UTF8.php.html b/docs/api/davical/_inc---check_UTF8.php.html
deleted file mode 100644
index f4865690..00000000
--- a/docs/api/davical/_inc---check_UTF8.php.html
+++ /dev/null
@@ -1,133 +0,0 @@
-
-Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
-
-
-
-
-
- Docs for page check_UTF8.php
-
-
-
-
-
-
-Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712
-
-Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
-
-
-
-
-
- check_string (line 211)
-
-
-
-
- void
-
- check_string
-
- ( $ics)
-
-
-
-
-
- $ics
-
-
-
-
-
-
-
-
-
- unicodeToUtf8 (line 179)
-
-
-
-
Takes an array of ints representing the Unicode characters and returns a UTF-8 string. Astral planes are supported ie. the ints in the input can be > 0xFFFF. Occurrances of the BOM are ignored. Surrogates are not allowed.
-
Returns false if the input array contains ints that represent surrogates or are outside the Unicode range.
-
- void
-
- unicodeToUtf8
-
- ( &$arr)
-
-
-
-
-
- &$arr
-
-
-
-
-
-
-
-
-
- utf8ToUnicode (line 59)
-
-
-
-
Takes an UTF-8 string and returns an array of ints representing the Unicode characters. Astral planes are supported ie. the ints in the output can be > 0xFFFF. Occurrances of the BOM are ignored. Surrogates are not allowed.
-
Returns false if the input string isn't a valid UTF-8 octet sequence.
-
- void
-
- utf8ToUnicode
-
- ( &$str)
-
-
-
-
-
- &$str
-
-
-
-
-
-
-
-
-Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
-
- Documentation generated on Wed, 04 Jul 2012 10:13:07 +0000 by phpDocumentor 1.4.3
-
-
-
\ No newline at end of file
diff --git a/docs/api/davical/_inc---davical_configuration_missing.php.html b/docs/api/davical/_inc---davical_configuration_missing.php.html
deleted file mode 100644
index 3c04d91f..00000000
--- a/docs/api/davical/_inc---davical_configuration_missing.php.html
+++ /dev/null
@@ -1,84 +0,0 @@
-
-Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
-
-
-
-
-
- Docs for page davical_configuration_missing.php
-
-
-
-
-
-
-Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712
-
-Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
-
-
-
-
-
-
-
-Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
-
- Documentation generated on Wed, 04 Jul 2012 10:13:07 +0000 by phpDocumentor 1.4.3
-
-
-
\ No newline at end of file
diff --git a/docs/api/davical/_inc---freebusy-functions.php.html b/docs/api/davical/_inc---freebusy-functions.php.html
deleted file mode 100644
index e9439578..00000000
--- a/docs/api/davical/_inc---freebusy-functions.php.html
+++ /dev/null
@@ -1,124 +0,0 @@
-
-
-
-
-
- Docs for page freebusy-functions.php
-
-
-
-
-
Function to include which handles building a free/busy response to be used in either the REPORT, response to a POST, or response to a a freebusy GET request.
- Documentation generated on Wed, 04 Jul 2012 10:13:09 +0000 by phpDocumentor 1.4.3
-
-
-
\ No newline at end of file
diff --git a/docs/api/davical/_inc---pubsub.php.html b/docs/api/davical/_inc---pubsub.php.html
deleted file mode 100644
index b2a51933..00000000
--- a/docs/api/davical/_inc---pubsub.php.html
+++ /dev/null
@@ -1,36 +0,0 @@
-
-Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
-
-
-
-
-
- Docs for page pubsub.php
-
-
-
-
-
-
/inc/pubsub.php
-
-
-
-
Description
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Documentation generated on Wed, 04 Jul 2012 10:13:09 +0000 by phpDocumentor 1.4.3
-
-
-
\ No newline at end of file
diff --git a/docs/api/davical/_inc---test-RRULE-v2.php.html b/docs/api/davical/_inc---test-RRULE-v2.php.html
deleted file mode 100644
index d670284e..00000000
--- a/docs/api/davical/_inc---test-RRULE-v2.php.html
+++ /dev/null
@@ -1,121 +0,0 @@
-
-
-
-
-
- Docs for page test-RRULE-v2.php
-
-
-
-
-
Authenticate against a different PostgreSQL database which contains a usr table in the AWL format.
-
Use this as in the following example config snippet:
require_once('auth-functions.php'); $c->authenticate_hook = array( 'call' => 'AuthExternalAwl', 'config' => array( // A PgSQL database connection string for the database containing user records 'connection[]' => 'dbname=wrms host=otherhost port=5433 user=general', // Which columns should be fetched from the database 'columns' => "user_no, active, email_ok, joined, last_update AS updated, last_used, username, password, fullname, email", // a WHERE clause to limit the records returned. 'where' => "active AND org_code=7" ) );
- Documentation generated on Wed, 04 Jul 2012 10:13:05 +0000 by phpDocumentor 1.4.3
-
-
-
\ No newline at end of file
diff --git a/docs/api/davical/caldav/_inc---caldav-BIND.php.html b/docs/api/davical/caldav/_inc---caldav-BIND.php.html
deleted file mode 100644
index d4d7fe54..00000000
--- a/docs/api/davical/caldav/_inc---caldav-BIND.php.html
+++ /dev/null
@@ -1,120 +0,0 @@
-
-Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
-
-
-
-
-
- Docs for page caldav-BIND.php
-
-
-
-
-
-
-Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712
-
-Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
-
-
-
-
-
-
-
-Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
-
- Documentation generated on Wed, 04 Jul 2012 10:13:05 +0000 by phpDocumentor 1.4.3
-
-
-
\ No newline at end of file
diff --git a/docs/api/davical/caldav/_inc---caldav-DELETE.php.html b/docs/api/davical/caldav/_inc---caldav-DELETE.php.html
deleted file mode 100644
index fcf9e70d..00000000
--- a/docs/api/davical/caldav/_inc---caldav-DELETE.php.html
+++ /dev/null
@@ -1,134 +0,0 @@
-
-
-
-
-
- Docs for page caldav-DELETE.php
-
-
-
-
-
-
-Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712
-
-Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
-
-
-
-Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712
-
-Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
-
-
-
-
-
- delete_collection (line 22)
-
-
-
-
- void
-
- delete_collection
-
- ( $id)
-
-
-
-
-
- $id
-
-
-
-
-
-
-
-
- Documentation generated on Wed, 04 Jul 2012 10:13:06 +0000 by phpDocumentor 1.4.3
-
-
-
\ No newline at end of file
diff --git a/docs/api/davical/caldav/_inc---caldav-DELTICKET.php.html b/docs/api/davical/caldav/_inc---caldav-DELTICKET.php.html
deleted file mode 100644
index 4c0f38f7..00000000
--- a/docs/api/davical/caldav/_inc---caldav-DELTICKET.php.html
+++ /dev/null
@@ -1,68 +0,0 @@
-
-
-
-
-
- Docs for page caldav-DELTICKET.php
-
-
-
-
-
CalDAV Server - handle DELTICKET method in line with defunct proposed RFC from: http://tools.ietf.org/html/draft-ito-dav-ticket-00
-
Why are we using a defunct RFC? Well, we want to support some kind of system for providing a URI to people to give out for granting privileged access without requiring logins. Using a defunct proposed spec seems better than inventing our own. As well as Xythos, Cosmo follows this specification, with some documented variations, which we will also follow. In particular we use the xmlns="http://www.xythos.com/namespaces/StorageServer" rather than the DAV: namespace.
-
-Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712
-
-Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
-
-
CalDAV Server - handle MKTICKET method in line with defunct proposed RFC from: http://tools.ietf.org/html/draft-ito-dav-ticket-00
-
Why are we using a defunct RFC? Well, we want to support some kind of system for providing a URI to people to give out for granting privileged access without requiring logins. Using a defunct proposed spec seems better than inventing our own. As well as Xythos, Cosmo follows this specification, with some documented variations, which we will also follow. In particular we use the xmlns="http://www.xythos.com/namespaces/StorageServer" rather than the DAV: namespace.
CalDAV Server - handle MKTICKET method in line with defunct proposed RFC from: http://tools.ietf.org/html/draft-ito-dav-ticket-00
-
Why are we using a defunct RFC? Well, we want to support some kind of system for providing a URI to people to give out for granting privileged access without requiring logins. Using a defunct proposed spec seems better than inventing our own. As well as Xythos, Cosmo follows this specification, with some documented variations, which we will also follow. In particular we use the xmlns="http://www.xythos.com/namespaces/StorageServer" rather than the DAV: namespace.
RFC2068, 14.25: If none of the entity tags match, or if "*" is given and no current entity exists, the server MUST NOT perform the requested method, and MUST return a 412 (Precondition Failed) response.
-
RFC2068, 14.26: If any of the entity tags match the entity tag of the entity that would have been returned in the response to a similar GET request (without the If-None-Match header) on that resource, or if "*" is given and any current entity exists for that resource, then the server MUST NOT perform the requested method.
- Documentation generated on Wed, 04 Jul 2012 10:13:06 +0000 by phpDocumentor 1.4.3
-
-
-
\ No newline at end of file
diff --git a/docs/api/davical/caldav/_inc---caldav-PROPPATCH.php.html b/docs/api/davical/caldav/_inc---caldav-PROPPATCH.php.html
deleted file mode 100644
index eb94c73d..00000000
--- a/docs/api/davical/caldav/_inc---caldav-PROPPATCH.php.html
+++ /dev/null
@@ -1,151 +0,0 @@
-
-Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
-
-
-
-
-
- Docs for page caldav-PROPPATCH.php
-
-
-
-
-
-
-Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712
-
-Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
-
-
-
-Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712
-
-Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
-
-
-
-
-
- add_failure (line 57)
-
-
-
-
Small utility function to add propstat for one failure
-
-
-Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
-
- Documentation generated on Wed, 04 Jul 2012 10:13:06 +0000 by phpDocumentor 1.4.3
-
-
-
\ No newline at end of file
diff --git a/docs/api/davical/caldav/_inc---caldav-PUT-default.php.html b/docs/api/davical/caldav/_inc---caldav-PUT-default.php.html
deleted file mode 100644
index d4dc5d51..00000000
--- a/docs/api/davical/caldav/_inc---caldav-PUT-default.php.html
+++ /dev/null
@@ -1,67 +0,0 @@
-
-
-
-
-
- Docs for page caldav-PUT-default.php
-
-
-
-
-
- boolean
- $caldav_context: Whether we are responding via CalDAV or interactively
-
- int
- $user_no: the user who will receive this ics file
-
- string
- $path: the $path where the PUT failed to store such as /user_foo/home/
-
- string
- $message: An optional error message to return to the client
-
- int
- $error_no: An optional value for the HTTP error code
-
-
-
-
-
-
-
-
-
- simple_write_resource (line 1459)
-
-
-
-
A slightly simpler version of write_resource which will make more sense for calling from an external program. This makes assumptions that the collection and user do exist and bypasses all checks for whether it is reasonable to write this here.
$address should be an email address or an array of email addresses all with the same domain $type should be in the format COMPONENT/METHOD eg (VFREEBUSY, VEVENT/REQUEST, VEVENT/REPLY, etc. ) $data is the vcalendar data N.B. must already be rendered into text format
- Documentation generated on Wed, 04 Jul 2012 10:13:08 +0000 by phpDocumentor 1.4.3
-
-
-
\ No newline at end of file
diff --git a/docs/api/davical/ldap/_inc---drivers_ldap.php.html b/docs/api/davical/ldap/_inc---drivers_ldap.php.html
deleted file mode 100644
index 1a38e389..00000000
--- a/docs/api/davical/ldap/_inc---drivers_ldap.php.html
+++ /dev/null
@@ -1,255 +0,0 @@
-
-Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
-
-
-
-
-
- Docs for page drivers_ldap.php
-
-
-
-
-
-
-Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712
-
-Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
-
-
-
-Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712
-
-Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
-
-
-
-
-
- getStaticLdap (line 242)
-
-
-
-
A generic function to create and fetch static objects
-
- void
-
- getStaticLdap
-
- ()
-
-
-
-
-
-
-
-
-
-
- LDAP_check (line 292)
-
-
-
-
Check the username / password against the LDAP server
- Documentation generated on Wed, 04 Jul 2012 10:13:08 +0000 by phpDocumentor 1.4.3
-
-
-
\ No newline at end of file
diff --git a/docs/api/davical/ldap/_inc---drivers_rimap.php.html b/docs/api/davical/ldap/_inc---drivers_rimap.php.html
deleted file mode 100644
index d0dfa400..00000000
--- a/docs/api/davical/ldap/_inc---drivers_rimap.php.html
+++ /dev/null
@@ -1,157 +0,0 @@
-
-Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
-
-
-
-
-
- Docs for page drivers_rimap.php
-
-
-
-
-
-
-Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712
-
-Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
-
-
-
-Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712
-
-Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
-
-
-
-
-
- RIMAP_check (line 54)
-
-
-
-
Check the username / password against the IMAP server
- Documentation generated on Wed, 04 Jul 2012 10:13:08 +0000 by phpDocumentor 1.4.3
-
-
-
\ No newline at end of file
diff --git a/docs/api/davical/ldap/imapPamDrivers.html b/docs/api/davical/ldap/imapPamDrivers.html
deleted file mode 100644
index 12b36af3..00000000
--- a/docs/api/davical/ldap/imapPamDrivers.html
+++ /dev/null
@@ -1,147 +0,0 @@
-
-Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
-
-
-
-
-
- Docs For Class imapPamDrivers
-
-
-
-
-
-
-Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712
-
-Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
-
-
-
-
-
-
-Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
-
- Documentation generated on Wed, 04 Jul 2012 10:13:08 +0000 by phpDocumentor 1.4.3
-
-
-
\ No newline at end of file
diff --git a/docs/api/davical/ldap/ldapDrivers.html b/docs/api/davical/ldap/ldapDrivers.html
deleted file mode 100644
index e9d33266..00000000
--- a/docs/api/davical/ldap/ldapDrivers.html
+++ /dev/null
@@ -1,225 +0,0 @@
-
-Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
-
-
-
-
-
- Docs For Class ldapDrivers
-
-
-
-
-
-
-Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712
-
-Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
-
-
-
- string
- $filter: The filter used to search entries
-
- array
- $attributes: Attributes to be returned
-
- string
- $passwd: password to check
-
-
- $username
-
-
-
-
-
-
-
-
-
-
-Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
-
- Documentation generated on Wed, 04 Jul 2012 10:13:08 +0000 by phpDocumentor 1.4.3
-
-
-
\ No newline at end of file
diff --git a/docs/api/davical/ldap/squidPamDrivers.html b/docs/api/davical/ldap/squidPamDrivers.html
deleted file mode 100644
index 8ce0a99f..00000000
--- a/docs/api/davical/ldap/squidPamDrivers.html
+++ /dev/null
@@ -1,106 +0,0 @@
-
-
-
-
-
- Docs For Class squidPamDrivers
-
-
-
-
-
- responses
- $which: array of responses to which to add the collections
-
-
- $parent_path
-
-
-
-
-
-
-
-
-
- get_collection_contents (line 104)
-
-
-
-
Get XML response for items in the collection If '/' is requested, a list of visible users is given, otherwise a list of calendars for the user which are parented by this path.
- Documentation generated on Wed, 04 Jul 2012 10:13:10 +0000 by phpDocumentor 1.4.3
-
-
-
\ No newline at end of file
diff --git a/docs/api/davical/tzservice/_inc---tz---capabilities.php.html b/docs/api/davical/tzservice/_inc---tz---capabilities.php.html
deleted file mode 100644
index 36eee101..00000000
--- a/docs/api/davical/tzservice/_inc---tz---capabilities.php.html
+++ /dev/null
@@ -1,42 +0,0 @@
-
-Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
-
-
-
-
-
- Docs for page capabilities.php
-
-
-
-
-
-
-Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712
-
-Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
-
-
- Documentation generated on Wed, 04 Jul 2012 10:13:08 +0000 by phpDocumentor 1.4.3
-
-
-
\ No newline at end of file
diff --git a/docs/api/davical/tzservice/_inc---tz---list.php.html b/docs/api/davical/tzservice/_inc---tz---list.php.html
deleted file mode 100644
index 2cf22130..00000000
--- a/docs/api/davical/tzservice/_inc---tz---list.php.html
+++ /dev/null
@@ -1,81 +0,0 @@
-
-Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
-
-
-
-
-
- Docs for page list.php
-
-
-
-
-
-
-Strict Standards: Only variables should be passed by reference in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712
-
-Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
-
-
-
-
-
-
-
-Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
-
- Documentation generated on Wed, 04 Jul 2012 10:13:09 +0000 by phpDocumentor 1.4.3
-
-
-
\ No newline at end of file
diff --git a/docs/api/elementindex.html b/docs/api/elementindex.html
deleted file mode 100644
index 658566fb..00000000
--- a/docs/api/elementindex.html
+++ /dev/null
@@ -1,5493 +0,0 @@
-
-Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
-
-
-
-
-
-
-
-
-
-
-
-
While we can construct our SQL to apply some filters in the query, other filters need to be checked against the retrieved record. This is for handling those ones.
These two classes here sort of emulate the interface from the Zend Framework API with regard to ZendFeedWriteFeed for constructing an Atom feed. Except we do it in a DAViCal way, and we have some huge limitations:
The depth parameter from the request headers, coerced into a valid integer: 0, 1 or DEPTH_INFINITY which is defined above. The default is set per various RFCs.
Given XML for a calendar query, return an array of the events (/todos) in the response. Each event in the array will have a 'href', 'etag' and '$response_type' part, where the 'href' is relative to the calendar and the '$response_type' contains the definition of the calendar data in iCalendar format.
This will either (a) return false if no locks apply, or (b) return the lock_token which the request successfully included to open the lock, or: (c) respond directly to the client with the failure.
If this is a localised time then this will return the UTC equivalent. If it is a floating time, then you will just get the floating time. If it is a date then it will be returned as a date. Note that if it is a *localised* date then the answer will still be the UTC equivalent but only the date itself will be returned.
Get XML response for items in the collection If '/' is requested, a list of visible users is given, otherwise a list of calendars for the user which are parented by this path.
Given a <response><href>...</href><propstat><prop><someprop/></prop><status>HTTP/1.1 200 OK</status></propstat>...</response> pull out the content of <someprop>content</someprop> and check to see if it has any href elements. If it *does* then recurse into them, looking for the next deeper nesting of properties.
A Class for handling dates in iCalendar format. We do make the simplifying assumption that all date handling in here is normalised to GMT. One day we might provide some functions to do that, but for now it is done externally.
Check if we have the needed privilege or send an error response. If the user does not have the privileges then the call will not return, and an XML error document will be output.
Send a need-privileges error response. This function will only return if the $href is not supplied and the current user has the specified permission for the request path.
Try and extract something like "Pacific/Auckland" or "America/Indiana/Indianapolis" if possible, given the VTIMEZONE component that is passed in. This is much more complex than olson_from_tzstring since we start to examine the rules and work out what actual timezone this might be.
This class is an implementation of RRULE parsing and expansion, as per RFC5545. It should be reasonably complete, except that it does not handle changing the WKST - there may be a few errors in unusual rules also, but all of the common cases should be handled correctly.
Wrap the DateTime class to make it friendlier to passing in random strings from iCalendar objects, and especially the random stuff used to identify timezones. We also add some utility methods and stuff too, in order to simplify some of the operations we need to do with dates.
RFC2068, 14.25: If none of the entity tags match, or if "*" is given and no current entity exists, the server MUST NOT perform the requested method, and MUST return a 412 (Precondition Failed) response.
Sets the feed link (rel=self), ignoring the parameter which is for compatibility with the Zend library API, although we use this for the Id, whereas they use the first link that is set.
A slightly simpler version of write_resource which will make more sense for calling from an external program. This makes assumptions that the collection and user do exist and bypasses all checks for whether it is reasonable to write this here.
Takes an array of ints representing the Unicode characters and returns a UTF-8 string. Astral planes are supported ie. the ints in the input can be > 0xFFFF. Occurrances of the BOM are ignored. Surrogates are not allowed.
Always returns a time localised to UTC. Even floating times are converted to UTC using the server's currently configured PHP timezone. Even dates will include a time, which will be non-zero if they were localised dates.
Takes an UTF-8 string and returns an array of ints representing the Unicode characters. Astral planes are supported ie. the ints in the output can be > 0xFFFF. Occurrances of the BOM are ignored. Surrogates are not allowed.
Construct a new RepeatRuleDateRange which will be the range between $date1 and $date2. The earliest of the two dates will be used as the start of the period, the latest as the end. If one of the dates is null then the order of the parameters is significant, with the null treated as -infinity if it is first, or +infinity if it is second.
Construct a new Principal object. The principal record will be retrieved from the database, or (if not found) initialised to a new record. You can test for whether the Principal exists by calling the Exists() method on the returned object.
- a
- b
- c
- d
- e
- f
- g
- h
- i
- k
- l
- m
- n
- o
- p
- q
- r
- s
- t
- u
- v
- w
- x
- y
- _
-
-
\ No newline at end of file
diff --git a/docs/api/elementindex_awl.html b/docs/api/elementindex_awl.html
deleted file mode 100644
index 710ba096..00000000
--- a/docs/api/elementindex_awl.html
+++ /dev/null
@@ -1,1332 +0,0 @@
-
-Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
-
-
-
-
-
-
-
-
-
-
-
-
-All elements
-
-
-Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
-
- a
- b
- c
- d
- e
- f
- g
- h
- i
- k
- l
- m
- n
- o
- p
- r
- s
- t
- u
- v
- w
- x
- y
- _
-
Construct a new RepeatRuleDateRange which will be the range between $date1 and $date2. The earliest of the two dates will be used as the start of the period, the latest as the end. If one of the dates is null then the order of the parameters is significant, with the null treated as -infinity if it is first, or +infinity if it is second.
Given XML for a calendar query, return an array of the events (/todos) in the response. Each event in the array will have a 'href', 'etag' and '$response_type' part, where the 'href' is relative to the calendar and the '$response_type' contains the definition of the calendar data in iCalendar format.
If this is a localised time then this will return the UTC equivalent. If it is a floating time, then you will just get the floating time. If it is a date then it will be returned as a date. Note that if it is a *localised* date then the answer will still be the UTC equivalent but only the date itself will be returned.
A Class for handling dates in iCalendar format. We do make the simplifying assumption that all date handling in here is normalised to GMT. One day we might provide some functions to do that, but for now it is done externally.
Try and extract something like "Pacific/Auckland" or "America/Indiana/Indianapolis" if possible, given the VTIMEZONE component that is passed in. This is much more complex than olson_from_tzstring since we start to examine the rules and work out what actual timezone this might be.
This class is an implementation of RRULE parsing and expansion, as per RFC5545. It should be reasonably complete, except that it does not handle changing the WKST - there may be a few errors in unusual rules also, but all of the common cases should be handled correctly.
Wrap the DateTime class to make it friendlier to passing in random strings from iCalendar objects, and especially the random stuff used to identify timezones. We also add some utility methods and stuff too, in order to simplify some of the operations we need to do with dates.
Always returns a time localised to UTC. Even floating times are converted to UTC using the server's currently configured PHP timezone. Even dates will include a time, which will be non-zero if they were localised dates.
- a
- b
- c
- d
- e
- f
- g
- h
- i
- k
- l
- m
- n
- o
- p
- r
- s
- t
- u
- v
- w
- x
- y
- _
-
-Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
-
-
\ No newline at end of file
diff --git a/docs/api/elementindex_davical.html b/docs/api/elementindex_davical.html
deleted file mode 100644
index f933e8a7..00000000
--- a/docs/api/elementindex_davical.html
+++ /dev/null
@@ -1,4426 +0,0 @@
-
-Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
-
-
-
-
-
-
-
-
-
-
-
-
-All elements
-
-
-Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
-
- a
- b
- c
- d
- e
- f
- g
- h
- i
- k
- l
- m
- n
- o
- p
- q
- r
- s
- t
- u
- v
- w
- x
- _
-
Construct a new Principal object. The principal record will be retrieved from the database, or (if not found) initialised to a new record. You can test for whether the Principal exists by calling the Exists() method on the returned object.
While we can construct our SQL to apply some filters in the query, other filters need to be checked against the retrieved record. This is for handling those ones.
These two classes here sort of emulate the interface from the Zend Framework API with regard to ZendFeedWriteFeed for constructing an Atom feed. Except we do it in a DAViCal way, and we have some huge limitations:
The depth parameter from the request headers, coerced into a valid integer: 0, 1 or DEPTH_INFINITY which is defined above. The default is set per various RFCs.
This will either (a) return false if no locks apply, or (b) return the lock_token which the request successfully included to open the lock, or: (c) respond directly to the client with the failure.
Given a <response><href>...</href><propstat><prop><someprop/></prop><status>HTTP/1.1 200 OK</status></propstat>...</response> pull out the content of <someprop>content</someprop> and check to see if it has any href elements. If it *does* then recurse into them, looking for the next deeper nesting of properties.
Get XML response for items in the collection If '/' is requested, a list of visible users is given, otherwise a list of calendars for the user which are parented by this path.
Send a need-privileges error response. This function will only return if the $href is not supplied and the current user has the specified permission for the request path.
Check if we have the needed privilege or send an error response. If the user does not have the privileges then the call will not return, and an XML error document will be output.
RFC2068, 14.25: If none of the entity tags match, or if "*" is given and no current entity exists, the server MUST NOT perform the requested method, and MUST return a 412 (Precondition Failed) response.
Sets the feed link (rel=self), ignoring the parameter which is for compatibility with the Zend library API, although we use this for the Id, whereas they use the first link that is set.
A slightly simpler version of write_resource which will make more sense for calling from an external program. This makes assumptions that the collection and user do exist and bypasses all checks for whether it is reasonable to write this here.
Takes an array of ints representing the Unicode characters and returns a UTF-8 string. Astral planes are supported ie. the ints in the input can be > 0xFFFF. Occurrances of the BOM are ignored. Surrogates are not allowed.
Takes an UTF-8 string and returns an array of ints representing the Unicode characters. Astral planes are supported ie. the ints in the output can be > 0xFFFF. Occurrances of the BOM are ignored. Surrogates are not allowed.
-Warning -
-duplicate function element "privilege_format_function" in file /home/karora/projects/davical/inc/ui/principal-edit.php will be ignored.
-Use an @ignore tag on the original if you want this case to be documented.
-Warning -
-duplicate class element "CalDAVClient" in file /home/karora/projects/davical/inc/caldav-client-v2.php will be ignored.
-Use an @ignore tag on the original if you want this case to be documented.
-Warning -
-duplicate function element "apply_filter" in file /home/karora/projects/davical/inc/caldav-REPORT-cardquery.php will be ignored.
-Use an @ignore tag on the original if you want this case to be documented.
-Warning -
-duplicate class element "RRuleTest" in file /home/karora/projects/davical/inc/test-RRULE-v2.php will be ignored.
-Use an @ignore tag on the original if you want this case to be documented.
-Warning -
-duplicate class element "imapPamDrivers" in file /home/karora/projects/davical/inc/drivers_imap_pam.php will be ignored.
-Use an @ignore tag on the original if you want this case to be documented.
-Warning -
-duplicate function element "check_for_expansion" in file /home/karora/projects/davical/inc/caldav-REPORT-multiget.php will be ignored.
-Use an @ignore tag on the original if you want this case to be documented.
-Warning -
-duplicate class element "FakeSession" in file /home/karora/projects/davical/htdocs/setup.php will be ignored.
-Use an @ignore tag on the original if you want this case to be documented.
-Warning -
-duplicate function element "edit_grant_row" in file /home/karora/projects/davical/inc/ui/principal-edit.php will be ignored.
-Use an @ignore tag on the original if you want this case to be documented.
-Warning - Class VCard parent vComponent not found
-Warning - @todo on an include element is ignored (line 106, file /home/karora/projects/davical/htdocs/caldav.php)
-Warning - Class AtomFeed parent XMLDocument not found
-Warning - Class VTimezone parent vComponent not found
-Warning - @todo on an include element is ignored (line 106, file /home/karora/projects/davical/htdocs/caldav.php)
-Warning - Class DAViCalSession parent Session not found
-
-
admin.php
-
Warnings:
-Warning on line 51 - File "/home/karora/projects/davical/htdocs/admin.php" has no page-level DocBlock, use @package in the first DocBlock to create one
-
-
always.php
-
Warnings:
-Warning on line 41 - Page-level DocBlock precedes "function early_exception_handler", use another DocBlock to document the source element
-
Errors:
-Error on line 41 - DocBlock has multiple @package tags, illegal. ignoring additional tag "@package davical"
-
-
AtomFeed.php
-
Warnings:
-Warning on line 19 - no @package tag was used in a DocBlock for class AtomXHTMLContent
-Warning on line 32 - no @package tag was used in a DocBlock for class AtomEntry
-Warning on line 138 - no @package tag was used in a DocBlock for class AtomFeed
-Warning on line 239 - File "/home/karora/projects/davical/inc/AtomFeed.php" has no page-level DocBlock, use @package in the first DocBlock to create one
-
-
auth-functions.php
-
Warnings:
-Warning on line 27 - Page-level DocBlock precedes "require_once "DataUpdate.php"", use another DocBlock to document the source element
-
Errors:
-Error on line 27 - "include" require_once's DocBlock has @subpackage tags, illegal. ignoring tag "@subpackage authentication"
-Error on line 27 - DocBlock has multiple @package tags, illegal. ignoring additional tag "@package davical"
-
-
autodiscover-handler.php
-
Warnings:
-Warning on line 89 - File "/home/karora/projects/davical/inc/autodiscover-handler.php" has no page-level DocBlock, use @package in the first DocBlock to create one
-
-
caldav-ACL.php
-
Warnings:
-Warning on line 12 - Page-level DocBlock precedes "require_once 'DAVResource.php'", use another DocBlock to document the source element
-
-
caldav-BIND.php
-
Warnings:
-Warning on line 11 - Page-level DocBlock precedes "require_once 'AwlQuery.php'", use another DocBlock to document the source element
-
-
caldav-client-v2.php
-
Warnings:
-Warning on line 12 - Page-level DocBlock precedes "require_once 'XMLDocument.php'", use another DocBlock to document the source element
-Warning on line 12 - package davical is already in category Technical, will now replace with category Documentation
-
Errors:
-Error on line 12 - "include" require_once's DocBlock has @subpackage tags, illegal. ignoring tag "@subpackage caldav"
-Error on line 12 - require_once include's DocBlock has @package tag, illegal. ignoring tag "@package awl"
-
-
caldav-DELETE.php
-
Warnings:
-Warning on line 12 - Page-level DocBlock precedes "require_once 'DAVResource.php'", use another DocBlock to document the source element
-
Errors:
-Error on line 12 - DocBlock has multiple @package tags, illegal. ignoring additional tag "@package davical"
-Error on line 12 - "include" require_once's DocBlock has @subpackage tags, illegal. ignoring tag "@subpackage caldav"
-
-
caldav-DELTICKET.php
-
Warnings:
-Warning on line 20 - Page-level DocBlock precedes "require_once 'DAVResource.php'", use another DocBlock to document the source element
-
-
caldav-GET-functions.php
-
Warnings:
-Warning on line 11 - Page-level DocBlock precedes "require_once "iCalendar.php"", use another DocBlock to document the source element
-
Errors:
-Error on line 11 - "include" require_once's DocBlock has @subpackage tags, illegal. ignoring tag "@subpackage caldav"
-Error on line 11 - DocBlock has multiple @package tags, illegal. ignoring additional tag "@package davical"
-
-
caldav-GET.php
-
Warnings:
-Warning on line 12 - Page-level DocBlock precedes "require "caldav-GET-functions.php"", use another DocBlock to document the source element
-
-
caldav-LOCK.php
-
Warnings:
-Warning on line 164 - File "/home/karora/projects/davical/inc/caldav-LOCK.php" has no page-level DocBlock, use @package in the first DocBlock to create one
-
-
caldav-MKCOL.php
-
Warnings:
-Warning on line 11 - Page-level DocBlock precedes "require_once 'AwlQuery.php'", use another DocBlock to document the source element
-
Errors:
-Error on line 11 - DocBlock has multiple @package tags, illegal. ignoring additional tag "@package davical"
-Error on line 11 - "include" require_once's DocBlock has @subpackage tags, illegal. ignoring tag "@subpackage caldav"
-
-
caldav-MKTICKET.php
-
Warnings:
-Warning on line 19 - package davical is already in category Technical, will now replace with category Documentation
-Warning on line 20 - Page-level DocBlock precedes "require_once 'DAVResource.php'", use another DocBlock to document the source element
-
Errors:
-Error on line 20 - "include" require_once's DocBlock has @subpackage tags, illegal. ignoring tag "@subpackage caldav"
-Error on line 20 - DocBlock has multiple @package tags, illegal. ignoring additional tag "@package davical"
-
-
caldav-MOVE.php
-
Warnings:
-Warning on line 12 - Page-level DocBlock precedes "require_once 'DAVResource.php'", use another DocBlock to document the source element
-
-
caldav-OPTIONS.php
-
Warnings:
-Warning on line 12 - Page-level DocBlock precedes "include_once 'DAVResource.php'", use another DocBlock to document the source element
-
Errors:
-Error on line 12 - "include" include_once's DocBlock has @subpackage tags, illegal. ignoring tag "@subpackage caldav"
-Error on line 12 - DocBlock has multiple @package tags, illegal. ignoring additional tag "@package davical"
-
-
caldav-POST.php
-
Warnings:
-Warning on line 12 - Page-level DocBlock precedes "require_once "XMLDocument.php"", use another DocBlock to document the source element
-
Errors:
-Error on line 12 - "include" require_once's DocBlock has @subpackage tags, illegal. ignoring tag "@subpackage caldav"
-Error on line 12 - DocBlock has multiple @package tags, illegal. ignoring additional tag "@package davical"
-
-
caldav-PROPFIND.php
-
Warnings:
-Warning on line 14 - Page-level DocBlock precedes "require_once 'iCalendar.php'", use another DocBlock to document the source element
-
-
caldav-PROPPATCH.php
-
Warnings:
-Warning on line 12 - Page-level DocBlock precedes "require_once 'vCalendar.php'", use another DocBlock to document the source element
-
Errors:
-Error on line 12 - "include" require_once's DocBlock has @subpackage tags, illegal. ignoring tag "@subpackage caldav"
-Error on line 12 - DocBlock has multiple @package tags, illegal. ignoring additional tag "@package davical"
-
-
caldav-PUT-default.php
-
Warnings:
-Warning on line 12 - Page-level DocBlock precedes "require_once 'DAVResource.php'", use another DocBlock to document the source element
-
-
caldav-PUT-vcalendar.php
-
Warnings:
-Warning on line 12 - Page-level DocBlock precedes "require_once 'DAVResource.php'", use another DocBlock to document the source element
-
-
caldav-PUT-vcard.php
-
Warnings:
-Warning on line 12 - Page-level DocBlock precedes "require_once 'DAVResource.php'", use another DocBlock to document the source element
-
-
caldav-REPORT-calquery.php
-
Warnings:
-Warning on line 382 - File "/home/karora/projects/davical/inc/caldav-REPORT-calquery.php" has no page-level DocBlock, use @package in the first DocBlock to create one
-
-
caldav-REPORT-cardquery.php
-
Warnings:
-Warning on line 231 - File "/home/karora/projects/davical/inc/caldav-REPORT-cardquery.php" has no page-level DocBlock, use @package in the first DocBlock to create one
-
-
caldav-REPORT-expand-property.php
-
Warnings:
-Warning on line 98 - File "/home/karora/projects/davical/inc/caldav-REPORT-expand-property.php" has no page-level DocBlock, use @package in the first DocBlock to create one
-
-
caldav-REPORT-freebusy.php
-
Warnings:
-Warning on line 24 - File "/home/karora/projects/davical/inc/caldav-REPORT-freebusy.php" has no page-level DocBlock, use @package in the first DocBlock to create one
-
-
caldav-REPORT-multiget.php
-
Warnings:
-Warning on line 104 - Unknown tag "@todo:" used
-Warning on line 122 - File "/home/karora/projects/davical/inc/caldav-REPORT-multiget.php" has no page-level DocBlock, use @package in the first DocBlock to create one
-
-
caldav-REPORT-principal-match.php
-
Warnings:
-Warning on line 56 - File "/home/karora/projects/davical/inc/caldav-REPORT-principal-match.php" has no page-level DocBlock, use @package in the first DocBlock to create one
-
-
caldav-REPORT-principal.php
-
Warnings:
-Warning on line 51 - no @package tag was used in a DocBlock for file /home/karora/projects/davical/inc/caldav-REPORT-principal.php
-
-
caldav-REPORT.php
-
Warnings:
-Warning on line 12 - Page-level DocBlock precedes "require_once "XMLDocument.php"", use another DocBlock to document the source element
-
Errors:
-Error on line 12 - "include" require_once's DocBlock has @subpackage tags, illegal. ignoring tag "@subpackage caldav"
-Error on line 12 - DocBlock has multiple @package tags, illegal. ignoring additional tag "@package davical"
-
-
caldav.php
-
Warnings:
-Warning on line 21 - Page-level DocBlock precedes "require_once './always.php'", use another DocBlock to document the source element
-
Errors:
-Error on line 21 - "include" require_once's DocBlock has @subpackage tags, illegal. ignoring tag "@subpackage caldav"
-Error on line 21 - DocBlock has multiple @package tags, illegal. ignoring additional tag "@package davical"
-
-
CalDAVRequest.php
-
Warnings:
-Warning on line 16 - Page-level DocBlock precedes "require_once "AwlCache.php"", use another DocBlock to document the source element
-
-
check_UTF8.php
-
Warnings:
-Warning on line 227 - File "/home/karora/projects/davical/inc/check_UTF8.php" has no page-level DocBlock, use @package in the first DocBlock to create one
-
-
collection-edit.php
-
Warnings:
-Warning on line 551 - File "/home/karora/projects/davical/inc/ui/collection-edit.php" has no page-level DocBlock, use @package in the first DocBlock to create one
-
-
createdb.php
-
Warnings:
-Warning on line 31 - File "/home/karora/projects/davical/htdocs/createdb.php" has no page-level DocBlock, use @package in the first DocBlock to create one
-
-
davical_configuration_missing.php
-
Warnings:
-Warning on line 31 - File "/home/karora/projects/davical/inc/davical_configuration_missing.php" has no page-level DocBlock, use @package in the first DocBlock to create one
-
-
DAVPrincipal.php
-
Warnings:
-Warning on line 11 - Page-level DocBlock precedes "require_once 'Principal.php'", use another DocBlock to document the source element
-
Errors:
-Error on line 11 - "include" require_once's DocBlock has @subpackage tags, illegal. ignoring tag "@subpackage Principal"
-Error on line 11 - DocBlock has multiple @package tags, illegal. ignoring additional tag "@package davical"
-
-
DAVResource.php
-
Warnings:
-Warning on line 11 - package davical is already in category Technical, will now replace with category Documentation
-Warning on line 11 - Page-level DocBlock precedes "require_once 'AwlCache.php'", use another DocBlock to document the source element
-
Errors:
-Error on line 11 - DocBlock has multiple @package tags, illegal. ignoring additional tag "@package davical"
-Error on line 11 - "include" require_once's DocBlock has @subpackage tags, illegal. ignoring tag "@subpackage Resource"
-
-
DAVTicket.php
-
Warnings:
-Warning on line 11 - Page-level DocBlock precedes "require_once 'AwlQuery.php'", use another DocBlock to document the source element
-
Errors:
-Error on line 11 - "include" require_once's DocBlock has @subpackage tags, illegal. ignoring tag "@subpackage DAVTicket"
-Error on line 11 - DocBlock has multiple @package tags, illegal. ignoring additional tag "@package davical"
-
-
dbexec.php
-
Warnings:
-Warning on line 58 - File "/home/karora/projects/davical/htdocs/dbexec.php" has no page-level DocBlock, use @package in the first DocBlock to create one
-
-
drivers_imap_pam.php
-
Warnings:
-Warning on line 14 - package davical is already in category Documentation, will now replace with category Technical
-Warning on line 18 - Page-level DocBlock precedes "require_once "auth-functions.php"", use another DocBlock to document the source element
-Warning on line 21 - no @package tag was used in a DocBlock for class imapPamDrivers
-
Errors:
-Error on line 18 - "include" require_once's DocBlock has @subpackage tags, illegal. ignoring tag "@subpackage ldap"
-Error on line 18 - DocBlock has multiple @package tags, illegal. ignoring additional tag "@package davical"
-
-
drivers_ldap.php
-
Warnings:
-Warning on line 13 - Page-level DocBlock precedes "require_once "auth-functions.php"", use another DocBlock to document the source element
-Warning on line 16 - no @package tag was used in a DocBlock for class ldapDrivers
-
Errors:
-Error on line 13 - DocBlock has multiple @package tags, illegal. ignoring additional tag "@package davical"
-Error on line 13 - "include" require_once's DocBlock has @subpackage tags, illegal. ignoring tag "@subpackage ldap"
-
-
drivers_pwauth_pam.php
-
Warnings:
-Warning on line 16 - Page-level DocBlock precedes "require_once "auth-functions.php"", use another DocBlock to document the source element
-Warning on line 19 - no @package tag was used in a DocBlock for class pwauthPamDrivers
-
Errors:
-Error on line 16 - "include" require_once's DocBlock has @subpackage tags, illegal. ignoring tag "@subpackage pwauth"
-Error on line 16 - DocBlock has multiple @package tags, illegal. ignoring additional tag "@package davical"
-
-
drivers_rimap.php
-
Warnings:
-Warning on line 13 - package davical is already in category Documentation, will now replace with category Technical
-Warning on line 13 - Page-level DocBlock precedes "require_once "auth-functions.php"", use another DocBlock to document the source element
-Warning on line 16 - no @package tag was used in a DocBlock for class imapPamDrivers
-
Errors:
-Error on line 13 - "include" require_once's DocBlock has @subpackage tags, illegal. ignoring tag "@subpackage ldap"
-Error on line 13 - DocBlock has multiple @package tags, illegal. ignoring additional tag "@package davical"
-
-
drivers_squid_pam.php
-
Warnings:
-Warning on line 13 - Page-level DocBlock precedes "require_once "auth-functions.php"", use another DocBlock to document the source element
-Warning on line 16 - no @package tag was used in a DocBlock for class squidPamDrivers
-
Errors:
-Error on line 13 - DocBlock has multiple @package tags, illegal. ignoring additional tag "@package davical"
-Error on line 13 - "include" require_once's DocBlock has @subpackage tags, illegal. ignoring tag "@subpackage ldap"
-
-
expand.php
-
Warnings:
-Warning on line 11 - Page-level DocBlock precedes "require_once 'vCalendar.php'", use another DocBlock to document the source element
-
Errors:
-Error on line 11 - DocBlock has multiple @package tags, illegal. ignoring additional tag "@package davical"
-Error on line 11 - "include" require_once's DocBlock has @subpackage tags, illegal. ignoring tag "@subpackage tzservice"
-
-
external-browse.php
-
Warnings:
-Warning on line 37 - File "/home/karora/projects/davical/inc/ui/external-browse.php" has no page-level DocBlock, use @package in the first DocBlock to create one
-
-
external-fetch.php
-
Warnings:
-Warning on line 39 - Page-level DocBlock precedes "function create_external", use another DocBlock to document the source element
-
Errors:
-Error on line 39 - DocBlock has multiple @package tags, illegal. ignoring additional tag "@package davical"
-Error on line 39 - "function" create_external's DocBlock has @subpackage tags, illegal. ignoring tag "@subpackage external-bind"
-
-
feed.php
-
Warnings:
-Warning on line 206 - File "/home/karora/projects/davical/htdocs/feed.php" has no page-level DocBlock, use @package in the first DocBlock to create one
-
-
freebusy-functions.php
-
Warnings:
-Warning on line 94 - File "/home/karora/projects/davical/inc/freebusy-functions.php" has no page-level DocBlock, use @package in the first DocBlock to create one
-
-
freebusy.php
-
Warnings:
-Warning on line 43 - Unknown tag "@NOTE:" used
-Warning on line 83 - File "/home/karora/projects/davical/htdocs/freebusy.php" has no page-level DocBlock, use @package in the first DocBlock to create one
-
-
get.php
-
Warnings:
-Warning on line 11 - Page-level DocBlock precedes "require_once 'vCalendar.php'", use another DocBlock to document the source element
-
Errors:
-Error on line 11 - "include" require_once's DocBlock has @subpackage tags, illegal. ignoring tag "@subpackage tzservice"
-Error on line 11 - DocBlock has multiple @package tags, illegal. ignoring additional tag "@package davical"
-
-
help.php
-
Warnings:
-Warning on line 28 - File "/home/karora/projects/davical/htdocs/help.php" has no page-level DocBlock, use @package in the first DocBlock to create one
-
-
index.php
-
Warnings:
-Warning on line 60 - File "/home/karora/projects/davical/htdocs/index.php" has no page-level DocBlock, use @package in the first DocBlock to create one
-
-
interactive-page.php
-
Warnings:
-Warning on line 47 - File "/home/karora/projects/davical/inc/interactive-page.php" has no page-level DocBlock, use @package in the first DocBlock to create one
-
-
iSchedule-POST.php
-
Warnings:
-Warning on line 11 - Page-level DocBlock precedes "require_once 'iSchedule.php'", use another DocBlock to document the source element
-Warning on line 18 - no @package tag was used in a DocBlock for class FakeSession
-
Errors:
-Error on line 11 - DocBlock has multiple @package tags, illegal. ignoring additional tag "@package davical"
-Error on line 11 - "include" require_once's DocBlock has @subpackage tags, illegal. ignoring tag "@subpackage iSchedule-POST"
-
-
iSchedule.php
-
Warnings:
-Warning on line 16 - Page-level DocBlock precedes "require_once "XMLDocument.php"", use another DocBlock to document the source element
-Warning on line 145 - File "/home/karora/projects/davical/htdocs/iSchedule.php" has no page-level DocBlock, use @package in the first DocBlock to create one
-
Errors:
-Error on line 16 - "include" require_once's DocBlock has @subpackage tags, illegal. ignoring tag "@subpackage iSchedule"
-Error on line 16 - DocBlock has multiple @package tags, illegal. ignoring additional tag "@package davical"
-
-
list.php
-
Warnings:
-Warning on line 11 - Page-level DocBlock precedes "require_once 'vComponent.php'", use another DocBlock to document the source element
-
Errors:
-Error on line 11 - "include" require_once's DocBlock has @subpackage tags, illegal. ignoring tag "@subpackage tzservice"
-Error on line 11 - DocBlock has multiple @package tags, illegal. ignoring additional tag "@package davical"
-
-
log_caldav_action.php
-
Warnings:
-Warning on line 24 - package davical is already in category Documentation, will now replace with category Technical
-
-
newfile.php
-
Warnings:
-Warning on line 49 - File "/home/karora/projects/davical/htdocs/newfile.php" has no page-level DocBlock, use @package in the first DocBlock to create one
-
-
other_translated_strings.php
-
Warnings:
-Warning on line 50 - File "/home/karora/projects/davical/inc/other_translated_strings.php" has no page-level DocBlock, use @package in the first DocBlock to create one
-
-
page-footer.php
-
Warnings:
-Warning on line 12 - File "/home/karora/projects/davical/inc/page-footer.php" has no page-level DocBlock, use @package in the first DocBlock to create one
-
-
page-header.php
-
Warnings:
-Warning on line 84 - File "/home/karora/projects/davical/inc/page-header.php" has no page-level DocBlock, use @package in the first DocBlock to create one
-
-
principal-browse.php
-
Warnings:
-Warning on line 47 - File "/home/karora/projects/davical/inc/ui/principal-browse.php" has no page-level DocBlock, use @package in the first DocBlock to create one
-
-
principal-edit.php
-
Warnings:
-Warning on line 980 - File "/home/karora/projects/davical/inc/ui/principal-edit.php" has no page-level DocBlock, use @package in the first DocBlock to create one
-
-
Principal.php
-
Warnings:
-Warning on line 11 - Page-level DocBlock precedes "require_once 'AwlCache.php'", use another DocBlock to document the source element
-
Errors:
-Error on line 11 - DocBlock has multiple @package tags, illegal. ignoring additional tag "@package davical"
-Error on line 11 - "include" require_once's DocBlock has @subpackage tags, illegal. ignoring tag "@subpackage Principal"
-
-
public.php
-
Warnings:
-Warning on line 10 - Page-level DocBlock precedes "require "./always.php"", use another DocBlock to document the source element
-
Errors:
-Error on line 10 - "include" require's DocBlock has @subpackage tags, illegal. ignoring tag "@subpackage caldav"
-Error on line 10 - DocBlock has multiple @package tags, illegal. ignoring additional tag "@package davical"
-
-
pubsub.php
-
Warnings:
-Warning on line 721 - File "/home/karora/projects/davical/inc/pubsub.php" has no page-level DocBlock, use @package in the first DocBlock to create one
-
-
RRule-v2.php
-
Warnings:
-Warning on line 38 - no @package tag was used in a DocBlock for class RepeatRuleTimeZone
-Warning on line 76 - no @package tag was used in a DocBlock for class Rfc5545Duration
-Warning on line 203 - no @package tag was used in a DocBlock for class RepeatRuleDateTime
-Warning on line 521 - no @package tag was used in a DocBlock for class RepeatRuleDateRange
-Warning on line 589 - no @package tag was used in a DocBlock for class RepeatRule
-Warning on line 1451 - Unknown tag "@todo:" used
-
-
schedule-functions.php
-
Warnings:
-Warning on line 11 - Page-level DocBlock precedes "require_once 'vCalendar.php'", use another DocBlock to document the source element
-
Errors:
-Error on line 11 - DocBlock has multiple @package tags, illegal. ignoring additional tag "@package davical"
-Error on line 11 - "include" require_once's DocBlock has @subpackage tags, illegal. ignoring tag "@subpackage caldav"
-
-
setup.php
-
Warnings:
-Warning on line 49 - no @package tag was used in a DocBlock for class CheckResult
-Warning on line 204 - no @package tag was used in a DocBlock for class FakeSession
-Warning on line 480 - File "/home/karora/projects/davical/htdocs/setup.php" has no page-level DocBlock, use @package in the first DocBlock to create one
-
-
SqlToArray.php
-
Warnings:
-Warning on line 24 - no @package tag was used in a DocBlock for class SqlToArray
-Warning on line 104 - File "/home/karora/projects/davical/htdocs/SqlToArray.php" has no page-level DocBlock, use @package in the first DocBlock to create one
-
-
test-RRULE-v2.php
-
Warnings:
-Warning on line 21 - no @package tag was used in a DocBlock for class RRuleTest
-Warning on line 112 - File "/home/karora/projects/davical/inc/test-RRULE-v2.php" has no page-level DocBlock, use @package in the first DocBlock to create one
-
-
test-RRULE.php
-
Warnings:
-Warning on line 11 - no @package tag was used in a DocBlock for class RRuleTest
-Warning on line 95 - File "/home/karora/projects/davical/inc/test-RRULE.php" has no page-level DocBlock, use @package in the first DocBlock to create one
-
-
test.php
-
Warnings:
-Warning on line 27 - File "/home/karora/projects/davical/htdocs/test.php" has no page-level DocBlock, use @package in the first DocBlock to create one
-
-
tools.php
-
Warnings:
-Warning on line 11 - Page-level DocBlock precedes "require_once "./always.php"", use another DocBlock to document the source element
-Warning on line 38 - no @package tag was used in a DocBlock for class Tools
-
Errors:
-Error on line 11 - "include" require_once's DocBlock has @subpackage tags, illegal. ignoring tag "@subpackage DAViCalSession"
-Error on line 11 - DocBlock has multiple @package tags, illegal. ignoring additional tag "@package davical"
-
-
tz.php
-
Warnings:
-Warning on line 10 - Page-level DocBlock precedes "require "./always.php"", use another DocBlock to document the source element
-
Errors:
-Error on line 10 - "include" require's DocBlock has @subpackage tags, illegal. ignoring tag "@subpackage tzservice"
-Error on line 10 - DocBlock has multiple @package tags, illegal. ignoring additional tag "@package davical"
-
-
upgrade.php
-
Warnings:
-Warning on line 95 - File "/home/karora/projects/davical/htdocs/upgrade.php" has no page-level DocBlock, use @package in the first DocBlock to create one
-
-
vcard.php
-
Warnings:
-Warning on line 8 - no @package tag was used in a DocBlock for class VCard
-Warning on line 173 - File "/home/karora/projects/davical/inc/vcard.php" has no page-level DocBlock, use @package in the first DocBlock to create one
-
-
vtimezone.php
-
Warnings:
-Warning on line 8 - no @package tag was used in a DocBlock for class VTimezone
-Warning on line 113 - File "/home/karora/projects/davical/inc/vtimezone.php" has no page-level DocBlock, use @package in the first DocBlock to create one
-
-
well-known.php
-
Warnings:
-Warning on line 106 - File "/home/karora/projects/davical/inc/well-known.php" has no page-level DocBlock, use @package in the first DocBlock to create one
-
-
WritableCollection.php
-
Warnings:
-Warning on line 3 - no @package tag was used in a DocBlock for class WritableCollection
-Warning on line 444 - File "/home/karora/projects/davical/inc/WritableCollection.php" has no page-level DocBlock, use @package in the first DocBlock to create one
-
- Documentation generated on Wed, 04 Jul 2012 10:13:10 +0000 by phpDocumentor 1.4.3
-
-
-
\ No newline at end of file
diff --git a/docs/api/index.html b/docs/api/index.html
deleted file mode 100644
index 6e4eeef8..00000000
--- a/docs/api/index.html
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
-
-
-
- DAViCal
-
-
-
-
-
\ No newline at end of file
diff --git a/docs/api/li_awl.html b/docs/api/li_awl.html
deleted file mode 100644
index 1a9fcfd6..00000000
--- a/docs/api/li_awl.html
+++ /dev/null
@@ -1,62 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/docs/api/li_davical.html b/docs/api/li_davical.html
deleted file mode 100644
index f8006671..00000000
--- a/docs/api/li_davical.html
+++ /dev/null
@@ -1,483 +0,0 @@
-
-Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/docs/api/todolist.html b/docs/api/todolist.html
deleted file mode 100644
index df3a54a7..00000000
--- a/docs/api/todolist.html
+++ /dev/null
@@ -1,36 +0,0 @@
-
-Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
-
-
-
-
-
- Todo List
-
-
-
-
-
This logic does not catch all locking scenarios. For example an infinite depth request should check the permissions for all collections and resources within that. At present we only maintain permissions on a per-collection basis though.
This logic does not catch all locking scenarios. For example an infinite depth request should check the permissions for all collections and resources within that. At present we only maintain permissions on a per-collection basis though.
Improve this to calculate the days difference and then the clock time diff and work from there.
-
-
- Documentation generated on Wed, 04 Jul 2012 10:13:10 +0000 by phpDocumentor 1.4.3
-
-
-
\ No newline at end of file
diff --git a/docs/api/phpdoc.ini b/docs/phpdoc.ini
similarity index 100%
rename from docs/api/phpdoc.ini
rename to docs/phpdoc.ini