Releases for DAV
dav 6.x-1.0-alpha3
First released: September 30, 2008 - 13:49
Size: 23.88 KB
md5_file hash: 70fbe421af71bf3aab32477b51cd17f6
Last updated: September 30, 2008 - 13:50
Third development snapshot for Drupal 6.x.
Changelog:
- Implemented ldap_integration.module authentication support (by Justin Miller); requires the latest ldap_integration 6.x-1.x-dev snapshot.
- Updated
README.txtto add LDAP blurb and update the development credits (by Justin Miller). - Added note about Clean URLs to
README.txt. - Show a warning notice if the DAV FS directory doesn't exist and needs configuration.
- Implemented a
hook_enable()status message with a link to the DAV FS settings page. - Simplify by calling
ldapauth_authenticate()instead ofldapauth_login_validate(). - Eliminated API functions
_dav_load_api()and_dav_load_admin()in favor of native Drupal 6.x mechanisms. - Eliminated API function
_dav_load_theming()in favor of Drupal 6.x'shook_theme().
See also the release notes for the previous snapshots (6.x-1.0-alpha1 and 6.x-1.0-alpha2) for important information on the present state and usability of this module.
dav 6.x-1.0-alpha2
First released: July 24, 2008 - 16:10
Size: 23.48 KB
md5_file hash: 1c713e7ee5310296603a4e796c05a669
Last updated: July 24, 2008 - 16:15
Second development snapshot for Drupal 6.x.
Changelog:
- Removed the RDF DB (rdf_db) dependency, as that module has been folded into the RDF API.
- Renamed the
includes/directory tovendor/and updated installation instructions accordingly. - Implemented a top-level redirect to ensure the DAV endpoint is always accessed with a trailing slash (by Justin Miller).
- Updated user authentication for Drupal 6.x compatibility (by Justin Miller).
- Renamed
module_exist()calls tomodule_exists()for Drupal 6.x compatibility (by Justin Miller). - Fixed escaped placeholders in various
t()calls (by Justin Miller). - Added co-maintainer to
README.txt(by Justin Miller).
See also the release notes for the previous snapshot for important information on the present state and usability of this module.
Note: This is experimental software meant for advanced users; assume nothing works, and you may be pleasantly surprised. And when it breaks, you get to keep both pieces.
dav 6.x-1.x-dev
First released: May 9, 2008 - 16:25
Size: 25.04 KB
md5_file hash: 1ef85ce1045ff3b5d12c52f1f3af77aa
Last updated: November 18, 2008 - 00:03
Nightly development snapshot for Drupal 6.x.
Note: This is experimental software meant for advanced users; assume nothing works, and you may be pleasantly surprised. And when it breaks, you get to keep both pieces.
dav 6.x-1.0-alpha1
First released: May 8, 2008 - 10:03
Size: 23.19 KB
md5_file hash: 8726cc05dff5262050a13d287b6db285
Last updated: May 8, 2008 - 10:05
First development snapshot for Drupal 6.x.
This is a direct port from the previous Drupal 4.7.x versions of the DAV API and DAV FS modules, forming the basis for a more comprehensive overhaul moving onwards to Drupal 6.x and 7.x.
At present, all operations of the DAV server should work fine with sane DAV clients such as cadaver, but you may experience trouble uploading files from the default Mac OS X and Windows clients which perform complicated lock/unlock & renaming rituals for uploads.
In this version, an RDF API dependency has been introduced, but the DAV metadata storage implementation has not yet been refactored and continues, for the moment, to use the legacy dav_resources and dav_properties tables. This functionality will be reimplemented in terms of RDF in a future snapshot.
Note: This is experimental software meant for advanced users; assume nothing works, and you may be pleasantly surprised. And when it breaks, you get to keep both pieces.
dav 4.7.x-1.0-alpha1
First released: May 8, 2008 - 10:02
Size: 22.16 KB
md5_file hash: 266e85f23f7d76b2492a9fab637705b4
Last updated: May 8, 2008 - 10:05
First development snapshot for Drupal 4.7.x.
At present, all operations of the DAV server should work fine with sane DAV clients such as cadaver, but you may experience trouble uploading files from the default Mac OS X and Windows clients which perform complicated lock/unlock & renaming rituals for uploads.
Note: This Drupal 4.7.x branch of the module will not be developed further and has been superseded by a version targeted at Drupal 6.x.
