You are here

CHANGELOG.txt in Drupal Remote Dashboard Server 6

Same filename and directory in other branches
  1. 6.2 CHANGELOG.txt
  2. 7.2 CHANGELOG.txt
  3. 7 CHANGELOG.txt
drd_server 6.x-1.1, 2011-12-31
------------------------------
- IMPROVEMENT #1059398 by thtas: read the directories in /sites/ if the sites.php is not available and make a best guess

drd_server 6.x-1.x, 2011-09-28 (development release)
----------------------------------------------------
- CHANGED: Switch API to version 1.0.20

drd_server 6.x-1.x, 2011-09-28 (development release)
----------------------------------------------------
- BUG #1246244 from @celsogod: properly define DRUPAL_ROOT

drd_server 6.x-1.x, 2010-12-18 (development release)
----------------------------------------------------
- BUG: $FORCE_EXTERNAL was ignored
- 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 6.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 6.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

drd_server 6.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 6.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 6.x-1.x, 2010-01-28 (development release)
----------------------------------------------------
- Implemented access to PHP error-log

drd_server 6.x-1.x, 2010-01-15 (development release)
----------------------------------------------------
- Implemented API version check
- Implemented hooks so that other modules can add and alter results
- Improved "Run Update" process to return the update result page to the DRD

drd_server 6.x-1.x, 2010-01-11 (development release)
----------------------------------------------------
- Improved revision recognition for SVN
- Implemented update and display of available updates
- Updated json_encode to reflect changes in the latest dev release of D7 (important for the DRD module)
- Catch possible errors in the file sites.php

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

File

CHANGELOG.txt
View source
  1. drd_server 6.x-1.1, 2011-12-31
  2. ------------------------------
  3. - IMPROVEMENT #1059398 by thtas: read the directories in /sites/ if the sites.php is not available and make a best guess
  4. drd_server 6.x-1.x, 2011-09-28 (development release)
  5. ----------------------------------------------------
  6. - CHANGED: Switch API to version 1.0.20
  7. drd_server 6.x-1.x, 2011-09-28 (development release)
  8. ----------------------------------------------------
  9. - BUG #1246244 from @celsogod: properly define DRUPAL_ROOT
  10. drd_server 6.x-1.x, 2010-12-18 (development release)
  11. ----------------------------------------------------
  12. - BUG: $FORCE_EXTERNAL was ignored
  13. - 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
  14. - IMPROVEMENT: Delete drd_id.html after domain check
  15. drd_server 6.x-1.x, 2010-11-16 (development release)
  16. ----------------------------------------------------
  17. - BUG #675422 by Lowell: Store the drd_id.html in the sites/domain/files firectory instead of Drupal_Root
  18. drd_server 6.x-1.x, 2010-11-06 (development release)
  19. ----------------------------------------------------
  20. - API: Increased API Version to 1.0.19, please update DRD and DRD_SERVER modules both on Drupal 6 and 7
  21. - 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
  22. drd_server 6.x-1.0, 2010-07-01
  23. ------------------------------
  24. - First official release
  25. - Updated API version to 1.0.18
  26. - FEATURE: Implemented "Switch Maintenance Mode" for domains
  27. drd_server 6.x-1.x, 2010-06-04 (development release)
  28. ----------------------------------------------------
  29. - FEATURE: Implement new setting for SVN (status and update) to force the use of the commandlin SVN tool on a per server basis
  30. drd_server 6.x-1.x, 2010-01-28 (development release)
  31. ----------------------------------------------------
  32. - Implemented access to PHP error-log
  33. drd_server 6.x-1.x, 2010-01-15 (development release)
  34. ----------------------------------------------------
  35. - Implemented API version check
  36. - Implemented hooks so that other modules can add and alter results
  37. - Improved "Run Update" process to return the update result page to the DRD
  38. drd_server 6.x-1.x, 2010-01-11 (development release)
  39. ----------------------------------------------------
  40. - Improved revision recognition for SVN
  41. - Implemented update and display of available updates
  42. - Updated json_encode to reflect changes in the latest dev release of D7 (important for the DRD module)
  43. - Catch possible errors in the file sites.php
  44. drd_server 6.x-1.x, 2010-01-05 (development release)
  45. ----------------------------------------------------
  46. - Initial upload of the development version