• last updated 10 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Disable webdav access to the filesystem unless it is explicitly requested.:

  1. … 1 more file in changeset.
merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040517 and jcd-merge-5-1-20040628 to HEAD

  1. … 687 more files in changeset.
Changed CR "rename" procs to "edit_name" to avoid issues with Oracle 9.2 (and

changed PG for consistency)

  1. … 24 more files in changeset.
Fixed Bug #1858: qualifying "rename" works in 8i bug chokes in 9i causing

the reported error on installation. Fixed by changing the name to "edit_name"

and implemented it for PG as well (to keep names similar)

  1. … 27 more files in changeset.
Remove code to check OpenACS version for authentication.

merge changes on oacs-5-1 branch to head, changes between jcd-merge-20040420 and jcd-merge-5-1-20040517 were merged, head pre changes is jcd-merge-pre-20040517 and post is jcd-merge-post-20040517

  1. … 830 more files in changeset.
Check permissions on child items on delete of a folder.

Update title/label when a folder or item is renamed.

Set live revision of items within a copied folder.

Add RequireAuthForPropfind parameter to allow support for MS Web Folders clients which sometimes respond incorrectly to an authentication request.

  1. … 1 more file in changeset.
Fix reference to lock_timeout var.

Remove empty_string_p from tDAV

Add default lock timeout parameter to allow changing the timeout from the web

interface.

  1. … 1 more file in changeset.
Add support for defaultlocktimeout parameter.

Add lock timout support.

Add lockdiscovery to PROPFIND response.

Fix lock handling some more. Lock timeout still does not work.

Fix oracle queries. Improve lock handling.

merge all the changes on the oacs-5-1 and dotlrn-2-0 branches up to tag jcd-merge-20040420

  1. … 643 more files in changeset.
Fix propfind query for oracle to return the correct results based on the

depth header. Fixes propfind problem when adding web folders with MS clients.

Disable anonymos browsing, require authentication for PROPFIND method

decode . in URLs to make MS Web Folders happ

Correctly URLencode URIs in propfind responses.

Fix another reference to WebDAVURIPrefix parameter.

Remove spaces from parameter name

Use OS timezone for oracle timestamps instead of assuming GMT.

Put xml declaration at the top of PROPFIND responses.

Fix date formats for ultra-picky MS clients.

Fix handling of zero content length files in propfind to return 0.

Clarify expression in if.

Add head to switch statement for authorization.

Add HEAD operation to service contract definition.

Add support for HEAD method for webdav content. cr_write_content still

needs to be modified to return a HEAD response instead of the

entire item for "lob" storage method.