diff --git a/config/config.php b/config/config.php index fae3d1fa..3fbfb0e0 100644 --- a/config/config.php +++ b/config/config.php @@ -8,7 +8,15 @@ $c->pg_connect[] = 'dbname=caldav port=5433 user=general'; $c->pg_connect[] = 'dbname=caldav port=5432 user=general'; - $c->dbg['ALL'] = 1; +// $c->dbg['ALL'] = 1; + $c->dbg['propfind'] = 1; +// $c->dbg['report'] = 1; +// $c->dbg['get'] = 1; +// $c->dbg['put'] = 1; +// $c->dbg['ics'] = 1; +// $c->dbg['icalendar'] = 1; + $c->dbg['vevent'] = 1; + $c->dbg['caldav'] = 1; $c->collections_always_exist = false; diff --git a/debian/changelog b/debian/changelog index c2eacca8..0f81a57a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,20 @@ rscds (0.1.6) unstable; urgency=low * Fix some bugs in caldav-REPORT, which was not working with Lightning. + * Complete work on PROPFIND so that Mulberry now works. + * Add MKCOL, which is based on MKCALENDAR, to support hierarchies of + collections better. + * Rewrite REPORT to use the new XML libraries. + * Commence support of relationships and permissions. + * Write new ics.php which allows export of the full repository (for an + admin), or a subset of the repository. + * That new ics.php allows webcal presentation of the calendars also, so that + even if evolution can't support tasks as CalDAV, it can at least refer to + tasks someone else puts there with (e.g.) Sunbird. + * Started development of a regression testing framework. + * Cleaned up code to remove as many warnings as possible. - -- Andrew McMillan Sun, 1 Oct 2006 23:22:37 +1300 + -- Andrew McMillan Sat, 7 Oct 2006 15:31:47 +1300 rscds (0.1.5) unstable; urgency=low