diff --git a/ChangeLog b/ChangeLog index 91539912..d9e00b49 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,93 @@ +2012-01-04 Andrew McMillan + * Release 1.0 + +2011-12-14 Andrew McMillan + * Handle bound resources correctly in sync-collection report. + * Catch missing-xml in request separately from invalid-xml. + +2011-12-07 Andrew McMillan + * Add the "CardDAV" word into DAViCal's description. + * Improve expand performance by only doing expansion if we know we need it. + +2011-12-03 Andrew McMillan + * Use supplied content_type even on zero-length requests. + +2011-12-03 Rob Ostensen + * When creating an external bind don't consider local host as external + +2011-11-30 Andrew McMillan + * Strip URL-unfriendly characters from UID before using it as URL segment. + +2011-11-29 Andrew McMillan + * Slightly more helpful 403 response. + +2011-11-27 Andrew McMillan + * Fix logic error in hide_TODO setting. + * Make hide_alarm work on bound resources. + +2011-11-26 Andrew McMillan + * Correct bug in sync-collection report response. + * Fix BIT24 casting for the LDAP driver. + +2011-11-25 Andrew McMillan + * Remove password from LDAP log messages. + +2011-11-22 Andrew McMillan + * Fix for MOVE into a bound location. + +2011-11-21 Andrew McMillan + * Tooltips for schedule-deliver and schedule-send. + * Current localisations from Transifex. + * The tooltips for schedule-send and schedule-deliver should be different! + * Correctly calculate the next alarm time. + * Update e-mail address to current one, mention wiki. + +2011-11-09 Andrew McMillan + * Make sync-collection handle new format for sync token. + * Don't allow a / in the UID to infect the path on import. + +2011-11-09 Rob Ostensen + * Fix propfind depth:1 on bind to external url + +2011-11-02 Andrew McMillan + * Handle DELETE scheduling actions. + * Force output buffers to be flushed, if they're turned on. + * Correct handling of empty CardDAV:address-data element in request. + +2011-11-01 Andrew McMillan + * Update refresh-alarms script to newer style initialisation. + * Fix handling of active flag for general external authentication mechanisms. + * Update website to reflect new default calendar name. + +2011-10-31 Andrew McMillan + * Rationalise confidential event rewriting. + +2011-10-30 Andrew McMillan + * Add the $c->hide_alarms functionality into DAVResource class. + +2011-10-28 Andrew McMillan + * Allow LDAP sync to work if the date is reasonable and no 'format_updated' is set. + * We don't need to test for the PostgreSQL non-PDO drivers now. + * Switch out deprecated LDAP mappings before we use them anywhere. + * Fix LDAP user creation where memcached support is off. + +2011-10-27 Andrew McMillan + * Add test for PHP filter module and wiki links for each test. + +2011-10-25 Andrew McMillan + * Updates to Brazilian Portuguese, German and Dutch translations. + * We need $c to be global here. + * A couple more places restricting numeric usernames. + +2011-10-25 Rob Ostensen + * External bind changes, added a clean up button, urls now show for + external collections and added a few strings for translation + +2011-10-24 Andrew McMillan + * Release 0.9.9.7 + * More fixes to CalDAV Scheduling + - Handle REPLY from ATTENDEE accepting/declining meeting. + - Handle processing on ORGANIZER further changing meeting. 2011-10-24 Andrew McMillan * Release 0.9.9.7 * More work on CalDAV Scheduling diff --git a/VERSION b/VERSION index f8182616..3eefcb9d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.9.9.7 +1.0.0 diff --git a/debian/changelog b/debian/changelog index 58039b65..ebe90663 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +davical (1.0.0-1) unstable; urgency=low + + * New upstream release (closes:#643809, #618957). + + -- Andrew McMillan Wed, 04 Jan 2012 16:41:50 +1300 + davical (0.9.9.7-1) unstable; urgency=low * New upstream release. diff --git a/debian/control b/debian/control index e006bb43..4e91505e 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: davical Section: web Priority: extra Maintainer: Andrew McMillan -Standards-Version: 3.9.1 +Standards-Version: 3.9.2 Build-Depends: debhelper (>= 7), libawl-php, gettext Vcs-git: git://repo.or.cz/davical.git Vcs-browser: http://repo.or.cz/w/davical.git @@ -10,7 +10,7 @@ Homepage: http://davical.org/ Package: davical Architecture: all -Depends: ${misc:Depends}, debconf (>= 1.0.32), php5-pgsql, postgresql-client (>= 8.1), libawl-php (>= 0.49-1~), libawl-php (<< 0.50), libdbd-pg-perl, libyaml-perl +Depends: ${misc:Depends}, debconf (>= 1.0.32), php5-pgsql, postgresql-client (>= 8.1), libawl-php (>= 0.50-1~), libawl-php (<< 0.51), libdbd-pg-perl, libyaml-perl Recommends: postgresql (>= 8.3) Description: The DAViCal CalDAV & CardDAV Server The DAViCal CalDAV Server is designed to store CalDAV calendars and diff --git a/docs/api/awl/caldav/CalDAVClient.html b/docs/api/awl/caldav/CalDAVClient.html index d358fa34..f3f57d8c 100644 --- a/docs/api/awl/caldav/CalDAVClient.html +++ b/docs/api/awl/caldav/CalDAVClient.html @@ -1270,7 +1270,7 @@

- Documentation generated on Mon, 24 Oct 2011 20:09:25 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:16 +1300 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 f217007d..fec0f960 100644 --- a/docs/api/awl/caldav/CalendarInfo.html +++ b/docs/api/awl/caldav/CalendarInfo.html @@ -251,7 +251,7 @@

- Documentation generated on Mon, 24 Oct 2011 20:09:25 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:16 +1300 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 61d1916a..26133eb7 100644 --- a/docs/api/awl/caldav/RRule.html +++ b/docs/api/awl/caldav/RRule.html @@ -170,7 +170,7 @@

- Documentation generated on Mon, 24 Oct 2011 20:09:30 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:21 +1300 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 82c91365..e4deee1f 100644 --- a/docs/api/awl/caldav/RepeatRule.html +++ b/docs/api/awl/caldav/RepeatRule.html @@ -472,7 +472,7 @@

- Documentation generated on Mon, 24 Oct 2011 20:09:29 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:20 +1300 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 c3971a8f..669db546 100644 --- a/docs/api/awl/caldav/RepeatRuleDateRange.html +++ b/docs/api/awl/caldav/RepeatRuleDateRange.html @@ -261,7 +261,7 @@

- Documentation generated on Mon, 24 Oct 2011 20:09:29 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:20 +1300 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 e5a68c1d..7d6c2974 100644 --- a/docs/api/awl/caldav/RepeatRuleDateTime.html +++ b/docs/api/awl/caldav/RepeatRuleDateTime.html @@ -1043,7 +1043,7 @@

- Documentation generated on Mon, 24 Oct 2011 20:09:29 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:20 +1300 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 6ea109ea..0ded1b09 100644 --- a/docs/api/awl/caldav/RepeatRuleTimeZone.html +++ b/docs/api/awl/caldav/RepeatRuleTimeZone.html @@ -238,7 +238,7 @@

- Documentation generated on Mon, 24 Oct 2011 20:09:29 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:20 +1300 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 fdbe2132..18c2349b 100644 --- a/docs/api/awl/caldav/Rfc5545Duration.html +++ b/docs/api/awl/caldav/Rfc5545Duration.html @@ -234,7 +234,7 @@

- Documentation generated on Mon, 24 Oct 2011 20:09:29 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:21 +1300 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 25c8fcd1..179e3895 100644 --- a/docs/api/awl/caldav/_inc---RRule-v2.php.html +++ b/docs/api/awl/caldav/_inc---RRule-v2.php.html @@ -393,7 +393,7 @@

- Documentation generated on Mon, 24 Oct 2011 20:09:29 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:20 +1300 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 2cc9b6b6..31b68bdf 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 Mon, 24 Oct 2011 20:09:29 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:21 +1300 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 dffe1f4e..1d4404d8 100644 --- a/docs/api/awl/caldav/_inc---caldav-client-v2.php.html +++ b/docs/api/awl/caldav/_inc---caldav-client-v2.php.html @@ -108,7 +108,7 @@

- Documentation generated on Mon, 24 Oct 2011 20:09:25 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:16 +1300 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 08178e4a..e607bbc3 100644 --- a/docs/api/awl/caldav/_inc---caldav-client.php.html +++ b/docs/api/awl/caldav/_inc---caldav-client.php.html @@ -63,7 +63,7 @@

- Documentation generated on Mon, 24 Oct 2011 20:09:25 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:16 +1300 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 710b1d50..95cb8f1f 100644 --- a/docs/api/awl/caldav/iCalDate.html +++ b/docs/api/awl/caldav/iCalDate.html @@ -943,7 +943,7 @@

- Documentation generated on Mon, 24 Oct 2011 20:09:29 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:21 +1300 by phpDocumentor 1.4.3

