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.
Fixed comment-wrapper.tpl.
Fixed some possible trobules with title in comment form.
Removed duplicate title from popup login.
Fixed and changed a lot of styles.
NEW: Reading available domains is now checking for the proper base_url in settings.php and also works with the default directory
NEW: Operation drd.info now also provides Drupal version for the server database
NEW: Add the refresh property to the drd.info operation
NEW: Implement heartbeat information
NEW: New DRD operation to set credentials (username and password) for the special user 1
NEW: Allow to build sequences of operations to be executed, e.g. drd.info is collected right after cron or collecting update information
IMPROVEMENT: Set the langcode globally so that every function in Drupal is making use of it and not just our own
CHANGE: File system information moved from server to domain details
CHANGE: Add all server info from drd.info to each of the domains as well to make sure the warning and error icon can be analyzed where it is displayed
CHANGE: Make sure that updating translations is performed without a progressive batch run because that would cause a redirect which is not supported in XMLRPC
CHANGE: Rewrite the "list update" operation and also implement a mode to fetch everything for the current server
CHANGE: If update module ist not installed, ignore the operation drd.list.updates
FIX: Operation drd.key wasn't returning any values
FIX: Solve the problem with the wrong link to the config page when installing drd_server on a new server
NEW: When installing a new server and after pushing AES keys to the remote server, DRD will then automatically get the operations and available domains from thatremote server automatically
NEW: Validate URL when editing a server
NEW: Do not allow to change the URL of a server once it's been saved
NEW: Include drupal version as filter in server and domain list
NEW: Include more icons in the url, alias and heartbeat column
NEW: Include an icon in the heartbeat header to switch heartbeats on and off
NEW: Include an icon in the name column to indicate that there you can edit the domain or server
NEW: Indicate refreshed rows for 5 seconds with a green background in the first column
NEW: Include an icon in the status column to indicate that there is more when clicking on it
NEW: Refresh the list after queued operation if an operation has refresh property set to TRUE
NEW: Clicking on drupal messages removes them from the page
NEW: Display drupal messages also from ajax calls
NEW: Implement heartbeat information from all displayed domains
NEW: Show useful status information while the DRD server is working on the queue
NEW: Execute the operations in queus, which allows multiple tasks in parallel and hence will improve performance significantly