diff --git a/ChangeLog b/ChangeLog index cdd169c7..e6db3d68 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,246 @@ +2012-06-17 Andrew McMillan + * Release 1.1.0 + +2012-06-14 Andrew McMillan + * Decide whether we can write the principal before we refer to it... + * When a VEVENT has an invalid repeat frequency we pretend it is DAILY. + And log an error, just to be obnoxious. + +2012-06-11 Andrew McMillan + * Allow a user delegated write access to the principal to maintain it. + +2012-05-30 Andrew McMillan + * Fix some niggles with setup.php and spurious logged errors. + +2012-05-28 Andrew McMillan + * Handle relative file references better, + * Add support for $c->hide_older_than to this report. + +2012-05-20 Andrew McMillan + * Updated & new regression tests for various XML processing changes. + * Simplify using GetPath() method. + * Use fully namespaced tags. + * Fix storing / regurgitating of XML fragments in dead properties. + Requires updated AWL to match. + +2012-05-15 Andrew McMillan + * Add support by Ján Máté for arbitrary collections to create on user creation. + * Don't disable upload field. Use library to create 'append mode' field. + +2012-05-14 Andrew McMillan + * Test result of PROPFIND on / + * Further tests for BIND, particular transitive BINDs. + * Retry contacting LDAP server and fail with 503 if unavailable. + * Reduce unnecessary logging. + * Bugfix replacing $row->dav_id with $row->collection_id. + * We should error 500 when we have an exception that isn't caught. + +2012-05-07 Frank Steinberg + * Attendees can only modify own event instance and own PARTSTAT + +2012-05-05 Andrew McMillan + * A function which can expand collections inside collections. + * When a bind is made to an existing bind, bind to the target of that. + * When logging failed anonymous access, don't crash and burn. + * When matching a URL something missing a trailing slash could also be a binding. + +2012-05-03 Andrew McMillan + * A more efficient query for GET including sub-collections. + * Fix getctag replacement in this test. + * Current regression test results. + * A default timezone if there is not one set in the PHP configuration. + * Changes to the way XML is created, and (to a lesser extent) parsed. + * Merge 'Brief' header support into support for "Prefer" + * Always default the timezone to something, even if the user did not. + +2012-04-30 Andrew McMillan + * Simple changes for new XML processing. + * Add log_caldav_action() hook on addressbook writes. + * If there are no instances ensure earliest_start still gets a value. + +2012-04-22 Andrew McMillan + * Make it possible to see output from /setup.php when DB is unavailable. + +2012-04-09 Daniel Aleksandersen + * Fix failing principal creation for new users using IMAP PAM + * Provide user feedback when php5-imap is missing. + +2012-04-19 Andrew McMillan + * Need $request globally in this function + * Correct response code for PROPPATCH and add support for Brief header. + +2012-04-18 Andrew McMillan + * Handle modified which is just YYYYMMDDHHMMSS with no indication of datedness. + * Fix bug in "Edit" of existing grant. + * Don't try and initialize gettext unless it's installed. + +2012-04-17 Andrew McMillan + * Further fixes to WebDAV synchronization. + * Remove davical upgrade log on debian package removal. + +2012-04-16 Andrew McMillan + * Changes to the way PROPPATCH returns errors. + +2012-04-11 Andrew McMillan + * Make sure we increment the sync-token on PUT / DELETE. + * Don't log response for a 404 to reduce log noise. + +2012-04-10 Andrew McMillan + * Add another hook since sometimes we want the action hook to be post commit. + +2012-04-06 Andrew McMillan + * Make it so that PUT of a calendar collection becomes a synchronisation. + +2012-04-05 Andrew McMillan + * Do a bit_or() among multiple privilege settings. + +2012-04-04 Andrew McMillan + * Fix default URL for FindPrincipal() ensure If-Match etag is quoted. + * Refactor checking of If-*-Match headers into a single place. + +2012-03-22 Andrew McMillan + * Get rid of potential warning on early use of date() + * Basic support for RFC5995 - Using POST to add collection members. + * Better privilege checking on POST scheduling actions. + * Fix a bug in GET on collections. + * Slight header changes as a result of caldav proxy changes. + * Allow complete disabling of handling for Apple's old calendar-proxy. + * Changes to Depth handling. + +2012-03-19 Andrew McMillan + * Fix for collections where sync_token does not compute. + +2012-03-17 Andrew McMillan + * Principals don't (yet) have a sync-token. + * We should respond with sync-token if PROPFIND asks too. + +2012-03-16 Andrew McMillan + * Correct HTTP date formatting function. + * Remove chance of unset variable warning. + +2012-03-13 Andrew McMillan + * Don't log 401 response since it's so frequent. + * Add a basic status/method/uri in front of each logged error. + +2012-03-12 Rob Ostensen + * Add the ability to override dns for iSchedule using a global variable $icfg + +2012-03-12 Rob Ostensen + * Skip empty domains in iSchedule setup page + +2012-03-12 Andrew McMillan + * Allow dav_test to be used against random SSL certs. + * Add $c->auto_refresh_duration option to set a auto refresh on any GET calendar. + * Handle HTTP date formatting for non-english locales (force English names). + * Silence the warning if this is not initialised. + +2012-03-11 Rob Ostensen + * verify required headers are signed + * add disallowed header check and some comments + +2012-03-07 Rob Ostensen + * fix a few external BIND import bugs + +2012-03-11 Andrew McMillan + * iSchedule administration helper. + +2012-03-02 Andrew McMillan + * Changed default Depth for PROPFIND. + * Changes due to responding that VPOLL/VAVAILABILITY are OK. + * Fix bug introduced with iSchedule support. + * Fix defaulting of Depth value for newer PHP versions. + +2012-02-24 Andrew McMillan + * Add a command-line script to export a single calendar to stdout. + * Split major functionality out of GET into it's own include. + * Only send a Content-Length if the length is > 0 + +2012-02-21 Andrew McMillan + * Override the "don't PUT a whole calendar" option. + * A command-line script to load a calendar from an iCalendar file. + +2012-02-06 Andrew McMillan + * Detect unsupported sync-level and return specified error. + * Force casting of user_no to integer. + +2012-02-02 Andrew McMillan + * Work from new iana timezone registry. + +2012-02-01 Rob Ostensen + * ischedule: more correct error codes + * remove some of the debugging cruft + * ischedule: fake session info when writing scheduling collections + +2012-01-31 Rob Ostensen + * ischedule: correctly set the attendee value on freebusy replies + * ischedule: actually add attendee to freebusy reply ics + +2012-02-01 Andrew McMillan + * Implement support for 'Brief' header. + Also add VPOLL and VAVAILABILITY to list of supported components. + * Don't include the example .htaccess on Debian systems. + +2012-01-25 Andrew McMillan + * Correct variable name used parsing RFC5545 duration. + +2012-01-23 Andrew McMillan + * Fix problems calling import collection from external contexts. + * Allow specifying that this test will use Digest authentication. + * Clean up content-type checking so it's not so noisy on null content. + +2012-01-17 Andrew McMillan + * Make the 'append' option work. + +2012-01-31 Rob Ostensen + * ischedule: make invites and replies work + * iSchedule: minor fix + * iSchedule changes: fix signed domain, better error handling, cleanups + * ischedule freebusy should work now + * closer to a working version + +2012-01-30 Rob Ostensen + * fix xml queries + +2012-01-27 Rob Ostensen + * debug logging and some typo fixes + * return calendar contents if present otherwise return status + * initial tests for remote iSchedule requests signed using test keys + * remote scheduling requests should work now, still need to handle ADD/CANCEL requests + +2012-01-25 Andrew McMillan + * Correct variable name used parsing RFC5545 duration. + +2012-01-23 Andrew McMillan + * Fix problems calling import collection from external contexts. + * Allow specifying that this test will use Digest authentication. + * Clean up content-type checking so it's not so noisy on null content. + +2012-01-17 Rob Ostensen + * iSchedule internal round trip with headers and body signing then verification working + +2012-01-17 Andrew McMillan + * Make the 'append' option work. + +2012-01-16 Rob Ostensen + * reformatting to match the rest of DAViCal and a few code changes + +2012-01-15 Andrew McMillan + * + * Use If-Modified-Since-HTTP-Header + * Fix remote time comparison + * Compute version only once + * Use automatic Makefile variables + * Make several targets .PHONY + +2012-01-14 Andrew McMillan + * Probably a smidgin more efficient this way around. + * LDAP driver should not log password unless password logging is specifically on. + * Release 1.0.2 + 2012-01-13 Andrew McMillan * Handle VCARD adr/tel/email which have multiple types. * Set the default URL to the default calendar name rather than /home/ diff --git a/debian/changelog b/debian/changelog index 33a7fb09..4fd364c4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,9 @@ davical (1.1.0-1) unstable; urgency=low * New upstream release - * New release to Debian (closes:#???) + * New release to Debian (closes:#668980, #661985). - -- Andrew McMillan Mon, 28 May 2012 16:45:03 +1200 + -- Andrew McMillan Sun, 17 Jun 2012 23:01:18 +1200 davical (1.0.2-1) unstable; urgency=low diff --git a/docs/api/awl/caldav/CalDAVClient.html b/docs/api/awl/caldav/CalDAVClient.html index 3a34b952..d3797e38 100644 --- a/docs/api/awl/caldav/CalDAVClient.html +++ b/docs/api/awl/caldav/CalDAVClient.html @@ -1,3 +1,5 @@ + +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 @@ -290,8 +292,12 @@
+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 + -
+
@@ -311,7 +317,7 @@
-
+
@@ -330,7 +336,7 @@
-
+
@@ -349,7 +355,7 @@
-
+
@@ -368,7 +374,7 @@
-
+
@@ -387,7 +393,7 @@
-
+
@@ -406,7 +412,7 @@
-
+
@@ -425,7 +431,7 @@
-
+
@@ -444,7 +450,7 @@
-
+
@@ -463,7 +469,7 @@
-
+
@@ -482,7 +488,7 @@
-
+
@@ -501,7 +507,7 @@
-
+
@@ -520,7 +526,7 @@
-
+
@@ -539,7 +545,7 @@
-
+
@@ -559,7 +565,7 @@
-
+
@@ -578,7 +584,7 @@
-
+
@@ -610,9 +616,13 @@
- + +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 + -
+
@@ -648,7 +658,7 @@
-
+
@@ -684,7 +694,7 @@
-
+
@@ -717,7 +727,7 @@
-
+
@@ -744,7 +754,7 @@
-
+
@@ -774,7 +784,7 @@
-
+
@@ -810,7 +820,7 @@
-
+
@@ -840,7 +850,7 @@
-
+
@@ -879,7 +889,7 @@
-
+
@@ -912,7 +922,7 @@
-
+
@@ -945,7 +955,7 @@
-
+
@@ -982,7 +992,7 @@
-
+
@@ -1007,7 +1017,7 @@
-
+
@@ -1032,7 +1042,7 @@
-
+
@@ -1075,7 +1085,7 @@
-
+
@@ -1100,7 +1110,7 @@
-
+
@@ -1125,7 +1135,7 @@
-
+
@@ -1152,7 +1162,7 @@
-
+
@@ -1179,7 +1189,7 @@
-
+
@@ -1205,7 +1215,7 @@
-
+
@@ -1235,7 +1245,7 @@
-
+
@@ -1269,8 +1279,10 @@
+ +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 Fri, 13 Jan 2012 23:44:52 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:27:56 +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 index c2fb8e02..e15cb653 100644 --- a/docs/api/awl/caldav/CalendarInfo.html +++ b/docs/api/awl/caldav/CalendarInfo.html @@ -1,3 +1,5 @@ + +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 @@ -111,8 +113,12 @@
+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 + -
+
@@ -134,7 +140,7 @@
-
+
@@ -156,7 +162,7 @@
-
+
@@ -191,9 +197,13 @@
- + +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 + -
+
@@ -225,7 +235,7 @@
-
+
@@ -251,7 +261,7 @@

- Documentation generated on Fri, 13 Jan 2012 23:44:52 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:27:56 +0000 by phpDocumentor 1.4.3

\ No newline at end of file diff --git a/docs/api/awl/caldav/RRule.html b/docs/api/awl/caldav/RRule.html index 798b66cd..fca10d3b 100644 --- a/docs/api/awl/caldav/RRule.html +++ b/docs/api/awl/caldav/RRule.html @@ -82,7 +82,7 @@
-
+
@@ -112,7 +112,7 @@
-
+
@@ -135,7 +135,7 @@
-
+
@@ -170,7 +170,7 @@

- Documentation generated on Fri, 13 Jan 2012 23:44:56 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:28:00 +0000 by phpDocumentor 1.4.3

\ No newline at end of file diff --git a/docs/api/awl/caldav/RepeatRule.html b/docs/api/awl/caldav/RepeatRule.html index c32f17d6..56ddb5e3 100644 --- a/docs/api/awl/caldav/RepeatRule.html +++ b/docs/api/awl/caldav/RepeatRule.html @@ -132,11 +132,11 @@
-
+
- static date_mask (line 824) + static date_mask (line 827)
@@ -179,11 +179,11 @@
-
+
- static rrule_day_number (line 810) + static rrule_day_number (line 813)
@@ -208,7 +208,7 @@
-
+
@@ -246,7 +246,7 @@
-
+
@@ -275,7 +275,7 @@
-
+
@@ -301,7 +301,7 @@
-
+
@@ -330,7 +330,7 @@
-
+
@@ -361,7 +361,7 @@
-
+
@@ -385,7 +385,7 @@
-
+
@@ -414,7 +414,7 @@
-
+
@@ -443,7 +443,7 @@
-
+
@@ -472,7 +472,7 @@

- Documentation generated on Fri, 13 Jan 2012 23:44:56 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:28:00 +0000 by phpDocumentor 1.4.3

\ No newline at end of file diff --git a/docs/api/awl/caldav/RepeatRuleDateRange.html b/docs/api/awl/caldav/RepeatRuleDateRange.html index b8176810..93c5566e 100644 --- a/docs/api/awl/caldav/RepeatRuleDateRange.html +++ b/docs/api/awl/caldav/RepeatRuleDateRange.html @@ -116,7 +116,7 @@
-
+
@@ -138,7 +138,7 @@
-
+
@@ -175,7 +175,7 @@
-
+
@@ -206,7 +206,7 @@
-
+
@@ -229,7 +229,7 @@
-
+
@@ -261,7 +261,7 @@

- Documentation generated on Fri, 13 Jan 2012 23:44:56 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:28:00 +0000 by phpDocumentor 1.4.3

\ No newline at end of file diff --git a/docs/api/awl/caldav/RepeatRuleDateTime.html b/docs/api/awl/caldav/RepeatRuleDateTime.html index fd6d90e1..018edfb1 100644 --- a/docs/api/awl/caldav/RepeatRuleDateTime.html +++ b/docs/api/awl/caldav/RepeatRuleDateTime.html @@ -243,7 +243,7 @@
-
+
@@ -281,7 +281,7 @@
-
+
@@ -315,7 +315,7 @@
-
+
@@ -346,7 +346,7 @@
-
+
@@ -386,7 +386,7 @@
-
+
@@ -410,7 +410,7 @@
-
+
@@ -431,7 +431,7 @@
-
+
@@ -452,7 +452,7 @@
-
+
@@ -484,7 +484,7 @@
-
+
@@ -513,7 +513,7 @@
-
+
@@ -534,7 +534,7 @@
-
+
@@ -558,7 +558,7 @@
-
+
@@ -582,7 +582,7 @@
-
+
@@ -603,7 +603,7 @@
-
+
@@ -637,7 +637,7 @@
-
+
@@ -658,7 +658,7 @@
-
+
@@ -688,7 +688,7 @@
-
+
@@ -709,7 +709,7 @@
-
+
@@ -733,7 +733,7 @@
-
+
@@ -757,7 +757,7 @@
-
+
@@ -794,7 +794,7 @@
-
+
@@ -828,7 +828,7 @@
-
+
@@ -854,7 +854,7 @@
-
+
@@ -885,7 +885,7 @@
-
+
@@ -906,7 +906,7 @@
-
+
@@ -989,7 +989,11 @@
-

Inherited Constants

+ +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)

@@ -1043,7 +1047,7 @@

- Documentation generated on Fri, 13 Jan 2012 23:44:56 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:28:00 +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 index 0e38521b..4078a480 100644 --- a/docs/api/awl/caldav/RepeatRuleTimeZone.html +++ b/docs/api/awl/caldav/RepeatRuleTimeZone.html @@ -81,7 +81,7 @@
-
+
@@ -115,7 +115,7 @@
-
+
@@ -238,7 +238,7 @@

- Documentation generated on Fri, 13 Jan 2012 23:44:56 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:28:00 +0000 by phpDocumentor 1.4.3

\ No newline at end of file diff --git a/docs/api/awl/caldav/Rfc5545Duration.html b/docs/api/awl/caldav/Rfc5545Duration.html index 4a1ae268..8e3ab240 100644 --- a/docs/api/awl/caldav/Rfc5545Duration.html +++ b/docs/api/awl/caldav/Rfc5545Duration.html @@ -94,7 +94,7 @@
-
+
@@ -128,7 +128,7 @@
-
+
@@ -155,7 +155,7 @@
-
+
@@ -177,7 +177,7 @@
-
+
@@ -204,7 +204,7 @@
-
+
@@ -234,7 +234,7 @@

- Documentation generated on Fri, 13 Jan 2012 23:44:56 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:28:00 +0000 by phpDocumentor 1.4.3

\ No newline at end of file diff --git a/docs/api/awl/caldav/_inc---RRule-v2.php.html b/docs/api/awl/caldav/_inc---RRule-v2.php.html index 682d032f..929b333e 100644 --- a/docs/api/awl/caldav/_inc---RRule-v2.php.html +++ b/docs/api/awl/caldav/_inc---RRule-v2.php.html @@ -120,14 +120,14 @@
-
+
 require_once ("vComponent.php") - (line 1099) + (line 1102)
@@ -149,7 +149,7 @@
-
+
@@ -179,11 +179,11 @@
-
+
- expand_event_instances (line 1180) + expand_event_instances (line 1183)
@@ -218,11 +218,11 @@
-
+
- getComponentRange (line 1394) + getComponentRange (line 1397)
@@ -247,11 +247,11 @@
-
+
- getVCalendarRange (line 1449) + getVCalendarRange (line 1452)
@@ -276,7 +276,7 @@
-
+
@@ -302,11 +302,11 @@
-
+
- rdate_expand (line 1110) + rdate_expand (line 1113)
@@ -346,11 +346,11 @@
-
+
- rrule_expand (line 1138) + rrule_expand (line 1141)
@@ -393,7 +393,7 @@

- Documentation generated on Fri, 13 Jan 2012 23:44:56 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:28:00 +0000 by phpDocumentor 1.4.3

\ No newline at end of file diff --git a/docs/api/awl/caldav/_inc---RRule.php.html b/docs/api/awl/caldav/_inc---RRule.php.html index f542503b..f01f3f74 100644 --- a/docs/api/awl/caldav/_inc---RRule.php.html +++ b/docs/api/awl/caldav/_inc---RRule.php.html @@ -74,7 +74,7 @@

- Documentation generated on Fri, 13 Jan 2012 23:44:56 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:28:00 +0000 by phpDocumentor 1.4.3

\ No newline at end of file diff --git a/docs/api/awl/caldav/_inc---caldav-client-v2.php.html b/docs/api/awl/caldav/_inc---caldav-client-v2.php.html index 35352d28..b4817a30 100644 --- a/docs/api/awl/caldav/_inc---caldav-client-v2.php.html +++ b/docs/api/awl/caldav/_inc---caldav-client-v2.php.html @@ -81,7 +81,7 @@
-
+
 @@ -108,7 +108,7 @@

- Documentation generated on Fri, 13 Jan 2012 23:44:52 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:27:56 +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 index 024c5e72..75f50034 100644 --- a/docs/api/awl/caldav/_inc---caldav-client.php.html +++ b/docs/api/awl/caldav/_inc---caldav-client.php.html @@ -1,3 +1,5 @@ + +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 @@ -63,7 +65,7 @@

- Documentation generated on Fri, 13 Jan 2012 23:44:52 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:27:56 +0000 by phpDocumentor 1.4.3

\ No newline at end of file diff --git a/docs/api/awl/caldav/iCalDate.html b/docs/api/awl/caldav/iCalDate.html index df7f42d1..809b73d5 100644 --- a/docs/api/awl/caldav/iCalDate.html +++ b/docs/api/awl/caldav/iCalDate.html @@ -219,7 +219,7 @@
-
+
@@ -246,7 +246,7 @@
-
+
@@ -273,7 +273,7 @@
-
+
@@ -300,7 +300,7 @@
-
+
@@ -327,7 +327,7 @@
-
+
@@ -360,7 +360,7 @@
-
+
@@ -390,7 +390,7 @@
-
+
@@ -420,7 +420,7 @@
-
+
@@ -450,7 +450,7 @@
-
+
@@ -480,7 +480,7 @@
-
+
@@ -513,7 +513,7 @@
-
+
@@ -543,7 +543,7 @@
-
+
@@ -573,7 +573,7 @@
-
+
@@ -609,7 +609,7 @@
-
+
@@ -636,7 +636,7 @@
-
+
@@ -663,7 +663,7 @@
-
+
@@ -690,7 +690,7 @@
-
+
@@ -717,7 +717,7 @@
-
+
@@ -744,7 +744,7 @@
-
+
@@ -771,7 +771,7 @@
-
+
@@ -798,7 +798,7 @@
-
+
@@ -828,7 +828,7 @@
-
+
@@ -850,7 +850,7 @@
-
+
@@ -872,7 +872,7 @@
-
+
@@ -894,7 +894,7 @@
-
+
@@ -916,7 +916,7 @@
-
+
@@ -943,7 +943,7 @@

- Documentation generated on Fri, 13 Jan 2012 23:44:56 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:28:00 +0000 by phpDocumentor 1.4.3

