-
Stripping CVS keywords
-
Stripping CVS keywords
-
Merged latest changes from http://github.com/incanus/drupal-dav (3859c2a) by Justin Miller. Changelog (DAV API): - Fix issue with DAV root module patch (improper variable cast). - Added custom setting for character encoding: * default PEAR library encodes <space>, &, <, > * we now give an admin option and add | as well. - Added MIME type icons to web listing (i.e., HTTP GET) of DAV resources. - Fix fatal bug by replacing db_next_id(), which doesn't exist on Drupal 6.x, with db_last_insert_id().
-
Fix bugs in MKCOL/PUT special case for DAV_ROOT_MODULE.
-
Corrected two minor locking-related bugs.
-
Implemented special case handling for root collection MKCOL/PUT requests.
-
Minor cleanup for stricter adherence to the Drupal coding standards.
-
Added a new setting for selecting the DAV root collection owner.
-
Simplify by calling ldapauth_authenticate() instead of ldapauth_login_validate().
-
Merged latest changes from http://github.com/incanus/drupal-dav (20c3970) by Justin Miller. Changelog (DAV API): - Updated README.txt to add LDAP blurb and update the development credits. - Implemented ldap_integration.module authentication support.