212 Commits

Author SHA1 Message Date
Andrew McMillan
58ac97191a Allow an e-mail address to be used with the freebusy.php functionality. 2006-11-23 20:19:12 +13:00
Andrew McMillan
2c0740a212 Changing priorities. 2006-11-23 20:18:39 +13:00
Andrew McMillan
346724d508 Allow a user to have full permissions to their own calendars(!) 2006-11-23 20:15:02 +13:00
Andrew McMillan
a5c1b81fb3 Typo. 2006-11-23 19:39:39 +13:00
Andrew McMillan
6960ec8065 Randomly generate the first administrator password. 2006-11-23 19:37:04 +13:00
Andrew McMillan
85c95607f0 Change the direction of the adminstrative assistant relationship type. 2006-11-23 17:40:50 +13:00
Andrew McMillan
3158f7c513 More detail, with examples, for setting up relationship types. 2006-11-23 16:46:49 +13:00
Andrew McMillan
8c45f927f4 More details about configuring PostgreSQL. 2006-11-23 15:59:37 +13:00
Andrew McMillan
b575ed320f Some improvements to the installation docs. 2006-11-23 15:49:29 +13:00
Andrew McMillan
7a45bbc281 Release 0.4.0 2006-11-22 23:25:38 +13:00
Andrew McMillan
c0b3a36728 Depend on libawl-php version 0.12 now. 2006-11-22 23:25:18 +13:00
Andrew McMillan
6f49011b6f We now depend on libawl-php 0.12. 2006-11-22 23:16:36 +13:00
Andrew McMillan
4f6988679f Use correct user_no in collection record. 2006-11-22 22:52:08 +13:00
Andrew McMillan
d01f875ca6 Code formatting. 2006-11-22 22:41:28 +13:00
Andrew McMillan
9ab435b489 Automatically create a calendar collection record if someone does a PUT
into one.
2006-11-22 22:37:49 +13:00
Andrew McMillan
a6fccffb86 When listing users we should not list users that we have no access to. 2006-11-22 21:07:04 +13:00
Andrew McMillan
e576d884a3 Switch to use new function for date presentation. 2006-11-22 20:58:18 +13:00
Andrew McMillan
4410d8b0e7 Much better approach, using values we have already parsed on PUT, rather
than parsing all again.
2006-11-22 20:53:28 +13:00
Andrew McMillan
d79cbae2d9 Do the updating as a DELETE+INSERT rather than UPDATE, but put it inside
a transaction.  Also set default values for LAST-MODIFIED and DTSTAMP, at
least in our code.
2006-11-22 20:51:35 +13:00
Andrew McMillan
e8556bc725 Updated results (and tests) after some bugs have been fixed. 2006-11-22 20:47:10 +13:00
Andrew McMillan
ccc9a974f2 Add commented out default timezone config setting. 2006-11-22 14:42:19 +13:00
Andrew McMillan
bdd200633f We should use 'true' rather than '1' for readability. 2006-11-22 07:32:00 +13:00
Andrew McMillan
b90381b4fa Add regression to test deletion of items from another person's writable
calendar.
2006-11-22 07:30:54 +13:00
Andrew McMillan
b4cfd93fd7 Fix deletion from RW accessible calendar which is not yours. 2006-11-22 07:14:47 +13:00
Andrew McMillan
e21580f983 Add a function to assist converting timestamps to iCalendar format, as at
UTC.
2006-11-21 23:58:51 +13:00
Andrew McMillan
9ebdbde29e Fix problem with always applying group permissions back at members. 2006-11-21 22:59:56 +13:00
Andrew McMillan
4bd57eb348 A sanity review found some insanity! 2006-11-21 22:04:21 +13:00
Andrew McMillan
eed763151f Implement basic freebusy support. 2006-11-21 21:56:22 +13:00
Andrew McMillan
af2a658827 Ensure that we still show something useful when there is no User-agent header. 2006-11-21 20:20:50 +13:00
Andrew McMillan
7020dbd7cb Introduce a confirmation between clicking on delete and actually doing it.
Note that this will depend on a new version of AWL which implements the
session methods we use to avoid having predictable links for such things.
2006-11-21 19:42:33 +13:00
Andrew McMillan
002806b16c Reorder calls to header, and send return code (although this is php 4.3+ it
should be OK).
2006-11-21 19:39:38 +13:00
Andrew McMillan
a73c430280 Use the right options when we are making a "HEAD" request. Much faster. 2006-11-20 22:38:27 +13:00
Andrew McMillan
2f10b2bf4e Results for new Chandler tests. 2006-11-20 22:37:55 +13:00
Andrew McMillan
bee8476223 More Chandler emulation regression tests. 2006-11-20 22:12:10 +13:00
Andrew McMillan
b7bb25926a Some guidelines about non-tested clients. 2006-11-20 19:48:51 +13:00
Andrew McMillan
1276c2416b SOme more regression tests checking the handling of basic recurring events. 2006-11-20 18:36:52 +13:00
Andrew McMillan
9f926627ce Refactor the process of running the regression tests to allow it to be
only a partial run.  Also modified to reduce the verbosity of the creation
and loading of the sample database so that we treat those elements as
tests also.
2006-11-20 14:10:10 +13:00
Andrew McMillan
e18ad13327 Fully describe all of our regression tests so far. 2006-11-20 10:43:27 +13:00
Andrew McMillan
748b0388c1 Add description of the "enable_row_links" option and why you might want to
disable those.
2006-11-20 10:42:57 +13:00
Andrew McMillan
dc5a9c9ffc Add credits for translators. 2006-11-20 10:42:30 +13:00
Andrew McMillan
9420cac5f5 Updates to regression tests. Starting a review of the design. 2006-11-20 09:29:35 +13:00
Andrew McMillan
8056e9bc40 Add configuration setting so javascript linking of rows can be disabled. 2006-11-20 08:36:13 +13:00
Andrew McMillan
dd3774dde5 OK, so I hunted down the docs for this. I don't see any great reason to
do it any time soon though.
2006-11-19 18:49:20 +13:00
Andrew McMillan
0919a0b2fe Add a placeholder for the PROPPATCH command which I will now start working
on.
2006-11-19 12:06:05 +13:00
Andrew McMillan
aea03540b6 A setting more suitable for Mozilla/Evolution. 2006-11-19 12:04:42 +13:00
Andrew McMillan
3b5735faaf Much stricter implementation of the OPTIONS command. It is possible that
this will make Evolution and Mozilla fail, which I will need to fix before
this can be released.
2006-11-18 23:08:45 +13:00
Andrew McMillan
83bb7650ae Add explicit support for the HEAD method. 2006-11-18 22:58:23 +13:00
Andrew McMillan
7ea9e42240 Also support the HEAD method as a GET without data. 2006-11-18 22:57:51 +13:00
Andrew McMillan
55406cc7a0 Committing this placeholder for the time being. 2006-11-18 22:57:03 +13:00
Andrew McMillan
61b8f90b5d Fix thinko. 2006-11-15 17:51:12 +13:00