57 Commits

Author SHA1 Message Date
Andrew McMillan
fd71ade879 A basic website describing the project with installation and configuration
details.
2006-10-25 21:47:59 +13:00
Andrew McMillan
69ea65e72f Add some more help on Evolution setup. 2006-10-24 10:10:56 +13:00
Andrew McMillan
55c2c92da8 Basic installation instructions. 2006-10-24 07:51:38 +13:00
Andrew McMillan
757e7c8b2f Fix bug found when I first actually used it :-) 2006-10-20 10:23:22 +13:00
Andrew McMillan
29117f2eda Release 0.2.0 2006-10-17 10:56:12 +13:00
Andrew McMillan
0b998ac35d Update database script should really be executable. 2006-10-17 10:52:29 +13:00
Andrew McMillan
67999e27d9 Update the database schema, rather than nuking it and starting again. 2009-09-09 21:43:56 +12:00
Andrew McMillan
c25312c13d Allow for listing, adding & deleting relationship types. 2009-09-09 21:43:06 +12:00
Andrew McMillan
f8c1dd0df5 Split our data into what should be in everyone's database vs. what is a 'fun'
initial set for playing around.
2009-09-09 21:41:42 +12:00
Andrew McMillan
2e2aa372be Set permissions on relationship_type sequence. 2009-09-09 21:39:54 +12:00
Andrew McMillan
6f1bf2feed Patch to set permissions on the sequence for relationship_type.rt_id 2009-09-09 21:39:23 +12:00
Andrew McMillan
c6ea39b12e New release. 2006-10-13 18:21:28 +13:00
Andrew McMillan
93b10fde61 Remove the reference to an old include. 2006-10-13 18:21:20 +13:00
Andrew McMillan
0f511c2841 Add add relationship/delete relationship to the user maintenance. 2006-10-13 18:20:48 +13:00
Andrew McMillan
6fcde6ec08 Modifications to make scripts more appropriate for maintaining a database
which changes, rather than which we recreate at random.
2006-10-13 18:19:03 +13:00
Andrew McMillan
d7f37e496a These functions have moved into Andrew's Web Libraries. 2006-10-11 16:42:28 +13:00
Andrew McMillan
1639f0f1ca More code cleanups - adding phpdoc header to all caldav component parts. 2006-10-11 16:38:53 +13:00
Andrew McMillan
d9e86b8e6f Miscellaneous minor changes for new release. 2006-10-11 14:17:56 +13:00
Andrew McMillan
61b5bae4f7 Use new global config for server/port/script value. Ensure we quote the
ETag, and also that we return "501 not implemented" when we don't do
stuff, rather than Infernal Server Error.
2006-10-11 14:13:43 +13:00
Andrew McMillan
816147789d Reviewed, commented, and added a healthy dose of honesty. 2006-10-11 14:11:38 +13:00
Andrew McMillan
424c6ada91 Code review and stylistic changes. Better error reporting. 2006-10-11 14:01:19 +13:00
Andrew McMillan
b84f7987b5 Quote the ETag properly. 2006-10-11 13:36:04 +13:00
Andrew McMillan
8451746c39 Put protocol_server_script into global configuration variable. Find the
correct changelog and get the version number.
2006-10-11 13:35:18 +13:00
Andrew McMillan
fe642a4f7b More formally match specified behaviour, especially If-Match and If-None-Match. 2006-10-11 13:32:23 +13:00
Andrew McMillan
17ac937376 More formally meet specification, particularly If-Match and If-None-Match,
but with a specific workaround for Evolution <= 1.8.
2006-10-11 13:31:36 +13:00
Andrew McMillan
2032c0a757 Parse If-Match and If-None-Match headers centrally. 2006-10-11 13:30:13 +13:00
Andrew McMillan
f4cc7b3d59 More robust database creation script. 2006-10-11 13:29:08 +13:00
Andrew McMillan
b7a037f0d8 Default behaviour is that collections always exist. 2006-10-08 00:31:25 +13:00
Andrew McMillan
85234b5072 Stupid typo. 2006-10-08 00:31:07 +13:00
Andrew McMillan
f4a44ebc4a Add primary key to relationship. 2006-10-08 00:30:46 +13:00
Andrew McMillan
60ffd152aa Removal of warnings, adding of permissions. 2006-10-08 00:30:01 +13:00
Andrew McMillan
0a91dfdde6 Misc irrelevant changes. 2006-10-08 00:29:28 +13:00
Andrew McMillan
d69d7d56a3 A new library called this replace vEvent.php and is in AWL. 2006-10-08 00:28:49 +13:00
Andrew McMillan
a91b7d2224 A few more test cases. 2006-10-08 00:28:06 +13:00
Andrew McMillan
b9c0628615 Grab a collection as one VCALENDAR 2006-10-08 00:26:27 +13:00
Andrew McMillan
e44888f7f8 Now ensure the plpgsql language is created. 2006-10-08 00:25:47 +13:00
Andrew McMillan
fd88f3cc0e Added a new function to get permissions between two users. 2006-10-08 00:25:24 +13:00
Andrew McMillan
b2bf60f53c Depend on newer libawl version which includes XMLElement.php 2006-10-05 00:40:01 +13:00
Andrew McMillan
0ff311b2bf Reformatting the code. 2006-10-05 00:39:19 +13:00
Andrew McMillan
18150d702d Change to table name. Also calculate DTEND if we got DTSTART + DURATION. 2006-10-05 00:39:04 +13:00
Andrew McMillan
046e390380 The beginnings of a testing framework. 2006-10-05 00:38:23 +13:00
Andrew McMillan
487c53d838 For what it's worth, we can now try and make DAVE collections. 2006-10-05 00:37:57 +13:00
Andrew McMillan
0ed02b6c2e Rewrite of REPORT handling to use XML library and generally much improve
the structure of it.  Major hacking on PROPFIND so that we can now work
with Mulberry.  Join todo & event tables into calendar_item table because
having them separate was getting very silly.  Remove XMLElement.php which
is now in the standard libraries.
2006-10-05 00:37:25 +13:00
Andrew McMillan
ddf01af76b Fix bugs causing the calendar-data not to be included in the REPORT output. 2006-10-01 23:23:29 +13:00
Andrew McMillan
4c7e2fbc07 New release. 2006-10-01 20:50:04 +13:00
Andrew McMillan
f649e1b49d Many changes to get user maintenance basically working, make the layout
all look somewhat nicer, and start to try and work with Mulberry, including
implementing MKCALENDAR and PROPFIND in at least a basic manner.
2006-10-01 20:46:28 +13:00
Andrew McMillan
db963fadf6 Now supports user create, view & edit with role assignment. Also starts to
support the PROPFIND request that Mulberry makes but does not fully support
Mulberry yet (their timezones are non-standard).
2006-09-27 09:53:34 +12:00
Andrew McMillan
2b8b67ab0b Kind of working now, with either Lighting or Evolution. 2006-09-24 17:08:39 +12:00
Andrew McMillan
a57d690167 Kinda working with both Lightning & Evolution now. About to restructure to
add TODO items and make certain queries easier.
2006-09-21 18:24:26 +12:00
Andrew McMillan
acc28c0faa Ready to install this time? 2006-09-13 14:11:13 +12:00