932 Commits

Author SHA1 Message Date
Andrew McMillan
85ca442c59 Allow for persistent connections to the auth DB also. 2008-01-24 22:35:00 +13:00
Andrew McMillan
fdd484dd37 Improve performance, with resulting ordering change. 2008-01-24 21:57:26 +13:00
Andrew McMillan
7d563da031 Move debugging of headers to before http auth, making it more useful. 2008-01-24 21:55:35 +13:00
Andrew McMillan
4cf4e841b6 Show the duration of the regression test run. 2008-01-24 09:07:16 +13:00
Andrew McMillan
b317369e9c Paranoia sprinkles. 2008-01-24 07:50:08 +13:00
Andrew McMillan
bf996862a8 Correct comments to reflect reality. 2008-01-24 07:49:44 +13:00
Andrew McMillan
091f6d5b41 An alternative patch 1.1.12 which will work without exact correspondence
between caldav_data & calendar_item
2008-01-23 20:06:23 +13:00
Andrew McMillan
589c0db1bd Efficiency improvements from bypassing get_permissions() call in query. 2008-01-23 18:41:11 +13:00
Andrew McMillan
095476223b Efficiency improvements from bypassing get_permissions() call in query. 2008-01-23 18:20:15 +13:00
Andrew McMillan
615c53d3f8 Efficiency improvements from bypassing get_permissions() call in query. 2008-01-23 18:03:28 +13:00
Andrew McMillan
30e0e47e71 Improve performance of get_permissions when groups are involved. 2008-01-23 10:48:33 +13:00
Andrew McMillan
5544581c0f Point to new Wiki URL. 2008-01-22 22:14:29 +13:00
Andrew McMillan
228de176b2 Fix for when open_basedir is in force. 2008-01-22 22:14:01 +13:00
Andrew McMillan
3dd67ed0b0 Fix typo. 2008-01-21 17:31:26 +13:00
Andrew McMillan
949d28a5c1 Fix debugging code so this doesn't break a server with open_basedir
enabled.  Not that I in any way endorse the use of open_basedir...
2008-01-21 17:30:31 +13:00
Andrew McMillan
8b3ef09ff1 Move the dumping of the server variables to before HTTP Auth in case it
is helpful (it very likely will be) for debugging authentication issues.
2008-01-21 16:12:16 +13:00
Andrew McMillan
83cabf87ce Fix to work with FastCGI installation. 2008-01-21 16:01:32 +13:00
Andrew McMillan
e719a888ab Add a function to assist with renaming users. 2008-01-19 12:26:39 +13:00
Andrew McMillan
4fba80a1c7 Release 0.9.3 0.9.3 2008-01-16 22:31:51 +13:00
Andrew McMillan
6346ae5966 Remove some bugs in timezone handling on WebDAV presentation of folders. 2007-12-14 23:45:36 +13:00
Andrew McMillan
4f444d8bfa Resolve merge conflicts.
Conflicts:

	docs/website/inc/page-header.php
	docs/website/installation.php
2007-12-07 09:23:35 +13:00
Andrew McMillan
27be6f55f3 Fix busted merge. 2007-12-07 09:16:52 +13:00
Andrew McMillan
aa76494204 Merge branch 'master' of git+ssh://git.catalyst.net.nz/git/public/rscds 2007-12-07 07:29:09 +13:00
Andrew McMillan
e7a919eca6 Rename to DAViCal in the documentation. 2007-12-07 07:29:01 +13:00
Andrew McMillan
cf7eaa11bc Rename to DAViCal in the documentation. 2007-12-07 07:28:05 +13:00
Andrew McMillan
8568524fa3 Quanta droppings. 2007-12-04 13:43:15 +13:00
Andrew McMillan
193ada1ef5 Remove that commented code now it's in Git. 2007-12-04 12:19:05 +13:00
Andrew McMillan
bbca4ba75f We'll need to let this settle for a version before we make it the
primary key.  Too many programming changes are needed to accept the
risk of rolling it straight out.
2007-12-04 12:17:59 +13:00
Andrew McMillan
bdb1e60cd1 Note that this is an alternate. 2007-12-04 12:16:52 +13:00
Andrew McMillan
186734fea9 Remove unnecessary newline. 2007-12-04 12:16:17 +13:00
Andrew McMillan
6658b92339 Changes to regression testing from reviewing current Mozilla 0.7 operation. 2007-12-04 12:13:49 +13:00
Andrew McMillan
c2115a22d8 Minimise output on patch failure where alternatives exist. 2007-12-04 08:46:47 +13:00
Andrew McMillan
91f1d2324c Enhance the database patch script to allow for alternative patches. 2007-12-03 22:28:44 +13:00
Andrew McMillan
2031ba23a3 Patch to apply a numeric primary key to caldav_data / calendar_item
in order to attempt to resolve performance issues in non-POSIX collation.
2007-11-28 23:08:26 +13:00
Andrew McMillan
5b4071f8e4 Added a version of patch 1.1.11 which works for PostgreSQL 8.x 2007-11-27 18:07:18 +13:00
Andrew McMillan
adc1166ff6 iCal does an initial look for calendar-home-set when we create the account. 2007-11-27 18:05:51 +13:00
Andrew McMillan
aa928076f3 If we specify the interface that's the one we should grep for the address of! 2007-11-27 18:05:22 +13:00
Andrew McMillan
045b369c69 Note TODO item regarding refactoring this into CalDAVPrincipal 2007-11-27 18:03:47 +13:00
Andrew McMillan
1390626449 Get rid of the last URLs containing protocol://host:port part. 2007-11-25 23:08:17 +13:00
Andrew McMillan
e589d2ed5c Remove protocol://host:port from principal report and be consistent with
calendar-home-set response in other places also.
2007-11-25 13:43:25 +13:00
Andrew McMillan
2cacc8aa1c Almost entirely switched to root-relative URLs now. 2007-11-25 13:31:35 +13:00
Andrew McMillan
96e579910b Use URL construction in PROPPATCH handling. 2007-11-25 13:03:41 +13:00
Andrew McMillan
c0c8d2d19f Include another repeating event, with multiple alarms. 2007-11-25 12:59:59 +13:00
Andrew McMillan
b474b5dbe7 Include an iCal VTODO in the regression testing. 2007-11-25 12:59:29 +13:00
Andrew McMillan
0a5b95be52 Data changes. 2007-11-25 12:58:50 +13:00
Andrew McMillan
6d3a0abd4c Write & use utility function for URL construction. 2007-11-25 12:57:54 +13:00
Andrew McMillan
89c7a33694 Change REPORT to omit protocol://host:port from URLs also. 2007-11-25 12:47:41 +13:00
Andrew McMillan
6980fafede Test results changed with relative URL. 2007-11-25 12:43:09 +13:00
Andrew McMillan
78ce98b8de Consistently use URL without protocol://host:port prefix. 2007-11-25 12:42:40 +13:00
Andrew McMillan
6f2ee67ea3 Response for iCal now spaces are allowed with iCal 3.0.1 2007-11-25 00:45:46 +13:00