CVS messages for DAV
November 17, 2008
-
DAV: /modules/dav/dav.admin.inc 1.7
DAV: /modules/dav/dav.inc 1.9
DAV: /modules/dav/dav.module 1.11
DAV: /modules/dav/dav.theme.inc 1.5Merged 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().
October 23, 2008
-
Fix bugs in MKCOL/PUT special case for DAV_ROOT_MODULE.
October 12, 2008
-
Corrected two minor locking-related bugs.
-
Implemented special case handling for root collection MKCOL/PUT requests.
-
DAV: /modules/dav/dav.admin.inc 1.5
DAV: /modules/dav/dav.inc 1.5
DAV: /modules/dav/dav.module 1.10
DAV: /modules/dav/dav.theme.inc 1.4Minor cleanup for stricter adherence to the Drupal coding standards.
-
Added a new setting for selecting the DAV root collection owner.
September 30, 2008
-
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.
July 25, 2008
-
Added note about Clean URLs to README.txt.
-
Show a warning notice if the DAV FS directory doesn't exist and needs configuration.
