Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Release notes
- BUG: Bug fix with drd_server while checking mollom requirements
- NEW: Allow call to drd_server_domain_run_update(TRUE) from local modules without a session id. Use with care and make sure this is only used by permitted users
- NEW: If the module "admin" is installed add an extra block with quick links to some useful functions like flush cache
- NEW: Add support for hook_drd_server_admin_block_alter to modify the exatr admin block
- NEW: If module 'mollom' is enabled but not configured, it gets disabled when checking for domain info
- CHANGED: Switch API to version 1.0.20
- NEW: Allow the automatic update of translations (requires l10n_update)
- IMPROVEMENT: Sometimes the svn command can not be found on Linux systems so if it fails, then the path /usr/bin is prefixed to he command and we'll try again
- IMPROVEMENT: Delete drd_id.html after domain check
- BUG #675422 by Lowell: Store the drd_id.html in the sites/domain/files firectory instead of Drupal_Root
- API: Increased API Version to 1.0.19, please update DRD and DRD_SERVER modules both on Drupal 6 and 7
- IMPROVEMENT: To check if a domain from sites.php is really hosted on the current Drupal codebase we no longer look for /sites/[key]/files/.htaccess, instead we create a file drd_id.html with a random number as content in the Drupal root directory and check if that file is available through the given URL
- IMPROVEMENT: We install the update module if it isn't already when the check for updates function is called