Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Issue #1239578 by mrconnerton: Use hook_footer instead of hook_exit to work with pressflow
Issue #1206380 by mrfelton: Fixe call to undefined function arg() in clicktale.helpers.inc
- IMPROVEMENT: Refreshing domains is now keeping all domain details of those domains that still exist, make the whole process much faster
- IMPROVEMENT: Changes the format of debug log messages and makes sure that they don't cause crashes of the dblog anymore
- CHANGED: Switch API to version 1.0.20
- NEW: Allow the automatic update of translations (requires l10n_update)
- BUG #924432 by MaxWesten: fixed a bug for fresh installs
- MAJOR IMPROVEMENT: changed the AJAX communication back to asynchronous but keep a stack of subsequent requests so that there is only ever one AJAX call being active but the browser will remain responsive to user interaction.
- 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
- BUG #924432 by brt: Updated to work with Drupal 7 Beta 2: updates to cover changes in xmlrpc.inc and to deal with the fact that hidden form fields no longer come with an id attribute
- 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