\ No newline at end of file diff --git a/docs/api/classtrees_awl.html b/docs/api/classtrees_awl.html index aef9ff64..6b668aac 100644 --- a/docs/api/classtrees_awl.html +++ b/docs/api/classtrees_awl.html @@ -54,7 +54,7 @@
  • RepeatRuleTimeZone
  • - Documentation generated on Mon, 24 Oct 2011 20:09:24 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:15 +1300 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 e7779814..729779bd 100644 --- a/docs/api/classtrees_davical.html +++ b/docs/api/classtrees_davical.html @@ -106,7 +106,7 @@
  • AtomFeed
  • - Documentation generated on Mon, 24 Oct 2011 20:09:24 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:15 +1300 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 6af40383..213e5f61 100644 --- a/docs/api/davical/AtomEntry.html +++ b/docs/api/davical/AtomEntry.html @@ -550,7 +550,7 @@

    - Documentation generated on Mon, 24 Oct 2011 20:09:25 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:15 +1300 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 37e6fa7f..c203319e 100644 --- a/docs/api/davical/AtomFeed.html +++ b/docs/api/davical/AtomFeed.html @@ -519,7 +519,7 @@

    - Documentation generated on Mon, 24 Oct 2011 20:09:25 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:16 +1300 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 957acca1..ce41d6d0 100644 --- a/docs/api/davical/AtomXHTMLContent.html +++ b/docs/api/davical/AtomXHTMLContent.html @@ -142,7 +142,7 @@

    - Documentation generated on Mon, 24 Oct 2011 20:09:25 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:16 +1300 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 14d66ba6..043cdee8 100644 --- a/docs/api/davical/CheckResult.html +++ b/docs/api/davical/CheckResult.html @@ -98,7 +98,7 @@
    -
    +
    @@ -130,7 +130,7 @@
    -
    +
    @@ -154,7 +154,7 @@
    -
    +
    @@ -178,7 +178,7 @@
    -
    +
    @@ -202,7 +202,7 @@
    -
    +
    @@ -231,7 +231,7 @@
    -
    +
    @@ -265,7 +265,7 @@

    - Documentation generated on Mon, 24 Oct 2011 20:09:30 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:21 +1300 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 792ea230..7974b761 100644 --- a/docs/api/davical/DAVTicket/DAVTicket.html +++ b/docs/api/davical/DAVTicket/DAVTicket.html @@ -246,7 +246,7 @@

    - Documentation generated on Mon, 24 Oct 2011 20:09:27 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:18 +1300 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 48a74130..0da74ce7 100644 --- a/docs/api/davical/DAVTicket/_inc---DAVTicket.php.html +++ b/docs/api/davical/DAVTicket/_inc---DAVTicket.php.html @@ -97,7 +97,7 @@

    - Documentation generated on Mon, 24 Oct 2011 20:09:27 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:18 +1300 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 da3af906..a3989450 100644 --- a/docs/api/davical/DAViCalSession/DAViCalSession.html +++ b/docs/api/davical/DAViCalSession/DAViCalSession.html @@ -202,7 +202,7 @@

    - Documentation generated on Mon, 24 Oct 2011 20:09:27 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:18 +1300 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 180141ae..915ff58f 100644 --- a/docs/api/davical/DAViCalSession/Tools.html +++ b/docs/api/davical/DAViCalSession/Tools.html @@ -175,7 +175,7 @@

    - Documentation generated on Mon, 24 Oct 2011 20:09:30 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:21 +1300 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 90b45c65..5026062a 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 Mon, 24 Oct 2011 20:09:30 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:21 +1300 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 4024b954..91aae319 100644 --- a/docs/api/davical/DAViCalSession/_inc---DAViCalSession.php.html +++ b/docs/api/davical/DAViCalSession/_inc---DAViCalSession.php.html @@ -170,7 +170,7 @@

    - Documentation generated on Mon, 24 Oct 2011 20:09:27 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:18 +1300 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 c8c75d88..8320623c 100644 --- a/docs/api/davical/HTTPAuthSession/HTTPAuthSession.html +++ b/docs/api/davical/HTTPAuthSession/HTTPAuthSession.html @@ -296,7 +296,7 @@
    - AllowedTo (line 318) + AllowedTo (line 327)
    @@ -327,7 +327,7 @@
    - AssignSessionDetails (line 342) + AssignSessionDetails (line 351)
    @@ -406,7 +406,7 @@
    - CheckPassword (line 273) + CheckPassword (line 278)
    @@ -436,7 +436,7 @@
    - DigestAuthSession (line 178) + DigestAuthSession (line 183)
    @@ -459,7 +459,7 @@
    - GetRoles (line 326) + GetRoles (line 335)
    @@ -481,7 +481,7 @@
    - ParseDigestHeader (line 240) + ParseDigestHeader (line 245)
    @@ -510,7 +510,7 @@

    - Documentation generated on Mon, 24 Oct 2011 20:09:28 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:19 +1300 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 fe7918dc..1ae3ef47 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 Mon, 24 Oct 2011 20:09:28 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:19 +1300 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 8f69a5f6..af30fbfe 100644 --- a/docs/api/davical/Principal/DAVPrincipal.html +++ b/docs/api/davical/Principal/DAVPrincipal.html @@ -27,7 +27,7 @@

    A class for things to do with a DAV Principal

    - Located in /inc/DAVPrincipal.php (line 18) + Located in /inc/DAVPrincipal.php (line 19)

    @@ -213,7 +213,7 @@ RFC3744: $_is_group - (line 41) + (line 42)
    @@ -369,7 +369,7 @@
    - Constructor __construct (line 94) + Constructor __construct (line 95)
    @@ -405,7 +405,7 @@
    - addressbook_home_set (line 358) + addressbook_home_set (line 359)
    @@ -427,7 +427,7 @@
    - AsCollection (line 419) + AsCollection (line 420)
    @@ -449,7 +449,7 @@
    - calendar_free_busy_set (line 381) + calendar_free_busy_set (line 382)
    @@ -471,7 +471,7 @@
    - calendar_home_set (line 335) + calendar_home_set (line 336)
    @@ -493,7 +493,7 @@
    - FetchProxyGroups (line 193) + FetchProxyGroups (line 194)
    @@ -515,7 +515,7 @@
    - GetProperty (line 302) + GetProperty (line 303)
    @@ -545,7 +545,7 @@
    - GroupMemberSet (line 283) + GroupMemberSet (line 284)
    @@ -567,7 +567,7 @@
    - GroupMembership (line 274) + GroupMembership (line 275)
    @@ -589,7 +589,7 @@
    - InitialiseRecord (line 143) + InitialiseRecord (line 144)
    @@ -616,7 +616,7 @@
    - IsGroup (line 293) + IsGroup (line 294)
    @@ -641,7 +641,7 @@
    - PrincipalProperty (line 450) + PrincipalProperty (line 451)
    @@ -677,7 +677,7 @@
    - Privileges (line 403) + Privileges (line 404)
    @@ -699,7 +699,7 @@
    - PropertySearch (line 443) + PropertySearch (line 444)
    @@ -725,7 +725,7 @@
    - ProxyFor (line 264) + ProxyFor (line 265)
    @@ -752,7 +752,7 @@
    - ReadProxyGroup (line 245) + ReadProxyGroup (line 246)
    @@ -774,7 +774,7 @@
    - RenderAsXML (line 568) + RenderAsXML (line 569)
    @@ -813,7 +813,7 @@
    - unique_tag (line 323) + unique_tag (line 324)
    @@ -838,7 +838,7 @@
    - WriteProxyGroup (line 254) + WriteProxyGroup (line 255)
    @@ -911,7 +911,7 @@

    - Documentation generated on Mon, 24 Oct 2011 20:09:27 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:18 +1300 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 643aaa3a..537b41c9 100644 --- a/docs/api/davical/Principal/Principal.html +++ b/docs/api/davical/Principal/Principal.html @@ -1060,7 +1060,7 @@
    - static cacheDelete (line 588) + static cacheDelete (line 598)
    @@ -1092,7 +1092,7 @@
    - static cacheFlush (line 577) + static cacheFlush (line 587)
    @@ -1193,7 +1193,7 @@
    - byEmail (line 284) + byEmail (line 288)
    @@ -1217,7 +1217,7 @@
    - Create (line 566) + Create (line 576)
    @@ -1246,7 +1246,7 @@
    - dav_name (line 376) + dav_name (line 380)
    @@ -1271,7 +1271,7 @@
    - default_calendar (line 424) + default_calendar (line 428)
    @@ -1296,7 +1296,7 @@
    - email (line 367) + email (line 371)
    @@ -1321,7 +1321,7 @@
    - Exists (line 279) + Exists (line 283)
    @@ -1345,7 +1345,7 @@
    - FetchCollections (line 407) + FetchCollections (line 411)
    @@ -1371,7 +1371,7 @@
    - FetchDeadProperties (line 390) + FetchDeadProperties (line 394)
    @@ -1396,7 +1396,7 @@
    - internal_url (line 490) + internal_url (line 494)
    @@ -1425,7 +1425,7 @@
    - principal_id (line 358) + principal_id (line 362)
    @@ -1450,7 +1450,7 @@
    - setUsername (line 338) + setUsername (line 342)
    @@ -1480,7 +1480,7 @@
    - unCache (line 495) + unCache (line 499)
    @@ -1504,7 +1504,7 @@
    - Update (line 570) + Update (line 580)
    @@ -1533,7 +1533,7 @@
    - url (line 464) + url (line 468)
    @@ -1567,7 +1567,7 @@
    - username (line 329) + username (line 333)
    @@ -1592,7 +1592,7 @@
    - user_no (line 349) + user_no (line 353)
    @@ -1617,7 +1617,7 @@
    - __get (line 246) + __get (line 251)
    @@ -1647,7 +1647,7 @@
    - __isset (line 256) + __isset (line 261)
    @@ -1678,7 +1678,7 @@

    - Documentation generated on Mon, 24 Oct 2011 20:09:29 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:20 +1300 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 091111b8..fea1cb97 100644 --- a/docs/api/davical/Principal/_inc---DAVPrincipal.php.html +++ b/docs/api/davical/Principal/_inc---DAVPrincipal.php.html @@ -17,7 +17,8 @@ + | Includes +

    An object representing a DAV 'Principal'

    @@ -36,7 +37,8 @@ + | Includes +
    @@ -58,12 +60,44 @@ + +
    +
    Includes
    + +
    + +
    + +
    +  + + require_once + ('Principal.php') + (line 12) + +
    + + +

    An object representing a DAV 'Principal'

    + + +
    +
    +

    - Documentation generated on Mon, 24 Oct 2011 20:09:27 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:18 +1300 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 3ee97173..754c5221 100644 --- a/docs/api/davical/Principal/_inc---Principal.php.html +++ b/docs/api/davical/Principal/_inc---Principal.php.html @@ -97,7 +97,7 @@

    - Documentation generated on Mon, 24 Oct 2011 20:09:29 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:20 +1300 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 1eebd6c9..19a1b415 100644 --- a/docs/api/davical/PublicSession/PublicSession.html +++ b/docs/api/davical/PublicSession/PublicSession.html @@ -133,7 +133,7 @@

    - Documentation generated on Mon, 24 Oct 2011 20:09:29 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:20 +1300 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 051a479d..45aa2d86 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 Mon, 24 Oct 2011 20:09:29 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:20 +1300 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 61536435..524e3a5e 100644 --- a/docs/api/davical/RRuleTest.html +++ b/docs/api/davical/RRuleTest.html @@ -295,7 +295,7 @@

    - Documentation generated on Mon, 24 Oct 2011 20:09:30 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:21 +1300 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 ced370db..1115d910 100644 --- a/docs/api/davical/Request/CalDAVRequest.html +++ b/docs/api/davical/Request/CalDAVRequest.html @@ -690,7 +690,7 @@
    - AllowedTo (line 992) + AllowedTo (line 995)
    @@ -718,7 +718,7 @@
    - BuildSupportedPrivileges (line 954) + BuildSupportedPrivileges (line 957)
    @@ -748,7 +748,7 @@
    - CoerceContentType (line 846) + CoerceContentType (line 849)
    @@ -770,7 +770,7 @@
    - CollectionId (line 946) + CollectionId (line 949)
    @@ -792,7 +792,7 @@
    - dav_name (line 712) + dav_name (line 715)
    @@ -814,7 +814,7 @@
    - DepthRegexTail (line 730) + DepthRegexTail (line 733)
    @@ -836,7 +836,7 @@
    - DoResponse (line 1169) + DoResponse (line 1172)
    @@ -869,7 +869,7 @@
    - FailIfLocked (line 811) + FailIfLocked (line 814)
    @@ -894,7 +894,7 @@
    - GetDepthName (line 721) + GetDepthName (line 724)
    @@ -916,7 +916,7 @@
    - GetLockDetails (line 797) + GetLockDetails (line 800)
    @@ -943,7 +943,7 @@
    - GetLockRow (line 741) + GetLockRow (line 744)
    @@ -973,7 +973,7 @@
    - HavePrivilegeTo (line 1065) + HavePrivilegeTo (line 1068)
    @@ -1000,7 +1000,7 @@
    - IsAddressBook (line 907) + IsAddressBook (line 910)
    @@ -1022,7 +1022,7 @@
    - IsCalendar (line 898) + IsCalendar (line 901)
    @@ -1044,7 +1044,7 @@
    - IsCollection (line 887) + IsCollection (line 890)
    @@ -1066,7 +1066,7 @@
    - IsInfiniteDepth (line 938) + IsInfiniteDepth (line 941)
    @@ -1088,7 +1088,7 @@
    - IsLocked (line 633) + IsLocked (line 636)
    @@ -1113,7 +1113,7 @@
    - IsPrincipal (line 916) + IsPrincipal (line 919)
    @@ -1135,7 +1135,7 @@
    - IsProxyRequest (line 927) + IsProxyRequest (line 930)
    @@ -1157,7 +1157,7 @@
    - IsPublic (line 670) + IsPublic (line 673)
    @@ -1179,7 +1179,7 @@
    - MalformedRequest (line 1142) + MalformedRequest (line 1145)
    @@ -1206,7 +1206,7 @@
    - NeedPrivilege (line 1101) + NeedPrivilege (line 1104)
    @@ -1239,7 +1239,7 @@
    - PreconditionFailed (line 1126) + PreconditionFailed (line 1129)
    @@ -1275,7 +1275,7 @@
    - Privileges (line 1057) + Privileges (line 1060)
    @@ -1297,7 +1297,7 @@
    - setPermissions (line 565) + setPermissions (line 568)
    @@ -1327,7 +1327,7 @@
    - UnsupportedRequest (line 1078) + UnsupportedRequest (line 1081)
    @@ -1354,7 +1354,7 @@
    - ValidateLockToken (line 766) + ValidateLockToken (line 769)
    @@ -1381,7 +1381,7 @@
    - XMLResponse (line 1154) + XMLResponse (line 1157)
    @@ -1412,7 +1412,7 @@

    - Documentation generated on Mon, 24 Oct 2011 20:09:26 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:17 +1300 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 f6551c30..9bc2b667 100644 --- a/docs/api/davical/Request/_inc---CalDAVRequest.php.html +++ b/docs/api/davical/Request/_inc---CalDAVRequest.php.html @@ -168,7 +168,7 @@

    - Documentation generated on Mon, 24 Oct 2011 20:09:26 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:17 +1300 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 8feb0908..37539e41 100644 --- a/docs/api/davical/Resource/DAVResource.html +++ b/docs/api/davical/Resource/DAVResource.html @@ -28,7 +28,7 @@

    A class for things to do with a DAV Resource

    - Located in /inc/DAVResource.php (line 23) + Located in /inc/DAVResource.php (line 24)

    @@ -140,7 +140,7 @@
    -
    +
     DAVResource __construct @@ -345,6 +345,12 @@ ()
    +  + void + IsInSchedulingCollection + ([string $type = 'any']) +
    +
     void IsLocked @@ -363,6 +369,12 @@ ()
    +  + void + IsPublicOnly + () +
    +
     void IsSchedulingCollection @@ -460,14 +472,14 @@
    -
    +
    The $bound_from - (line 63) + (line 64)
    @@ -483,14 +495,14 @@
    -
    +
    The $contenttype - (line 58) + (line 59)
    @@ -506,14 +518,14 @@
    -
    +
    The $dav_name - (line 28) + (line 29)
    @@ -529,14 +541,14 @@
    -
    +
    Boolean: $exists - (line 33) + (line 34)
    @@ -552,14 +564,14 @@
    -
    +
    The $parent - (line 48) + (line 49)
    @@ -575,14 +587,14 @@
    -
    +
    The $resource - (line 43) + (line 44)
    @@ -598,14 +610,14 @@
    -
    +
    The $resourcetypes - (line 53) + (line 54)
    @@ -621,14 +633,14 @@
    -
    +
    The $unique_tag - (line 38) + (line 39)
    @@ -660,11 +672,11 @@
    -
    +
    - Constructor __construct (line 146) + Constructor __construct (line 147)
    @@ -687,11 +699,11 @@
    -
    +
    - bound_from (line 1138) + bound_from (line 1161)
    @@ -709,11 +721,11 @@
    -
    +
    - BuildACE (line 1284) + BuildACE (line 1315)
    @@ -742,11 +754,11 @@
    -
    +
    - BuildPrivileges (line 762) + BuildPrivileges (line 773)
    @@ -772,11 +784,11 @@
    -
    +
    - BuildSupportedMethods (line 851) + BuildSupportedMethods (line 862)
    @@ -794,11 +806,11 @@
    -
    +
    - BuildSupportedReports (line 903) + BuildSupportedReports (line 914)
    @@ -821,11 +833,11 @@
    -
    +
    - BuildTicketinfo (line 964) + BuildTicketinfo (line 975)
    @@ -855,11 +867,11 @@
    -
    +
    - collection_id (line 1193) + collection_id (line 1216)
    @@ -877,11 +889,11 @@
    -
    +
    - ContainerExists (line 1106) + ContainerExists (line 1129)
    @@ -899,11 +911,11 @@
    -
    +
    - ContainerType (line 1250) + ContainerType (line 1281)
    @@ -921,11 +933,11 @@
    -
    +
    - DAV_AllProperties (line 1413) + DAV_AllProperties (line 1449)
    @@ -943,11 +955,11 @@
    -
    +
    - dav_name (line 1129) + dav_name (line 1152)
    @@ -965,11 +977,11 @@
    -
    +
    - Exists (line 1088) + Exists (line 1111)
    @@ -987,11 +999,11 @@
    -
    +
    - FetchCollection (line 470) + FetchCollection (line 481)
    @@ -1012,11 +1024,11 @@
    -
    +
    - FetchDeadProperties (line 609) + FetchDeadProperties (line 620)
    @@ -1037,15 +1049,15 @@
    -
    +
    - FetchParentContainer (line 704) + FetchParentContainer (line 715)
    -

    Fetch the parent to this resource.

    +

    Fetch the parent to this resource. This is deprecated - use GetParentContainer() instead.

    void @@ -1059,11 +1071,11 @@
    -
    +
    - FetchPrincipal (line 557) + FetchPrincipal (line 568)
    @@ -1084,11 +1096,11 @@
    -
    +
    - FetchPrivileges (line 627) + FetchPrivileges (line 638)
    @@ -1109,11 +1121,11 @@
    -
    +
    - FetchResource (line 580) + FetchResource (line 591)
    @@ -1134,11 +1146,11 @@
    -
    +
    - FetchSupportedMethods (line 774) + FetchSupportedMethods (line 785)
    @@ -1156,11 +1168,11 @@
    -
    +
    - FetchSupportedReports (line 865) + FetchSupportedReports (line 876)
    @@ -1178,11 +1190,11 @@
    -
    +
    - FetchTickets (line 919) + FetchTickets (line 930)
    @@ -1200,11 +1212,11 @@
    -
    +
    - FromPath (line 301) + FromPath (line 313)
    @@ -1227,11 +1239,11 @@
    -
    +
    - FromRow (line 187) + FromRow (line 188)
    @@ -1254,11 +1266,11 @@
    -
    +
    - GetACL (line 1305) + GetACL (line 1336)
    @@ -1281,11 +1293,11 @@
    -
    +
    - GetParentContainer (line 685) + GetParentContainer (line 696)
    @@ -1303,11 +1315,11 @@
    -
    +
    - GetProperty (line 1337) + GetProperty (line 1368)
    @@ -1330,11 +1342,11 @@
    -
    +
    - GetPropStat (line 1724) + GetPropStat (line 1765)
    @@ -1366,11 +1378,11 @@
    -
    +
    - HavePrivilegeTo (line 725) + HavePrivilegeTo (line 736)
    @@ -1399,11 +1411,11 @@
    -
    +
    - IsAddressbook (line 1064) + IsAddressbook (line 1087)
    @@ -1421,11 +1433,11 @@
    -
    +
    - IsBinding (line 1072) + IsBinding (line 1095)
    @@ -1443,11 +1455,11 @@
    -
    +
    - IsCalendar (line 1044) + IsCalendar (line 1055)
    @@ -1465,11 +1477,11 @@
    -
    +
    - IsCollection (line 1028) + IsCollection (line 1039)
    @@ -1487,11 +1499,11 @@
    -
    +
    - IsExternal (line 1080) + IsExternal (line 1103)
    @@ -1507,13 +1519,40 @@ +
    + +
    + +
    + + IsInSchedulingCollection (line 1076) +
    + + +

    Checks whether this resource is IN a scheduling inbox/outbox collection

    + +
    + void + + IsInSchedulingCollection + + ([string $type = 'any']) +
    + +
      +
    • + string + $type: The type of scheduling collection, 'inbox', 'outbox' or 'any'
    • +
    + +
    - IsLocked (line 996) + IsLocked (line 1007)
    @@ -1543,7 +1582,7 @@
    - IsPrincipal (line 1036) + IsPrincipal (line 1047)
    @@ -1565,7 +1604,7 @@
    - IsPublic (line 1242) + IsPublic (line 1265)
    @@ -1582,16 +1621,38 @@
    - +
    - IsSchedulingCollection (line 1053) + IsPublicOnly (line 1273)
    -

    Checks whether this resource is a calendar

    +

    Checks whether the target collection is for public events only

    + +
    + void + + IsPublicOnly + + () +
    + + + +
    + +
    + +
    + + IsSchedulingCollection (line 1064) +
    + + +

    Checks whether this resource is a scheduling inbox/outbox collection

    void @@ -1604,17 +1665,17 @@
    • string - $type: The type of scheduling collection, 'read', 'write' or 'any'
    • + $type: The type of scheduling collection, 'inbox', 'outbox' or 'any'
    -
    +
    - NeedPrivilege (line 747) + NeedPrivilege (line 758)
    @@ -1640,11 +1701,11 @@
    -
    +
    - parent_path (line 1159) + parent_path (line 1182)
    @@ -1662,11 +1723,11 @@
    -
    +
    - principal_url (line 1175) + principal_url (line 1198)
    @@ -1684,11 +1745,11 @@
    -
    +
    - Privileges (line 713) + Privileges (line 724)
    @@ -1706,11 +1767,11 @@
    -
    +
    - RenderAsXML (line 1782) + RenderAsXML (line 1823)
    @@ -1745,11 +1806,11 @@
    -
    +
    - resource (line 1202) + resource (line 1225)
    @@ -1767,11 +1828,11 @@
    -
    +
    - ResourceProperty (line 1432) + ResourceProperty (line 1468)
    @@ -1803,11 +1864,11 @@
    -
    +
    - resource_id (line 1228) + resource_id (line 1251)
    @@ -1825,11 +1886,11 @@
    -
    +
    - set_bind_location (line 1147) + set_bind_location (line 1170)
    @@ -1852,11 +1913,11 @@
    -
    +
    - unique_tag (line 1211) + unique_tag (line 1234)
    @@ -1874,11 +1935,11 @@
    -
    +
    - url (line 1118) + url (line 1141)
    @@ -1896,11 +1957,11 @@
    -
    +
    - user_no (line 1184) + user_no (line 1207)
    @@ -1923,7 +1984,7 @@

    - Documentation generated on Mon, 24 Oct 2011 20:09:27 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:18 +1300 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 c6d01f31..8a0e3e5d 100644 --- a/docs/api/davical/Resource/WritableCollection.html +++ b/docs/api/davical/Resource/WritableCollection.html @@ -53,7 +53,25 @@
    -
    +
    +  + boolean + actualDeleteCalendarMember + (vCalendar $member_dav_name) +
    +
    +  + null + WriteCalendarAlarms + ( $dav_id,  $vcal) +
    +
    +  + null + WriteCalendarAttendees + (int $dav_id,  $vcal) +
    +
     string WriteCalendarMember @@ -135,9 +153,99 @@
    - +
    +
    + + actualDeleteCalendarMember (line 412) +
    + + +

    Writes the data to a member in the collection and returns the segment_name of the resource in our internal namespace.

    +
      +
    • return: Success is true, or false on failure.
    • +
    + +
    + boolean + + actualDeleteCalendarMember + + (vCalendar $member_dav_name) +
    + +
      +
    • + vCalendar + $member_dav_name: The path to the resource to be deleted.
    • +
    + + +
    + +
    + +
    + + WriteCalendarAlarms (line 312) +
    + + +

    Given a dav_id and an original vCalendar, pull out each of the VALARMs and write the values into the calendar_alarm table.

    + +
    + null + + WriteCalendarAlarms + + ( $dav_id,  $vcal) +
    + +
      +
    • + + $dav_id
    • +
    • + vCalendar + $vcal
    • +
    + + +
    + +
    + +
    + + WriteCalendarAttendees (line 374) +
    + + +

    Parse out the attendee property and write a row to the calendar_attendee table for each one.

    + +
    + null + + WriteCalendarAttendees + + (int $dav_id,  $vcal) +
    + +
      +
    • + int + $dav_id: The dav_id of the caldav_data we're processing
    • +
    • + vComponent + $vcal: The VEVENT or VTODO containing the ATTENDEEs
    • +
    + + +
    + +
    +
    WriteCalendarMember (line 33) @@ -178,11 +286,11 @@
    -
    +
    - WriteMember (line 301) + WriteMember (line 286)
    @@ -291,12 +399,16 @@  DAVResource::IsExternal()
     + DAVResource::IsInSchedulingCollection()
    +  DAVResource::IsLocked()
     DAVResource::IsPrincipal()
     DAVResource::IsPublic()
     + DAVResource::IsPublicOnly()
    +  DAVResource::IsSchedulingCollection()
     DAVResource::NeedPrivilege()
    @@ -329,7 +441,7 @@

    - Documentation generated on Mon, 24 Oct 2011 20:09:30 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:21 +1300 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 6c5069cb..a40fe43a 100644 --- a/docs/api/davical/Resource/_inc---DAVResource.php.html +++ b/docs/api/davical/Resource/_inc---DAVResource.php.html @@ -70,7 +70,7 @@
    -
    +
     @@ -91,7 +91,7 @@
    -
    +
     @@ -104,6 +104,21 @@ +
    + +
    + +
    +  + + require_once + ('DAVPrincipal.php') + (line 14) + +
    + + +
    @@ -113,7 +128,7 @@ require_once ('DAVTicket.php') - (line 14) + (line 15)
    @@ -128,7 +143,7 @@ require_once ('iCalendar.php') - (line 15) + (line 16)
    @@ -142,7 +157,7 @@

    - Documentation generated on Mon, 24 Oct 2011 20:09:27 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:18 +1300 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 8167860a..ef0c6c4d 100644 --- a/docs/api/davical/SqlToArray.html +++ b/docs/api/davical/SqlToArray.html @@ -267,7 +267,7 @@

    - Documentation generated on Mon, 24 Oct 2011 20:09:30 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:21 +1300 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 751d53ba..80dbb2a4 100644 --- a/docs/api/davical/VCard.html +++ b/docs/api/davical/VCard.html @@ -200,7 +200,7 @@

    - Documentation generated on Mon, 24 Oct 2011 20:09:30 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:21 +1300 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 dd2e9b74..c0a114de 100644 --- a/docs/api/davical/_htdocs---SqlToArray.php.html +++ b/docs/api/davical/_htdocs---SqlToArray.php.html @@ -57,7 +57,7 @@

    - Documentation generated on Mon, 24 Oct 2011 20:09:30 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:21 +1300 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 61a25387..ee11798a 100644 --- a/docs/api/davical/_htdocs---admin.php.html +++ b/docs/api/davical/_htdocs---admin.php.html @@ -206,7 +206,7 @@

    - Documentation generated on Mon, 24 Oct 2011 20:09:24 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:15 +1300 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 4ee856ca..e21843cc 100644 --- a/docs/api/davical/_htdocs---always.php.html +++ b/docs/api/davical/_htdocs---always.php.html @@ -50,7 +50,7 @@ include ('../config/config.php') - (line 141) + (line 142)
    @@ -65,7 +65,7 @@ include ('/usr/local/etc/davical/'.$_SERVER['SERVER_NAME'].'-conf.php') - (line 135) + (line 136)
    @@ -80,7 +80,7 @@ include ('/usr/local/etc/davical/config.php') - (line 138) + (line 139)
    @@ -95,7 +95,7 @@ include ('/etc/davical/'.$_SERVER['SERVER_NAME'].'-conf.php') - (line 129) + (line 130)
    @@ -111,7 +111,7 @@ include ('config/config.php') - (line 144) + (line 145)
    @@ -126,7 +126,7 @@ include (davical_configuration_missing.php) - (line 147) + (line 148)
    @@ -141,7 +141,7 @@ include ('/etc/davical/config.php') - (line 132) + (line 133)
    @@ -156,7 +156,7 @@ include_once ('AWLUtilities.php') - (line 90) + (line 91)
    @@ -171,7 +171,7 @@ include_once ('AWLUtilities.php') - (line 77) + (line 78)
    @@ -186,7 +186,7 @@ require_once ('AwlQuery.php') - (line 193) + (line 194)
    @@ -202,7 +202,7 @@ require_once (Principal.php) - (line 211) + (line 212)
    @@ -229,7 +229,7 @@ DAVICAL_ADDRESSBOOK_MAXPRIV = "1023" - (line 357) + (line 358)
    @@ -244,7 +244,7 @@ DAVICAL_MAXPRIV = "65535" - (line 356) + (line 357)
    @@ -275,7 +275,7 @@
    - bits_to_privilege (line 409) + bits_to_privilege (line 410)
    @@ -307,7 +307,7 @@
    - ConstructURL (line 275) + ConstructURL (line 276)
    @@ -336,7 +336,7 @@
    - DateToISODate (line 344) + DateToISODate (line 345)
    @@ -365,7 +365,7 @@
    - DeconstructURL (line 304) + DeconstructURL (line 305)
    @@ -427,7 +427,7 @@
    - getStatusMessage (line 218) + getStatusMessage (line 219)
    @@ -456,7 +456,7 @@
    - ISODateToHTTPDate (line 335) + ISODateToHTTPDate (line 336)
    @@ -482,7 +482,7 @@
    - privileges_to_XML (line 456) + privileges_to_XML (line 457)
    @@ -511,7 +511,7 @@
    - privilege_to_bits (line 358) + privilege_to_bits (line 359)
    @@ -535,7 +535,7 @@

    - Documentation generated on Mon, 24 Oct 2011 20:09:24 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:15 +1300 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 5636ec55..1fe5e0f7 100644 --- a/docs/api/davical/_htdocs---createdb.php.html +++ b/docs/api/davical/_htdocs---createdb.php.html @@ -93,7 +93,7 @@

    - Documentation generated on Mon, 24 Oct 2011 20:09:27 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:18 +1300 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 c07cc387..6c0aa8b8 100644 --- a/docs/api/davical/_htdocs---dbexec.php.html +++ b/docs/api/davical/_htdocs---dbexec.php.html @@ -57,7 +57,7 @@

    - Documentation generated on Mon, 24 Oct 2011 20:09:28 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:19 +1300 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 f56cfff8..28aaf54a 100644 --- a/docs/api/davical/_htdocs---feed.php.html +++ b/docs/api/davical/_htdocs---feed.php.html @@ -204,7 +204,7 @@

    - Documentation generated on Mon, 24 Oct 2011 20:09:28 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:19 +1300 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 0690fe1a..e87ae300 100644 --- a/docs/api/davical/_htdocs---freebusy.php.html +++ b/docs/api/davical/_htdocs---freebusy.php.html @@ -116,7 +116,7 @@

    - Documentation generated on Mon, 24 Oct 2011 20:09:28 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:19 +1300 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 6b297fe7..8453e0b5 100644 --- a/docs/api/davical/_htdocs---help.php.html +++ b/docs/api/davical/_htdocs---help.php.html @@ -115,7 +115,7 @@

    - Documentation generated on Mon, 24 Oct 2011 20:09:28 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:19 +1300 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 5376711a..2fd59413 100644 --- a/docs/api/davical/_htdocs---index.php.html +++ b/docs/api/davical/_htdocs---index.php.html @@ -131,7 +131,7 @@

    - Documentation generated on Mon, 24 Oct 2011 20:09:28 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:20 +1300 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 4692d759..72e869d1 100644 --- a/docs/api/davical/_htdocs---newfile.php.html +++ b/docs/api/davical/_htdocs---newfile.php.html @@ -55,7 +55,7 @@

    - Documentation generated on Mon, 24 Oct 2011 20:09:29 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:20 +1300 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 ac5cef9f..c9d3d4e6 100644 --- a/docs/api/davical/_htdocs---setup.php.html +++ b/docs/api/davical/_htdocs---setup.php.html @@ -67,14 +67,14 @@
    -
    +
     include (page-footer.php) - (line 387) + (line 397)
    @@ -82,14 +82,14 @@
    -
    +
     include ("./always.php") - (line 130) + (line 137)
    @@ -97,14 +97,14 @@
    -
    +
     include (page-header.php) - (line 140) + (line 147)
    @@ -112,14 +112,14 @@
    -
    +
     include (interactive-page.php) - (line 139) + (line 146)
    @@ -127,14 +127,14 @@
    -
    +
     include (DAViCalSession.php) - (line 131) + (line 138)
    @@ -142,14 +142,14 @@
    -
    +
     require_once ("AwlQuery.php") - (line 142) + (line 149)
    @@ -172,11 +172,11 @@
    -
    +
    - build_dependencies_table (line 234) + build_dependencies_table (line 241)
    @@ -192,11 +192,11 @@
    -
    +
    - build_site_statistics (line 206) + build_site_statistics (line 213)
    @@ -212,11 +212,11 @@
    -
    +
    - check_awl_version (line 191) + check_awl_version (line 198)
    @@ -232,11 +232,11 @@
    -
    +
    - check_calendar (line 81) + check_calendar (line 88)
    @@ -252,11 +252,11 @@
    -
    +
    - check_datetime (line 145) + check_datetime (line 152)
    @@ -272,11 +272,11 @@
    -
    +
    - check_davical_version (line 175) + check_davical_version (line 182)
    @@ -292,7 +292,7 @@
    -
    +
    @@ -312,7 +312,7 @@
    -
    +
    @@ -332,7 +332,7 @@
    -
    +
    @@ -352,11 +352,11 @@
    -
    +
    - check_magic_quotes_gpc (line 95) + check_magic_quotes_gpc (line 102)
    @@ -372,11 +372,11 @@
    -
    +
    - check_magic_quotes_runtime (line 99) + check_magic_quotes_runtime (line 106)
    @@ -392,7 +392,7 @@
    -
    +
    @@ -412,7 +412,7 @@
    -
    +
    @@ -432,7 +432,7 @@
    -
    +
    @@ -451,13 +451,33 @@ +
    + +
    + +
    + + check_real_php (line 81) +
    + + +
    + void + + check_real_php + + () +
    + + +
    - check_schema_version (line 153) + check_schema_version (line 160)
    @@ -477,7 +497,7 @@
    - check_suhosin_server_strip (line 88) + check_suhosin_server_strip (line 95)
    @@ -497,7 +517,7 @@
    - do_error (line 106) + do_error (line 113)
    @@ -522,7 +542,7 @@
    - get_phpinfo (line 118) + get_phpinfo (line 125)
    @@ -567,7 +587,7 @@

    - Documentation generated on Mon, 24 Oct 2011 20:09:30 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:21 +1300 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 58588323..078a20a5 100644 --- a/docs/api/davical/_htdocs---test.php.html +++ b/docs/api/davical/_htdocs---test.php.html @@ -28,7 +28,7 @@

    - Documentation generated on Mon, 24 Oct 2011 20:09:30 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:21 +1300 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 afca8980..52d41b98 100644 --- a/docs/api/davical/_htdocs---upgrade.php.html +++ b/docs/api/davical/_htdocs---upgrade.php.html @@ -146,7 +146,7 @@

    - Documentation generated on Mon, 24 Oct 2011 20:09:30 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:21 +1300 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 631b5db4..424baa00 100644 --- a/docs/api/davical/_inc---AtomFeed.php.html +++ b/docs/api/davical/_inc---AtomFeed.php.html @@ -152,7 +152,7 @@

    - Documentation generated on Mon, 24 Oct 2011 20:09:25 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:15 +1300 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 f8a1b7dd..93798a6d 100644 --- a/docs/api/davical/_inc---WritableCollection.php.html +++ b/docs/api/davical/_inc---WritableCollection.php.html @@ -64,7 +64,7 @@
    -
    +
     @@ -85,7 +85,7 @@

    - Documentation generated on Mon, 24 Oct 2011 20:09:30 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:21 +1300 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 b388af7d..33705d4b 100644 --- a/docs/api/davical/_inc---autodiscover-handler.php.html +++ b/docs/api/davical/_inc---autodiscover-handler.php.html @@ -115,7 +115,7 @@

    - Documentation generated on Mon, 24 Oct 2011 20:09:25 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:16 +1300 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 1299c9ef..8f981746 100644 --- a/docs/api/davical/_inc---caldav-LOCK.php.html +++ b/docs/api/davical/_inc---caldav-LOCK.php.html @@ -34,7 +34,7 @@
    -
    +
     @@ -56,7 +56,7 @@

    - Documentation generated on Mon, 24 Oct 2011 20:09:26 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:17 +1300 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 74223563..dfb51a6c 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 Mon, 24 Oct 2011 20:09:26 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:17 +1300 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 87d8baf9..45c112ed 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 83) + SqlFilterCardDAV (line 84)
    @@ -128,7 +128,7 @@

    - Documentation generated on Mon, 24 Oct 2011 20:09:26 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:17 +1300 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 83485aeb..21e8abdc 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 Mon, 24 Oct 2011 20:09:26 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:17 +1300 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 c8ad8a0a..194eed1a 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 Mon, 24 Oct 2011 20:09:26 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:17 +1300 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 d025321b..cc233b7c 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 Mon, 24 Oct 2011 20:09:26 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:17 +1300 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 ac7caac6..95440716 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 Mon, 24 Oct 2011 20:09:26 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:17 +1300 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 f33202cf..575b2a6e 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 Mon, 24 Oct 2011 20:09:26 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:17 +1300 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 cc0eddb7..63888226 100644 --- a/docs/api/davical/_inc---check_UTF8.php.html +++ b/docs/api/davical/_inc---check_UTF8.php.html @@ -119,7 +119,7 @@

    - Documentation generated on Mon, 24 Oct 2011 20:09:27 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:18 +1300 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 7e20729a..0a1e7994 100644 --- a/docs/api/davical/_inc---davical_configuration_missing.php.html +++ b/docs/api/davical/_inc---davical_configuration_missing.php.html @@ -70,7 +70,7 @@

    - Documentation generated on Mon, 24 Oct 2011 20:09:27 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:18 +1300 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 77579fbf..5554f649 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 Mon, 24 Oct 2011 20:09:28 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:19 +1300 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 4a187c25..e160c519 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 Mon, 24 Oct 2011 20:09:29 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:20 +1300 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 e2bef83d..fb594260 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 Mon, 24 Oct 2011 20:09:29 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:20 +1300 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 8d40c2a2..b220afc4 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 Mon, 24 Oct 2011 20:09:29 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:20 +1300 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 15f7e4f8..e19d0e18 100644 --- a/docs/api/davical/_inc---page-header.php.html +++ b/docs/api/davical/_inc---page-header.php.html @@ -85,7 +85,7 @@

    - Documentation generated on Mon, 24 Oct 2011 20:09:29 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:20 +1300 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 16deb57b..73c19049 100644 --- a/docs/api/davical/_inc---pubsub.php.html +++ b/docs/api/davical/_inc---pubsub.php.html @@ -28,7 +28,7 @@

    - Documentation generated on Mon, 24 Oct 2011 20:09:29 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:20 +1300 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 3b3a0cd9..74d88c09 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 Mon, 24 Oct 2011 20:09:30 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:21 +1300 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 1508fcd3..0f3d5264 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 Mon, 24 Oct 2011 20:09:30 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:21 +1300 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 24d4d243..7dcdb00a 100644 --- a/docs/api/davical/_inc---ui---collection-edit.php.html +++ b/docs/api/davical/_inc---ui---collection-edit.php.html @@ -86,7 +86,7 @@
    - edit_grant_row (line 395) + edit_grant_row (line 404)
    @@ -111,7 +111,7 @@
    - privilege_format_function (line 179) + privilege_format_function (line 188)
    @@ -146,7 +146,7 @@

    - Documentation generated on Mon, 24 Oct 2011 20:09:27 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:18 +1300 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 287be732..2b737bd4 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 Mon, 24 Oct 2011 20:09:28 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:19 +1300 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 d88a7802..0adb6ef0 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 Mon, 24 Oct 2011 20:09:29 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:20 +1300 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 1e4c3b8c..68f21e8f 100644 --- a/docs/api/davical/_inc---ui---principal-edit.php.html +++ b/docs/api/davical/_inc---ui---principal-edit.php.html @@ -491,7 +491,7 @@

    - Documentation generated on Mon, 24 Oct 2011 20:09:29 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:20 +1300 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 b7bc6c11..31daa7f8 100644 --- a/docs/api/davical/_inc---vcard.php.html +++ b/docs/api/davical/_inc---vcard.php.html @@ -101,7 +101,7 @@

    - Documentation generated on Mon, 24 Oct 2011 20:09:30 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:21 +1300 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 a8ab3098..fe1e5dca 100644 --- a/docs/api/davical/_inc---well-known.php.html +++ b/docs/api/davical/_inc---well-known.php.html @@ -118,7 +118,7 @@

    - Documentation generated on Mon, 24 Oct 2011 20:09:30 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:21 +1300 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 242e8090..d853e35b 100644 --- a/docs/api/davical/authentication/_inc---auth-functions.php.html +++ b/docs/api/davical/authentication/_inc---auth-functions.php.html @@ -359,7 +359,7 @@

    - Documentation generated on Mon, 24 Oct 2011 20:09:25 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:16 +1300 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 54ede256..70794df6 100644 --- a/docs/api/davical/caldav/_htdocs---caldav.php.html +++ b/docs/api/davical/caldav/_htdocs---caldav.php.html @@ -498,7 +498,7 @@

    - Documentation generated on Mon, 24 Oct 2011 20:09:26 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:17 +1300 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 141afdf1..aa8019d8 100644 --- a/docs/api/davical/caldav/_htdocs---public.php.html +++ b/docs/api/davical/caldav/_htdocs---public.php.html @@ -188,7 +188,7 @@

    - Documentation generated on Mon, 24 Oct 2011 20:09:29 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:20 +1300 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 1256db2f..eb54c897 100644 --- a/docs/api/davical/caldav/_inc---caldav-ACL.php.html +++ b/docs/api/davical/caldav/_inc---caldav-ACL.php.html @@ -109,7 +109,7 @@

    - Documentation generated on Mon, 24 Oct 2011 20:09:25 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:16 +1300 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 6f735012..6c1fded5 100644 --- a/docs/api/davical/caldav/_inc---caldav-BIND.php.html +++ b/docs/api/davical/caldav/_inc---caldav-BIND.php.html @@ -92,7 +92,7 @@ require_once ('external-fetch.php') - (line 51) + (line 52)
    @@ -106,7 +106,7 @@

    - Documentation generated on Mon, 24 Oct 2011 20:09:25 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:16 +1300 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 e9b80244..21be6619 100644 --- a/docs/api/davical/caldav/_inc---caldav-DELETE.php.html +++ b/docs/api/davical/caldav/_inc---caldav-DELETE.php.html @@ -61,6 +61,21 @@
  • license: GNU GPL v2 or later
  • +
    + +
    + +
    +  + + require_once + ('schedule-functions.php') + (line 20) + +
    + + +
    @@ -77,11 +92,11 @@
    -
    +
    - delete_collection (line 21) + delete_collection (line 22)
    @@ -105,7 +120,7 @@

    - Documentation generated on Mon, 24 Oct 2011 20:09:26 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:17 +1300 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 cb0353a2..7ae98510 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 Mon, 24 Oct 2011 20:09:26 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:17 +1300 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 5559afc0..dbcb2f2e 100644 --- a/docs/api/davical/caldav/_inc---caldav-GET.php.html +++ b/docs/api/davical/caldav/_inc---caldav-GET.php.html @@ -42,7 +42,7 @@
    -
    +
     @@ -57,7 +57,7 @@
    -
    +
     @@ -86,7 +86,7 @@
    -
    +
    @@ -114,7 +114,7 @@

    - Documentation generated on Mon, 24 Oct 2011 20:09:26 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:17 +1300 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 d05bb0b9..7d42b1a3 100644 --- a/docs/api/davical/caldav/_inc---caldav-MKCOL.php.html +++ b/docs/api/davical/caldav/_inc---caldav-MKCOL.php.html @@ -40,7 +40,7 @@
    -
    +
     @@ -61,7 +61,7 @@
    -
    +
     @@ -76,7 +76,7 @@
    -
    +
     @@ -97,7 +97,7 @@

    - Documentation generated on Mon, 24 Oct 2011 20:09:26 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:17 +1300 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 d53f2d1e..322e458c 100644 --- a/docs/api/davical/caldav/_inc---caldav-MKTICKET.php.html +++ b/docs/api/davical/caldav/_inc---caldav-MKTICKET.php.html @@ -41,7 +41,7 @@
    -
    +
     @@ -63,7 +63,7 @@
    -
    +
     @@ -84,7 +84,7 @@

    - Documentation generated on Mon, 24 Oct 2011 20:09:26 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:17 +1300 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 2a5635e9..5dbf460e 100644 --- a/docs/api/davical/caldav/_inc---caldav-MOVE.php.html +++ b/docs/api/davical/caldav/_inc---caldav-MOVE.php.html @@ -42,7 +42,7 @@
    -
    +
     @@ -71,7 +71,7 @@
    -
    +
    @@ -101,7 +101,7 @@

    - Documentation generated on Mon, 24 Oct 2011 20:09:26 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:17 +1300 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 015721cf..ccd4e095 100644 --- a/docs/api/davical/caldav/_inc---caldav-OPTIONS.php.html +++ b/docs/api/davical/caldav/_inc---caldav-OPTIONS.php.html @@ -40,7 +40,7 @@
    -
    +
     @@ -67,7 +67,7 @@

    - Documentation generated on Mon, 24 Oct 2011 20:09:26 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:17 +1300 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 a25308cb..d9279f7a 100644 --- a/docs/api/davical/caldav/_inc---caldav-POST.php.html +++ b/docs/api/davical/caldav/_inc---caldav-POST.php.html @@ -42,7 +42,7 @@
    -
    +
     @@ -57,7 +57,7 @@
    -
    +
     @@ -72,7 +72,7 @@
    -
    +
     @@ -107,7 +107,7 @@
    -
    +
    @@ -132,7 +132,7 @@
    -
    +
    @@ -160,7 +160,7 @@

    - Documentation generated on Mon, 24 Oct 2011 20:09:26 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:17 +1300 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 b724539b..a7dfe288 100644 --- a/docs/api/davical/caldav/_inc---caldav-PROPPATCH.php.html +++ b/docs/api/davical/caldav/_inc---caldav-PROPPATCH.php.html @@ -40,7 +40,7 @@
    -
    +
     @@ -61,7 +61,7 @@
    -
    +
     @@ -82,7 +82,7 @@

    - Documentation generated on Mon, 24 Oct 2011 20:09:26 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:17 +1300 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 63b246d3..7ba6010a 100644 --- a/docs/api/davical/caldav/_inc---caldav-PUT-default.php.html +++ b/docs/api/davical/caldav/_inc---caldav-PUT-default.php.html @@ -40,7 +40,7 @@
    -
    +
     @@ -61,7 +61,7 @@

    - Documentation generated on Mon, 24 Oct 2011 20:09:26 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:17 +1300 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 9b192457..21bef123 100644 --- a/docs/api/davical/caldav/_inc---caldav-PUT-functions.php.html +++ b/docs/api/davical/caldav/_inc---caldav-PUT-functions.php.html @@ -42,7 +42,7 @@
    -
    +
     @@ -57,7 +57,7 @@
    -
    +
     @@ -72,7 +72,7 @@
    -
    +
     @@ -87,7 +87,7 @@
    -
    +
     @@ -118,7 +118,7 @@
    -
    +
    @@ -156,7 +156,7 @@
    -
    +
    @@ -185,7 +185,7 @@
    -
    +
    @@ -220,7 +220,7 @@
    -
    +
    @@ -249,7 +249,7 @@
    -
    +
    @@ -278,7 +278,7 @@
    -
    +
    @@ -304,7 +304,7 @@
    -
    +
    @@ -342,7 +342,7 @@
    -
    +
    @@ -374,7 +374,7 @@
    -
    +
    @@ -412,11 +412,11 @@
    -
    +
    - simple_write_resource (line 1186) + simple_write_resource (line 1187)
    @@ -450,11 +450,11 @@
    -
    +
    - write_alarms (line 795) + write_alarms (line 796)
    @@ -479,11 +479,11 @@
    -
    +
    - write_attendees (line 852) + write_attendees (line 853)
    @@ -508,11 +508,11 @@
    -
    +
    - write_resource (line 901) + write_resource (line 902)
    @@ -567,7 +567,7 @@

    - Documentation generated on Mon, 24 Oct 2011 20:09:26 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:17 +1300 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 a0a80c2a..6e22bc92 100644 --- a/docs/api/davical/caldav/_inc---caldav-PUT-vcalendar.php.html +++ b/docs/api/davical/caldav/_inc---caldav-PUT-vcalendar.php.html @@ -40,7 +40,7 @@
    -
    +
     @@ -55,7 +55,7 @@
    -
    +
     @@ -76,7 +76,7 @@

    - Documentation generated on Mon, 24 Oct 2011 20:09:26 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:17 +1300 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 996e524a..08d08548 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,7 +55,7 @@
    -
    +
     @@ -76,7 +76,7 @@

    - Documentation generated on Mon, 24 Oct 2011 20:09:26 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:17 +1300 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 33129a7e..fe82d57a 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 Mon, 24 Oct 2011 20:09:26 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:17 +1300 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 3e2f9bc5..c7651d9b 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,7 +43,7 @@
    -
    +
    @@ -72,7 +72,7 @@

    - Documentation generated on Mon, 24 Oct 2011 20:09:26 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:17 +1300 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 909ac102..3c596f33 100644 --- a/docs/api/davical/caldav/_inc---caldav-REPORT.php.html +++ b/docs/api/davical/caldav/_inc---caldav-REPORT.php.html @@ -41,60 +41,15 @@ | Functions
    - -
    - -
    -  - - include - ("caldav-REPORT-cardquery.php") - (line 345) - -
    - - - -
    - +
     include - ("caldav-REPORT-pps-set.php") - (line 61) - -
    - - - -
    - -
    - -
    -  - - include - ("caldav-REPORT-principal.php") - (line 58) - -
    - - - -
    - -
    - -
    -  - - include - ("caldav-REPORT-calquery.php") - (line 331) + ("caldav-REPORT-sync-collection.php") + (line 68)
    @@ -116,9 +71,24 @@
    - +
    +
    +  + + include + ("caldav-REPORT-principal.php") + (line 58) + +
    + + + +
    + +
    +
     @@ -131,30 +101,45 @@
    - -
    - -
    -  - - include - ("caldav-REPORT-sync-collection.php") - (line 68) - -
    - - - -
    - +
     include - ("caldav-REPORT-multiget.php") - (line 336) + ("caldav-REPORT-pps-set.php") + (line 61) + +
    + + + +
    + +
    + +
    +  + + include + ("caldav-REPORT-cardquery.php") + (line 238) + +
    + + + +
    + +
    + +
    +  + + include + ("caldav-REPORT-calquery.php") + (line 224)
    @@ -184,7 +169,37 @@ include ("caldav-REPORT-multiget.php") - (line 341) + (line 229) + +
    + + + +
    + +
    + +
    +  + + include + ("caldav-REPORT-multiget.php") + (line 234) + +
    + + + +
    + +
    + +
    +  + + require_once + ("external-fetch.php") + (line 65)
    @@ -211,36 +226,6 @@
  • license: GNU GPL v2
  • -
    - -
    - -
    -  - - require_once - ("external-fetch.php") - (line 325) - -
    - - - -
    - -
    - -
    -  - - require_once - ("external-fetch.php") - (line 65) - -
    - - -
    @@ -257,9 +242,24 @@
    - +
    +
    +  + + require_once + ("vCalendar.php") + (line 42) + +
    + + + +
    + +
    +
     @@ -273,7 +273,7 @@
    -
    +
     @@ -287,15 +287,15 @@
    - -
    + +
     require_once - ("iCalendar.php") - (line 42) + ("external-fetch.php") + (line 218)
    @@ -316,44 +316,12 @@ | Functions
    - -
    - -
    - - calendar_to_xml (line 91) -
    - - -

    Return XML for a single calendar (or todo) entry from the DB

    -
      -
    • return: An XML document which is the response for the calendar
    • -
    -
    - string - - calendar_to_xml - - (array $properties, string $item) -
    - -
      -
    • - array - $properties: The properties for this calendar
    • -
    • - string - $item: The calendar data for this calendar
    • -
    - - -
    - +
    - component_to_xml (line 196) + component_to_xml (line 92)
    @@ -384,7 +352,7 @@

    - Documentation generated on Mon, 24 Oct 2011 20:09:26 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:17 +1300 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 new file mode 100644 index 00000000..6a327c78 --- /dev/null +++ b/docs/api/davical/caldav/_inc---schedule-functions.php.html @@ -0,0 +1,303 @@ + + + + + + Docs for page schedule-functions.php + + + + +
    +

    File/inc/schedule-functions.php

    + + +
    +
    Description
    + +
    + +

    Functions for handling CalDAV Scheduling.

    + + +
    +
    + + + +
    +
    Includes
    + +
    + +
    + +
    +  + + require_once + ('RRule-v2.php') + (line 14) + +
    + + + +
    + +
    + +
    +  + + require_once + ('WritableCollection.php') + (line 13) + +
    + + + +
    + +
    + +
    +  + + require_once + ('vCalendar.php') + (line 12) + +
    + + +

    Functions for handling CalDAV Scheduling.

    + + +
    +
    +
    + + + + +
    +
    Functions
    + +
    + +
    + +
    + + deliverItipCancel (line 312) +
    + + +

    Delivers the iTIP CANCEL message to an ATTENDEE's Scheduling Inbox Collection.

    +

    This is pretty simple at present, but could be extended in the future to do the sending of e-mail to a remote attendee.

    +
    + void + + deliverItipCancel + + ( $iTIP,  $attendee, WritableCollection $attendee_inbox) +
    + +
      +
    • + vCalendar + $iTIP
    • +
    • + vProperty + $attendee
    • +
    • + WritableCollection + $attendee_inbox
    • +
    + + +
    + +
    + +
    + + doItipAttendeeReply (line 67) +
    + + +

    Do the scheduling adjustments for a REPLY when an ATTENDEE updates their status.

    +
    + void + + doItipAttendeeReply + + ( $resource,  $partstat, vCalendar $vcal, string $organizer) +
    + +
      +
    • + vCalendar + $vcal: The resource that the ATTENDEE is writing to their calendar
    • +
    • + string + $organizer: The property which is the event ORGANIZER.
    • +
    • + vCalendar + $resource
    • +
    • + + $partstat
    • +
    + + +
    + +
    + +
    + + doItipOrganizerCancel (line 207) +
    + + +

    Handles sending the iTIP CANCEL messages to each ATTENDEE by the ORGANIZER.

    +
    + void + + doItipOrganizerCancel + + ( $vcal) +
    + +
      +
    • + vCalendar + $vcal: What's being cancelled.
    • +
    + + +
    + +
    + +
    + + do_scheduling_for_delete (line 24) +
    + + +

    Entry point for scheduling on DELETE, for which there are thee outcomes:

    • We don't do scheduling (disabled, no organizer, ...)
    • We are an ATTENDEE declining the meeting.

    +

    • We are the ORGANIZER canceling the meeting.

    +
    + void + + do_scheduling_for_delete + + (DAVResource $deleted_resource) +
    + +
      +
    • + DAVResource + $deleted_resource: The resource which has already been deleted
    • +
    + + +
    + +
    + +
    + + GetItip (line 178) +
    + + +
    + void + + GetItip + + ( $vcal,  $method,  $attendee_value) +
    + +
      +
    • + VCalendar + $vcal
    • +
    • + + $method
    • +
    • + + $attendee_value
    • +
    + + +
    + +
    + +
    + + processItipCancel (line 265) +
    + + +

    Does the actual processing of the iTIP CANCEL message on behalf of an ATTENDEE, which generally means writing it into the ATTENDEE's default calendar.

    +
    + void + + processItipCancel + + ( $vcal,  $attendee, WritableCollection $attendee_calendar, Principal $attendee_principal) +
    + +
      +
    • + vCalendar + $vcal: The message.
    • +
    • + vProperty + $attendee
    • +
    • + WritableCollection + $attendee_calendar
    • +
    • + Principal + $attendee_principal
    • +
    + + +
    +
    +
    + +

    + Documentation generated on Wed, 04 Jan 2012 16:20:21 +1300 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 71677ab2..7cc48264 100644 --- a/docs/api/davical/external-bind/_inc---external-fetch.php.html +++ b/docs/api/davical/external-bind/_inc---external-fetch.php.html @@ -136,7 +136,7 @@

    - Documentation generated on Mon, 24 Oct 2011 20:09:28 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:19 +1300 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 ce514d4f..b57f5cb2 100644 --- a/docs/api/davical/iSchedule/_inc---iSchedule.php.html +++ b/docs/api/davical/iSchedule/_inc---iSchedule.php.html @@ -116,7 +116,7 @@

    - Documentation generated on Mon, 24 Oct 2011 20:09:29 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:20 +1300 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 e9ff98e1..57d7e92e 100644 --- a/docs/api/davical/iSchedule/iSchedule.html +++ b/docs/api/davical/iSchedule/iSchedule.html @@ -511,7 +511,7 @@

    - Documentation generated on Mon, 24 Oct 2011 20:09:29 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:20 +1300 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 b4ca14a8..fe8b9d04 100644 --- a/docs/api/davical/ldap/_inc---drivers_imap_pam.php.html +++ b/docs/api/davical/ldap/_inc---drivers_imap_pam.php.html @@ -141,7 +141,7 @@

    - Documentation generated on Mon, 24 Oct 2011 20:09:28 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:19 +1300 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 bd95ca63..28dad458 100644 --- a/docs/api/davical/ldap/_inc---drivers_ldap.php.html +++ b/docs/api/davical/ldap/_inc---drivers_ldap.php.html @@ -134,7 +134,7 @@
    - LDAP_check (line 302) + LDAP_check (line 292)
    @@ -239,7 +239,7 @@

    - Documentation generated on Mon, 24 Oct 2011 20:09:28 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:19 +1300 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 bfb7b224..11837aac 100644 --- a/docs/api/davical/ldap/_inc---drivers_rimap.php.html +++ b/docs/api/davical/ldap/_inc---drivers_rimap.php.html @@ -141,7 +141,7 @@

    - Documentation generated on Mon, 24 Oct 2011 20:09:28 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:19 +1300 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 ffe7aaba..f8e5a500 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 Mon, 24 Oct 2011 20:09:28 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:19 +1300 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 d6af081c..cb3063b5 100644 --- a/docs/api/davical/ldap/imapPamDrivers.html +++ b/docs/api/davical/ldap/imapPamDrivers.html @@ -133,7 +133,7 @@

    - Documentation generated on Mon, 24 Oct 2011 20:09:28 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:19 +1300 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 fef70e62..0420f9f0 100644 --- a/docs/api/davical/ldap/ldapDrivers.html +++ b/docs/api/davical/ldap/ldapDrivers.html @@ -211,7 +211,7 @@

    - Documentation generated on Mon, 24 Oct 2011 20:09:28 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:19 +1300 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 1abcedb1..68145174 100644 --- a/docs/api/davical/ldap/squidPamDrivers.html +++ b/docs/api/davical/ldap/squidPamDrivers.html @@ -100,7 +100,7 @@

    - Documentation generated on Mon, 24 Oct 2011 20:09:28 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:19 +1300 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 70951af3..eff6938b 100644 --- a/docs/api/davical/logging/_inc---log_caldav_action.php.html +++ b/docs/api/davical/logging/_inc---log_caldav_action.php.html @@ -88,7 +88,7 @@

    - Documentation generated on Mon, 24 Oct 2011 20:09:29 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:20 +1300 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 96ea0a32..cdc64d2f 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 Mon, 24 Oct 2011 20:09:26 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:17 +1300 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 376992b8..c6db3c96 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 Mon, 24 Oct 2011 20:09:28 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:19 +1300 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 ac5d2c8d..742d8464 100644 --- a/docs/api/davical/pwauth/pwauthPamDrivers.html +++ b/docs/api/davical/pwauth/pwauthPamDrivers.html @@ -100,7 +100,7 @@

    - Documentation generated on Mon, 24 Oct 2011 20:09:28 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:19 +1300 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 1c9f2373..0962c4c9 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 Mon, 24 Oct 2011 20:09:30 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:21 +1300 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 25132651..50bbea3e 100644 --- a/docs/api/davical/tzservice/_inc---tz---capabilities.php.html +++ b/docs/api/davical/tzservice/_inc---tz---capabilities.php.html @@ -34,7 +34,7 @@

    - Documentation generated on Mon, 24 Oct 2011 20:09:27 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:18 +1300 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 8428c528..e74a269a 100644 --- a/docs/api/davical/tzservice/_inc---tz---expand.php.html +++ b/docs/api/davical/tzservice/_inc---tz---expand.php.html @@ -163,7 +163,7 @@

    - Documentation generated on Mon, 24 Oct 2011 20:09:28 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:19 +1300 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 fa2bf9ef..9da1a513 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 Mon, 24 Oct 2011 20:09:28 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:19 +1300 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 e917ac33..ecfa9c3c 100644 --- a/docs/api/davical/tzservice/_inc---tz---list.php.html +++ b/docs/api/davical/tzservice/_inc---tz---list.php.html @@ -67,7 +67,7 @@

    - Documentation generated on Mon, 24 Oct 2011 20:09:29 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:20 +1300 by phpDocumentor 1.4.3

    \ No newline at end of file diff --git a/docs/api/elementindex.html b/docs/api/elementindex.html index 7dba9866..cd3b2ba1 100644 --- a/docs/api/elementindex.html +++ b/docs/api/elementindex.html @@ -59,10 +59,11 @@
    Method - addAuthor + actualDeleteCalendarMember
    -
    AtomEntry::addAuthor() in AtomFeed.php
    + +
    Writes the data to a member in the collection and returns the segment_name of the resource in our internal namespace.
    Method @@ -73,6 +74,13 @@
    Method + addAuthor +
    +
    +
    AtomEntry::addAuthor() in AtomFeed.php
    +
    +
    + Method addCategory
    @@ -143,6 +151,14 @@ Method AllowedTo +
    +
    PublicSession::AllowedTo() in PublicSession.php
    +
    Checks whether a user is allowed to do something.
    +
    +
    + Method + AllowedTo +
    CalDAVRequest::AllowedTo() in CalDAVRequest.php
    Are we allowed to do the requested activity
    @@ -157,14 +173,6 @@
    Method - AllowedTo -
    -
    -
    PublicSession::AllowedTo() in PublicSession.php
    -
    Checks whether a user is allowed to do something.
    -
    -
    - Method ApplyBySetPos
    @@ -207,7 +215,7 @@ AssignSessionDetails
    - +
    Internal function used to assign the session details to a user's new session.
    @@ -215,7 +223,7 @@ AssignSessionDetails
    - +
    Internal function used to assign the session details to a user's new session.
    @@ -492,15 +500,15 @@ $collection_id
    -
    Principal::$collection_id in Principal.php
    +
    CalDAVRequest::$collection_id in CalDAVRequest.php
    +
    The ID of the collection containing this path, or of this path if it is a collection
    Variable $collection_id
    -
    CalDAVRequest::$collection_id in CalDAVRequest.php
    -
    The ID of the collection containing this path, or of this path if it is a collection
    +
    Principal::$collection_id in Principal.php
    Variable @@ -554,14 +562,6 @@
    Principal::cacheFlush() in Principal.php
    -
    - Class - CalDAVClient -
    -
    -
    CalDAVClient in caldav-client.php
    -
    A class for accessing DAViCal via CalDAV, as a client
    -
    Method CalDAVClient @@ -572,6 +572,14 @@
    Class + CalDAVClient +
    +
    +
    CalDAVClient in caldav-client.php
    +
    A class for accessing DAViCal via CalDAV, as a client
    +
    +
    + Class CalDAVRequest
    @@ -609,14 +617,6 @@
    Get the calendar_home_set, as lazily as possible
    -
    - Function - calendar_to_xml -
    -
    -
    calendar_to_xml() in caldav-REPORT.php
    -
    Return XML for a single calendar (or todo) entry from the DB
    -
    Method CheckPassword @@ -726,6 +726,13 @@
    Function + check_real_php +
    +
    +
    check_real_php() in setup.php
    +
    +
    + Function check_schema_version
    @@ -1361,20 +1368,20 @@
    Method - DaysInMonth -
    -
    - -
    No of days in a month 1(Jan) - 12(Dec)
    -
    -
    - Method daysInMonth
    Returns the number of days in a year/month pair
    +
    + Method + DaysInMonth +
    +
    + +
    No of days in a month 1(Jan) - 12(Dec)
    +
    Constant DEBUG_EXPAND @@ -1412,6 +1419,14 @@
    delete_collection() in caldav-DELETE.php
    +
    + Function + deliverItipCancel +
    +
    +
    deliverItipCancel() in schedule-functions.php
    +
    Delivers the iTIP CANCEL message to an ATTENDEE's Scheduling Inbox Collection.
    +
    Method DepthRegexTail @@ -1467,6 +1482,22 @@
    CalDAVClient::DoGETRequest() in caldav-client.php
    Get a single item from the server.
    +
    + Function + doItipAttendeeReply +
    +
    +
    doItipAttendeeReply() in schedule-functions.php
    +
    Do the scheduling adjustments for a REPLY when an ATTENDEE updates their status.
    +
    +
    + Function + doItipOrganizerCancel +
    +
    +
    doItipOrganizerCancel() in schedule-functions.php
    +
    Handles sending the iTIP CANCEL messages to each ATTENDEE by the ORGANIZER.
    +
    Method doNormalLine @@ -1523,6 +1554,14 @@
    Function + do_scheduling_for_delete +
    +
    +
    do_scheduling_for_delete() in schedule-functions.php
    +
    Entry point for scheduling on DELETE, for which there are thee outcomes:
    • We don't do scheduling (disabled, no organizer, ...)
    • We are an ATTENDEE declining the meeting.
    +
    +
    + Function do_scheduling_reply
    @@ -1882,7 +1921,7 @@
    -
    Fetch the parent to this resource.
    +
    Fetch the parent to this resource. This is deprecated - use GetParentContainer() instead.
    Method @@ -2133,6 +2172,13 @@
    CalDAVClient::GetHttpResponse() in caldav-client.php
    Output http response headers
    +
    + Function + GetItip +
    +
    +
    GetItip() in schedule-functions.php
    +
    Method GetLockDetails @@ -2200,16 +2246,16 @@ GetProperty
    -
    DAVResource::GetProperty() in DAVResource.php
    -
    Return general server-related properties, in plain form
    +
    DAVPrincipal::GetProperty() in DAVPrincipal.php
    +
    Return an arbitrary property
    Method GetProperty
    -
    DAVPrincipal::GetProperty() in DAVPrincipal.php
    -
    Return an arbitrary property
    +
    DAVResource::GetProperty() in DAVResource.php
    +
    Return general server-related properties, in plain form
    Method @@ -2640,14 +2686,6 @@
    i18n() in setup.php
    todo work out something more than true/false returns for dependency checks
    -
    - Class - iCalDate -
    -
    -
    iCalDate in RRule.php
    -
    A Class for handling dates in iCalendar format. We do make the simplifying assumption that all date handling in here is normalised to GMT. One day we might provide some functions to do that, but for now it is done externally.
    -
    Method iCalDate @@ -2656,6 +2694,14 @@
    The constructor takes either an iCalendar date, a text string formatted as an iCalendar date, or epoch seconds.
    +
    + Class + iCalDate +
    +
    +
    iCalDate in RRule.php
    +
    A Class for handling dates in iCalendar format. We do make the simplifying assumption that all date handling in here is normalised to GMT. One day we might provide some functions to do that, but for now it is done externally.
    +
    Method id @@ -2759,16 +2805,16 @@ IsCalendar
    -
    DAVResource::IsCalendar() in DAVResource.php
    -
    Checks whether this resource is a calendar
    +
    CalDAVRequest::IsCalendar() in CalDAVRequest.php
    +
    Returns true if the URL referenced by this request points at a calendar collection.
    Method IsCalendar
    -
    CalDAVRequest::IsCalendar() in CalDAVRequest.php
    -
    Returns true if the URL referenced by this request points at a calendar collection.
    +
    DAVResource::IsCalendar() in DAVResource.php
    +
    Checks whether this resource is a calendar
    Class @@ -2841,11 +2887,11 @@
    Method - IsLocked + IsInSchedulingCollection
    -
    DAVResource::IsLocked() in DAVResource.php
    -
    Checks whether the resource is locked, returning any lock token, or false
    + +
    Checks whether this resource is IN a scheduling inbox/outbox collection
    Method @@ -2855,6 +2901,14 @@
    CalDAVRequest::IsLocked() in CalDAVRequest.php
    Checks whether the resource is locked, returning any lock token, or false
    +
    + Method + IsLocked +
    +
    +
    DAVResource::IsLocked() in DAVResource.php
    +
    Checks whether the resource is locked, returning any lock token, or false
    +
    Function ISODateToHTTPDate @@ -2868,16 +2922,16 @@ IsPrincipal
    -
    DAVResource::IsPrincipal() in DAVResource.php
    -
    Checks whether this resource is a principal
    +
    CalDAVRequest::IsPrincipal() in CalDAVRequest.php
    +
    Returns true if the URL referenced by this request points at a principal.
    Method IsPrincipal
    -
    CalDAVRequest::IsPrincipal() in CalDAVRequest.php
    -
    Returns true if the URL referenced by this request points at a principal.
    +
    DAVResource::IsPrincipal() in DAVResource.php
    +
    Checks whether this resource is a principal
    Method @@ -2892,16 +2946,24 @@ 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 + IsPublicOnly +
    +
    +
    DAVResource::IsPublicOnly() in DAVResource.php
    +
    Checks whether the target collection is for public events only
    Method @@ -2909,7 +2971,7 @@
    -
    Checks whether this resource is a calendar
    +
    Checks whether this resource is a scheduling inbox/outbox collection
    @@ -3243,15 +3305,15 @@ $privileges
    -
    CalDAVRequest::$privileges in CalDAVRequest.php
    -
    The decimal privileges allowed by this user to the identified resource.
    +
    Principal::$privileges in Principal.php
    Variable $privileges
    -
    Principal::$privileges in Principal.php
    +
    CalDAVRequest::$privileges in CalDAVRequest.php
    +
    The decimal privileges allowed by this user to the identified resource.
    Variable @@ -3444,7 +3506,7 @@ Privileges
    -
    CalDAVRequest::Privileges() in CalDAVRequest.php
    +
    DAVResource::Privileges() in DAVResource.php
    Return the privileges bits for the current session user to this resource
    @@ -3452,7 +3514,7 @@ Privileges
    -
    DAVResource::Privileges() in DAVResource.php
    +
    CalDAVRequest::Privileges() in CalDAVRequest.php
    Return the privileges bits for the current session user to this resource
    @@ -3488,6 +3550,14 @@
    Function + processItipCancel +
    +
    +
    processItipCancel() in schedule-functions.php
    +
    Does the actual processing of the iTIP CANCEL message on behalf of an ATTENDEE, which generally means writing it into the ATTENDEE's default calendar.
    +
    +
    + Function process_ace
    @@ -3517,14 +3587,6 @@
    DAVPrincipal::ProxyFor() in DAVPrincipal.php
    Accessor for read or write proxy
    -
    - Class - PublicSession -
    -
    -
    PublicSession in PublicSession.php
    -
    A Class for handling a public (anonymous) session
    -
    Method PublicSession @@ -3533,6 +3595,14 @@
    PublicSession::PublicSession() in PublicSession.php
    The constructor, which just calls the actual type configured
    +
    + Class + PublicSession +
    +
    +
    PublicSession in PublicSession.php
    +
    A Class for handling a public (anonymous) session
    +
    Function public_events_only @@ -3598,14 +3668,14 @@ $resourcetypes
    -
    DAVResource::$resourcetypes in DAVResource.php
    +
    Principal::$resourcetypes in Principal.php
    Variable $resourcetypes
    -
    Principal::$resourcetypes in Principal.php
    +
    DAVResource::$resourcetypes in DAVResource.php
    Variable @@ -3653,13 +3723,6 @@
    Method - render -
    -
    -
    Tools::render() in tools.php
    -
    -
    - Method Render
    @@ -3675,6 +3738,13 @@
    Method + render +
    +
    +
    Tools::render() in tools.php
    +
    +
    + Method RenderAsXML
    @@ -3942,6 +4012,13 @@
    SqlToArray.php in SqlToArray.php
    +
    + Page + schedule-functions.php +
    +
    +
    schedule-functions.php in schedule-functions.php
    +
    Method second @@ -4004,14 +4081,14 @@ setDate
    -
    AtomEntry::setDate() in AtomFeed.php
    +
    Method setDate
    - +
    AtomEntry::setDate() in AtomFeed.php
    Method @@ -4025,14 +4102,14 @@ setDateModified
    - +
    Method setDateModified
    - +
    Method @@ -4053,14 +4130,14 @@ setDescription
    - +
    Method setDescription
    - +
    Method @@ -4091,14 +4168,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 @@ -4727,6 +4804,22 @@
    Method + WriteCalendarAlarms +
    +
    + +
    Given a dav_id and an original vCalendar, pull out each of the VALARMs and write the values into the calendar_alarm table.
    +
    +
    + Method + WriteCalendarAttendees +
    +
    + +
    Parse out the attendee property and write a row to the calendar_attendee table for each one.
    +
    +
    + Method WriteCalendarMember
    diff --git a/docs/api/elementindex_davical.html b/docs/api/elementindex_davical.html index b16418a7..3b9f0b2e 100644 --- a/docs/api/elementindex_davical.html +++ b/docs/api/elementindex_davical.html @@ -409,6 +409,14 @@
    CalDAVRequest::AllowedTo() in CalDAVRequest.php
    Are we allowed to do the requested activity
    +
    + Method + actualDeleteCalendarMember +
    +
    + +
    Writes the data to a member in the collection and returns the segment_name of the resource in our internal namespace.
    +
    @@ -670,6 +678,13 @@
    Function + check_real_php +
    +
    +
    check_real_php() in setup.php
    +
    +
    + Function check_schema_version
    @@ -842,14 +857,6 @@
    Function - calendar_to_xml -
    -
    -
    calendar_to_xml() in caldav-REPORT.php
    -
    Return XML for a single calendar (or todo) entry from the DB
    -
    -
    - Function component_to_xml
    @@ -1269,6 +1276,14 @@
    Function + deliverItipCancel +
    +
    +
    deliverItipCancel() in schedule-functions.php
    +
    Delivers the iTIP CANCEL message to an ATTENDEE's Scheduling Inbox Collection.
    +
    +
    + Function display_status
    @@ -1277,6 +1292,30 @@
    Function + doItipAttendeeReply +
    +
    +
    doItipAttendeeReply() in schedule-functions.php
    +
    Do the scheduling adjustments for a REPLY when an ATTENDEE updates their status.
    +
    +
    + Function + doItipOrganizerCancel +
    +
    +
    doItipOrganizerCancel() in schedule-functions.php
    +
    Handles sending the iTIP CANCEL messages to each ATTENDEE by the ORGANIZER.
    +
    +
    + Function + do_scheduling_for_delete +
    +
    +
    do_scheduling_for_delete() in schedule-functions.php
    +
    Entry point for scheduling on DELETE, for which there are thee outcomes:
    • We don't do scheduling (disabled, no organizer, ...)
    • We are an ATTENDEE declining the meeting.
    +
    +
    + Function do_scheduling_reply
    @@ -1803,7 +1842,7 @@
    -
    Fetch the parent to this resource.
    +
    Fetch the parent to this resource. This is deprecated - use GetParentContainer() instead.
    Method @@ -2007,6 +2046,13 @@
    Function + GetItip +
    +
    +
    GetItip() in schedule-functions.php
    +
    +
    + Function GetTZID
    @@ -2534,6 +2580,14 @@
    Method + IsInSchedulingCollection +
    +
    + +
    Checks whether this resource is IN a scheduling inbox/outbox collection
    +
    +
    + Method IsLocked
    @@ -2558,11 +2612,19 @@
    Method + IsPublicOnly +
    +
    +
    DAVResource::IsPublicOnly() in DAVResource.php
    +
    Checks whether the target collection is for public events only
    +
    +
    + Method IsSchedulingCollection
    -
    Checks whether this resource is a calendar
    +
    Checks whether this resource is a scheduling inbox/outbox collection
    @@ -2860,6 +2922,14 @@
    Function + processItipCancel +
    +
    +
    processItipCancel() in schedule-functions.php
    +
    Does the actual processing of the iTIP CANCEL message on behalf of an ATTENDEE, which generally means writing it into the ATTENDEE's default calendar.
    +
    +
    + Function process_ace
    @@ -3477,6 +3547,13 @@
    SqlToArray in SqlToArray.php
    +
    + Page + schedule-functions.php +
    +
    +
    schedule-functions.php in schedule-functions.php
    +
    Function send_dav_header @@ -3989,6 +4066,22 @@
    Method + WriteCalendarAlarms +
    +
    + +
    Given a dav_id and an original vCalendar, pull out each of the VALARMs and write the values into the calendar_alarm table.
    +
    +
    + Method + WriteCalendarAttendees +
    +
    + +
    Parse out the attendee property and write a row to the calendar_attendee table for each one.
    +
    +
    + Method WriteCalendarMember
    diff --git a/docs/api/errors.html b/docs/api/errors.html index 204a496e..f7d15bfe 100644 --- a/docs/api/errors.html +++ b/docs/api/errors.html @@ -44,6 +44,7 @@ collection-edit.php
    createdb.php
    davical_configuration_missing.php
    +DAVPrincipal.php
    DAVResource.php
    DAVTicket.php
    dbexec.php
    @@ -75,6 +76,7 @@ public.php
    pubsub.php
    RRule-v2.php
    +schedule-functions.php
    setup.php
    SqlToArray.php
    test-RRULE-v2.php
    @@ -122,9 +124,9 @@ Use an @ignore tag on the original if you want this case to be documented.

    always.php

    Warnings:


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

    Errors:


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

    AtomFeed.php

    Warnings:


    @@ -137,8 +139,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 - "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"
    +Error on line 27 - "include" require_once's DocBlock has @subpackage tags, illegal. ignoring tag "@subpackage authentication"

    autodiscover-handler.php

    Warnings:


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

    caldav-MKTICKET.php

    Warnings:


    Warning on line 19 - package davical is already in category Technical, will now replace with category Documentation
    Warning on line 20 - Page-level DocBlock precedes "require_once 'DAVResource.php'", use another DocBlock to document the source element

    Errors:


    -Error on line 20 - "include" require_once's DocBlock has @subpackage tags, illegal. ignoring tag "@subpackage caldav"
    Error on line 20 - DocBlock has multiple @package tags, illegal. ignoring additional tag "@package davical"
    +Error on line 20 - "include" require_once's DocBlock has @subpackage tags, illegal. ignoring tag "@subpackage caldav"

    caldav-MOVE.php

    Warnings:


    @@ -209,8 +211,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 - "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-PROPFIND.php

    Warnings:


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

    caldav-REPORT-calquery.php

    Warnings:


    -Warning on line 360 - 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 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

    caldav-REPORT-cardquery.php

    Warnings:


    -Warning on line 232 - 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 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

    caldav-REPORT-expand-property.php

    Warnings:


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

    caldav-REPORT-multiget.php

    Warnings:


    -Warning on line 107 - Unknown tag "@todo:" used
    -Warning on line 125 - 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 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

    caldav-REPORT-principal-match.php

    Warnings:


    @@ -268,8 +270,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 - "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.php

    Warnings:


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

    collection-edit.php

    Warnings:


    -Warning on line 538 - 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 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

    createdb.php

    Warnings:


    @@ -297,6 +299,13 @@ Use an @ignore tag on the original if you want this case to be documented.

    davical_configuration_missing.php

    Warnings:


    Warning on line 31 - File "/home/karora/projects/davical/inc/davical_configuration_missing.php" has no page-level DocBlock, use @package in the first DocBlock to create one
    + +

    DAVPrincipal.php

    +

    Warnings:


    +Warning on line 11 - Page-level DocBlock precedes "require_once 'Principal.php'", use another DocBlock to document the source element
    +

    Errors:


    +Error on line 11 - 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"

    DAVResource.php

    Warnings:


    @@ -331,8 +340,8 @@ Use an @ignore tag on the original if you want this case to be documented.
    Warning on line 13 - Page-level DocBlock precedes "require_once "auth-functions.php"", use another DocBlock to document the source element
    Warning on line 16 - no @package tag was used in a DocBlock for class ldapDrivers

    Errors:


    -Error on line 13 - DocBlock has multiple @package tags, illegal. ignoring additional tag "@package davical"
    Error on line 13 - "include" require_once's DocBlock has @subpackage tags, illegal. ignoring tag "@subpackage ldap"
    +Error on line 13 - DocBlock has multiple @package tags, illegal. ignoring additional tag "@package davical"

    drivers_pwauth_pam.php

    Warnings:


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

    drivers_rimap.php

    Warnings:


    -Warning on line 13 - package davical is already in category Documentation, will now replace with category Technical
    Warning on line 13 - Page-level DocBlock precedes "require_once "auth-functions.php"", use another DocBlock to document the source element
    +Warning on line 13 - package davical is already in category Documentation, will now replace with category Technical
    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"
    @@ -356,19 +365,19 @@ Use an @ignore tag on the original if you want this case to be documented.
    Warning on line 13 - Page-level DocBlock precedes "require_once "auth-functions.php"", use another DocBlock to document the source element
    Warning on line 16 - no @package tag was used in a DocBlock for class squidPamDrivers

    Errors:


    -Error on line 13 - "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"

    expand.php

    Warnings:


    Warning on line 11 - Page-level DocBlock precedes "require_once 'vCalendar.php'", use another DocBlock to document the source element

    Errors:


    -Error on line 11 - DocBlock has multiple @package tags, illegal. ignoring additional tag "@package davical"
    Error on line 11 - "include" require_once's DocBlock has @subpackage tags, illegal. ignoring tag "@subpackage tzservice"
    +Error on line 11 - DocBlock has multiple @package tags, illegal. ignoring additional tag "@package davical"

    external-browse.php

    Warnings:


    -Warning on line 26 - File "/home/karora/projects/davical/inc/ui/external-browse.php" has no page-level DocBlock, use @package in the first DocBlock to create one
    +Warning on line 37 - File "/home/karora/projects/davical/inc/ui/external-browse.php" has no page-level DocBlock, use @package in the first DocBlock to create one

    external-fetch.php

    Warnings:


    @@ -455,15 +464,15 @@ 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 '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 Principal"
    Error on line 11 - DocBlock has multiple @package tags, illegal. ignoring additional tag "@package davical"
    +Error on line 11 - "include" require_once's DocBlock has @subpackage tags, illegal. ignoring tag "@subpackage Principal"

    public.php

    Warnings:


    Warning on line 10 - Page-level DocBlock precedes "require "./always.php"", use another DocBlock to document the source element

    Errors:


    -Error on line 10 - DocBlock has multiple @package tags, illegal. ignoring additional tag "@package davical"
    Error on line 10 - "include" require's DocBlock has @subpackage tags, illegal. ignoring tag "@subpackage caldav"
    +Error on line 10 - DocBlock has multiple @package tags, illegal. ignoring additional tag "@package davical"

    pubsub.php

    Warnings:


    @@ -477,11 +486,18 @@ Use an @ignore tag on the original if you want this case to be documented.
    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
    + +

    schedule-functions.php

    +

    Warnings:


    +Warning on line 11 - Page-level DocBlock precedes "require_once 'vCalendar.php'", use another DocBlock to document the source element
    +

    Errors:


    +Error on line 11 - DocBlock has multiple @package tags, illegal. ignoring additional tag "@package davical"
    +Error on line 11 - "include" require_once's DocBlock has @subpackage tags, illegal. ignoring tag "@subpackage caldav"

    setup.php

    Warnings:


    Warning on line 7 - no @package tag was used in a DocBlock for class CheckResult
    -Warning on line 386 - 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 396 - 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:


    @@ -507,8 +523,8 @@ Use an @ignore tag on the original if you want this case to be documented.
    Warning on line 11 - Page-level DocBlock precedes "require_once "./always.php"", use another DocBlock to document the source element
    Warning on line 38 - no @package tag was used in a DocBlock for class Tools

    Errors:


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

    tz.php

    Warnings:


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

    well-known.php

    Warnings:


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

    WritableCollection.php

    Warnings:


    Warning on line 3 - no @package tag was used in a DocBlock for class WritableCollection
    -Warning on line 319 - File "/home/karora/projects/davical/inc/WritableCollection.php" has no page-level DocBlock, use @package in the first DocBlock to create one
    +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 Mon, 24 Oct 2011 20:09:30 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:21 +1300 by phpDocumentor 1.4.3

    \ No newline at end of file diff --git a/docs/api/index.html b/docs/api/index.html index 4e5e6708..adc406fd 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 cbc5118a..afb46717 100644 --- a/docs/api/li_davical.html +++ b/docs/api/li_davical.html @@ -54,6 +54,7 @@
    Functioncheck_pdo
    Functioncheck_pdo_pgsql
    Functioncheck_pgsql
    +
    Functioncheck_real_php
    Functioncheck_schema_version
    Functioncheck_string
    Functioncheck_suhosin_server_strip
    @@ -171,13 +172,17 @@
     Functions
    -
    Functioncalendar_to_xml
    Functioncomponent_to_xml
    FunctioncontrolRequestContainer
    Functiondelete_collection
    +
    FunctiondeliverItipCancel
    Functiondisplay_status
    +
    FunctiondoItipAttendeeReply
    +
    FunctiondoItipOrganizerCancel
    +
    Functiondo_scheduling_for_delete
    Functiondo_scheduling_reply
    Functiondo_scheduling_requests
    +
    FunctionGetItip
    FunctionGetTZID
    Functionhandle_cancel_request
    Functionhandle_freebusy_request
    @@ -186,6 +191,7 @@
    Functionimport_collection
    FunctionlogRequestHeaders
    Functionobfuscated_event
    +
    FunctionprocessItipCancel
    Functionprocess_ace
    Functionproperty_response
    Functionpublic_events_only
    @@ -217,6 +223,7 @@
    Filecaldav-REPORT.php
    Filecaldav.php
    Filepublic.php
    +
    Fileschedule-functions.php
    diff --git a/docs/api/todolist.html b/docs/api/todolist.html index ff9999e3..c50156cd 100644 --- a/docs/api/todolist.html +++ b/docs/api/todolist.html @@ -28,7 +28,7 @@
  • Improve this to calculate the days difference and then the clock time diff and work from there.
  • - Documentation generated on Mon, 24 Oct 2011 20:09:30 +1300 by phpDocumentor 1.4.3 + Documentation generated on Wed, 04 Jan 2012 16:20:21 +1300 by phpDocumentor 1.4.3

    \ No newline at end of file diff --git a/htdocs/always.php b/htdocs/always.php index 256f0e6d..c12a69a7 100644 --- a/htdocs/always.php +++ b/htdocs/always.php @@ -175,8 +175,8 @@ init_gettext( 'davical', $c->locale_path ); * */ $c->code_version = 0; -$c->want_awl_version = '0.49'; -$c->version_string = '0.9.9.7'; // The actual version # is replaced into that during the build /release process +$c->want_awl_version = '0.50'; +$c->version_string = '1.0.0'; // The actual version # is replaced into that during the build /release process if ( isset($c->version_string) && preg_match( '/(\d+)\.(\d+)\.(\d+)(.*)/', $c->version_string, $matches) ) { $c->code_major = $matches[1]; $c->code_minor = $matches[2];