Skip to content
  1. Feb 27, 2011
  2. Aug 10, 2010
  3. Jun 24, 2010
    • Adrian Rossouw's avatar
      A bevy of subtle fixes. Primarily #597750 because we no longer 'do' site id.... · aac08b4a
      Adrian Rossouw authored
      A bevy of subtle fixes. Primarily #597750 because we no longer 'do' site id. Also fixed restore which left you with a broken site, and handled the fact that
      the drush_config_file function would only give us the right value when we were bootstrapped to that level.
      
      this meant we couldnt regenerate the site drushrc.php until we'd bootstrapped to drupal_configuration, which meant during restore it would always use the old values.
      
      Also when the restore task finished, the save_site_config malarky would end up writing the old values over the correct ones.
      aac08b4a
  4. Jun 17, 2010
  5. Jun 14, 2010
  6. Jun 10, 2010
  7. Jun 07, 2010
    • Adrian Rossouw's avatar
      Removed the provision_service function, and introduce service handler... · 96f6e167
      Adrian Rossouw authored
      Removed the provision_service function, and introduce service handler subscriptions in the environment objects.
      
      Instead of provision_service('type') you now use d()->service('type') to access the service object.
      The context object returned by d() now manages which context object's service to return, based
      on the internally managed subscriptions.
      96f6e167
  8. Jun 03, 2010
  9. May 08, 2010
  10. Apr 11, 2010
  11. Apr 06, 2010
  12. Mar 28, 2010
  13. Jan 12, 2010
  14. Aug 26, 2009
  15. Jul 13, 2009
  16. May 07, 2009
  17. Apr 06, 2009
  18. Mar 26, 2009
  19. Mar 24, 2009
  20. Mar 20, 2009
  21. Mar 05, 2009
  22. Feb 22, 2009
  23. Feb 03, 2009
  24. Dec 09, 2008
    • Adrian Rossouw's avatar
      First import of the basis of the 0.2 release of provision. This version has a... · 415ea351
      Adrian Rossouw authored
      First import of the basis of the 0.2 release of provision. This version has a much cleaner api, through the dynamic inclusion of <command>.provision.inc files , which any module can overload. Each of these files has the exact same structure, and thus it is much clearer what happens when, and much much simpler to document / extend. I also removed all the drupal dependencies i could find, in preperation for moving to a version agnostic drush, for all buy provision_drupal (which is going to be spun off into a different project). This also includes a working update command, and keeps track of the modules installed on a site after every verify / upgrade process. This information is not being tracked in hosting, yet
      415ea351