You are here

CHANGELOG.txt in Drupal Remote Dashboard Server 7

Same filename and directory in other branches
  1. 6.2 CHANGELOG.txt
  2. 6 CHANGELOG.txt
  3. 7.2 CHANGELOG.txt
/* $Id*/

drd_server 7.x-1.x, 2011-11-12 (development release)
----------------------------------------------------
- BUG: Bug fix with drd_server while checking mollom requirements

drd_server 7.x-1.x, 2011-11-11 (development release)
----------------------------------------------------
- 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)

drd_server 7.x-1.x, 2010-12-18 (development release)
----------------------------------------------------
- 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

drd_server 7.x-1.x, 2010-11-16 (development release)
----------------------------------------------------
- BUG #675422 by Lowell: Store the drd_id.html in the sites/domain/files firectory instead of Drupal_Root

drd_server 7.x-1.x, 2010-11-06 (development release)
----------------------------------------------------
- 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

drd_server 7.x-1.0, 2010-07-01
------------------------------
- First official release
- Updated API version to 1.0.18
- FEATURE: Implemented "Switch Maintenance Mode" for domains

drd_server 7.x-1.x, 2010-06-04 (development release)
----------------------------------------------------
- FEATURE: Implement new setting for SVN (status and update) to force the use of the commandlin SVN tool on a per server basis

drd_server 7.x-1.x, 2010-03-13 (development release)
----------------------------------------------------
- Included call to registry_rebuild() in flush cache function to avoid trouble with a Drupal bug

drd_server 7.x-1.x, 2010-02-25 (development release)
----------------------------------------------------
- Updated "find required updates" to match latest D7 functionality

drd_server 7.x-1.x, 2010-01-21 (development release)
----------------------------------------------------
- Implemented access to PHP error-log

drd_server 7.x-1.x, 2010-01-15 (development release)
----------------------------------------------------
- Implemented API version check
- Implemented hooks so that other modules can add and alter results

drd_server 7.x-1.x, 2010-01-11 (development release)
----------------------------------------------------
- Improved revision recognition for SVN
- Implemented update and return of list of available updates

drd_server 7.x-1.x, 2010-01-05 (development release)
----------------------------------------------------
- Initial upload of the development version

File

CHANGELOG.txt
View source
  1. /* $Id*/
  2. drd_server 7.x-1.x, 2011-11-12 (development release)
  3. ----------------------------------------------------
  4. - BUG: Bug fix with drd_server while checking mollom requirements
  5. drd_server 7.x-1.x, 2011-11-11 (development release)
  6. ----------------------------------------------------
  7. - 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
  8. - NEW: If the module "admin" is installed add an extra block with quick links to some useful functions like flush cache
  9. - NEW: Add support for hook_drd_server_admin_block_alter to modify the exatr admin block
  10. - NEW: If module 'mollom' is enabled but not configured, it gets disabled when checking for domain info
  11. - CHANGED: Switch API to version 1.0.20
  12. - NEW: Allow the automatic update of translations (requires l10n_update)
  13. drd_server 7.x-1.x, 2010-12-18 (development release)
  14. ----------------------------------------------------
  15. - 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
  16. - IMPROVEMENT: Delete drd_id.html after domain check
  17. drd_server 7.x-1.x, 2010-11-16 (development release)
  18. ----------------------------------------------------
  19. - BUG #675422 by Lowell: Store the drd_id.html in the sites/domain/files firectory instead of Drupal_Root
  20. drd_server 7.x-1.x, 2010-11-06 (development release)
  21. ----------------------------------------------------
  22. - API: Increased API Version to 1.0.19, please update DRD and DRD_SERVER modules both on Drupal 6 and 7
  23. - 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
  24. - IMPROVEMENT: We install the update module if it isn't already when the check for updates function is called
  25. drd_server 7.x-1.0, 2010-07-01
  26. ------------------------------
  27. - First official release
  28. - Updated API version to 1.0.18
  29. - FEATURE: Implemented "Switch Maintenance Mode" for domains
  30. drd_server 7.x-1.x, 2010-06-04 (development release)
  31. ----------------------------------------------------
  32. - FEATURE: Implement new setting for SVN (status and update) to force the use of the commandlin SVN tool on a per server basis
  33. drd_server 7.x-1.x, 2010-03-13 (development release)
  34. ----------------------------------------------------
  35. - Included call to registry_rebuild() in flush cache function to avoid trouble with a Drupal bug
  36. drd_server 7.x-1.x, 2010-02-25 (development release)
  37. ----------------------------------------------------
  38. - Updated "find required updates" to match latest D7 functionality
  39. drd_server 7.x-1.x, 2010-01-21 (development release)
  40. ----------------------------------------------------
  41. - Implemented access to PHP error-log
  42. drd_server 7.x-1.x, 2010-01-15 (development release)
  43. ----------------------------------------------------
  44. - Implemented API version check
  45. - Implemented hooks so that other modules can add and alter results
  46. drd_server 7.x-1.x, 2010-01-11 (development release)
  47. ----------------------------------------------------
  48. - Improved revision recognition for SVN
  49. - Implemented update and return of list of available updates
  50. drd_server 7.x-1.x, 2010-01-05 (development release)
  51. ----------------------------------------------------
  52. - Initial upload of the development version