Implemented ldap_integration.module authentication support (by Justin Miller); requires the latest ldap_integration 6.x-1.x-dev snapshot.
Updated README.txt to 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 of ldapauth_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's hook_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.
- #273934 - new option to add rel="nofollow" to source links
- more sensible options for processing # of feeds per cron run
- #272482 - fix links to feed items that have entities in them
- new option to automatically download feed items when feed is created
- #314087 - new feed stats
- #297991 - move refresh/empty links to local tasks instead of links
- #301290 - improved performance with feeds throwing errors, new option to verify feeds at input
- #307686 - fix Feedburner feeds and improve performance of feed checking
First release of the module. It does support one site (vimeo.com comments) . See INSTALL.txt how to make the first steps.
For developers: writing more .inc files into the sites directory is really appreciated.