You are here

Drupal8.Roadmap.txt in Hook Update Deploy Tools 8

Drupal 8 automates allows for more fluid changes of site configuration, but
there is still a need to make controlled changes as part of a release and get
feedback on them as part of the release.

The good news is, Drupal 8's implementation of hook_update_N() is pretty much
unchanged, so it will just be a matter of getting each method to speak D8.
In cases where D8 methods exist that make a hook_update_deploy_tools method
obsolete, it will be removed.

Tasks: (possibly out of order)
[] Replace watchdog messaging with logger class.
[] Update site_deploy maker
[] Update Message methods if needed.
[] Update Features methods.
[] Update Modules methods.
[] Update Fields
[] Update Paths
[] Update Nodes
[] Update Menus
[] Update Settings
[] Update Check

File

Drupal8.Roadmap.txt
View source
  1. Drupal 8 automates allows for more fluid changes of site configuration, but
  2. there is still a need to make controlled changes as part of a release and get
  3. feedback on them as part of the release.
  4. The good news is, Drupal 8's implementation of hook_update_N() is pretty much
  5. unchanged, so it will just be a matter of getting each method to speak D8.
  6. In cases where D8 methods exist that make a hook_update_deploy_tools method
  7. obsolete, it will be removed.
  8. Tasks: (possibly out of order)
  9. [] Replace watchdog messaging with logger class.
  10. [] Update site_deploy maker
  11. [] Update Message methods if needed.
  12. [] Update Features methods.
  13. [] Update Modules methods.
  14. [] Update Fields
  15. [] Update Paths
  16. [] Update Nodes
  17. [] Update Menus
  18. [] Update Settings
  19. [] Update Check