• last updated 43 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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
    • +1
    ./catalog/oacs-dav.en_US.ISO-8859-1.xml
    • -2
    • +34
    ./tcl/oacs-dav-procs-postgresql.xql
  1. … 828 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.

    • -2
    • +34
    ./tcl/oacs-dav-procs-postgresql.xql
added current translations

    • -1
    • +1
    ./catalog/oacs-dav.en_US.ISO-8859-1.xml
  1. … 672 more files in changeset.
Add RequireAuthForPropfind parameter to allow support for MS Web Folders clients which sometimes respond incorrectly to an authentication request.

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.

Add support for defaultlocktimeout parameter.

Increased version number to reflect changes in the service contracts.

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. … 642 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.

Remove spaces from WebDAVURLPrefix parameter, again.

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.

Merging Jeff's fixes from HEAD.

fix the parse to get the lock token, return size 0 for null content length, urldecode the Destination header. make some ns_log notices debug. flip size and filename for the cr_import_content call (this was already done I thought, can't

hurt to make sure)