Skip to content
  1. Sep 11, 2011
  2. Mar 16, 2011
  3. Oct 10, 2010
  4. Aug 23, 2010
  5. Aug 12, 2010
  6. Aug 04, 2010
  7. Jul 22, 2010
  8. Jul 20, 2010
  9. Jul 14, 2010
  10. Jul 13, 2010
  11. 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
  12. Jun 17, 2010
  13. Jun 15, 2010
  14. Jun 14, 2010
  15. Jun 12, 2010
  16. Jun 10, 2010
  17. Jun 08, 2010
  18. 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