Misc irrelevant changes.

This commit is contained in:
Andrew McMillan 2006-10-08 00:29:28 +13:00
parent d69d7d56a3
commit 0a91dfdde6
2 changed files with 22 additions and 2 deletions

View File

@ -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;

14
debian/changelog vendored
View File

@ -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 <debian@mcmillan.net.nz> Sun, 1 Oct 2006 23:22:37 +1300
-- Andrew McMillan <debian@mcmillan.net.nz> Sat, 7 Oct 2006 15:31:47 +1300
rscds (0.1.5) unstable; urgency=low