\ No newline at end of file diff --git a/docs/api/blank.html b/docs/api/blank.html index 1a0caf98..a37a8d0d 100644 --- a/docs/api/blank.html +++ b/docs/api/blank.html @@ -1,3 +1,5 @@ + +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 diff --git a/docs/api/classtrees_awl.html b/docs/api/classtrees_awl.html index abbb0705..68bbcc8c 100644 --- a/docs/api/classtrees_awl.html +++ b/docs/api/classtrees_awl.html @@ -54,7 +54,7 @@
  • RepeatRuleTimeZone
  • - Documentation generated on Fri, 13 Jan 2012 23:44:51 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:27:56 +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 index b0caf166..fbf64994 100644 --- a/docs/api/classtrees_davical.html +++ b/docs/api/classtrees_davical.html @@ -1,3 +1,5 @@ + +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 @@ -39,6 +41,14 @@ +

    Root class FakeSession

    + + +

    Root class FakeSession

    + +

    Root class HTTPAuthSession

    @@ -99,14 +109,14 @@

    Root class vComponent

    +
  • VCard
  • VTimezone
  • Root class XMLDocument

    - Documentation generated on Fri, 13 Jan 2012 23:44:51 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:27:56 +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 index 33ade190..ee9b0f76 100644 --- a/docs/api/davical/AtomEntry.html +++ b/docs/api/davical/AtomEntry.html @@ -1,3 +1,5 @@ + +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 @@ -138,7 +140,11 @@
    - + +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 +
    @@ -550,7 +556,7 @@

    - Documentation generated on Fri, 13 Jan 2012 23:44:51 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:27:56 +0000 by phpDocumentor 1.4.3

    \ No newline at end of file diff --git a/docs/api/davical/AtomFeed.html b/docs/api/davical/AtomFeed.html index 890cdfc3..bebd7239 100644 --- a/docs/api/davical/AtomFeed.html +++ b/docs/api/davical/AtomFeed.html @@ -519,7 +519,7 @@

    - Documentation generated on Fri, 13 Jan 2012 23:44:51 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:27:56 +0000 by phpDocumentor 1.4.3

    \ No newline at end of file diff --git a/docs/api/davical/AtomXHTMLContent.html b/docs/api/davical/AtomXHTMLContent.html index a03e1f75..03df3f4b 100644 --- a/docs/api/davical/AtomXHTMLContent.html +++ b/docs/api/davical/AtomXHTMLContent.html @@ -142,7 +142,7 @@

    - Documentation generated on Fri, 13 Jan 2012 23:44:52 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:27:56 +0000 by phpDocumentor 1.4.3

    \ No newline at end of file diff --git a/docs/api/davical/CheckResult.html b/docs/api/davical/CheckResult.html index f44633e1..b55f2435 100644 --- a/docs/api/davical/CheckResult.html +++ b/docs/api/davical/CheckResult.html @@ -25,7 +25,7 @@

    - Located in /htdocs/setup.php (line 8) + Located in /htdocs/setup.php (line 50)

    @@ -98,11 +98,11 @@
    -
    +
    - Constructor __construct (line 13) + Constructor __construct (line 55)
    @@ -130,11 +130,11 @@
    -
    +
    - getClass (line 19) + getClass (line 61)
    @@ -154,11 +154,11 @@
    -
    +
    - getDescription (line 31) + getDescription (line 73)
    @@ -178,11 +178,11 @@
    -
    +
    - getOK (line 27) + getOK (line 69)
    @@ -202,11 +202,11 @@
    -
    +
    - setClass (line 23) + setClass (line 65)
    @@ -231,11 +231,11 @@
    -
    +
    - setDescription (line 35) + setDescription (line 77)
    @@ -265,7 +265,7 @@

    - Documentation generated on Fri, 13 Jan 2012 23:44:56 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:28:00 +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 index 37af9126..99fb9f6c 100644 --- a/docs/api/davical/DAVTicket/DAVTicket.html +++ b/docs/api/davical/DAVTicket/DAVTicket.html @@ -1,3 +1,5 @@ + +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 @@ -97,7 +99,11 @@
    - + +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 +
    @@ -245,8 +251,10 @@
    + +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 Fri, 13 Jan 2012 23:44:54 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:27:58 +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 index d3d21187..7c58d50a 100644 --- a/docs/api/davical/DAVTicket/_inc---DAVTicket.php.html +++ b/docs/api/davical/DAVTicket/_inc---DAVTicket.php.html @@ -1,3 +1,5 @@ + +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 @@ -69,7 +71,11 @@ | Includes
    - + +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 +
    @@ -97,7 +103,7 @@

    - Documentation generated on Fri, 13 Jan 2012 23:44:54 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:27:58 +0000 by phpDocumentor 1.4.3

    \ No newline at end of file diff --git a/docs/api/davical/DAViCalSession/DAViCalSession.html b/docs/api/davical/DAViCalSession/DAViCalSession.html index 38ec0f94..bb697523 100644 --- a/docs/api/davical/DAViCalSession/DAViCalSession.html +++ b/docs/api/davical/DAViCalSession/DAViCalSession.html @@ -19,14 +19,15 @@
    Description

    A class for creating and holding session information.

    - Located in /inc/DAViCalSession.php (line 47) + Located in /inc/DAViCalSession.php (line 48)

    @@ -39,17 +40,40 @@ + +
    +
    Variable Summary
    + +
    +
    +
    +  + mixed + $principal_id +
    +
    +
    +
    Method Summary
    -
    +
     DAViCalSession __construct @@ -68,6 +92,12 @@ ()
    +  + boolean + HavePrivilegeTo + ($do_what $do_what, $path $path, [$any $any = null]) +
    +
     boolean LoginRequired @@ -77,13 +107,57 @@
    + +
    +
    Variables
    + +
    + +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 + + +
    + +
    + + + mixed + $principal_id + (line 51) + +
    + + +
      +
    • access: public
    • +
    + + + + + +
    + +
    +
    Methods
    @@ -93,7 +167,7 @@
    - Constructor __construct (line 58) + Constructor __construct (line 62)
    @@ -121,7 +195,7 @@
    - AssignSessionDetails (line 67) + AssignSessionDetails (line 72)
    @@ -148,7 +222,7 @@
    - GetRoles (line 87) + GetRoles (line 92)
    @@ -165,12 +239,48 @@
    - +
    - LoginRequired (line 108) + HavePrivilegeTo (line 111) +
    + + +

    Does the user have the privileges to do what is requested.

    +
      +
    • return: Whether they do have one of those privileges against the specified path.
    • +
    + +
    + boolean + + HavePrivilegeTo + + ($do_what $do_what, $path $path, [$any $any = null]) +
    + +
      +
    • + $do_what + $do_what: mixed The request privilege name, or array of privilege names, to be checked.
    • +
    • + $path + $path: string The path we want that permission for
    • +
    • + $any + $any: boolean Whether we accept any of the privileges. The default is true, unless the requested privilege is 'all', when it is false.
    • +
    + + +
    + +
    + +
    + + LoginRequired (line 134)
    @@ -202,7 +312,7 @@

    - Documentation generated on Fri, 13 Jan 2012 23:44:53 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:27:58 +0000 by phpDocumentor 1.4.3

    \ No newline at end of file diff --git a/docs/api/davical/DAViCalSession/Tools.html b/docs/api/davical/DAViCalSession/Tools.html index 73606d02..f8a0cbb6 100644 --- a/docs/api/davical/DAViCalSession/Tools.html +++ b/docs/api/davical/DAViCalSession/Tools.html @@ -175,7 +175,7 @@

    - Documentation generated on Fri, 13 Jan 2012 23:44:57 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:28:01 +0000 by phpDocumentor 1.4.3

    \ No newline at end of file diff --git a/docs/api/davical/DAViCalSession/_htdocs---tools.php.html b/docs/api/davical/DAViCalSession/_htdocs---tools.php.html index 7619fa09..27e8b674 100644 --- a/docs/api/davical/DAViCalSession/_htdocs---tools.php.html +++ b/docs/api/davical/DAViCalSession/_htdocs---tools.php.html @@ -217,7 +217,7 @@

    - Documentation generated on Fri, 13 Jan 2012 23:44:57 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:28:01 +0000 by phpDocumentor 1.4.3

    \ No newline at end of file diff --git a/docs/api/davical/DAViCalSession/_inc---DAViCalSession.php.html b/docs/api/davical/DAViCalSession/_inc---DAViCalSession.php.html index b66db362..814e4674 100644 --- a/docs/api/davical/DAViCalSession/_inc---DAViCalSession.php.html +++ b/docs/api/davical/DAViCalSession/_inc---DAViCalSession.php.html @@ -75,7 +75,22 @@ | Functions
    - + +
    + +
    +  + + include_once + ('DAVResource.php') + (line 38) + +
    + + + +
    +
    @@ -106,7 +121,11 @@ | Functions
    -
    @@ -170,7 +189,7 @@

    - Documentation generated on Fri, 13 Jan 2012 23:44:53 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:27:58 +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 index eee75dee..4305b174 100644 --- a/docs/api/davical/HTTPAuthSession/HTTPAuthSession.html +++ b/docs/api/davical/HTTPAuthSession/HTTPAuthSession.html @@ -510,7 +510,7 @@

    - Documentation generated on Fri, 13 Jan 2012 23:44:55 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:27:59 +0000 by phpDocumentor 1.4.3

    \ No newline at end of file diff --git a/docs/api/davical/HTTPAuthSession/_inc---HTTPAuthSession.php.html b/docs/api/davical/HTTPAuthSession/_inc---HTTPAuthSession.php.html index 369a497e..88e0f502 100644 --- a/docs/api/davical/HTTPAuthSession/_inc---HTTPAuthSession.php.html +++ b/docs/api/davical/HTTPAuthSession/_inc---HTTPAuthSession.php.html @@ -63,7 +63,7 @@

    - Documentation generated on Fri, 13 Jan 2012 23:44:55 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:27:59 +0000 by phpDocumentor 1.4.3

    \ No newline at end of file diff --git a/docs/api/davical/Principal/DAVPrincipal.html b/docs/api/davical/Principal/DAVPrincipal.html index a5de1a15..62e86c70 100644 --- a/docs/api/davical/Principal/DAVPrincipal.html +++ b/docs/api/davical/Principal/DAVPrincipal.html @@ -405,7 +405,7 @@
    - addressbook_home_set (line 359) + addressbook_home_set (line 358)
    @@ -427,7 +427,7 @@
    - AsCollection (line 420) + AsCollection (line 419)
    @@ -449,7 +449,7 @@
    - calendar_free_busy_set (line 382) + calendar_free_busy_set (line 381)
    @@ -471,7 +471,7 @@
    - calendar_home_set (line 336) + calendar_home_set (line 335)
    @@ -515,7 +515,7 @@
    - GetProperty (line 303) + GetProperty (line 302)
    @@ -545,7 +545,7 @@
    - GroupMemberSet (line 284) + GroupMemberSet (line 283)
    @@ -567,7 +567,7 @@
    - GroupMembership (line 275) + GroupMembership (line 274)
    @@ -616,7 +616,7 @@
    - IsGroup (line 294) + IsGroup (line 293)
    @@ -641,7 +641,7 @@
    - PrincipalProperty (line 451) + PrincipalProperty (line 450)
    @@ -677,7 +677,7 @@
    - Privileges (line 404) + Privileges (line 403)
    @@ -699,7 +699,7 @@
    - PropertySearch (line 444) + PropertySearch (line 443)
    @@ -725,7 +725,7 @@
    - ProxyFor (line 265) + ProxyFor (line 264)
    @@ -752,7 +752,7 @@
    - ReadProxyGroup (line 246) + ReadProxyGroup (line 245)
    @@ -774,7 +774,7 @@
    - RenderAsXML (line 569) + RenderAsXML (line 568)
    @@ -813,7 +813,7 @@
    - unique_tag (line 324) + unique_tag (line 323)
    @@ -838,7 +838,7 @@
    - WriteProxyGroup (line 255) + WriteProxyGroup (line 254)
    @@ -911,7 +911,7 @@

    - Documentation generated on Fri, 13 Jan 2012 23:44:54 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:27:58 +0000 by phpDocumentor 1.4.3

    \ No newline at end of file diff --git a/docs/api/davical/Principal/Principal.html b/docs/api/davical/Principal/Principal.html index 46bf1b16..09f6781f 100644 --- a/docs/api/davical/Principal/Principal.html +++ b/docs/api/davical/Principal/Principal.html @@ -397,7 +397,7 @@
    -
    +
    @@ -420,7 +420,7 @@
    -
    +
    @@ -442,7 +442,7 @@
    -
    +
    @@ -464,7 +464,7 @@
    -
    +
    @@ -486,7 +486,7 @@
    -
    +
    @@ -508,7 +508,7 @@
    -
    +
    @@ -530,7 +530,7 @@
    -
    +
    @@ -552,7 +552,7 @@
    -
    +
    @@ -574,7 +574,7 @@
    -
    +
    @@ -596,7 +596,7 @@
    -
    +
    @@ -618,7 +618,7 @@
    -
    +
    @@ -640,7 +640,7 @@
    -
    +
    @@ -662,7 +662,7 @@
    -
    +
    @@ -685,7 +685,7 @@
    -
    +
    @@ -707,7 +707,7 @@
    -
    +
    @@ -729,7 +729,7 @@
    -
    +
    @@ -751,7 +751,7 @@
    -
    +
    @@ -773,7 +773,7 @@
    -
    +
    @@ -795,7 +795,7 @@
    -
    +
    @@ -817,7 +817,7 @@
    -
    +
    @@ -840,7 +840,7 @@
    -
    +
    @@ -862,7 +862,7 @@
    -
    +
    @@ -884,7 +884,7 @@
    -
    +
    @@ -906,7 +906,7 @@
    -
    +
    @@ -928,7 +928,7 @@
    -
    +
    @@ -950,7 +950,7 @@
    -
    +
    @@ -973,7 +973,7 @@
    -
    +
    @@ -996,7 +996,7 @@
    -
    +
    @@ -1018,7 +1018,7 @@
    -
    +
    @@ -1056,11 +1056,11 @@
    -
    +
    - static cacheDelete (line 597) + static cacheDelete (line 614)
    @@ -1088,11 +1088,11 @@
    -
    +
    - static cacheFlush (line 586) + static cacheFlush (line 603)
    @@ -1120,7 +1120,7 @@
    -
    +
    @@ -1144,7 +1144,7 @@
    -
    +
    @@ -1189,7 +1189,7 @@
    -
    +
    @@ -1213,11 +1213,11 @@
    -
    +
    - Create (line 575) + Create (line 592)
    @@ -1242,7 +1242,7 @@
    -
    +
    @@ -1267,7 +1267,7 @@
    -
    +
    @@ -1292,7 +1292,7 @@
    -
    +
    @@ -1317,7 +1317,7 @@
    -
    +
    @@ -1341,7 +1341,7 @@
    -
    +
    @@ -1367,7 +1367,7 @@
    -
    +
    @@ -1392,7 +1392,7 @@
    -
    +
    @@ -1421,7 +1421,7 @@
    -
    +
    @@ -1446,7 +1446,7 @@
    -
    +
    @@ -1476,7 +1476,7 @@
    -
    +
    @@ -1500,11 +1500,11 @@
    -
    +
    - Update (line 579) + Update (line 596)
    @@ -1529,7 +1529,7 @@
    -
    +
    @@ -1563,7 +1563,7 @@
    -
    +
    @@ -1588,7 +1588,7 @@
    -
    +
    @@ -1613,7 +1613,7 @@
    -
    +
    @@ -1643,7 +1643,7 @@
    -
    +
    @@ -1678,7 +1678,7 @@

    - Documentation generated on Fri, 13 Jan 2012 23:44:56 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:28:00 +0000 by phpDocumentor 1.4.3

    \ No newline at end of file diff --git a/docs/api/davical/Principal/_inc---DAVPrincipal.php.html b/docs/api/davical/Principal/_inc---DAVPrincipal.php.html index 86efa1fd..52bfd03e 100644 --- a/docs/api/davical/Principal/_inc---DAVPrincipal.php.html +++ b/docs/api/davical/Principal/_inc---DAVPrincipal.php.html @@ -97,7 +97,7 @@

    - Documentation generated on Fri, 13 Jan 2012 23:44:54 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:27:58 +0000 by phpDocumentor 1.4.3

    \ No newline at end of file diff --git a/docs/api/davical/Principal/_inc---Principal.php.html b/docs/api/davical/Principal/_inc---Principal.php.html index 52393027..c8a56564 100644 --- a/docs/api/davical/Principal/_inc---Principal.php.html +++ b/docs/api/davical/Principal/_inc---Principal.php.html @@ -70,7 +70,7 @@
    -
    +
     @@ -97,7 +97,7 @@

    - Documentation generated on Fri, 13 Jan 2012 23:44:56 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:28:00 +0000 by phpDocumentor 1.4.3

    \ No newline at end of file diff --git a/docs/api/davical/PublicSession/PublicSession.html b/docs/api/davical/PublicSession/PublicSession.html index 6c94e794..f3d080ca 100644 --- a/docs/api/davical/PublicSession/PublicSession.html +++ b/docs/api/davical/PublicSession/PublicSession.html @@ -75,7 +75,7 @@
    -
    +
    @@ -97,7 +97,7 @@
    -
    +
    @@ -133,7 +133,7 @@

    - Documentation generated on Fri, 13 Jan 2012 23:44:56 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:28:00 +0000 by phpDocumentor 1.4.3

    \ No newline at end of file diff --git a/docs/api/davical/PublicSession/_inc---PublicSession.php.html b/docs/api/davical/PublicSession/_inc---PublicSession.php.html index 2977ecf3..c897fb0f 100644 --- a/docs/api/davical/PublicSession/_inc---PublicSession.php.html +++ b/docs/api/davical/PublicSession/_inc---PublicSession.php.html @@ -63,7 +63,7 @@

    - Documentation generated on Fri, 13 Jan 2012 23:44:56 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:28:00 +0000 by phpDocumentor 1.4.3

    \ No newline at end of file diff --git a/docs/api/davical/RRuleTest.html b/docs/api/davical/RRuleTest.html index 8accadc8..8b55e0e4 100644 --- a/docs/api/davical/RRuleTest.html +++ b/docs/api/davical/RRuleTest.html @@ -295,7 +295,7 @@

    - Documentation generated on Fri, 13 Jan 2012 23:44:57 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:28:01 +0000 by phpDocumentor 1.4.3

    \ No newline at end of file diff --git a/docs/api/davical/Request/CalDAVRequest.html b/docs/api/davical/Request/CalDAVRequest.html index d14fd8cc..571956d0 100644 --- a/docs/api/davical/Request/CalDAVRequest.html +++ b/docs/api/davical/Request/CalDAVRequest.html @@ -141,7 +141,7 @@
    -
    +
     CalDAVRequest __construct @@ -160,6 +160,12 @@ ( &$reply, [ $privs = null])
    +  + void + CheckEtagMatch + (boolean $exists, string $dest_etag) +
    +
     void CoerceContentType @@ -181,7 +187,7 @@  void DepthRegexTail - () + ([ $for_collection_report = false])
     @@ -286,6 +292,12 @@ (int $status, string $precondition, [string $explanation = ''], [ $xmlns = 'DAV:'])
    +  + void + PreferMinimal + () +
    +
     void Privileges @@ -334,7 +346,7 @@
    -
    +
    @@ -354,7 +366,7 @@
    -
    +
    @@ -374,7 +386,7 @@
    -
    +
    @@ -395,7 +407,7 @@
    -
    +
    @@ -415,7 +427,7 @@
    -
    +
    @@ -435,7 +447,7 @@
    -
    +
    @@ -455,7 +467,7 @@
    -
    +
    @@ -479,7 +491,7 @@
    -
    +
    @@ -499,7 +511,7 @@
    -
    +
    @@ -518,7 +530,7 @@
    -
    +
    @@ -538,7 +550,7 @@
    -
    +
    @@ -561,7 +573,7 @@
    -
    +
    @@ -581,7 +593,7 @@
    -
    +
    @@ -601,7 +613,7 @@
    -
    +
    @@ -624,7 +636,7 @@
    -
    +
    @@ -659,11 +671,11 @@
    -
    +
    - Constructor __construct (line 111) + Constructor __construct (line 117)
    @@ -686,11 +698,11 @@
    -
    +
    - AllowedTo (line 1002) + AllowedTo (line 1032)
    @@ -714,11 +726,11 @@
    -
    +
    - BuildSupportedPrivileges (line 964) + BuildSupportedPrivileges (line 994)
    @@ -742,13 +754,43 @@ +
    + +
    + +
    + + CheckEtagMatch (line 1108) +
    + + +

    Check that the incoming Etag matches the one for the existing (or non-existing) resource.

    + +
    + void + + CheckEtagMatch + + (boolean $exists, string $dest_etag) +
    + +
      +
    • + boolean + $exists: Whether the destination exists
    • +
    • + string + $dest_etag: The etag for the destination.
    • +
    + +
    - CoerceContentType (line 856) + CoerceContentType (line 875)
    @@ -770,7 +812,7 @@
    - CollectionId (line 956) + CollectionId (line 986)
    @@ -792,7 +834,7 @@
    - dav_name (line 722) + dav_name (line 740)
    @@ -814,7 +856,7 @@
    - DepthRegexTail (line 740) + DepthRegexTail (line 758)
    @@ -825,9 +867,14 @@ DepthRegexTail - () + ([ $for_collection_report = false])
    +
      +
    • + + $for_collection_report
    • +
    @@ -836,7 +883,7 @@
    - DoResponse (line 1179) + DoResponse (line 1262)
    @@ -869,7 +916,7 @@
    - FailIfLocked (line 821) + FailIfLocked (line 840)
    @@ -894,7 +941,7 @@
    - GetDepthName (line 731) + GetDepthName (line 749)
    @@ -916,7 +963,7 @@
    - GetLockDetails (line 807) + GetLockDetails (line 826)
    @@ -943,7 +990,7 @@
    - GetLockRow (line 751) + GetLockRow (line 770)
    @@ -973,7 +1020,7 @@
    - HavePrivilegeTo (line 1075) + HavePrivilegeTo (line 1158)
    @@ -1000,7 +1047,7 @@
    - IsAddressBook (line 917) + IsAddressBook (line 947)
    @@ -1022,7 +1069,7 @@
    - IsCalendar (line 908) + IsCalendar (line 938)
    @@ -1044,7 +1091,7 @@
    - IsCollection (line 897) + IsCollection (line 927)
    @@ -1066,7 +1113,7 @@
    - IsInfiniteDepth (line 948) + IsInfiniteDepth (line 978)
    @@ -1088,7 +1135,7 @@
    - IsLocked (line 643) + IsLocked (line 661)
    @@ -1113,7 +1160,7 @@
    - IsPrincipal (line 926) + IsPrincipal (line 956)
    @@ -1135,7 +1182,7 @@
    - IsProxyRequest (line 937) + IsProxyRequest (line 967)
    @@ -1157,7 +1204,7 @@
    - IsPublic (line 680) + IsPublic (line 698)
    @@ -1179,7 +1226,7 @@
    - MalformedRequest (line 1152) + MalformedRequest (line 1235)
    @@ -1206,7 +1253,7 @@
    - NeedPrivilege (line 1111) + NeedPrivilege (line 1194)
    @@ -1239,7 +1286,7 @@
    - PreconditionFailed (line 1136) + PreconditionFailed (line 1219)
    @@ -1270,12 +1317,34 @@
    - +
    - Privileges (line 1067) + PreferMinimal (line 916) +
    + + +

    Returns true if the 'Prefer: return-minimal' or 'Brief: t' were present in the request headers.

    + +
    + void + + PreferMinimal + + () +
    + + + +
    + +
    + +
    + + Privileges (line 1097)
    @@ -1293,11 +1362,11 @@
    -
    +
    - setPermissions (line 575) + setPermissions (line 593)
    @@ -1323,11 +1392,11 @@
    -
    +
    - UnsupportedRequest (line 1088) + UnsupportedRequest (line 1171)
    @@ -1350,11 +1419,11 @@
    -
    +
    - ValidateLockToken (line 776) + ValidateLockToken (line 795)
    @@ -1377,11 +1446,11 @@
    -
    +
    - XMLResponse (line 1164) + XMLResponse (line 1247)
    @@ -1412,7 +1481,7 @@

    - Documentation generated on Fri, 13 Jan 2012 23:44:53 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:27:57 +0000 by phpDocumentor 1.4.3

    \ No newline at end of file diff --git a/docs/api/davical/Request/_inc---CalDAVRequest.php.html b/docs/api/davical/Request/_inc---CalDAVRequest.php.html index fbc9fb2e..f6ab89a4 100644 --- a/docs/api/davical/Request/_inc---CalDAVRequest.php.html +++ b/docs/api/davical/Request/_inc---CalDAVRequest.php.html @@ -74,22 +74,7 @@ | Constants
    - -
    - -
    -  - - include - ("DAVTicket.php") - (line 20) - -
    - - - -
    - +
    @@ -104,9 +89,24 @@
    - +
    +
    +  + + require_once + ("XMLDocument.php") + (line 18) + +
    + + + +
    + +
    +
     @@ -119,15 +119,15 @@
    - -
    + +
     require_once - ("XMLDocument.php") - (line 18) + ("DAVTicket.php") + (line 20)
    @@ -147,8 +147,12 @@ | Constants
    - -
    + +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 + +
    @@ -168,7 +172,7 @@

    - Documentation generated on Fri, 13 Jan 2012 23:44:53 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:27:57 +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 index e4b5e0dd..8fe902b6 100644 --- a/docs/api/davical/Resource/DAVResource.html +++ b/docs/api/davical/Resource/DAVResource.html @@ -1,3 +1,5 @@ + +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 @@ -140,7 +142,13 @@
    -
    +
    +  + static void + BuildDeadPropertyXML + ( $property_name,  $raw_string) +
    +
     DAVResource __construct @@ -158,7 +166,7 @@ BuildACE ( &$xmldoc,  $privs,  $principal)
    -
    +
     void BuildPrivileges @@ -435,6 +443,12 @@ ( $new_dav_name)
    +  + void + sync_token + () +
    +
     void unique_tag @@ -471,6 +485,10 @@
    +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 +
    @@ -670,10 +688,46 @@
    - - + +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 + +
    +
    + + static BuildDeadPropertyXML (line 635) +
    + + +
      +
    • access: public
    • +
    + +
    + void + + BuildDeadPropertyXML + + ( $property_name,  $raw_string) +
    + +
      +
    • + + $property_name
    • +
    • + + $raw_string
    • +
    + + +
    + +
    +
    Constructor __construct (line 147) @@ -699,11 +753,11 @@
    -
    +
    - bound_from (line 1161) + bound_from (line 1188)
    @@ -721,11 +775,11 @@
    -
    +
    - BuildACE (line 1315) + BuildACE (line 1361)
    @@ -754,11 +808,11 @@
    -
    +
    - BuildPrivileges (line 773) + BuildPrivileges (line 800)
    @@ -784,11 +838,11 @@
    -
    +
    - BuildSupportedMethods (line 862) + BuildSupportedMethods (line 889)
    @@ -806,11 +860,11 @@
    -
    +
    - BuildSupportedReports (line 914) + BuildSupportedReports (line 941)
    @@ -833,11 +887,11 @@
    -
    +
    - BuildTicketinfo (line 975) + BuildTicketinfo (line 1002)
    @@ -867,11 +921,11 @@
    -
    +
    - collection_id (line 1216) + collection_id (line 1243)
    @@ -889,11 +943,11 @@
    -
    +
    - ContainerExists (line 1129) + ContainerExists (line 1156)
    @@ -911,11 +965,11 @@
    -
    +
    - ContainerType (line 1281) + ContainerType (line 1327)
    @@ -933,11 +987,11 @@
    -
    +
    - DAV_AllProperties (line 1449) + DAV_AllProperties (line 1495)
    @@ -955,11 +1009,11 @@
    -
    +
    - dav_name (line 1152) + dav_name (line 1179)
    @@ -977,11 +1031,11 @@
    -
    +
    - Exists (line 1111) + Exists (line 1138)
    @@ -999,11 +1053,11 @@
    -
    +
    - FetchCollection (line 481) + FetchCollection (line 482)
    @@ -1024,11 +1078,11 @@
    -
    +
    - FetchDeadProperties (line 620) + FetchDeadProperties (line 621)
    @@ -1049,11 +1103,11 @@
    -
    +
    - FetchParentContainer (line 715) + FetchParentContainer (line 742)
    @@ -1071,11 +1125,11 @@
    -
    +
    - FetchPrincipal (line 568) + FetchPrincipal (line 569)
    @@ -1096,11 +1150,11 @@
    -
    +
    - FetchPrivileges (line 638) + FetchPrivileges (line 665)
    @@ -1121,11 +1175,11 @@
    -
    +
    - FetchResource (line 591) + FetchResource (line 592)
    @@ -1146,11 +1200,11 @@
    -
    +
    - FetchSupportedMethods (line 785) + FetchSupportedMethods (line 812)
    @@ -1168,11 +1222,11 @@
    -
    +
    - FetchSupportedReports (line 876) + FetchSupportedReports (line 903)
    @@ -1190,11 +1244,11 @@
    -
    +
    - FetchTickets (line 930) + FetchTickets (line 957)
    @@ -1212,11 +1266,11 @@
    -
    +
    - FromPath (line 313) + FromPath (line 314)
    @@ -1239,7 +1293,7 @@
    -
    +
    @@ -1266,11 +1320,11 @@
    -
    +
    - GetACL (line 1336) + GetACL (line 1382)
    @@ -1293,11 +1347,11 @@
    -
    +
    - GetParentContainer (line 696) + GetParentContainer (line 723)
    @@ -1315,11 +1369,11 @@
    -
    +
    - GetProperty (line 1368) + GetProperty (line 1414)
    @@ -1342,11 +1396,11 @@
    -
    +
    - GetPropStat (line 1765) + GetPropStat (line 1824)
    @@ -1378,15 +1432,15 @@
    -
    +
    - HavePrivilegeTo (line 736) + HavePrivilegeTo (line 763)
    -

    Is the user has the privileges to do what is requested.

    +

    Does the user have the privileges to do what is requested.

    • return: Whether they do have one of those privileges against this resource.
    @@ -1411,11 +1465,11 @@
    -
    +
    - IsAddressbook (line 1087) + IsAddressbook (line 1114)
    @@ -1433,11 +1487,11 @@
    -
    +
    - IsBinding (line 1095) + IsBinding (line 1122)
    @@ -1455,11 +1509,11 @@
    -
    +
    - IsCalendar (line 1055) + IsCalendar (line 1082)
    @@ -1477,11 +1531,11 @@
    -
    +
    - IsCollection (line 1039) + IsCollection (line 1066)
    @@ -1499,11 +1553,11 @@
    -
    +
    - IsExternal (line 1103) + IsExternal (line 1130)
    @@ -1521,11 +1575,11 @@
    -
    +
    - IsInSchedulingCollection (line 1076) + IsInSchedulingCollection (line 1103)
    @@ -1548,11 +1602,11 @@
    -
    +
    - IsLocked (line 1007) + IsLocked (line 1034)
    @@ -1578,11 +1632,11 @@
    -
    +
    - IsPrincipal (line 1047) + IsPrincipal (line 1074)
    @@ -1600,11 +1654,11 @@
    -
    +
    - IsPublic (line 1265) + IsPublic (line 1311)
    @@ -1622,11 +1676,11 @@
    -
    +
    - IsPublicOnly (line 1273) + IsPublicOnly (line 1319)
    @@ -1644,11 +1698,11 @@
    -
    +
    - IsSchedulingCollection (line 1064) + IsSchedulingCollection (line 1091)
    @@ -1671,11 +1725,11 @@
    -
    +
    - NeedPrivilege (line 758) + NeedPrivilege (line 785)
    @@ -1701,11 +1755,11 @@
    -
    +
    - parent_path (line 1182) + parent_path (line 1209)
    @@ -1723,11 +1777,11 @@
    -
    +
    - principal_url (line 1198) + principal_url (line 1225)
    @@ -1745,11 +1799,11 @@
    -
    +
    - Privileges (line 724) + Privileges (line 751)
    @@ -1767,11 +1821,11 @@
    -
    +
    - RenderAsXML (line 1823) + RenderAsXML (line 1882)
    @@ -1806,11 +1860,11 @@
    -
    +
    - resource (line 1225) + resource (line 1252)
    @@ -1828,11 +1882,11 @@
    -
    +
    - ResourceProperty (line 1468) + ResourceProperty (line 1514)
    @@ -1864,11 +1918,11 @@
    -
    +
    - resource_id (line 1251) + resource_id (line 1278)
    @@ -1886,11 +1940,11 @@
    -
    +
    - set_bind_location (line 1170) + set_bind_location (line 1197)
    @@ -1911,13 +1965,35 @@ +
    + +
    + +
    + + sync_token (line 1292) +
    + + +

    Returns the current sync_token for this collection, or the containing collection

    + +
    + void + + sync_token + + () +
    + + +
    - unique_tag (line 1234) + unique_tag (line 1261)
    @@ -1939,7 +2015,7 @@
    - url (line 1141) + url (line 1168)
    @@ -1961,7 +2037,7 @@
    - user_no (line 1207) + user_no (line 1234)
    @@ -1983,8 +2059,10 @@
    + +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 Fri, 13 Jan 2012 23:44:54 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:27:58 +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 index 4dbd4624..4fb3d529 100644 --- a/docs/api/davical/Resource/WritableCollection.html +++ b/docs/api/davical/Resource/WritableCollection.html @@ -337,6 +337,8 @@  DAVResource::BuildACE()
     + DAVResource::BuildDeadPropertyXML()
    +  DAVResource::BuildPrivileges()
     DAVResource::BuildSupportedMethods()
    @@ -429,6 +431,8 @@  DAVResource::set_bind_location()
     + DAVResource::sync_token()
    +  DAVResource::unique_tag()
     DAVResource::url()
    @@ -441,7 +445,7 @@

    - Documentation generated on Fri, 13 Jan 2012 23:44:57 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:28:01 +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 index f9282dc0..71eaebac 100644 --- a/docs/api/davical/Resource/_inc---DAVResource.php.html +++ b/docs/api/davical/Resource/_inc---DAVResource.php.html @@ -1,3 +1,5 @@ + +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 @@ -69,7 +71,11 @@ | Includes
    - + +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 +
    @@ -157,7 +163,7 @@

    - Documentation generated on Fri, 13 Jan 2012 23:44:54 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:27:58 +0000 by phpDocumentor 1.4.3

    \ No newline at end of file diff --git a/docs/api/davical/SqlToArray.html b/docs/api/davical/SqlToArray.html index 486c3788..7974d5e4 100644 --- a/docs/api/davical/SqlToArray.html +++ b/docs/api/davical/SqlToArray.html @@ -19,14 +19,18 @@
    Description
    +

    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.

    +
      +
    • author: karora
    • +

    - Located in /htdocs/SqlToArray.php (line 3) + Located in /htdocs/SqlToArray.php (line 25)

    @@ -37,50 +41,23 @@ - -
    -
    Variable Summary
    - -
    -
    -
    -  - mixed - $state -
    -
    -  - mixed - $statement -
    -
    -  - mixed - $statements -
    -
    -
    -
    Method Summary
    -
    +
    +  + static string + removeComment + (string $line) +
    +
     SqlToArray __construct @@ -90,110 +67,63 @@  void doNormalLine - ( $s) + (unknown_type $s)
     - void + array getStatements ()
    -
    +
    - -
    -
    Variables
    - -
    - - -
    - -
    - - - mixed - $state - (line 6) - -
    - - - - - - - -
    - -
    - -
    - - - mixed - $statement - (line 5) - -
    - - - - - - - -
    - -
    - -
    - - - mixed - $statements - (line 4) - -
    - - - - - - - -
    - -
    -
    Methods
    + +
    + +
    + + static removeComment (line 66) +
    + + +

    Return the empty string if this line is an SQL comment

    +

    Limitations: Does not recognize trailing comments.

    + +
    + string + + removeComment + + (string $line) +
    + +
      +
    • + string + $line
    • +
    + + +
    - Constructor __construct (line 8) + Constructor __construct (line 31)
    @@ -219,22 +149,24 @@
    - doNormalLine (line 32) + doNormalLine (line 81)
    +

    Add this line onto the current statement, detecting the end of the statement.

    +

    Limitations: Doesn't handle quoting very well at all, other than $delimiter$ for quoting function bodies.

    void doNormalLine - ( $s) + (unknown_type $s)
    • - + unknown_type $s
    @@ -245,13 +177,17 @@
    - getStatements (line 45) + getStatements (line 102)
    +

    Accessor for the array of parsed statements.

    +
      +
    • return: of string
    • +
    - void + array getStatements @@ -267,7 +203,7 @@

    - Documentation generated on Fri, 13 Jan 2012 23:44:56 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:28:01 +0000 by phpDocumentor 1.4.3

    \ No newline at end of file diff --git a/docs/api/davical/VCard.html b/docs/api/davical/VCard.html index d67bcbed..3166ef3b 100644 --- a/docs/api/davical/VCard.html +++ b/docs/api/davical/VCard.html @@ -200,7 +200,7 @@

    - Documentation generated on Fri, 13 Jan 2012 23:44:57 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:28:01 +0000 by phpDocumentor 1.4.3

    \ No newline at end of file diff --git a/docs/api/davical/VTimezone.html b/docs/api/davical/VTimezone.html new file mode 100644 index 00000000..b8e59c4c --- /dev/null +++ b/docs/api/davical/VTimezone.html @@ -0,0 +1,139 @@ + + + + + + Docs For Class VTimezone + + + + +
    +

     Class VTimezone

    + + +
    +
    Description
    + +
    + +

    + Located in /inc/vtimezone.php (line 9) +

    + + +
    vComponent
    +   |
    +   --VTimezone
    + +
    +
    + + + + + +
    +
    Method Summary
    + +
    +
    +
    +  + static void + getInstance + ( $name) +
    +
    +  + static void + msCdoToOlson + ( $tzcdo) +
    +
    +
    +
    + + + +
    +
    Methods
    + +
    + + +
    + +
    + + static getInstance (line 11) +
    + + + +
    + void + + getInstance + + ( $name) +
    + +
      +
    • + + $name
    • +
    + + +
    + +
    + +
    + + static msCdoToOlson (line 24) +
    + + + +
    + void + + msCdoToOlson + + ( $tzcdo) +
    + +
      +
    • + + $tzcdo
    • +
    + + +
    + +
    +
    + + +

    + Documentation generated on Sun, 17 Jun 2012 10:28:01 +0000 by phpDocumentor 1.4.3 +

    +
    + \ No newline at end of file diff --git a/docs/api/davical/_htdocs---SqlToArray.php.html b/docs/api/davical/_htdocs---SqlToArray.php.html index 91506313..ced3706d 100644 --- a/docs/api/davical/_htdocs---SqlToArray.php.html +++ b/docs/api/davical/_htdocs---SqlToArray.php.html @@ -45,7 +45,7 @@ SqlToArray - + SqlToArray class for parsing a file of somewhat structured SQL statements into an array @@ -57,7 +57,7 @@

    - Documentation generated on Fri, 13 Jan 2012 23:44:56 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:28:01 +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 index c65837d0..bdd4e746 100644 --- a/docs/api/davical/_htdocs---admin.php.html +++ b/docs/api/davical/_htdocs---admin.php.html @@ -1,3 +1,5 @@ + +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 @@ -33,7 +35,11 @@ Includes
    - + +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 +
    @@ -206,7 +212,7 @@

    - Documentation generated on Fri, 13 Jan 2012 23:44:51 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:27:56 +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 index f102043b..2fed61fd 100644 --- a/docs/api/davical/_htdocs---always.php.html +++ b/docs/api/davical/_htdocs---always.php.html @@ -1,3 +1,5 @@ + +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 @@ -42,7 +44,11 @@ | Functions
    - + +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 +
    @@ -50,7 +56,7 @@ include ('../config/config.php') - (line 142) + (line 165)
    @@ -65,7 +71,7 @@ include ('/usr/local/etc/davical/'.$_SERVER['SERVER_NAME'].'-conf.php') - (line 136) + (line 159)
    @@ -80,7 +86,7 @@ include ('/usr/local/etc/davical/config.php') - (line 139) + (line 162)
    @@ -95,7 +101,7 @@ include ('/etc/davical/'.$_SERVER['SERVER_NAME'].'-conf.php') - (line 130) + (line 153)
    @@ -111,7 +117,7 @@ include ('config/config.php') - (line 145) + (line 168)
    @@ -126,7 +132,7 @@ include (davical_configuration_missing.php) - (line 148) + (line 171)
    @@ -141,7 +147,7 @@ include ('/etc/davical/config.php') - (line 133) + (line 156)
    @@ -156,7 +162,7 @@ include_once ('AWLUtilities.php') - (line 91) + (line 113)
    @@ -171,7 +177,7 @@ include_once ('AWLUtilities.php') - (line 78) + (line 99)
    @@ -186,7 +192,7 @@ require_once ('AwlQuery.php') - (line 194) + (line 219)
    @@ -202,7 +208,7 @@ require_once (Principal.php) - (line 212) + (line 237)
    @@ -222,14 +228,18 @@ | Functions
    - + +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 +
    DAVICAL_ADDRESSBOOK_MAXPRIV = "1023" - (line 358) + (line 401)
    @@ -244,7 +254,7 @@ DAVICAL_MAXPRIV = "65535" - (line 357) + (line 400)
    @@ -270,12 +280,16 @@ | Functions
    - + +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 410) + bits_to_privilege (line 453)
    @@ -307,7 +321,7 @@
    - ConstructURL (line 276) + ConstructURL (line 301)
    @@ -336,7 +350,7 @@
    - DateToISODate (line 345) + DateToISODate (line 388)
    @@ -365,7 +379,7 @@
    - DeconstructURL (line 305) + DeconstructURL (line 330)
    @@ -427,7 +441,7 @@
    - getStatusMessage (line 219) + getStatusMessage (line 244)
    @@ -456,7 +470,7 @@
    - ISODateToHTTPDate (line 336) + ISODateToHTTPDate (line 361)
    @@ -482,7 +496,7 @@
    - privileges_to_XML (line 457) + privileges_to_XML (line 500)
    @@ -511,7 +525,7 @@
    - privilege_to_bits (line 359) + privilege_to_bits (line 402)
    @@ -534,8 +548,10 @@
    + +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 Fri, 13 Jan 2012 23:44:51 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:27:56 +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 index f2d625ed..cec9fb81 100644 --- a/docs/api/davical/_htdocs---createdb.php.html +++ b/docs/api/davical/_htdocs---createdb.php.html @@ -36,7 +36,7 @@
    -
    +
     @@ -65,7 +65,7 @@
    -
    +
    @@ -93,7 +93,7 @@

    - Documentation generated on Fri, 13 Jan 2012 23:44:53 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:27:58 +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 index 08740db9..f0e7731a 100644 --- a/docs/api/davical/_htdocs---dbexec.php.html +++ b/docs/api/davical/_htdocs---dbexec.php.html @@ -1,3 +1,5 @@ + +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 @@ -33,7 +35,11 @@ Includes
    - + +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 +
    @@ -56,8 +62,10 @@ + +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 Fri, 13 Jan 2012 23:44:54 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:27:59 +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 index ce5383b3..a3db03c8 100644 --- a/docs/api/davical/_htdocs---feed.php.html +++ b/docs/api/davical/_htdocs---feed.php.html @@ -1,3 +1,5 @@ + +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 @@ -35,7 +37,11 @@ | Functions
    - + +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 +
    @@ -145,7 +151,11 @@ | Functions
    - + +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 +
    @@ -203,8 +213,10 @@
    + +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 Fri, 13 Jan 2012 23:44:55 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:27:59 +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 index 045d8846..f45b9fb9 100644 --- a/docs/api/davical/_htdocs---freebusy.php.html +++ b/docs/api/davical/_htdocs---freebusy.php.html @@ -116,7 +116,7 @@

    - Documentation generated on Fri, 13 Jan 2012 23:44:55 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:27:59 +0000 by phpDocumentor 1.4.3

    \ No newline at end of file diff --git a/docs/api/davical/_htdocs---help.php.html b/docs/api/davical/_htdocs---help.php.html index 1636224e..abf0d961 100644 --- a/docs/api/davical/_htdocs---help.php.html +++ b/docs/api/davical/_htdocs---help.php.html @@ -33,7 +33,11 @@ Includes
    - + +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 +
    @@ -115,7 +119,7 @@

    - Documentation generated on Fri, 13 Jan 2012 23:44:55 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:27:59 +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 new file mode 100644 index 00000000..077d0fa9 --- /dev/null +++ b/docs/api/davical/_htdocs---iSchedule.php.html @@ -0,0 +1,303 @@ + +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 + + + + +
    +

    File/htdocs/iSchedule.php

    + + +
    +
    Description
    + +
    + + +
    +
    + + + +
    +
    Includes
    + +
    + +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 + +
    + +
    +  + + include + ("classEditor.php") + (line 84) + +
    + + + +
    + +
    + +
    +  + + include + (interactive-page.php) + (line 7) + +
    + + + +
    + +
    + +
    +  + + include + (DAViCalSession.php) + (line 4) + +
    + + + +
    + +
    + +
    +  + + include + (page-header.php) + (line 124) + +
    + + + +
    + +
    + +
    +  + + include + ("classBrowser.php") + (line 85) + +
    + + + +
    + +
    + +
    +  + + include + (page-footer.php) + (line 146) + +
    + + +

    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.

    + +
    + +
    + +
    +  + + include + ("./always.php") + (line 3) + +
    + + + +
    + +
    + +
    +  + + require_once + ("AwlQuery.php") + (line 8) + +
    + + + +
    + +
    + +
    +  + + require_once + ('iSchedule.php') + (line 9) + +
    + + + +
    +
    +
    + + + + +
    +
    Functions
    + +
    + +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 Sun, 17 Jun 2012 10:27:59 +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 index efc5c7f4..7b5df5cd 100644 --- a/docs/api/davical/_htdocs---index.php.html +++ b/docs/api/davical/_htdocs---index.php.html @@ -1,3 +1,5 @@ + +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 @@ -33,7 +35,11 @@ Includes
    - + +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 +
    @@ -130,8 +136,10 @@ + +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 Fri, 13 Jan 2012 23:44:55 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:27:59 +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 index 19223793..3a9baf35 100644 --- a/docs/api/davical/_htdocs---newfile.php.html +++ b/docs/api/davical/_htdocs---newfile.php.html @@ -1,3 +1,5 @@ + +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 @@ -33,8 +35,12 @@ Includes
    - -
    + +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 + +
     @@ -54,8 +60,10 @@ + +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 Fri, 13 Jan 2012 23:44:55 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:28:00 +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 index 37fbe16d..e6484236 100644 --- a/docs/api/davical/_htdocs---setup.php.html +++ b/docs/api/davical/_htdocs---setup.php.html @@ -51,6 +51,17 @@ + + + +  class + + + + +
    @@ -66,30 +77,15 @@ | Functions
    - -
    - -
    -  - - include - ("./always.php") - (line 144) - -
    - - - -
    - +
     include - (page-footer.php) - (line 405) + (interactive-page.php) + (line 212)
    @@ -104,22 +100,22 @@ include (page-header.php) - (line 154) + (line 213)
    - +
     include - (interactive-page.php) - (line 153) + (page-footer.php) + (line 479)
    @@ -134,7 +130,22 @@ include (DAViCalSession.php) - (line 145) + (line 197) + +
    + + + +
    + +
    + +
    +  + + include + ("./always.php") + (line 195)
    @@ -142,14 +153,14 @@
    -
    +
     require_once ("AwlQuery.php") - (line 156) + (line 215)
    @@ -172,11 +183,11 @@
    -
    +
    - build_dependencies_table (line 248) + build_dependencies_table (line 312)
    @@ -192,11 +203,11 @@
    -
    +
    - build_site_statistics (line 220) + build_site_statistics (line 284)
    @@ -210,13 +221,50 @@ +
    + +
    + +
    + + catch_setup_errors (line 16) +
    + + +
    + void + + catch_setup_errors + + ( $errno,  $errstr,  $errfile,  $errline,  $errcontext) +
    + +
      +
    • + + $errno
    • +
    • + + $errstr
    • +
    • + + $errfile
    • +
    • + + $errline
    • +
    • + + $errcontext
    • +
    + +
    - check_awl_version (line 205) + check_awl_version (line 269)
    @@ -236,7 +284,7 @@
    - check_calendar (line 88) + check_calendar (line 137)
    @@ -256,7 +304,7 @@
    - check_curl (line 110) + check_curl (line 159)
    @@ -271,12 +319,32 @@
    - +
    - check_datetime (line 159) + check_database_connection (line 102) +
    + + +
    + void + + check_database_connection + + () +
    + + + +
    + +
    + +
    + + check_datetime (line 218)
    @@ -292,11 +360,11 @@
    -
    +
    - check_davical_version (line 189) + check_davical_version (line 248)
    @@ -312,11 +380,11 @@
    -
    +
    - check_gettext (line 60) + check_gettext (line 109)
    @@ -332,11 +400,11 @@
    -
    +
    - check_iconv (line 67) + check_iconv (line 116)
    @@ -352,11 +420,11 @@
    -
    +
    - check_ldap (line 74) + check_ldap (line 123)
    @@ -372,11 +440,11 @@
    -
    +
    - check_magic_quotes_gpc (line 102) + check_magic_quotes_gpc (line 151)
    @@ -392,11 +460,11 @@
    -
    +
    - check_magic_quotes_runtime (line 106) + check_magic_quotes_runtime (line 155)
    @@ -412,11 +480,11 @@
    -
    +
    - check_pdo (line 49) + check_pdo (line 91)
    @@ -432,11 +500,11 @@
    -
    +
    - check_pdo_pgsql (line 53) + check_pdo_pgsql (line 95)
    @@ -452,11 +520,11 @@
    -
    +
    - check_pgsql (line 45) + check_pgsql (line 87)
    @@ -473,11 +541,11 @@
    -
    +
    - check_real_php (line 81) + check_real_php (line 130)
    @@ -493,11 +561,11 @@
    -
    +
    - check_schema_version (line 167) + check_schema_version (line 226)
    @@ -513,11 +581,11 @@
    -
    +
    - check_suhosin_server_strip (line 95) + check_suhosin_server_strip (line 144)
    @@ -533,11 +601,11 @@
    -
    +
    - do_error (line 120) + do_error (line 169)
    @@ -558,11 +626,11 @@
    -
    +
    - get_phpinfo (line 132) + get_phpinfo (line 182)
    @@ -578,11 +646,11 @@
    -
    +
    - i18n (line 4) + i18n (line 5)
    @@ -602,12 +670,46 @@ +
    + +
    + +
    + + log_setup_error (line 10) +
    + + +
    + void + + log_setup_error + + ( $errno,  $errstr,  $errfile,  $errline) +
    + +
      +
    • + + $errno
    • +
    • + + $errstr
    • +
    • + + $errfile
    • +
    • + + $errline
    • +
    + +

    - Documentation generated on Fri, 13 Jan 2012 23:44:56 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:28:00 +0000 by phpDocumentor 1.4.3

    \ No newline at end of file diff --git a/docs/api/davical/_htdocs---test.php.html b/docs/api/davical/_htdocs---test.php.html index f9a88610..2d029636 100644 --- a/docs/api/davical/_htdocs---test.php.html +++ b/docs/api/davical/_htdocs---test.php.html @@ -28,7 +28,7 @@

    - Documentation generated on Fri, 13 Jan 2012 23:44:57 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:28:01 +0000 by phpDocumentor 1.4.3

    \ No newline at end of file diff --git a/docs/api/davical/_htdocs---upgrade.php.html b/docs/api/davical/_htdocs---upgrade.php.html index c230ec16..13aaf215 100644 --- a/docs/api/davical/_htdocs---upgrade.php.html +++ b/docs/api/davical/_htdocs---upgrade.php.html @@ -146,7 +146,7 @@

    - Documentation generated on Fri, 13 Jan 2012 23:44:57 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:28:01 +0000 by phpDocumentor 1.4.3

    \ No newline at end of file diff --git a/docs/api/davical/_inc---AtomFeed.php.html b/docs/api/davical/_inc---AtomFeed.php.html index e644b0d1..cf6f1239 100644 --- a/docs/api/davical/_inc---AtomFeed.php.html +++ b/docs/api/davical/_inc---AtomFeed.php.html @@ -152,7 +152,7 @@

    - Documentation generated on Fri, 13 Jan 2012 23:44:51 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:27:56 +0000 by phpDocumentor 1.4.3

    \ No newline at end of file diff --git a/docs/api/davical/_inc---WritableCollection.php.html b/docs/api/davical/_inc---WritableCollection.php.html index 02b7c0d2..2192b8b4 100644 --- a/docs/api/davical/_inc---WritableCollection.php.html +++ b/docs/api/davical/_inc---WritableCollection.php.html @@ -85,7 +85,7 @@

    - Documentation generated on Fri, 13 Jan 2012 23:44:57 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:28:01 +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 index c2df53b3..00386238 100644 --- a/docs/api/davical/_inc---autodiscover-handler.php.html +++ b/docs/api/davical/_inc---autodiscover-handler.php.html @@ -1,3 +1,5 @@ + +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 @@ -35,8 +37,12 @@ | Functions
    - -
    + +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 + +
     @@ -52,7 +58,7 @@
    -
    +
     @@ -80,8 +86,12 @@ | Functions
    - -
    + +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 + +
    @@ -114,8 +124,10 @@
    + +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 Fri, 13 Jan 2012 23:44:52 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:27:56 +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 index 0ea95e2f..a95ac108 100644 --- a/docs/api/davical/_inc---caldav-LOCK.php.html +++ b/docs/api/davical/_inc---caldav-LOCK.php.html @@ -56,7 +56,7 @@

    - Documentation generated on Fri, 13 Jan 2012 23:44:52 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:27:57 +0000 by phpDocumentor 1.4.3

    \ No newline at end of file diff --git a/docs/api/davical/_inc---caldav-REPORT-calquery.php.html b/docs/api/davical/_inc---caldav-REPORT-calquery.php.html index 99057af4..df0354af 100644 --- a/docs/api/davical/_inc---caldav-REPORT-calquery.php.html +++ b/docs/api/davical/_inc---caldav-REPORT-calquery.php.html @@ -36,7 +36,7 @@
    -
    +
     @@ -65,7 +65,7 @@
    -
    +
    @@ -100,7 +100,7 @@
    -
    +
    @@ -132,7 +132,7 @@
    -
    +
    @@ -157,7 +157,7 @@
    -
    +
    @@ -195,7 +195,7 @@

    - Documentation generated on Fri, 13 Jan 2012 23:44:53 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:27:57 +0000 by phpDocumentor 1.4.3

    \ No newline at end of file diff --git a/docs/api/davical/_inc---caldav-REPORT-cardquery.php.html b/docs/api/davical/_inc---caldav-REPORT-cardquery.php.html index 493ebe74..a8f9a73d 100644 --- a/docs/api/davical/_inc---caldav-REPORT-cardquery.php.html +++ b/docs/api/davical/_inc---caldav-REPORT-cardquery.php.html @@ -36,7 +36,7 @@
    -
    +
     @@ -65,7 +65,7 @@
    -
    +
    @@ -90,11 +90,11 @@
    -
    +
    - SqlFilterCardDAV (line 84) + SqlFilterCardDAV (line 82)
    @@ -128,7 +128,7 @@

    - Documentation generated on Fri, 13 Jan 2012 23:44:53 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:27:57 +0000 by phpDocumentor 1.4.3

    \ No newline at end of file diff --git a/docs/api/davical/_inc---caldav-REPORT-expand-property.php.html b/docs/api/davical/_inc---caldav-REPORT-expand-property.php.html index eaf2fc34..6c7b33f0 100644 --- a/docs/api/davical/_inc---caldav-REPORT-expand-property.php.html +++ b/docs/api/davical/_inc---caldav-REPORT-expand-property.php.html @@ -37,7 +37,7 @@
    -
    +
    @@ -72,7 +72,7 @@
    -
    +
    @@ -101,7 +101,7 @@

    - Documentation generated on Fri, 13 Jan 2012 23:44:53 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:27:57 +0000 by phpDocumentor 1.4.3

    \ No newline at end of file diff --git a/docs/api/davical/_inc---caldav-REPORT-freebusy.php.html b/docs/api/davical/_inc---caldav-REPORT-freebusy.php.html index 98d27fa9..cacab8fd 100644 --- a/docs/api/davical/_inc---caldav-REPORT-freebusy.php.html +++ b/docs/api/davical/_inc---caldav-REPORT-freebusy.php.html @@ -34,7 +34,7 @@
    -
    +
     @@ -56,7 +56,7 @@

    - Documentation generated on Fri, 13 Jan 2012 23:44:53 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:27:57 +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 index ecab401d..5cbe29d3 100644 --- a/docs/api/davical/_inc---caldav-REPORT-multiget.php.html +++ b/docs/api/davical/_inc---caldav-REPORT-multiget.php.html @@ -28,7 +28,7 @@

    - Documentation generated on Fri, 13 Jan 2012 23:44:53 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:27:57 +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 index 24201263..29337fdc 100644 --- a/docs/api/davical/_inc---caldav-REPORT-principal-match.php.html +++ b/docs/api/davical/_inc---caldav-REPORT-principal-match.php.html @@ -28,7 +28,7 @@

    - Documentation generated on Fri, 13 Jan 2012 23:44:53 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:27:57 +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 index 3e5c8f2d..c964e7ad 100644 --- a/docs/api/davical/_inc---caldav-REPORT-principal.php.html +++ b/docs/api/davical/_inc---caldav-REPORT-principal.php.html @@ -29,7 +29,7 @@

    - Documentation generated on Fri, 13 Jan 2012 23:44:53 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:27:57 +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 index 952134de..6e7204b0 100644 --- a/docs/api/davical/_inc---check_UTF8.php.html +++ b/docs/api/davical/_inc---check_UTF8.php.html @@ -1,3 +1,5 @@ + +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 @@ -36,8 +38,12 @@ Functions
    - -
    + +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 + +
    @@ -62,7 +68,7 @@
    -
    +
    @@ -89,7 +95,7 @@
    -
    +
    @@ -118,8 +124,10 @@
    + +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 Fri, 13 Jan 2012 23:44:53 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:27:58 +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 index be728785..9b689068 100644 --- a/docs/api/davical/_inc---davical_configuration_missing.php.html +++ b/docs/api/davical/_inc---davical_configuration_missing.php.html @@ -1,3 +1,5 @@ + +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 @@ -33,7 +35,11 @@ Includes
    - + +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 +
    @@ -69,8 +75,10 @@ + +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 Fri, 13 Jan 2012 23:44:54 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:27:58 +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 index e868d10b..83bb0495 100644 --- a/docs/api/davical/_inc---freebusy-functions.php.html +++ b/docs/api/davical/_inc---freebusy-functions.php.html @@ -118,7 +118,7 @@

    - Documentation generated on Fri, 13 Jan 2012 23:44:55 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:27:59 +0000 by phpDocumentor 1.4.3

    \ No newline at end of file diff --git a/docs/api/davical/_inc---interactive-page.php.html b/docs/api/davical/_inc---interactive-page.php.html index dbb55fa9..c58b0d69 100644 --- a/docs/api/davical/_inc---interactive-page.php.html +++ b/docs/api/davical/_inc---interactive-page.php.html @@ -55,7 +55,7 @@

    - Documentation generated on Fri, 13 Jan 2012 23:44:55 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:27:59 +0000 by phpDocumentor 1.4.3

    \ No newline at end of file diff --git a/docs/api/davical/_inc---other_translated_strings.php.html b/docs/api/davical/_inc---other_translated_strings.php.html index f0c8fbf1..625965ac 100644 --- a/docs/api/davical/_inc---other_translated_strings.php.html +++ b/docs/api/davical/_inc---other_translated_strings.php.html @@ -28,7 +28,7 @@

    - Documentation generated on Fri, 13 Jan 2012 23:44:55 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:28:00 +0000 by phpDocumentor 1.4.3

    \ No newline at end of file diff --git a/docs/api/davical/_inc---page-footer.php.html b/docs/api/davical/_inc---page-footer.php.html index 49777904..df4625c2 100644 --- a/docs/api/davical/_inc---page-footer.php.html +++ b/docs/api/davical/_inc---page-footer.php.html @@ -28,7 +28,7 @@

    - Documentation generated on Fri, 13 Jan 2012 23:44:55 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:28:00 +0000 by phpDocumentor 1.4.3

    \ No newline at end of file diff --git a/docs/api/davical/_inc---page-header.php.html b/docs/api/davical/_inc---page-header.php.html index c2d3f82b..925c9f5d 100644 --- a/docs/api/davical/_inc---page-header.php.html +++ b/docs/api/davical/_inc---page-header.php.html @@ -37,7 +37,7 @@
    -
    +
    @@ -62,7 +62,7 @@
    -
    +
    @@ -85,7 +85,7 @@

    - Documentation generated on Fri, 13 Jan 2012 23:44:55 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:28:00 +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 index 7214c007..de54995c 100644 --- a/docs/api/davical/_inc---pubsub.php.html +++ b/docs/api/davical/_inc---pubsub.php.html @@ -1,3 +1,5 @@ + +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 @@ -28,7 +30,7 @@

    - Documentation generated on Fri, 13 Jan 2012 23:44:56 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:28:00 +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 index a4d41274..5bb3106c 100644 --- a/docs/api/davical/_inc---test-RRULE-v2.php.html +++ b/docs/api/davical/_inc---test-RRULE-v2.php.html @@ -115,7 +115,7 @@

    - Documentation generated on Fri, 13 Jan 2012 23:44:57 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:28:01 +0000 by phpDocumentor 1.4.3

    \ No newline at end of file diff --git a/docs/api/davical/_inc---test-RRULE.php.html b/docs/api/davical/_inc---test-RRULE.php.html index d07b9695..a7281f5a 100644 --- a/docs/api/davical/_inc---test-RRULE.php.html +++ b/docs/api/davical/_inc---test-RRULE.php.html @@ -100,7 +100,7 @@

    - Documentation generated on Fri, 13 Jan 2012 23:44:57 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:28:01 +0000 by phpDocumentor 1.4.3

    \ No newline at end of file diff --git a/docs/api/davical/_inc---ui---collection-edit.php.html b/docs/api/davical/_inc---ui---collection-edit.php.html index e4436557..f83c6cd2 100644 --- a/docs/api/davical/_inc---ui---collection-edit.php.html +++ b/docs/api/davical/_inc---ui---collection-edit.php.html @@ -36,14 +36,14 @@
    -
    +
     include_once (caldav-PUT-functions.php) - (line 111) + (line 116)
    @@ -51,14 +51,14 @@
    -
    +
     include_once (check_UTF8.php) - (line 104) + (line 108)
    @@ -82,11 +82,11 @@
    -
    +
    - edit_grant_row (line 404) + edit_grant_row (line 408)
    @@ -107,11 +107,11 @@
    -
    +
    - privilege_format_function (line 188) + privilege_format_function (line 193)
    @@ -146,7 +146,7 @@

    - Documentation generated on Fri, 13 Jan 2012 23:44:53 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:27:58 +0000 by phpDocumentor 1.4.3

    \ No newline at end of file diff --git a/docs/api/davical/_inc---ui---external-browse.php.html b/docs/api/davical/_inc---ui---external-browse.php.html index ca61069d..ff916a8c 100644 --- a/docs/api/davical/_inc---ui---external-browse.php.html +++ b/docs/api/davical/_inc---ui---external-browse.php.html @@ -28,7 +28,7 @@

    - Documentation generated on Fri, 13 Jan 2012 23:44:55 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:27:59 +0000 by phpDocumentor 1.4.3

    \ No newline at end of file diff --git a/docs/api/davical/_inc---ui---principal-browse.php.html b/docs/api/davical/_inc---ui---principal-browse.php.html index 604ed98c..5cf5678e 100644 --- a/docs/api/davical/_inc---ui---principal-browse.php.html +++ b/docs/api/davical/_inc---ui---principal-browse.php.html @@ -28,7 +28,7 @@

    - Documentation generated on Fri, 13 Jan 2012 23:44:55 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:28:00 +0000 by phpDocumentor 1.4.3

    \ No newline at end of file diff --git a/docs/api/davical/_inc---ui---principal-edit.php.html b/docs/api/davical/_inc---ui---principal-edit.php.html index c0616730..6153f680 100644 --- a/docs/api/davical/_inc---ui---principal-edit.php.html +++ b/docs/api/davical/_inc---ui---principal-edit.php.html @@ -37,11 +37,11 @@
    -
    +
    - access_ticket_browser (line 772) + access_ticket_browser (line 781)
    @@ -57,11 +57,11 @@
    -
    +
    - bindings_to_other_browser (line 862) + bindings_to_other_browser (line 871)
    @@ -77,11 +77,11 @@
    -
    +
    - bindings_to_us_browser (line 898) + bindings_to_us_browser (line 907)
    @@ -97,11 +97,11 @@
    -
    +
    - build_privileges_html (line 372) + build_privileges_html (line 378)
    @@ -125,11 +125,11 @@
    -
    +
    - confirm_delete_binding (line 922) + confirm_delete_binding (line 931)
    @@ -150,11 +150,11 @@
    -
    +
    - confirm_delete_bind_in (line 886) + confirm_delete_bind_in (line 895)
    @@ -175,11 +175,11 @@
    -
    +
    - confirm_delete_collection (line 851) + confirm_delete_collection (line 860)
    @@ -200,11 +200,11 @@
    -
    +
    - confirm_delete_principal (line 436) + confirm_delete_principal (line 442)
    @@ -228,11 +228,11 @@
    -
    +
    - confirm_delete_ticket (line 806) + confirm_delete_ticket (line 815)
    @@ -253,11 +253,11 @@
    -
    +
    - edit_group_row (line 509) + edit_group_row (line 515)
    @@ -278,11 +278,11 @@
    -
    +
    - edit_ticket_row (line 741) + edit_ticket_row (line 750)
    @@ -303,11 +303,11 @@
    -
    +
    - grant_row_editor (line 571) + grant_row_editor (line 577)
    @@ -323,11 +323,11 @@
    -
    +
    - group_memberships_browser (line 448) + group_memberships_browser (line 454)
    @@ -343,11 +343,11 @@
    -
    +
    - group_members_browser (line 530) + group_members_browser (line 536)
    @@ -363,11 +363,11 @@
    -
    +
    - group_row_editor (line 475) + group_row_editor (line 481)
    @@ -383,11 +383,11 @@
    -
    +
    - handle_subaction (line 38) + handle_subaction (line 44)
    @@ -408,11 +408,11 @@
    -
    +
    - principal_collection_browser (line 818) + principal_collection_browser (line 827)
    @@ -428,11 +428,11 @@
    -
    +
    - principal_editor (line 156) + principal_editor (line 162)
    @@ -448,11 +448,11 @@
    -
    +
    - principal_grants_browser (line 641) + principal_grants_browser (line 650)
    @@ -468,11 +468,11 @@
    -
    +
    - ticket_row_editor (line 689) + ticket_row_editor (line 698)
    @@ -491,7 +491,7 @@

    - Documentation generated on Fri, 13 Jan 2012 23:44:55 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:28:00 +0000 by phpDocumentor 1.4.3

    \ No newline at end of file diff --git a/docs/api/davical/_inc---vcard.php.html b/docs/api/davical/_inc---vcard.php.html index 1da15694..884fa526 100644 --- a/docs/api/davical/_inc---vcard.php.html +++ b/docs/api/davical/_inc---vcard.php.html @@ -101,7 +101,7 @@

    - Documentation generated on Fri, 13 Jan 2012 23:44:57 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:28:01 +0000 by phpDocumentor 1.4.3

    \ No newline at end of file diff --git a/docs/api/davical/_inc---vtimezone.php.html b/docs/api/davical/_inc---vtimezone.php.html new file mode 100644 index 00000000..ce7498b9 --- /dev/null +++ b/docs/api/davical/_inc---vtimezone.php.html @@ -0,0 +1,107 @@ + + + + + + Docs for page vtimezone.php + + + + +
    +

    File/inc/vtimezone.php

    + + +
    +
    Description
    + +
    + + +
    +
    + + +
    +
    Classes
    + +
    + + + + + + + + + +
    ClassDescription
    +  class + VTimezone + + +
    +
    +
    + + +
    +
    Includes
    + +
    + +
    + +
    +  + + require_once + ('AwlQuery.php') + (line 6) + +
    + + +

    Extend the vComponent to specifically handle VTIMEZONE resources

    + +
    + +
    + +
    +  + + require_once + ('vComponent.php') + (line 7) + +
    + + + +
    +
    +
    + + + + +

    + Documentation generated on Sun, 17 Jun 2012 10:28:01 +0000 by phpDocumentor 1.4.3 +

    +
    + \ No newline at end of file diff --git a/docs/api/davical/_inc---well-known.php.html b/docs/api/davical/_inc---well-known.php.html index 430a53e1..84b78d1a 100644 --- a/docs/api/davical/_inc---well-known.php.html +++ b/docs/api/davical/_inc---well-known.php.html @@ -35,15 +35,15 @@ | Functions
    - +
     include - ('iSchedule.php') - (line 44) + ('iSchedule-POST.php') + (line 42)
    @@ -99,7 +99,7 @@
    - ischedule_get (line 58) + ischedule_get (line 56)
    @@ -118,7 +118,7 @@

    - Documentation generated on Fri, 13 Jan 2012 23:44:57 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:28:01 +0000 by phpDocumentor 1.4.3

    \ No newline at end of file diff --git a/docs/api/davical/authentication/_inc---auth-functions.php.html b/docs/api/davical/authentication/_inc---auth-functions.php.html index 345220b5..0f479207 100644 --- a/docs/api/davical/authentication/_inc---auth-functions.php.html +++ b/docs/api/davical/authentication/_inc---auth-functions.php.html @@ -83,7 +83,7 @@
    - AuthExternalAWL (line 277) + AuthExternalAWL (line 273)
    @@ -141,7 +141,7 @@
    - CreateDefaultRelationships (line 156) + CreateDefaultRelationships (line 146)
    @@ -167,7 +167,7 @@
    - CreateHomeCalendar (line 147) + CreateHomeCalendar (line 137)
    @@ -203,13 +203,16 @@ CreateHomeCollections - (string $username) + (string $username, [ $defult_timezone = null])
    • string $username: The username of the user we are creating relationships for.
    • +
    • + + $defult_timezone
    @@ -326,12 +329,40 @@
    - +
    - UpdateUserFromExternal (line 192) + UpdateCollectionTimezones (line 178) +
    + + +
    + void + + UpdateCollectionTimezones + + ( $username, [ $new_timezone = null]) +
    + +
      +
    • + + $username
    • +
    • + + $new_timezone
    • +
    + + +
    + +
    + +
    + + UpdateUserFromExternal (line 188)
    @@ -359,7 +390,7 @@

    - Documentation generated on Fri, 13 Jan 2012 23:44:52 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:27:56 +0000 by phpDocumentor 1.4.3

    \ No newline at end of file diff --git a/docs/api/davical/caldav/_htdocs---caldav.php.html b/docs/api/davical/caldav/_htdocs---caldav.php.html index 85150583..3a73ba08 100644 --- a/docs/api/davical/caldav/_htdocs---caldav.php.html +++ b/docs/api/davical/caldav/_htdocs---caldav.php.html @@ -42,14 +42,14 @@
    -
    +
     include (caldav-PROPFIND.php) - (line 112) + (line 108)
    @@ -57,7 +57,7 @@
    -
    +
     @@ -72,7 +72,7 @@
    -
    +
     @@ -86,15 +86,15 @@
    - -
    + +
     include - (caldav-POST.php) - (line 114) + (caldav-GET.php) + (line 110)
    @@ -102,7 +102,7 @@
    -
    +
     @@ -116,15 +116,15 @@
    - -
    + +
     include - (caldav-PROPPATCH.php) - (line 116) + (caldav-POST.php) + (line 114)
    @@ -132,7 +132,7 @@
    -
    +
     @@ -145,6 +145,21 @@ +
    + +
    + +
    +  + + include + (caldav-PROPPATCH.php) + (line 111) + +
    + + +
    @@ -154,22 +169,7 @@ include (caldav-GET.php) - (line 115) - -
    - - - -
    - -
    - -
    -  - - include - (caldav-GET.php) - (line 113) + (line 109)
    @@ -177,7 +177,7 @@
    -
    +
     @@ -192,7 +192,7 @@
    -
    +
     @@ -207,7 +207,7 @@
    -
    +
     @@ -222,7 +222,7 @@
    -
    +
     @@ -237,7 +237,7 @@
    -
    +
     @@ -252,7 +252,7 @@
    -
    +
     @@ -267,7 +267,7 @@
    -
    +
     @@ -282,7 +282,7 @@
    -
    +
     @@ -297,7 +297,7 @@
    -
    +
     @@ -312,7 +312,7 @@
    -
    +
     @@ -327,14 +327,14 @@
    -
    +
     include_once (caldav-OPTIONS.php) - (line 110) + (line 106)
    @@ -345,14 +345,14 @@
    -
    +
     include_once (caldav-REPORT.php) - (line 111) + (line 107)
    @@ -360,7 +360,7 @@
    -
    +
     @@ -375,7 +375,7 @@
    -
    +
     @@ -390,7 +390,7 @@
    -
    +
     @@ -411,14 +411,14 @@
    -
    +
     require_once (CalDAVRequest.php) - (line 92) + (line 86)
    @@ -426,7 +426,7 @@
    -
    +
     @@ -455,7 +455,7 @@
    -
    +
    @@ -475,7 +475,7 @@
    -
    +
    @@ -498,7 +498,7 @@

    - Documentation generated on Fri, 13 Jan 2012 23:44:53 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:27:57 +0000 by phpDocumentor 1.4.3

    \ No newline at end of file diff --git a/docs/api/davical/caldav/_htdocs---public.php.html b/docs/api/davical/caldav/_htdocs---public.php.html index dc46aec5..8e2612b9 100644 --- a/docs/api/davical/caldav/_htdocs---public.php.html +++ b/docs/api/davical/caldav/_htdocs---public.php.html @@ -40,14 +40,14 @@
    -
    +
     include_once (caldav-GET.php) - (line 37) + (line 41)
    @@ -55,73 +55,13 @@
    -
    +
     include_once (caldav-OPTIONS.php) - (line 34) - -
    - - - -
    - -
    - -
    -  - - include_once - (caldav-PROPFIND.php) - (line 36) - -
    - - - -
    - -
    - -
    -  - - include_once - (caldav-REPORT.php) - (line 35) - -
    - - - -
    - -
    - -
    -  - - include_once - (test-RRULE.php) - (line 50) - -
    - - - -
    - -
    - -
    -  - - include_once - (caldav-GET.php) (line 38)
    @@ -129,9 +69,69 @@
    - + +
    + +
    +  + + include_once + (caldav-PROPFIND.php) + (line 40) + +
    + + + +
    +
    +
    +  + + include_once + (caldav-REPORT.php) + (line 39) + +
    + + + +
    + +
    + +
    +  + + include_once + (test-RRULE.php) + (line 54) + +
    + + + +
    + +
    + +
    +  + + include_once + (caldav-GET.php) + (line 42) + +
    + + + +
    + +
    +
     @@ -145,7 +145,7 @@
    -
    +
     @@ -166,7 +166,7 @@
    -
    +
     @@ -188,7 +188,7 @@

    - Documentation generated on Fri, 13 Jan 2012 23:44:56 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:28:00 +0000 by phpDocumentor 1.4.3

    \ No newline at end of file diff --git a/docs/api/davical/caldav/_inc---caldav-ACL.php.html b/docs/api/davical/caldav/_inc---caldav-ACL.php.html index e5919aec..38040c8f 100644 --- a/docs/api/davical/caldav/_inc---caldav-ACL.php.html +++ b/docs/api/davical/caldav/_inc---caldav-ACL.php.html @@ -42,7 +42,7 @@
    -
    +
     @@ -71,7 +71,7 @@
    -
    +
    @@ -109,7 +109,7 @@

    - Documentation generated on Fri, 13 Jan 2012 23:44:52 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:27:56 +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 index 7edb59ae..0d3fe3e0 100644 --- a/docs/api/davical/caldav/_inc---caldav-BIND.php.html +++ b/docs/api/davical/caldav/_inc---caldav-BIND.php.html @@ -1,3 +1,5 @@ + +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 @@ -39,8 +41,12 @@ Includes
    - -
    + +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 + +
     @@ -55,7 +61,7 @@
    -
    +
     @@ -70,7 +76,7 @@
    -
    +
     @@ -85,7 +91,7 @@
    -
    +
     @@ -105,8 +111,10 @@ + +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 Fri, 13 Jan 2012 23:44:52 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:27:56 +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 index a7eca901..d21f1513 100644 --- a/docs/api/davical/caldav/_inc---caldav-DELETE.php.html +++ b/docs/api/davical/caldav/_inc---caldav-DELETE.php.html @@ -41,8 +41,12 @@ | Functions
    - -
    + +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 + +
     @@ -63,7 +67,7 @@
    -
    +
     @@ -91,8 +95,12 @@ | Functions
    - -
    + +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 + +
    @@ -120,7 +128,7 @@

    - Documentation generated on Fri, 13 Jan 2012 23:44:52 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:27:57 +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 index defaa223..40398676 100644 --- a/docs/api/davical/caldav/_inc---caldav-DELTICKET.php.html +++ b/docs/api/davical/caldav/_inc---caldav-DELTICKET.php.html @@ -41,7 +41,7 @@
    -
    +
     @@ -62,7 +62,7 @@

    - Documentation generated on Fri, 13 Jan 2012 23:44:52 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:27:57 +0000 by phpDocumentor 1.4.3

    \ No newline at end of file diff --git a/docs/api/davical/caldav/_inc---caldav-GET-functions.php.html b/docs/api/davical/caldav/_inc---caldav-GET-functions.php.html new file mode 100644 index 00000000..f3e1fbb0 --- /dev/null +++ b/docs/api/davical/caldav/_inc---caldav-GET-functions.php.html @@ -0,0 +1,155 @@ + + + + + + Docs for page caldav-GET-functions.php + + + + +
    +

    File/inc/caldav-GET-functions.php

    + + +
    +
    Description
    + +
    + +

    CalDAV Server - functions used by GET method handler

    + + +
    +
    + + + +
    +
    Includes
    + +
    + +
    + +
    +  + + require_once + ("iCalendar.php") + (line 12) + +
    + + +

    CalDAV Server - functions used by GET method handler

    + + +
    + +
    + +
    +  + + require_once + ("DAVResource.php") + (line 13) + +
    + + + +
    +
    +
    + + + + +
    +
    Functions
    + +
    + +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 + +
    + +
    + + export_iCalendar (line 33) +
    + + +
    + void + + export_iCalendar + + (DAVResource $dav_resource) +
    + + + + +
    + +
    + +
    + + obfuscated_event (line 15) +
    + + +
    + void + + obfuscated_event + + ( $icalendar) +
    + +
      +
    • + + $icalendar
    • +
    + + +
    +
    +
    + +

    + Documentation generated on Sun, 17 Jun 2012 10:27:57 +0000 by phpDocumentor 1.4.3 +

    +
    + \ No newline at end of file diff --git a/docs/api/davical/caldav/_inc---caldav-GET.php.html b/docs/api/davical/caldav/_inc---caldav-GET.php.html index 1a816060..e9fd31aa 100644 --- a/docs/api/davical/caldav/_inc---caldav-GET.php.html +++ b/docs/api/davical/caldav/_inc---caldav-GET.php.html @@ -17,8 +17,7 @@ +

    CalDAV Server - handle GET method

    @@ -38,17 +37,16 @@ +
    - -
    + +
     - require_once - ("iCalendar.php") + require + ("caldav-GET-functions.php") (line 13)
    @@ -56,15 +54,15 @@
    - -
    + +
     require_once - ("DAVResource.php") - (line 14) + ("external-fetch.php") + (line 18)
    @@ -76,45 +74,9 @@ - -
    -
    Functions
    - -
    - -
    - -
    - - obfuscated_event (line 26) -
    - - -
    - void - - obfuscated_event - - ( $icalendar) -
    - -
      -
    • - - $icalendar
    • -
    - - -
    -
    -

    - Documentation generated on Fri, 13 Jan 2012 23:44:52 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:27:57 +0000 by phpDocumentor 1.4.3

    \ No newline at end of file diff --git a/docs/api/davical/caldav/_inc---caldav-MKCOL.php.html b/docs/api/davical/caldav/_inc---caldav-MKCOL.php.html index c904603c..c270651c 100644 --- a/docs/api/davical/caldav/_inc---caldav-MKCOL.php.html +++ b/docs/api/davical/caldav/_inc---caldav-MKCOL.php.html @@ -97,7 +97,7 @@

    - Documentation generated on Fri, 13 Jan 2012 23:44:52 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:27:57 +0000 by phpDocumentor 1.4.3

    \ No newline at end of file diff --git a/docs/api/davical/caldav/_inc---caldav-MKTICKET.php.html b/docs/api/davical/caldav/_inc---caldav-MKTICKET.php.html index ee4f72b2..1b3665a0 100644 --- a/docs/api/davical/caldav/_inc---caldav-MKTICKET.php.html +++ b/docs/api/davical/caldav/_inc---caldav-MKTICKET.php.html @@ -84,7 +84,7 @@

    - Documentation generated on Fri, 13 Jan 2012 23:44:52 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:27:57 +0000 by phpDocumentor 1.4.3

    \ No newline at end of file diff --git a/docs/api/davical/caldav/_inc---caldav-MOVE.php.html b/docs/api/davical/caldav/_inc---caldav-MOVE.php.html index a15199d1..b7130cb4 100644 --- a/docs/api/davical/caldav/_inc---caldav-MOVE.php.html +++ b/docs/api/davical/caldav/_inc---caldav-MOVE.php.html @@ -101,7 +101,7 @@

    - Documentation generated on Fri, 13 Jan 2012 23:44:52 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:27:57 +0000 by phpDocumentor 1.4.3

    \ No newline at end of file diff --git a/docs/api/davical/caldav/_inc---caldav-OPTIONS.php.html b/docs/api/davical/caldav/_inc---caldav-OPTIONS.php.html index f0c32c87..f249c068 100644 --- a/docs/api/davical/caldav/_inc---caldav-OPTIONS.php.html +++ b/docs/api/davical/caldav/_inc---caldav-OPTIONS.php.html @@ -67,7 +67,7 @@

    - Documentation generated on Fri, 13 Jan 2012 23:44:52 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:27:57 +0000 by phpDocumentor 1.4.3

    \ No newline at end of file diff --git a/docs/api/davical/caldav/_inc---caldav-POST.php.html b/docs/api/davical/caldav/_inc---caldav-POST.php.html index 0a8efd49..43554e90 100644 --- a/docs/api/davical/caldav/_inc---caldav-POST.php.html +++ b/docs/api/davical/caldav/_inc---caldav-POST.php.html @@ -56,9 +56,24 @@
    - +
    +
    +  + + include_once + ('iSchedule.php') + (line 16) + +
    + + + +
    + +
    +
     @@ -72,7 +87,7 @@
    -
    +
     @@ -107,11 +122,11 @@
    -
    +
    - handle_cancel_request (line 114) + handle_cancel_request (line 131)
    @@ -132,11 +147,11 @@
    -
    +
    - handle_freebusy_request (line 33) + handle_freebusy_request (line 27)
    @@ -160,7 +175,7 @@

    - Documentation generated on Fri, 13 Jan 2012 23:44:52 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:27:57 +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 index 1968aa9b..eb8b694c 100644 --- a/docs/api/davical/caldav/_inc---caldav-PROPPATCH.php.html +++ b/docs/api/davical/caldav/_inc---caldav-PROPPATCH.php.html @@ -1,3 +1,5 @@ + +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 @@ -17,7 +19,8 @@ + | Functions +

    CalDAV Server - handle PROPPATCH method

    @@ -37,10 +40,15 @@ + | Functions +
    - -
    + +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 + +
     @@ -61,7 +69,7 @@
    -
    +
     @@ -80,9 +88,64 @@ + +
    +
    Functions
    + +
    + +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

    +
    + void + + add_failure + + ( $type, unknown_type $tag, unknown_type $status, [unknown_type $description = null], [unknown_type $error_tag = null]) +
    + +
      +
    • + unknown_type + $tag
    • +
    • + unknown_type + $status
    • +
    • + unknown_type + $description
    • +
    • + unknown_type + $error_tag
    • +
    • + + $type
    • +
    + + +
    +
    +
    + + +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 Fri, 13 Jan 2012 23:44:53 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:27:57 +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 index 3e321ced..fdc88c02 100644 --- a/docs/api/davical/caldav/_inc---caldav-PUT-default.php.html +++ b/docs/api/davical/caldav/_inc---caldav-PUT-default.php.html @@ -61,7 +61,7 @@

    - Documentation generated on Fri, 13 Jan 2012 23:44:53 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:27:57 +0000 by phpDocumentor 1.4.3

    \ No newline at end of file diff --git a/docs/api/davical/caldav/_inc---caldav-PUT-functions.php.html b/docs/api/davical/caldav/_inc---caldav-PUT-functions.php.html index d94ed7bd..e7d9ea9d 100644 --- a/docs/api/davical/caldav/_inc---caldav-PUT-functions.php.html +++ b/docs/api/davical/caldav/_inc---caldav-PUT-functions.php.html @@ -41,9 +41,24 @@ | Functions
    - +
    +
    +  + + include_once + ('iSchedule.php') + (line 22) + +
    + + + +
    + +
    +
     @@ -57,7 +72,7 @@
    -
    +
     @@ -70,21 +85,6 @@ -
    - -
    - -
    -  - - require_once - ('vCalendar.php') - (line 20) - -
    - - -
    @@ -102,6 +102,21 @@

    Check if the user wants to put just one VEVENT/VTODO or a whole calendar

    if the collection = calendar = $request_container doesn't exist then create it return true if it's a whole calendar

    +
    + +
    + +
    +  + + require_once + ('vCalendar.php') + (line 20) + +
    + + +
    @@ -118,11 +133,11 @@
    -
    +
    - controlRequestContainer (line 69) + controlRequestContainer (line 70)
    @@ -156,11 +171,11 @@
    -
    +
    - do_scheduling_reply (line 319) + do_scheduling_reply (line 323)
    @@ -185,11 +200,11 @@
    -
    +
    - do_scheduling_requests (line 447) + do_scheduling_requests (line 484)
    @@ -220,11 +235,11 @@
    -
    +
    - GetTZID (line 168) + GetTZID (line 172)
    @@ -249,11 +264,11 @@
    -
    +
    - handle_schedule_reply (line 270) + handle_schedule_reply (line 274)
    @@ -278,11 +293,11 @@
    -
    +
    - handle_schedule_request (line 181) + handle_schedule_request (line 185)
    @@ -304,11 +319,11 @@
    -
    +
    - import_addressbook_collection (line 597) + import_addressbook_collection (line 681)
    @@ -345,11 +360,11 @@
    -
    +
    - import_calendar_collection (line 694) + import_calendar_collection (line 778)
    @@ -383,11 +398,11 @@
    -
    +
    - import_collection (line 561) + import_collection (line 645)
    @@ -424,11 +439,11 @@
    -
    +
    - public_events_only (line 144) + public_events_only (line 148)
    @@ -456,11 +471,11 @@
    -
    +
    - rollback_on_error (line 38) + rollback_on_error (line 39)
    @@ -494,11 +509,11 @@
    -
    +
    - simple_write_resource (line 1306) + simple_write_resource (line 1449)
    @@ -532,11 +547,11 @@
    -
    +
    - write_alarms (line 915) + write_alarms (line 1053)
    @@ -561,11 +576,11 @@
    -
    +
    - write_attendees (line 972) + write_attendees (line 1110)
    @@ -590,11 +605,11 @@
    -
    +
    - write_resource (line 1021) + write_resource (line 1159)
    @@ -649,7 +664,7 @@

    - Documentation generated on Fri, 13 Jan 2012 23:44:53 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:27:57 +0000 by phpDocumentor 1.4.3

    \ No newline at end of file diff --git a/docs/api/davical/caldav/_inc---caldav-PUT-vcalendar.php.html b/docs/api/davical/caldav/_inc---caldav-PUT-vcalendar.php.html index 89c21923..14e9b81e 100644 --- a/docs/api/davical/caldav/_inc---caldav-PUT-vcalendar.php.html +++ b/docs/api/davical/caldav/_inc---caldav-PUT-vcalendar.php.html @@ -40,14 +40,14 @@
    -
    +
     include_once ('caldav-PUT-functions.php') - (line 32) + (line 15)
    @@ -55,7 +55,7 @@
    -
    +
     @@ -76,7 +76,7 @@

    - Documentation generated on Fri, 13 Jan 2012 23:44:53 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:27:57 +0000 by phpDocumentor 1.4.3

    \ No newline at end of file diff --git a/docs/api/davical/caldav/_inc---caldav-PUT-vcard.php.html b/docs/api/davical/caldav/_inc---caldav-PUT-vcard.php.html index 353ebd66..fb63f1b7 100644 --- a/docs/api/davical/caldav/_inc---caldav-PUT-vcard.php.html +++ b/docs/api/davical/caldav/_inc---caldav-PUT-vcard.php.html @@ -40,7 +40,7 @@
    -
    +
     @@ -55,14 +55,14 @@
    -
    +
     require_once ('vcard.php') - (line 59) + (line 25)
    @@ -76,7 +76,7 @@

    - Documentation generated on Fri, 13 Jan 2012 23:44:53 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:27:57 +0000 by phpDocumentor 1.4.3

    \ No newline at end of file diff --git a/docs/api/davical/caldav/_inc---caldav-REPORT-pps-set.php.html b/docs/api/davical/caldav/_inc---caldav-REPORT-pps-set.php.html index 667c632c..d98f707a 100644 --- a/docs/api/davical/caldav/_inc---caldav-REPORT-pps-set.php.html +++ b/docs/api/davical/caldav/_inc---caldav-REPORT-pps-set.php.html @@ -43,7 +43,7 @@
    -
    +
    @@ -75,7 +75,7 @@

    - Documentation generated on Fri, 13 Jan 2012 23:44:53 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:27:57 +0000 by phpDocumentor 1.4.3

    \ No newline at end of file diff --git a/docs/api/davical/caldav/_inc---caldav-REPORT-sync-collection.php.html b/docs/api/davical/caldav/_inc---caldav-REPORT-sync-collection.php.html index 50ddb363..f9d42c04 100644 --- a/docs/api/davical/caldav/_inc---caldav-REPORT-sync-collection.php.html +++ b/docs/api/davical/caldav/_inc---caldav-REPORT-sync-collection.php.html @@ -43,11 +43,11 @@
    -
    +
    - display_status (line 32) + display_status (line 47)
    @@ -72,7 +72,7 @@

    - Documentation generated on Fri, 13 Jan 2012 23:44:53 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:27:57 +0000 by phpDocumentor 1.4.3

    \ No newline at end of file diff --git a/docs/api/davical/caldav/_inc---caldav-REPORT.php.html b/docs/api/davical/caldav/_inc---caldav-REPORT.php.html index 3dffae87..05eea1c5 100644 --- a/docs/api/davical/caldav/_inc---caldav-REPORT.php.html +++ b/docs/api/davical/caldav/_inc---caldav-REPORT.php.html @@ -42,7 +42,7 @@
    -
    +
     @@ -57,7 +57,7 @@
    -
    +
     @@ -72,7 +72,7 @@
    -
    +
     @@ -87,7 +87,7 @@
    -
    +
     @@ -102,7 +102,7 @@
    -
    +
     @@ -117,14 +117,14 @@
    -
    +
     include ("caldav-REPORT-cardquery.php") - (line 238) + (line 239)
    @@ -132,14 +132,14 @@
    -
    +
     include ("caldav-REPORT-calquery.php") - (line 224) + (line 225)
    @@ -147,7 +147,7 @@
    -
    +
     @@ -160,21 +160,6 @@ -
    - -
    - -
    -  - - include - ("caldav-REPORT-multiget.php") - (line 229) - -
    - - -
    @@ -184,7 +169,22 @@ include ("caldav-REPORT-multiget.php") - (line 234) + (line 230) + +
    + + + +
    + +
    + +
    +  + + include + ("caldav-REPORT-multiget.php") + (line 235)
    @@ -192,7 +192,7 @@
    -
    +
     @@ -207,7 +207,7 @@
    -
    +
     @@ -228,7 +228,7 @@
    -
    +
     @@ -243,7 +243,7 @@
    -
    +
     @@ -258,7 +258,7 @@
    -
    +
     @@ -273,7 +273,7 @@
    -
    +
     @@ -288,14 +288,14 @@
    -
    +
     require_once ("external-fetch.php") - (line 218) + (line 219)
    @@ -317,7 +317,7 @@
    -
    +
    @@ -352,7 +352,7 @@

    - Documentation generated on Fri, 13 Jan 2012 23:44:53 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:27:57 +0000 by phpDocumentor 1.4.3

    \ No newline at end of file diff --git a/docs/api/davical/caldav/_inc---schedule-functions.php.html b/docs/api/davical/caldav/_inc---schedule-functions.php.html index a7f1a802..ca5ccb40 100644 --- a/docs/api/davical/caldav/_inc---schedule-functions.php.html +++ b/docs/api/davical/caldav/_inc---schedule-functions.php.html @@ -42,7 +42,7 @@
    -
    +
     @@ -57,7 +57,7 @@
    -
    +
     @@ -72,7 +72,7 @@
    -
    +
     @@ -107,7 +107,7 @@
    -
    +
    @@ -140,7 +140,7 @@
    -
    +
    @@ -175,7 +175,7 @@
    -
    +
    @@ -201,7 +201,7 @@
    -
    +
    @@ -228,7 +228,7 @@
    -
    +
    @@ -259,7 +259,7 @@
    -
    +
    @@ -297,7 +297,7 @@

    - Documentation generated on Fri, 13 Jan 2012 23:44:56 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:28:00 +0000 by phpDocumentor 1.4.3

    \ No newline at end of file diff --git a/docs/api/davical/external-bind/_inc---external-fetch.php.html b/docs/api/davical/external-bind/_inc---external-fetch.php.html index 1ab8f597..5c313fa8 100644 --- a/docs/api/davical/external-bind/_inc---external-fetch.php.html +++ b/docs/api/davical/external-bind/_inc---external-fetch.php.html @@ -112,7 +112,7 @@
    - update_external (line 91) + update_external (line 98)
    @@ -136,7 +136,7 @@

    - Documentation generated on Fri, 13 Jan 2012 23:44:55 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:27:59 +0000 by phpDocumentor 1.4.3

    \ No newline at end of file diff --git a/docs/api/davical/iSchedule-POST/FakeSession.html b/docs/api/davical/iSchedule-POST/FakeSession.html new file mode 100644 index 00000000..a37d1a92 --- /dev/null +++ b/docs/api/davical/iSchedule-POST/FakeSession.html @@ -0,0 +1,137 @@ + + + + + + Docs For Class FakeSession + + + + +
    +

     Class FakeSession

    + + +
    +
    Description
    + +
    + +

    + Located in /inc/iSchedule-POST.php (line 19) +

    + + +
    
    +	
    +			
    +
    + + + + + +
    +
    Method Summary
    + +
    +
    +
    +  + FakeSession + __construct + ( $principal) +
    +
    +  + void + AllowedTo + ( $do_something) +
    +
    +
    +
    + + + +
    +
    Methods
    + +
    + + +
    + +
    + + Constructor __construct (line 20) +
    + + + +
    + FakeSession + + __construct + + ( $principal) +
    + +
      +
    • + + $principal
    • +
    + + +
    + +
    + +
    + + AllowedTo (line 36) +
    + + + +
    + void + + AllowedTo + + ( $do_something) +
    + +
      +
    • + + $do_something
    • +
    + + +
    + +
    +
    + + +

    + Documentation generated on Sun, 17 Jun 2012 10:27:59 +0000 by phpDocumentor 1.4.3 +

    +
    + \ No newline at end of file diff --git a/docs/api/davical/iSchedule-POST/_inc---iSchedule-POST.php.html b/docs/api/davical/iSchedule-POST/_inc---iSchedule-POST.php.html new file mode 100644 index 00000000..f82bb4dd --- /dev/null +++ b/docs/api/davical/iSchedule-POST/_inc---iSchedule-POST.php.html @@ -0,0 +1,271 @@ + + + + + + Docs for page iSchedule-POST.php + + + + +
    +

    File/inc/iSchedule-POST.php

    + + +
    +
    Description
    + +
    + +

    iScheduling POST handle remote iSchedule requests

    + + +
    +
    + + +
    +
    Classes
    + +
    + + + + + + + + + +
    ClassDescription
    +  class + FakeSession + + +
    +
    +
    + + +
    +
    Includes
    + +
    + +
    + +
    +  + + include_once + ('freebusy-functions.php') + (line 16) + +
    + + + +
    + +
    + +
    +  + + require_once + ('iSchedule.php') + (line 12) + +
    + + +

    iScheduling POST handle remote iSchedule requests

    + + +
    + +
    + +
    +  + + require_once + ('vCalendar.php') + (line 14) + +
    + + + +
    + +
    + +
    +  + + require_once + ('vComponent.php') + (line 13) + +
    + + + +
    + +
    + +
    +  + + require_once + ('WritableCollection.php') + (line 15) + +
    + + + +
    +
    +
    + + + + +
    +
    Functions
    + +
    + +
    + +
    + + ischedule_cancel (line 237) +
    + + +
    + void + + ischedule_cancel + + ( $ic,  $attendees,  $attendees_fail) +
    + +
      +
    • + + $ic
    • +
    • + + $attendees
    • +
    • + + $attendees_fail
    • +
    + + +
    + +
    + +
    + + ischedule_freebusy_request (line 140) +
    + + +
    + void + + ischedule_freebusy_request + + ( $ic,  $attendees,  $attendees_fail) +
    + +
      +
    • + + $ic
    • +
    • + + $attendees
    • +
    • + + $attendees_fail
    • +
    + + +
    + +
    + +
    + + ischedule_request (line 188) +
    + + +
    + void + + ischedule_request + + ( $ic,  $attendees,  $attendees_fail) +
    + +
      +
    • + + $ic
    • +
    • + + $attendees
    • +
    • + + $attendees_fail
    • +
    + + +
    +
    +
    + +

    + Documentation generated on Sun, 17 Jun 2012 10:27:59 +0000 by phpDocumentor 1.4.3 +

    +
    + \ No newline at end of file diff --git a/docs/api/davical/iSchedule/_inc---iSchedule.php.html b/docs/api/davical/iSchedule/_inc---iSchedule.php.html index 7e635c3f..298fbaf5 100644 --- a/docs/api/davical/iSchedule/_inc---iSchedule.php.html +++ b/docs/api/davical/iSchedule/_inc---iSchedule.php.html @@ -71,24 +71,9 @@ | Includes
    - +
    -
    -  - - include - ('caldav-POST.php') - (line 343) - -
    - - - -
    - -
    -
     @@ -116,7 +101,7 @@

    - Documentation generated on Fri, 13 Jan 2012 23:44:55 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:27:59 +0000 by phpDocumentor 1.4.3

    \ No newline at end of file diff --git a/docs/api/davical/iSchedule/iSchedule.html b/docs/api/davical/iSchedule/iSchedule.html index ba113655..98bd7292 100644 --- a/docs/api/davical/iSchedule/iSchedule.html +++ b/docs/api/davical/iSchedule/iSchedule.html @@ -81,7 +81,7 @@
    -
    +
     iSchedule __construct @@ -91,7 +91,7 @@  void getCapabilities - () + ([ $domain = null])
     @@ -124,10 +124,28 @@ ( $uri)
    +  + void + queryCapabilities + ( $capability, [ $domain = null]) +
    +
    +  + void + sendRequest + ( $address,  $type,  $data) +
    +
    +  + void + setTxt + ( $dk) +
    +
     void signDKIM - (string $body, array $headers) + (array $headers, string $body)
     @@ -166,7 +184,7 @@
    -
    +
    @@ -188,7 +206,7 @@
    -
    +
    @@ -210,7 +228,7 @@
    -
    +
    @@ -247,11 +265,11 @@
    -
    +
    - Constructor __construct (line 38) + Constructor __construct (line 51)
    @@ -268,11 +286,11 @@
    -
    +
    - getCapabilities (line 158) + getCapabilities (line 256)
    @@ -283,18 +301,23 @@ getCapabilities - () + ([ $domain = null])
    +
      +
    • + + $domain
    • +
    -
    +
    - getServer (line 123) + getServer (line 193)
    @@ -312,11 +335,11 @@
    -
    +
    - getTxt (line 48) + getTxt (line 78)
    @@ -334,11 +357,11 @@
    -
    +
    - parseDKIM (line 197) + parseDKIM (line 506)
    @@ -361,11 +384,11 @@
    -
    +
    - parseTxt (line 65) + parseTxt (line 122)
    @@ -383,15 +406,16 @@
    -
    +
    - parseURI (line 268) + parseURI (line 584)

    split up a mailto uri into domain and user components

    +

    TODO handle other uri types (eg http)

    void @@ -408,13 +432,104 @@ +
    + +
    + +
    + + queryCapabilities (line 294) +
    + + +

    query capabilities retrieved from server

    + +
    + void + + queryCapabilities + + ( $capability, [ $domain = null]) +
    + +
      +
    • + + $capability
    • +
    • + + $domain
    • +
    + + +
    + +
    + +
    + + sendRequest (line 403) +
    + + +

    send request to remote server

    +

    $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

    + +
    + void + + sendRequest + + ( $address,  $type,  $data) +
    + +
      +
    • + + $address
    • +
    • + + $type
    • +
    • + + $data
    • +
    + + +
    + +
    + +
    + + setTxt (line 114) +
    + + +

    strictly for testing purposes

    + +
    + void + + setTxt + + ( $dk) +
    + +
      +
    • + + $dk
    • +
    + +
    - signDKIM (line 176) + signDKIM (line 361)
    @@ -425,7 +540,7 @@ signDKIM - (string $body, array $headers) + (array $headers, string $body)
      @@ -444,7 +559,7 @@
      - validateKey (line 86) + validateKey (line 144)
      @@ -466,7 +581,7 @@
      - validateRequest (line 317) + validateRequest (line 645)
      @@ -488,11 +603,12 @@
      - verifySignature (line 282) + verifySignature (line 599)

      verifies parsed DKIM header is valid for current message with a signature from the public key in DNS

      +

      TODO handle multiple headers of the same name

      void @@ -511,7 +627,7 @@

      - Documentation generated on Fri, 13 Jan 2012 23:44:55 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:27:59 +0000 by phpDocumentor 1.4.3

      \ No newline at end of file diff --git a/docs/api/davical/ldap/_inc---drivers_imap_pam.php.html b/docs/api/davical/ldap/_inc---drivers_imap_pam.php.html index 8e9f82f1..64f6ea5a 100644 --- a/docs/api/davical/ldap/_inc---drivers_imap_pam.php.html +++ b/docs/api/davical/ldap/_inc---drivers_imap_pam.php.html @@ -80,7 +80,7 @@ require_once ("auth-functions.php") - (line 14) + (line 19)
    @@ -113,7 +113,7 @@
    - IMAP_PAM_check (line 54) + IMAP_PAM_check (line 59)
    @@ -141,7 +141,7 @@

    - Documentation generated on Fri, 13 Jan 2012 23:44:54 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:27:59 +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 index 05373b95..6491f56b 100644 --- a/docs/api/davical/ldap/_inc---drivers_ldap.php.html +++ b/docs/api/davical/ldap/_inc---drivers_ldap.php.html @@ -1,3 +1,5 @@ + +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 @@ -72,7 +74,11 @@ | Functions
    - + +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 +
    @@ -108,7 +114,11 @@ | Functions
    - + +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 +
    @@ -163,7 +173,7 @@
    - sync_LDAP (line 505) + sync_LDAP (line 510)
    @@ -184,7 +194,7 @@
    - sync_LDAP_groups (line 371) + sync_LDAP_groups (line 376)
    @@ -239,7 +249,7 @@

    - Documentation generated on Fri, 13 Jan 2012 23:44:54 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:27:59 +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 index 820c6b04..d6a18b9d 100644 --- a/docs/api/davical/ldap/_inc---drivers_rimap.php.html +++ b/docs/api/davical/ldap/_inc---drivers_rimap.php.html @@ -1,3 +1,5 @@ + +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 @@ -72,7 +74,11 @@ | Functions
    - + +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 +
    @@ -108,7 +114,11 @@ | Functions
    - + +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 +
    @@ -141,7 +151,7 @@

    - Documentation generated on Fri, 13 Jan 2012 23:44:55 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:27:59 +0000 by phpDocumentor 1.4.3

    \ No newline at end of file diff --git a/docs/api/davical/ldap/_inc---drivers_squid_pam.php.html b/docs/api/davical/ldap/_inc---drivers_squid_pam.php.html index 47f0576a..f9d8c5cc 100644 --- a/docs/api/davical/ldap/_inc---drivers_squid_pam.php.html +++ b/docs/api/davical/ldap/_inc---drivers_squid_pam.php.html @@ -141,7 +141,7 @@

    - Documentation generated on Fri, 13 Jan 2012 23:44:55 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:27:59 +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 index 61a6e6ad..34cf9109 100644 --- a/docs/api/davical/ldap/imapPamDrivers.html +++ b/docs/api/davical/ldap/imapPamDrivers.html @@ -1,3 +1,5 @@ + +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 @@ -72,7 +74,11 @@
    - + +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 +
    @@ -132,8 +138,10 @@
    + +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 Fri, 13 Jan 2012 23:44:55 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:27:59 +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 index 358a98d3..33fd4068 100644 --- a/docs/api/davical/ldap/ldapDrivers.html +++ b/docs/api/davical/ldap/ldapDrivers.html @@ -1,3 +1,5 @@ + +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 @@ -84,7 +86,11 @@
    - + +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 +
    @@ -210,8 +216,10 @@
    + +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 Fri, 13 Jan 2012 23:44:54 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:27:59 +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 index d1b8e28f..83712a34 100644 --- a/docs/api/davical/ldap/squidPamDrivers.html +++ b/docs/api/davical/ldap/squidPamDrivers.html @@ -100,7 +100,7 @@

    - Documentation generated on Fri, 13 Jan 2012 23:44:55 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:27:59 +0000 by phpDocumentor 1.4.3

    \ No newline at end of file diff --git a/docs/api/davical/logging/_inc---log_caldav_action.php.html b/docs/api/davical/logging/_inc---log_caldav_action.php.html index 95f71a8e..b3ae0f24 100644 --- a/docs/api/davical/logging/_inc---log_caldav_action.php.html +++ b/docs/api/davical/logging/_inc---log_caldav_action.php.html @@ -47,7 +47,7 @@
    -
    +
    @@ -88,7 +88,7 @@

    - Documentation generated on Fri, 13 Jan 2012 23:44:55 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:28:00 +0000 by phpDocumentor 1.4.3

    \ No newline at end of file diff --git a/docs/api/davical/propfind/_inc---caldav-PROPFIND.php.html b/docs/api/davical/propfind/_inc---caldav-PROPFIND.php.html index beb399b0..826cbd93 100644 --- a/docs/api/davical/propfind/_inc---caldav-PROPFIND.php.html +++ b/docs/api/davical/propfind/_inc---caldav-PROPFIND.php.html @@ -42,7 +42,7 @@
    -
    +
     @@ -57,7 +57,7 @@
    -
    +
     @@ -72,7 +72,7 @@
    -
    +
     @@ -88,7 +88,7 @@
    -
    +
     @@ -117,7 +117,7 @@
    -
    +
    @@ -146,7 +146,7 @@
    -
    +
    @@ -181,7 +181,7 @@

    - Documentation generated on Fri, 13 Jan 2012 23:44:52 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:27:57 +0000 by phpDocumentor 1.4.3

    \ No newline at end of file diff --git a/docs/api/davical/pwauth/_inc---drivers_pwauth_pam.php.html b/docs/api/davical/pwauth/_inc---drivers_pwauth_pam.php.html index 5ae9649f..e4d282e6 100644 --- a/docs/api/davical/pwauth/_inc---drivers_pwauth_pam.php.html +++ b/docs/api/davical/pwauth/_inc---drivers_pwauth_pam.php.html @@ -145,7 +145,7 @@

    - Documentation generated on Fri, 13 Jan 2012 23:44:55 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:27:59 +0000 by phpDocumentor 1.4.3

    \ No newline at end of file diff --git a/docs/api/davical/pwauth/pwauthPamDrivers.html b/docs/api/davical/pwauth/pwauthPamDrivers.html index e8bc1fc0..7bc7964f 100644 --- a/docs/api/davical/pwauth/pwauthPamDrivers.html +++ b/docs/api/davical/pwauth/pwauthPamDrivers.html @@ -100,7 +100,7 @@

    - Documentation generated on Fri, 13 Jan 2012 23:44:55 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:27:59 +0000 by phpDocumentor 1.4.3

    \ No newline at end of file diff --git a/docs/api/davical/tzservice/_htdocs---tz.php.html b/docs/api/davical/tzservice/_htdocs---tz.php.html index 71c22f45..b47fea65 100644 --- a/docs/api/davical/tzservice/_htdocs---tz.php.html +++ b/docs/api/davical/tzservice/_htdocs---tz.php.html @@ -112,7 +112,7 @@

    - Documentation generated on Fri, 13 Jan 2012 23:44:57 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:28:01 +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 index 5d7c968d..f4ed9856 100644 --- a/docs/api/davical/tzservice/_inc---tz---capabilities.php.html +++ b/docs/api/davical/tzservice/_inc---tz---capabilities.php.html @@ -1,3 +1,5 @@ + +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 @@ -34,7 +36,7 @@

    - Documentation generated on Fri, 13 Jan 2012 23:44:53 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:27:58 +0000 by phpDocumentor 1.4.3

    \ No newline at end of file diff --git a/docs/api/davical/tzservice/_inc---tz---expand.php.html b/docs/api/davical/tzservice/_inc---tz---expand.php.html index 1695ee9e..763c0c39 100644 --- a/docs/api/davical/tzservice/_inc---tz---expand.php.html +++ b/docs/api/davical/tzservice/_inc---tz---expand.php.html @@ -92,7 +92,11 @@ | Functions
    - + +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 +
    @@ -163,7 +167,7 @@

    - Documentation generated on Fri, 13 Jan 2012 23:44:55 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:27:59 +0000 by phpDocumentor 1.4.3

    \ No newline at end of file diff --git a/docs/api/davical/tzservice/_inc---tz---get.php.html b/docs/api/davical/tzservice/_inc---tz---get.php.html index 960c3560..6f848622 100644 --- a/docs/api/davical/tzservice/_inc---tz---get.php.html +++ b/docs/api/davical/tzservice/_inc---tz---get.php.html @@ -67,7 +67,7 @@

    - Documentation generated on Fri, 13 Jan 2012 23:44:55 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:27:59 +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 index 9aa439a0..17506bd6 100644 --- a/docs/api/davical/tzservice/_inc---tz---list.php.html +++ b/docs/api/davical/tzservice/_inc---tz---list.php.html @@ -1,3 +1,5 @@ + +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 @@ -39,8 +41,12 @@ Includes
    - -
    + +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 + +
     @@ -66,8 +72,10 @@ + +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 Fri, 13 Jan 2012 23:44:55 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:28:00 +0000 by phpDocumentor 1.4.3

    \ No newline at end of file diff --git a/docs/api/elementindex.html b/docs/api/elementindex.html index 735a54f4..2c9ef76d 100644 --- a/docs/api/elementindex.html +++ b/docs/api/elementindex.html @@ -1,3 +1,5 @@ + +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 @@ -32,6 +34,7 @@ n o p + q r s t @@ -141,6 +144,14 @@
    Function + add_failure +
    +
    +
    add_failure() in caldav-PROPPATCH.php
    +
    Small utility function to add propstat for one failure
    +
    +
    + Function add_proxy_response
    @@ -151,6 +162,14 @@ Method AllowedTo +
    +
    CalDAVRequest::AllowedTo() in CalDAVRequest.php
    +
    Are we allowed to do the requested activity
    +
    +
    + Method + AllowedTo +
    PublicSession::AllowedTo() in PublicSession.php
    Checks whether a user is allowed to do something.
    @@ -160,8 +179,7 @@ AllowedTo
    -
    CalDAVRequest::AllowedTo() in CalDAVRequest.php
    -
    Are we allowed to do the requested activity
    +
    FakeSession::AllowedTo() in iSchedule-POST.php
    Method @@ -399,6 +417,13 @@
    Method + BuildDeadPropertyXML +
    +
    + +
    +
    + Method BuildPrivileges
    @@ -617,6 +642,28 @@
    Get the calendar_home_set, as lazily as possible
    +
    + Function + catch_setup_errors +
    +
    + +
    +
    + Method + CheckEtagMatch +
    +
    +
    CalDAVRequest::CheckEtagMatch() in CalDAVRequest.php
    +
    Check that the incoming Etag matches the one for the existing (or non-existing) resource.
    +
    +
    + Function + checkiSchedule +
    +
    +
    checkiSchedule() in iSchedule.php
    +
    Method CheckPassword @@ -655,6 +702,13 @@
    Function + check_database_connection +
    +
    + +
    +
    + Function check_datetime
    @@ -969,6 +1023,13 @@
    Page + caldav-GET-functions.php +
    +
    +
    caldav-GET-functions.php in caldav-GET-functions.php
    +
    +
    + Page caldav-GET.php
    @@ -1511,6 +1572,7 @@
    SqlToArray::doNormalLine() in SqlToArray.php
    +
    Add this line onto the current statement, detecting the end of the statement.
    Method @@ -1701,14 +1763,6 @@ Variable $exists
    -
    -
    Principal::$exists in Principal.php
    -
    Whether this Principal actually exists in the database yet.
    -
    -
    - Variable - $exists -
    CalDAVRequest::$exists in CalDAVRequest.php
    The type of collection being requested:
    @@ -1720,6 +1774,14 @@
    DAVResource::$exists in DAVResource.php
    +
    + Variable + $exists +
    +
    +
    Principal::$exists in Principal.php
    +
    Whether this Principal actually exists in the database yet.
    +
    Function early_exception_handler @@ -1783,15 +1845,15 @@ Exists
    -
    Principal::Exists() in Principal.php
    +
    DAVResource::Exists() in DAVResource.php
    +
    Checks whether this resource actually exists, in the virtual sense, within the hierarchy
    Method Exists
    -
    DAVResource::Exists() in DAVResource.php
    -
    Checks whether this resource actually exists, in the virtual sense, within the hierarchy
    +
    Principal::Exists() in Principal.php
    Function @@ -1824,6 +1886,13 @@
    AtomFeed::export() in AtomFeed.php
    +
    + Function + export_iCalendar +
    +
    +
    export_iCalendar() in caldav-GET-functions.php
    +
    Page external-fetch.php @@ -1890,6 +1959,13 @@
    CalDAVRequest::FailIfLocked() in CalDAVRequest.php
    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.
    +
    + Class + FakeSession +
    +
    +
    FakeSession in iSchedule-POST.php
    +
    Method FetchCollection @@ -1911,16 +1987,16 @@ FetchDeadProperties
    - -
    Fetch any dead properties for this URL
    + +
    Ensure the principal's dead properties are loaded
    Method FetchDeadProperties
    - -
    Ensure the principal's dead properties are loaded
    + +
    Fetch any dead properties for this URL
    Method @@ -2069,6 +2145,13 @@
    HTTPAuthSession::$groups in HTTPAuthSession.php
    Group rights
    +
    + Function + generateKeys +
    +
    +
    generateKeys() in iSchedule.php
    +
    Method GetACL @@ -2179,6 +2262,13 @@
    CalDAVClient::GetHttpResponse() in caldav-client.php
    Output http response headers
    +
    + Method + getInstance +
    +
    +
    VTimezone::getInstance() in vtimezone.php
    +
    Function GetItip @@ -2253,16 +2343,16 @@ GetProperty
    -
    DAVPrincipal::GetProperty() in DAVPrincipal.php
    -
    Return an arbitrary property
    +
    DAVResource::GetProperty() in DAVResource.php
    +
    Return general server-related properties, in plain form
    Method GetProperty
    -
    DAVResource::GetProperty() in DAVResource.php
    -
    Return general server-related properties, in plain form
    +
    DAVPrincipal::GetProperty() in DAVPrincipal.php
    +
    Return an arbitrary property
    Method @@ -2302,6 +2392,7 @@
    SqlToArray::getStatements() in SqlToArray.php
    +
    Accessor for the array of parsed statements.
    Function @@ -2594,7 +2685,15 @@
    -
    Is the user has the privileges to do what is requested.
    +
    Does the user have the privileges to do what is requested.
    +
    +
    + Method + HavePrivilegeTo +
    +
    +
    DAViCalSession::HavePrivilegeTo() in DAViCalSession.php
    +
    Does the user have the privileges to do what is requested.
    Method @@ -2618,14 +2717,6 @@
    help.php in help.php
    -
    - Class - HTTPAuthSession -
    -
    -
    HTTPAuthSession in HTTPAuthSession.php
    -
    A Class for handling a session using HTTP Basic Authentication
    -
    Method HTTPAuthSession @@ -2634,6 +2725,14 @@
    HTTPAuthSession::HTTPAuthSession() in HTTPAuthSession.php
    The constructor, which just calls the type supplied or configured
    +
    + Class + HTTPAuthSession +
    +
    +
    HTTPAuthSession in HTTPAuthSession.php
    +
    A Class for handling a session using HTTP Basic Authentication
    +
    Function hyperlink @@ -2685,6 +2784,13 @@
    index.php in index.php
    +
    + Page + iSchedule.php +
    +
    +
    iSchedule.php in iSchedule.php
    +
    Function i18n @@ -2716,6 +2822,13 @@
    DAVTicket::id() in DAVTicket.php
    +
    + Class + imapPamDrivers +
    +
    +
    imapPamDrivers in drivers_rimap.php
    +
    Method imapPamDrivers @@ -2724,13 +2837,6 @@
    Constructor.
    -
    - Class - imapPamDrivers -
    -
    -
    imapPamDrivers in drivers_rimap.php
    -
    Function IMAP_PAM_check @@ -2779,6 +2885,13 @@
    Page + iSchedule-POST.php +
    +
    +
    iSchedule-POST.php in iSchedule-POST.php
    +
    +
    + Page iSchedule.php
    @@ -2801,14 +2914,6 @@
    Method - IsAddressbook -
    -
    -
    DAVResource::IsAddressbook() in DAVResource.php
    -
    Checks whether this resource is an addressbook
    -
    -
    - Method IsAddressBook
    @@ -2817,6 +2922,14 @@
    Method + IsAddressbook +
    +
    +
    DAVResource::IsAddressbook() in DAVResource.php
    +
    Checks whether this resource is an addressbook
    +
    +
    + Method IsBinding
    @@ -2849,11 +2962,32 @@
    Function + ischedule_cancel +
    +
    +
    ischedule_cancel() in iSchedule-POST.php
    +
    +
    + Function + ischedule_freebusy_request +
    +
    +
    ischedule_freebusy_request() in iSchedule-POST.php
    +
    +
    + Function ischedule_get
    ischedule_get() in well-known.php
    +
    + Function + ischedule_request +
    +
    +
    ischedule_request() in iSchedule-POST.php
    +
    Method IsCollection @@ -2921,7 +3055,7 @@ IsLocked
    -
    DAVResource::IsLocked() in DAVResource.php
    +
    CalDAVRequest::IsLocked() in CalDAVRequest.php
    Checks whether the resource is locked, returning any lock token, or false
    @@ -2929,7 +3063,7 @@ IsLocked
    -
    CalDAVRequest::IsLocked() in CalDAVRequest.php
    +
    DAVResource::IsLocked() in DAVResource.php
    Checks whether the resource is locked, returning any lock token, or false
    @@ -2969,16 +3103,16 @@ IsPublic
    -
    DAVResource::IsPublic() in DAVResource.php
    -
    Checks whether the target collection is publicly_readable
    +
    CalDAVRequest::IsPublic() in CalDAVRequest.php
    +
    Checks whether the collection is public
    Method IsPublic
    -
    CalDAVRequest::IsPublic() in CalDAVRequest.php
    -
    Checks whether the collection is public
    +
    DAVResource::IsPublic() in DAVResource.php
    +
    Checks whether the target collection is publicly_readable
    Method @@ -3093,6 +3227,13 @@
    log_caldav_action() in log_caldav_action.php
    Log the action
    +
    + Function + log_setup_error +
    +
    +
    log_setup_error() in setup.php
    +
    @@ -3174,6 +3315,13 @@
    Given a MonthDays string like "1MO", "-2WE" return an integer day of the month.
    +
    + Method + msCdoToOlson +
    +
    +
    VTimezone::msCdoToOlson() in vtimezone.php
    +
    @@ -3247,7 +3395,7 @@ obfuscated_event
    -
    obfuscated_event() in caldav-GET.php
    +
    obfuscated_event() in caldav-GET-functions.php
    Function @@ -3321,14 +3469,14 @@ $principal_id
    -
    Principal::$principal_id in Principal.php
    +
    DAViCalSession::$principal_id in DAViCalSession.php
    Variable - $privileges + $principal_id
    -
    Principal::$privileges in Principal.php
    +
    Principal::$principal_id in Principal.php
    Variable @@ -3340,6 +3488,13 @@
    Variable + $privileges +
    +
    +
    Principal::$privileges in Principal.php
    +
    +
    + Variable $protocol
    @@ -3464,6 +3619,14 @@
    Send an error response for a failed precondition.
    +
    + Method + PreferMinimal +
    +
    +
    CalDAVRequest::PreferMinimal() in CalDAVRequest.php
    +
    Returns true if the 'Prefer: return-minimal' or 'Brief: t' were present in the request headers.
    +
    Class Principal @@ -3528,14 +3691,6 @@ Method Privileges
    -
    -
    DAVResource::Privileges() in DAVResource.php
    -
    Return the privileges bits for the current session user to this resource
    -
    -
    - Method - Privileges -
    CalDAVRequest::Privileges() in CalDAVRequest.php
    Return the privileges bits for the current session user to this resource
    @@ -3548,6 +3703,14 @@
    DAVPrincipal::Privileges() in DAVPrincipal.php
    Return the privileges bits for the current session user to this resource
    +
    + Method + Privileges +
    +
    +
    DAVResource::Privileges() in DAVResource.php
    +
    Return the privileges bits for the current session user to this resource
    +
    Function privileges_to_XML @@ -3650,6 +3813,22 @@
    Check the username / password against the PAM system
    + +
    +
    q
    + +
    +
    +
    +
    + Method + queryCapabilities +
    +
    + +
    query capabilities retrieved from server
    +
    +
    r
    @@ -3737,6 +3916,14 @@
    DAVPrincipal::ReadProxyGroup() in DAVPrincipal.php
    Accessor for the read proxy group
    +
    + Method + removeComment +
    +
    +
    SqlToArray::removeComment() in SqlToArray.php
    +
    Return the empty string if this line is an SQL comment
    +
    Function removeComment @@ -3746,6 +3933,20 @@
    Method + render +
    +
    +
    Tools::render() in tools.php
    +
    +
    + Method + Render +
    +
    + +
    +
    + Method Render
    @@ -3754,17 +3955,11 @@
    Method - Render + RenderAsXML
    - -
    -
    - Method - render -
    -
    -
    Tools::render() in tools.php
    +
    DAVResource::RenderAsXML() in DAVResource.php
    +
    Render XML for this resource
    Method @@ -3776,14 +3971,6 @@
    Method - RenderAsXML -
    -
    -
    DAVResource::RenderAsXML() in DAVResource.php
    -
    Render XML for this resource
    -
    -
    - Method RenderGMT
    @@ -3915,14 +4102,6 @@
    rollback_on_error() in caldav-PUT-functions.php
    This function launches an error
    -
    - Method - RRule -
    -
    -
    RRule::RRule() in RRule.php
    -
    The constructor takes a start date and an RRULE definition. Both of these follow the iCalendar standard.
    -
    Class RRule @@ -3931,6 +4110,14 @@
    RRule in RRule.php
    A Class for handling Events on a calendar which repeat
    +
    + Method + RRule +
    +
    +
    RRule::RRule() in RRule.php
    +
    The constructor takes a start date and an RRULE definition. Both of these follow the iCalendar standard.
    +
    Class RRuleTest @@ -3994,27 +4181,6 @@
    Variable - $state -
    -
    -
    SqlToArray::$state in SqlToArray.php
    -
    -
    - Variable - $statement -
    -
    -
    SqlToArray::$statement in SqlToArray.php
    -
    -
    - Variable - $statements -
    -
    -
    SqlToArray::$statements in SqlToArray.php
    -
    -
    - Variable $supported_privileges
    @@ -4049,6 +4215,14 @@
    +
    + Method + sendRequest +
    +
    +
    iSchedule::sendRequest() in iSchedule.php
    +
    send request to remote server
    +
    Function send_dav_header @@ -4104,14 +4278,14 @@ setDate
    - +
    AtomEntry::setDate() in AtomFeed.php
    Method setDate
    -
    AtomEntry::setDate() in AtomFeed.php
    +
    Method @@ -4125,14 +4299,14 @@ setDateModified
    - +
    Method setDateModified
    - +
    Method @@ -4191,14 +4365,14 @@ setId
    -
    AtomFeed::setId() in AtomFeed.php
    +
    AtomEntry::setId() in AtomFeed.php
    Method setId
    -
    AtomEntry::setId() in AtomFeed.php
    +
    AtomFeed::setId() in AtomFeed.php
    Method @@ -4258,14 +4432,22 @@ setTitle
    -
    AtomEntry::setTitle() in AtomFeed.php
    +
    AtomFeed::setTitle() in AtomFeed.php
    Method setTitle
    -
    AtomFeed::setTitle() in AtomFeed.php
    +
    AtomEntry::setTitle() in AtomFeed.php
    +
    +
    + Method + setTxt +
    +
    +
    iSchedule::setTxt() in iSchedule.php
    +
    strictly for testing purposes
    Method @@ -4358,6 +4540,7 @@
    SqlToArray in SqlToArray.php
    +
    SqlToArray class for parsing a file of somewhat structured SQL statements into an array
    Class @@ -4374,6 +4557,20 @@
    SQUID_PAM_check() in drivers_squid_pam.php
    Check the username / password against the PAM system
    +
    + Function + SRVFormat +
    +
    +
    SRVFormat() in iSchedule.php
    +
    +
    + Function + SRVOk +
    +
    +
    SRVOk() in iSchedule.php
    +
    Method Start @@ -4397,6 +4594,14 @@
    sync_LDAP_groups() in drivers_ldap.php
    sync LDAP Groups against the DB
    +
    + Method + sync_token +
    +
    +
    DAVResource::sync_token() in DAVResource.php
    +
    Returns the current sync_token for this collection, or the containing collection
    +
    Function sync_user_from_LDAP @@ -4519,14 +4724,14 @@ $url
    -
    CalendarInfo::$url in caldav-client-v2.php
    +
    Principal::$url in Principal.php
    Variable $url
    -
    Principal::$url in Principal.php
    +
    CalendarInfo::$url in caldav-client-v2.php
    Variable @@ -4555,16 +4760,23 @@ $user_agent
    -
    CalDAVClient::$user_agent in caldav-client.php
    -
    The useragent which is send to the caldav server
    +
    CalDAVRequest::$user_agent in CalDAVRequest.php
    +
    The user agent making the request.
    Variable $user_agent
    -
    CalDAVRequest::$user_agent in CalDAVRequest.php
    -
    The user agent making the request.
    +
    CalDAVClient::$user_agent in caldav-client.php
    +
    The useragent which is send to the caldav server
    +
    +
    + Variable + $user_no +
    +
    +
    Principal::$user_no in Principal.php
    Variable @@ -4574,13 +4786,6 @@
    HTTPAuthSession::$user_no in HTTPAuthSession.php
    User ID number
    -
    - Variable - $user_no -
    -
    -
    Principal::$user_no in Principal.php
    -
    Page upgrade.php @@ -4608,7 +4813,7 @@ unique_tag
    -
    DAVResource::unique_tag() in DAVResource.php
    +
    DAVPrincipal::unique_tag() in DAVPrincipal.php
    Returns the unique_tag (ETag or getctag) for this resource
    @@ -4616,7 +4821,7 @@ unique_tag
    -
    DAVPrincipal::unique_tag() in DAVPrincipal.php
    +
    DAVResource::unique_tag() in DAVResource.php
    Returns the unique_tag (ETag or getctag) for this resource
    @@ -4643,6 +4848,13 @@
    Function + UpdateCollectionTimezones +
    +
    +
    UpdateCollectionTimezones() in auth-functions.php
    +
    +
    + Function UpdateUserFromExternal
    @@ -4727,6 +4939,13 @@
    vcard.php in vcard.php
    +
    + Page + vtimezone.php +
    +
    +
    vtimezone.php in vtimezone.php
    +
    Method valid @@ -4773,6 +4992,13 @@
    verifies parsed DKIM header is valid for current message with a signature from the public key in DNS
    +
    + Class + VTimezone +
    +
    +
    VTimezone in vtimezone.php
    +
    @@ -5023,7 +5249,8 @@ __construct
    -
    AtomEntry::__construct() in AtomFeed.php
    +
    Principal::__construct() in Principal.php
    +
    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.
    Method @@ -5044,7 +5271,7 @@ __construct
    -
    iSchedule::__construct() in iSchedule.php
    +
    AtomEntry::__construct() in AtomFeed.php
    Method @@ -5080,8 +5307,7 @@ __construct
    -
    Principal::__construct() in Principal.php
    -
    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.
    +
    iSchedule::__construct() in iSchedule.php
    Method @@ -5103,6 +5329,14 @@ Method __construct
    +
    +
    DAVResource::__construct() in DAVResource.php
    +
    Constructor
    +
    +
    + Method + __construct +
    CalDAVRequest::__construct() in CalDAVRequest.php
    Create a new CalDAVRequest object.
    @@ -5133,16 +5367,7 @@ __construct
    -
    squidPamDrivers::__construct() in drivers_squid_pam.php
    -
    The constructor
    -
    -
    - Method - __construct -
    -
    -
    DAVResource::__construct() in DAVResource.php
    -
    Constructor
    +
    FakeSession::__construct() in iSchedule-POST.php
    Method @@ -5156,6 +5381,22 @@ Method __construct
    +
    +
    squidPamDrivers::__construct() in drivers_squid_pam.php
    +
    The constructor
    +
    +
    + Method + __construct +
    +
    +
    pwauthPamDrivers::__construct() in drivers_pwauth_pam.php
    +
    The constructor
    +
    +
    + Method + __construct +
    imapPamDrivers::__construct() in drivers_rimap.php
    The constructor
    @@ -5168,14 +5409,6 @@
    ldapDrivers::__construct() in drivers_ldap.php
    Initializes the LDAP connection
    -
    - Method - __construct -
    -
    -
    pwauthPamDrivers::__construct() in drivers_pwauth_pam.php
    -
    The constructor
    -
    Method __get @@ -5232,6 +5465,7 @@ n o p + q r s t diff --git a/docs/api/elementindex_awl.html b/docs/api/elementindex_awl.html index ebc115f6..bab4c5ca 100644 --- a/docs/api/elementindex_awl.html +++ b/docs/api/elementindex_awl.html @@ -1,3 +1,5 @@ + +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 @@ -16,6 +18,8 @@ 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 @@ -1315,5 +1319,7 @@ 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 index ae91a0d0..11d1a06c 100644 --- a/docs/api/elementindex_davical.html +++ b/docs/api/elementindex_davical.html @@ -1,3 +1,5 @@ + +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 @@ -16,6 +18,8 @@ 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 @@ -31,6 +35,7 @@ n o p + q r s t @@ -110,6 +115,13 @@ Method __construct +
    +
    FakeSession::__construct() in iSchedule-POST.php
    +
    +
    + Method + __construct +
    squidPamDrivers::__construct() in drivers_squid_pam.php
    The constructor
    @@ -337,6 +349,14 @@
    auth-functions.php in auth-functions.php
    +
    + Function + add_failure +
    +
    +
    add_failure() in caldav-PROPPATCH.php
    +
    Small utility function to add propstat for one failure
    +
    Method AssignSessionDetails @@ -371,6 +391,13 @@
    Method + AllowedTo +
    +
    +
    FakeSession::AllowedTo() in iSchedule-POST.php
    +
    +
    + Method addressbook_home_set
    @@ -532,6 +559,13 @@
    Method + BuildDeadPropertyXML +
    +
    + +
    +
    + Method BuildPrivileges
    @@ -577,6 +611,20 @@
    caldav_get_feed() in feed.php
    +
    + Function + catch_setup_errors +
    +
    + +
    +
    + Function + checkiSchedule +
    +
    +
    checkiSchedule() in iSchedule.php
    +
    Class CheckResult @@ -607,6 +655,13 @@
    Function + check_database_connection +
    +
    + +
    +
    + Function check_datetime
    @@ -915,6 +970,13 @@
    Page + caldav-GET-functions.php +
    +
    +
    caldav-GET-functions.php in caldav-GET-functions.php
    +
    +
    + Page caldav-GET.php
    @@ -1134,6 +1196,14 @@
    Method + CheckEtagMatch +
    +
    +
    CalDAVRequest::CheckEtagMatch() in CalDAVRequest.php
    +
    Check that the incoming Etag matches the one for the existing (or non-existing) resource.
    +
    +
    + Method CoerceContentType
    @@ -1252,6 +1322,7 @@
    SqlToArray::doNormalLine() in SqlToArray.php
    +
    Add this line onto the current statement, detecting the end of the statement.
    Function @@ -1654,6 +1725,13 @@
    external-browse.php in external-browse.php
    +
    + Function + export_iCalendar +
    +
    +
    export_iCalendar() in caldav-GET-functions.php
    +
    Page external-fetch.php @@ -1788,6 +1866,13 @@
    HTTPAuthSession::$fullname in HTTPAuthSession.php
    User full name
    +
    + Class + FakeSession +
    +
    +
    FakeSession in iSchedule-POST.php
    +
    Variable $fullname @@ -1923,6 +2008,13 @@
    +
    + Function + generateKeys +
    +
    +
    generateKeys() in iSchedule.php
    +
    Method getClass @@ -1939,6 +2031,13 @@
    Method + getInstance +
    +
    +
    VTimezone::getInstance() in vtimezone.php
    +
    +
    + Method getOK
    @@ -1950,6 +2049,7 @@
    SqlToArray::getStatements() in SqlToArray.php
    +
    Accessor for the array of parsed statements.
    Function @@ -2293,6 +2393,14 @@
    handle_schedule_request() in caldav-PUT-functions.php
    Deliver scheduling requests to attendees
    +
    + Method + HavePrivilegeTo +
    +
    +
    DAViCalSession::HavePrivilegeTo() in DAViCalSession.php
    +
    Does the user have the privileges to do what is requested.
    +
    Method HTTPAuthSession @@ -2330,7 +2438,7 @@
    -
    Is the user has the privileges to do what is requested.
    +
    Does the user have the privileges to do what is requested.
    @@ -2347,6 +2455,13 @@
    index.php in index.php
    +
    + Page + iSchedule.php +
    +
    +
    iSchedule.php in iSchedule.php
    +
    Function i18n @@ -2430,6 +2545,34 @@
    iSchedule in iSchedule.php
    A class for handling iScheduling requests.
    +
    + Page + iSchedule-POST.php +
    +
    +
    iSchedule-POST.php in iSchedule-POST.php
    +
    +
    + Function + ischedule_cancel +
    +
    +
    ischedule_cancel() in iSchedule-POST.php
    +
    +
    + Function + ischedule_freebusy_request +
    +
    +
    ischedule_freebusy_request() in iSchedule-POST.php
    +
    +
    + Function + ischedule_request +
    +
    +
    ischedule_request() in iSchedule-POST.php
    +
    Method imapPamDrivers @@ -2657,6 +2800,13 @@
    +
    + Function + log_setup_error +
    +
    +
    log_setup_error() in setup.php
    +
    Function logRequestHeaders @@ -2740,6 +2890,13 @@
    Method + msCdoToOlson +
    +
    +
    VTimezone::msCdoToOlson() in vtimezone.php
    +
    +
    + Method MatchesPath
    @@ -2826,7 +2983,7 @@ obfuscated_event
    -
    obfuscated_event() in caldav-GET.php
    +
    obfuscated_event() in caldav-GET-functions.php
    Variable @@ -2975,6 +3132,13 @@
    public_events_only() in caldav-PUT-functions.php
    Check if this collection should force all events to be PUBLIC.
    +
    + Variable + $principal_id +
    +
    +
    DAViCalSession::$principal_id in DAViCalSession.php
    +
    Method privileges @@ -3160,6 +3324,14 @@
    Method + PreferMinimal +
    +
    +
    CalDAVRequest::PreferMinimal() in CalDAVRequest.php
    +
    Returns true if the 'Prefer: return-minimal' or 'Brief: t' were present in the request headers.
    +
    +
    + Method Privileges
    @@ -3198,6 +3370,22 @@
    Return the privileges bits for the current session user to this resource
    + +
    +
    q
    + +
    +
    +
    +
    + Method + queryCapabilities +
    +
    + +
    query capabilities retrieved from server
    +
    +
    r
    @@ -3228,6 +3416,14 @@
    Method + removeComment +
    +
    +
    SqlToArray::removeComment() in SqlToArray.php
    +
    Return the empty string if this line is an SQL comment
    +
    +
    + Method Render
    @@ -3385,27 +3581,6 @@
    -
    - Variable - $state -
    -
    -
    SqlToArray::$state in SqlToArray.php
    -
    -
    - Variable - $statement -
    -
    -
    SqlToArray::$statement in SqlToArray.php
    -
    -
    - Variable - $statements -
    -
    -
    SqlToArray::$statements in SqlToArray.php
    -
    Page setup.php @@ -3481,14 +3656,14 @@ setDescription
    - +
    Method setDescription
    - +
    Method @@ -3503,14 +3678,14 @@ setId
    -
    AtomEntry::setId() in AtomFeed.php
    +
    AtomFeed::setId() in AtomFeed.php
    Method setId
    -
    AtomFeed::setId() in AtomFeed.php
    +
    AtomEntry::setId() in AtomFeed.php
    Method @@ -3569,6 +3744,21 @@
    SqlToArray in SqlToArray.php
    +
    SqlToArray class for parsing a file of somewhat structured SQL statements into an array
    +
    +
    + Function + SRVFormat +
    +
    +
    SRVFormat() in iSchedule.php
    +
    +
    + Function + SRVOk +
    +
    +
    SRVOk() in iSchedule.php
    Page @@ -3611,6 +3801,22 @@
    Method + sendRequest +
    +
    +
    iSchedule::sendRequest() in iSchedule.php
    +
    send request to remote server
    +
    +
    + Method + setTxt +
    +
    +
    iSchedule::setTxt() in iSchedule.php
    +
    strictly for testing purposes
    +
    +
    + Method signDKIM
    @@ -3688,6 +3894,14 @@
    Sets the dav_name of the resource we are bound as
    +
    + Method + sync_token +
    +
    +
    DAVResource::sync_token() in DAVResource.php
    +
    Returns the current sync_token for this collection, or the containing collection
    +
    @@ -3793,6 +4007,13 @@
    Function + UpdateCollectionTimezones +
    +
    +
    UpdateCollectionTimezones() in auth-functions.php
    +
    +
    + Function UpdateUserFromExternal
    @@ -3958,6 +4179,13 @@
    vcard.php in vcard.php
    +
    + Page + vtimezone.php +
    +
    +
    vtimezone.php in vtimezone.php
    +
    Class VCard @@ -3965,6 +4193,13 @@
    VCard in vcard.php
    +
    + Class + VTimezone +
    +
    +
    VTimezone in vtimezone.php
    +
    Method validateKey @@ -4159,6 +4394,7 @@ n o p + q r s t @@ -4167,5 +4403,7 @@ w x _ -
    +
    +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/errors.html b/docs/api/errors.html index 2d16c9d3..c3b588ed 100644 --- a/docs/api/errors.html +++ b/docs/api/errors.html @@ -1,3 +1,5 @@ + +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 @@ -18,6 +20,7 @@ caldav-client-v2.php
    caldav-DELETE.php
    caldav-DELTICKET.php
    +caldav-GET-functions.php
    caldav-GET.php
    caldav-LOCK.php
    caldav-MKCOL.php
    @@ -63,6 +66,7 @@ help.php
    index.php
    interactive-page.php
    +iSchedule-POST.php
    iSchedule.php
    list.php
    log_caldav_action.php
    @@ -86,12 +90,16 @@ tz.php
    upgrade.php
    vcard.php
    +vtimezone.php
    well-known.php
    WritableCollection.php

    Post-parsing

    Warnings:


    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 - @@ -101,22 +109,23 @@ Use an @ignore tag on the original if you want this case to be documented.
    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 function element "privilege_format_function" in file /home/karora/projects/davical/inc/ui/principal-edit.php will be ignored. +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 "imapPamDrivers" in file /home/karora/projects/davical/inc/drivers_imap_pam.php will be ignored. +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 - @todo on an include element is ignored (line 110, file /home/karora/projects/davical/htdocs/caldav.php)
    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 - Class DAViCalSession parent Session 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 - @todo on an include element is ignored (line 110, file /home/karora/projects/davical/htdocs/caldav.php)
    +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:


    @@ -124,9 +133,9 @@ Use an @ignore tag on the original if you want this case to be documented.

    always.php

    Warnings:


    -Warning on line 29 - Page-level DocBlock precedes "function early_exception_handler", use another DocBlock to document the source element
    +Warning on line 41 - Page-level DocBlock precedes "function early_exception_handler", use another DocBlock to document the source element

    Errors:


    -Error on line 29 - DocBlock has multiple @package tags, illegal. ignoring additional tag "@package davical"
    +Error on line 41 - DocBlock has multiple @package tags, illegal. ignoring additional tag "@package davical"

    AtomFeed.php

    Warnings:


    @@ -139,8 +148,8 @@ Use an @ignore tag on the original if you want this case to be documented.

    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 - DocBlock has multiple @package tags, illegal. ignoring additional tag "@package davical"
    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:


    @@ -156,8 +165,8 @@ Use an @ignore tag on the original if you want this case to be documented.

    caldav-client-v2.php

    Warnings:


    -Warning on line 12 - package davical is already in category Technical, will now replace with category Documentation
    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"
    @@ -166,16 +175,23 @@ Use an @ignore tag on the original if you want this case to be documented.

    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 - "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"
    +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_once "iCalendar.php"", use another DocBlock to document the source element
    +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:


    @@ -185,16 +201,16 @@ Use an @ignore tag on the original if you want this case to be documented.

    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 caldav"
    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 - DocBlock has multiple @package tags, illegal. ignoring additional tag "@package davical"
    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:


    @@ -204,15 +220,15 @@ Use an @ignore tag on the original if you want this case to be documented.

    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 - DocBlock has multiple @package tags, illegal. ignoring additional tag "@package davical"
    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 - 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"
    +Error on line 12 - DocBlock has multiple @package tags, illegal. ignoring additional tag "@package davical"

    caldav-PROPFIND.php

    Warnings:


    @@ -239,15 +255,15 @@ Use an @ignore tag on the original if you want this case to be documented.

    caldav-REPORT-calquery.php

    Warnings:


    -Warning on line 365 - File "/home/karora/projects/davical/inc/caldav-REPORT-calquery.php" has no page-level DocBlock, use @package in the first DocBlock to create one
    +Warning on line 376 - 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 233 - File "/home/karora/projects/davical/inc/caldav-REPORT-cardquery.php" has no page-level DocBlock, use @package in the first DocBlock to create one
    +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 100 - 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
    +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:


    @@ -255,8 +271,8 @@ Use an @ignore tag on the original if you want this case to be documented.

    caldav-REPORT-multiget.php

    Warnings:


    -Warning on line 106 - Unknown tag "@todo:" used
    -Warning on line 124 - File "/home/karora/projects/davical/inc/caldav-REPORT-multiget.php" has no page-level DocBlock, use @package in the first DocBlock to create one
    +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:


    @@ -270,8 +286,8 @@ Use an @ignore tag on the original if you want this case to be documented.

    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 - 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"
    +Error on line 12 - DocBlock has multiple @package tags, illegal. ignoring additional tag "@package davical"

    caldav.php

    Warnings:


    @@ -290,7 +306,7 @@ Use an @ignore tag on the original if you want this case to be documented.

    collection-edit.php

    Warnings:


    -Warning on line 547 - File "/home/karora/projects/davical/inc/ui/collection-edit.php" has no page-level DocBlock, use @package in the first DocBlock to create one
    +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:


    @@ -304,16 +320,16 @@ Use an @ignore tag on the original if you want this case to be documented.

    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 - 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"
    +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 - "include" require_once's DocBlock has @subpackage tags, illegal. ignoring tag "@subpackage Resource"
    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:


    @@ -328,20 +344,20 @@ Use an @ignore tag on the original if you want this case to be documented.

    drivers_imap_pam.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
    +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 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"
    +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 - "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"
    +Error on line 13 - "include" require_once's DocBlock has @subpackage tags, illegal. ignoring tag "@subpackage ldap"

    drivers_pwauth_pam.php

    Warnings:


    @@ -353,12 +369,12 @@ Use an @ignore tag on the original if you want this case to be documented.

    drivers_rimap.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 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 - 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"
    +Error on line 13 - DocBlock has multiple @package tags, illegal. ignoring additional tag "@package davical"

    drivers_squid_pam.php

    Warnings:


    @@ -372,8 +388,8 @@ Use an @ignore tag on the original if you want this case to be documented.

    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"
    +Error on line 11 - "include" require_once's DocBlock has @subpackage tags, illegal. ignoring tag "@subpackage tzservice"

    external-browse.php

    Warnings:


    @@ -383,8 +399,8 @@ Use an @ignore tag on the original if you want this case to be documented.

    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 - "function" create_external's DocBlock has @subpackage tags, illegal. ignoring tag "@subpackage external-bind"
    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:


    @@ -403,8 +419,8 @@ Use an @ignore tag on the original if you want this case to be documented.

    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"
    +Error on line 11 - DocBlock has multiple @package tags, illegal. ignoring additional tag "@package davical"

    help.php

    Warnings:


    @@ -416,11 +432,20 @@ Use an @ignore tag on the original if you want this case to be documented.

    interactive-page.php

    Warnings:


    -Warning on line 46 - File "/home/karora/projects/davical/inc/interactive-page.php" has no page-level DocBlock, use @package in the first DocBlock to create one
    +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"
    @@ -458,7 +483,7 @@ Use an @ignore tag on the original if you want this case to be documented.

    principal-edit.php

    Warnings:


    -Warning on line 974 - File "/home/karora/projects/davical/inc/ui/principal-edit.php" has no page-level DocBlock, use @package in the first DocBlock to create one
    +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:


    @@ -485,7 +510,7 @@ Use an @ignore tag on the original if you want this case to be documented.
    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 1448 - Unknown tag "@todo:" used
    +Warning on line 1451 - Unknown tag "@todo:" used

    schedule-functions.php

    Warnings:


    @@ -496,13 +521,14 @@ Use an @ignore tag on the original if you want this case to be documented.

    setup.php

    Warnings:


    -Warning on line 7 - no @package tag was used in a DocBlock for class CheckResult
    -Warning on line 404 - File "/home/karora/projects/davical/htdocs/setup.php" has no page-level DocBlock, use @package in the first DocBlock to create one
    +Warning on line 49 - no @package tag was used in a DocBlock for class CheckResult
    +Warning on line 202 - no @package tag was used in a DocBlock for class FakeSession
    +Warning on line 478 - 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 2 - no @package tag was used in a DocBlock for class SqlToArray
    -Warning on line 47 - File "/home/karora/projects/davical/htdocs/SqlToArray.php" has no page-level DocBlock, use @package in the first DocBlock to create one
    +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:


    @@ -541,17 +567,22 @@ Use an @ignore tag on the original if you want this case to be documented.

    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 107 - File "/home/karora/projects/davical/inc/well-known.php" has no page-level DocBlock, use @package in the first DocBlock to create one
    +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 Fri, 13 Jan 2012 23:44:57 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:28:01 +0000 by phpDocumentor 1.4.3

    \ No newline at end of file diff --git a/docs/api/index.html b/docs/api/index.html index 6c88cba0..0096e7bd 100644 --- a/docs/api/index.html +++ b/docs/api/index.html @@ -4,7 +4,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd"> - + DAViCal diff --git a/docs/api/li_davical.html b/docs/api/li_davical.html index 1dc890d3..f8006671 100644 --- a/docs/api/li_davical.html +++ b/docs/api/li_davical.html @@ -1,3 +1,5 @@ + +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 @@ -30,6 +32,7 @@
    ClassRRuleTest
    ClassSqlToArray
    ClassVCard
    +
    ClassVTimezone
     Functions
    Functionaccess_ticket_browser
    Functionapply_filter
    @@ -41,9 +44,12 @@
    Functionbuild_privileges_html
    Functionbuild_site_statistics
    Functioncaldav_get_feed
    +
    Functioncatch_setup_errors
    +
    FunctioncheckiSchedule
    Functioncheck_awl_version
    Functioncheck_calendar
    Functioncheck_curl
    +
    Functioncheck_database_connection
    Functioncheck_datetime
    Functioncheck_davical_version
    Functioncheck_for_expansion
    @@ -74,6 +80,7 @@
    Functionedit_ticket_row
    FunctionerrorResponse
    Functionexpand_properties
    +
    FunctiongenerateKeys
    FunctiongetStatusMessage
    Functionget_address_properties
    Functionget_freebusy
    @@ -88,6 +95,7 @@
    Functioni18n
    Functionischedule_get
    FunctionISODateToHTTPDate
    +
    Functionlog_setup_error
    Functionmake_help_link
    Functionprincipal_collection_browser
    Functionprincipal_editor
    @@ -99,6 +107,8 @@
    Functionsend_page_header
    FunctionSqlFilterCardDAV
    FunctionSqlFilterFragment
    +
    FunctionSRVFormat
    +
    FunctionSRVOk
    Functionticket_row_editor
    FunctionunicodeToUtf8
    Functionutf8ToUnicode
    @@ -127,6 +137,7 @@
    Filehelp.php
    Fileindex.php
    Fileinteractive-page.php
    +
    FileiSchedule.php
    Filenewfile.php
    Fileother_translated_strings.php
    Filepage-footer.php
    @@ -141,6 +152,7 @@
    Filetest.php
    Fileupgrade.php
    Filevcard.php
    +
    Filevtimezone.php
    Filewell-known.php
    FileWritableCollection.php
    @@ -160,6 +172,7 @@
    FunctiongetUserByEMail
    FunctiongetUserByID
    FunctiongetUserByName
    +
    FunctionUpdateCollectionTimezones
    FunctionUpdateUserFromExternal
     Files
    Fileauth-functions.php
    @@ -173,6 +186,7 @@
     Functions
    +
    Functionadd_failure
    Functioncomponent_to_xml
    FunctioncontrolRequestContainer
    Functiondelete_collection
    @@ -183,6 +197,7 @@
    Functiondo_scheduling_for_delete
    Functiondo_scheduling_reply
    Functiondo_scheduling_requests
    +
    Functionexport_iCalendar
    FunctionGetItip
    FunctionGetTZID
    Functionhandle_cancel_request
    @@ -193,7 +208,7 @@
    Functionimport_calendar_collection
    Functionimport_collection
    FunctionlogRequestHeaders
    -
    Functionobfuscated_event
    +
    Functionobfuscated_event
    FunctionprocessItipCancel
    Functionprocess_ace
    Functionproperty_response
    @@ -210,6 +225,7 @@
    Filecaldav-BIND.php
    Filecaldav-DELETE.php
    Filecaldav-DELTICKET.php
    +
    Filecaldav-GET-functions.php
    Filecaldav-GET.php
    Filecaldav-MKCOL.php
    Filecaldav-MKTICKET.php
    @@ -304,6 +320,23 @@ +
    Sub-packageiSchedule-POST
    +
    +
    +
     Classes
    +
    ClassFakeSession
    +
     Functions
    +
    Functionischedule_cancel
    +
    Functionischedule_freebusy_request
    +
    Functionischedule_request
    +
     Files
    +
    FileiSchedule-POST.php
    +
    +
    + + + +
    Sub-packageldap
    diff --git a/docs/api/packages.html b/docs/api/packages.html index 2706823b..ce50b9be 100644 --- a/docs/api/packages.html +++ b/docs/api/packages.html @@ -1,3 +1,7 @@ + +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 diff --git a/docs/api/todolist.html b/docs/api/todolist.html index 5762e258..e249cac6 100644 --- a/docs/api/todolist.html +++ b/docs/api/todolist.html @@ -1,3 +1,5 @@ + +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 @@ -28,7 +30,7 @@
  • Improve this to calculate the days difference and then the clock time diff and work from there.
  • - Documentation generated on Fri, 13 Jan 2012 23:44:57 +1300 by phpDocumentor 1.4.3 + Documentation generated on Sun, 17 Jun 2012 10:28:01 +0000 by phpDocumentor 1.4.3

    \ No newline at end of file diff --git a/testing/tests/timezone/5000-capabilities.result b/testing/tests/timezone/5000-capabilities.result index 33cf95a7..55a1369b 100644 --- a/testing/tests/timezone/5000-capabilities.result +++ b/testing/tests/timezone/5000-capabilities.result @@ -6,7 +6,7 @@ Content-Type: application/xml; charset="utf-8" - Olson releases/tzdata2012b + Olson releases/tzdata2012c mailto:admin@davical.example.com