178 Commits

Author SHA1 Message Date
Andrew McMillan
f0964f7583 Move always.php into the webroot for easier setup.
Also add some 'search for the AWL includes' code into it for
even more easier setup.
2010-03-23 21:52:00 +13:00
Rob Ostensen
34c1fee3c6 first run at ldap group support 2010-03-21 20:42:03 +13:00
Andrew McMillan
ce9954d7d3 Update DAV header. 2010-03-20 08:41:54 +13:00
Andrew McMillan
d69b45cbe4 Remove the old screen for showing a collection. 2010-03-18 08:37:57 +13:00
Aurelien Requiem
550bdda529 Updated i18n & French translation. 2010-03-17 20:25:17 +13:00
Andrew McMillan
32156d28e2 Remove old relationship_types maintenance program. 2010-03-16 07:05:01 +13:00
Andrew McMillan
103a6ec146 404 check was insufficient here. 2010-03-15 00:32:53 +13:00
Andrew McMillan
ed055722e9 Working BIND and PROPFIND of bound resources. 2010-03-14 00:22:43 +13:00
Andrew McMillan
6b495b6556 Allow ticket based access through here as well as public calendars. 2010-03-12 16:04:16 +13:00
Aurelien Requiem
c131834982 Updated french translation, with further i18n fixes to setup. 2010-03-12 13:25:24 +13:00
Andrew McMillan
2ee5537258 Starting work on a PHP database upgrader. 2010-03-10 22:44:32 +13:00
Rob Ostensen
30f159d2f3 Fix spelling and return value. 2010-03-10 09:17:29 +13:00
Andrew McMillan
0548dd64d2 Add configuration setting to optionally restrict /setup.php to admin. 2010-03-08 16:45:28 +13:00
Andrew McMillan
4db6703c05 Support for DELTICKET completed. 2010-03-08 16:44:55 +13:00
Andrew McMillan
92015340d0 Link to the DAViCal website, rather than SourceForge. 2010-03-07 23:39:59 +13:00
Andrew McMillan
280c4d1d78 If I put that string on one line I lose a warning from xgettext. 2010-03-07 23:22:43 +13:00
Andrew McMillan
b1919850a1 Switch to HavePrivilegeTo() to ensure we catch tickets. 2010-03-07 20:57:33 +13:00
Andrew McMillan
2e14fda7c1 Provide some rudimentary statistics about the setup. 2010-03-05 22:14:00 +13:00
Andrew McMillan
03ff39fa33 With readonly_webdav_collections set we should write nothing!
We were writing collection records to the database when the
configuration setting readonly_webdav_collections was set, even
though the actual events would not be written.
2010-03-05 14:26:58 +13:00
Andrew McMillan
0fffd0e417 First (untested) cut at MKTICKET implementation. 2010-03-05 00:02:26 +13:00
Andrew McMillan
98717748db Fix typos. 2010-02-25 12:36:08 +13:00
Andrew McMillan
16089c6475 Include current version number in update version check. 2010-02-25 10:44:06 +13:00
Andrew McMillan
d49d2dc935 Remove defunct code. 2010-02-25 10:42:54 +13:00
Andrew McMillan
49257629ea It's possible for $_SERVER['PATH_INFO'] to be unset. 2010-02-25 09:48:38 +13:00
Andrew McMillan
6c193d396a Move location of CSS submenus slightly.
There seems to be a 1 pixel difference in Chrome's rendering
of the submenus, so moving them up means the mouse cursor is
always over a hover element while moving from the top menu
to be over the submenu.
2010-02-24 12:50:05 +13:00
Andrew McMillan
945b9d501c Provide passthru on icons, images, css and js files.
In Chrome it requests the favicon (for example) very frequently
which was causing a prompt for authentication where there was a
poorly considered regex in the rewrite rules.  I think this is
a good backup to the rewrite rules to pass through on such files.
2010-02-24 12:47:55 +13:00
Andrew McMillan
2e6dca26f2 More localisable, and now able to detect the PDO pgsql drivers.
Also don't require a person to be logged in if their setup is so
screwed they can't even connect to a database...
2010-02-23 22:59:37 +13:00
Andrew McMillan
a2f2e4b342 Tweak button layout. 2010-02-23 22:59:36 +13:00
Andrew McMillan
a7316a1135 Use htmlspecialchars rather than htmlentities. 2010-02-23 22:59:36 +13:00
Andrew McMillan
cb553dbfe3 Closer to new RepeatRule. 2010-02-18 00:22:06 +13:00
Andrew McMillan
26c00618f1 setup: Try and detect whether the PDO drivers are working. 2010-02-17 23:51:55 +13:00
Andrew McMillan
e5aaa69493 Include the browse javascript for row linking. 2010-02-12 15:50:16 -08:00
Andrew McMillan
1dbc3b185b Move version display to setup.php and do basic dependency checks. 2010-01-31 16:35:08 +13:00
Andrew McMillan
caf90b4241 We don't need to reference a $action . '.js' file. 2010-01-11 22:05:05 +13:00
Andrew McMillan
9b971b26dc iCal4 wants to see 'calendar-proxy' in the DAV header. 2009-12-24 20:25:14 +13:00
Andrew McMillan
3cb5a13acd Advertise support for ACL method. 2009-12-23 23:32:35 +13:00
Andrew McMillan
ade450f765 Correct logic when processing directory of files. 2009-12-23 15:22:48 +13:00
Andrew McMillan
8a41c24e62 Tweak wording. 2009-12-21 23:23:03 +13:00
Andrew McMillan
0a529a57cb Display DAViCal version & schema wanted / actual versions. 2009-12-21 23:17:24 +13:00
Andrew McMillan
41259b7f51 Fix all of this so it refers to 0.9.8 practice. 2009-12-21 23:17:03 +13:00
Andrew McMillan
b8c946fcea Add simple placeholder pages for planned setup / upgrade activities. 2009-12-21 22:27:28 +13:00
Andrew McMillan
62e43e1be3 Rename davical.php to admin.php which is more appropriate. 2009-12-04 22:57:03 +13:00
Andrew McMillan
8160ad032a Add some page-end padding. 2009-11-27 13:14:58 +13:00
Andrew McMillan
c1fa789a44 We'll use AwlQuery in all of this. 2009-11-24 10:22:36 +13:00
Andrew McMillan
7d03b381a0 CSS tweaks. Also don't include classViewer - we'll try and do without. 2009-11-22 22:35:34 +13:00
Andrew McMillan
516dc03880 New screens for browsing/editing Principals & Collections. 2009-11-22 22:33:56 +13:00
Andrew McMillan
6c121e9782 CSS tweaks for new maintenance screens. 2009-11-22 22:32:16 +13:00
Andrew McMillan
2fa6174946 Fix replacement in multi-parameter string. 2009-11-21 20:58:16 +13:00
Andrew McMillan
5b0cf8b462 Test cases just prior to switch to new PROPFIND implementation. 2009-11-12 00:41:54 +13:00
Andrew McMillan
711cd28994 Add configuration for using new PROPFIND implementation. 2009-11-08 20:31:37 +13:00