Skip to content
  1. 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
  2. Jun 14, 2010
  3. Jun 10, 2010
  4. Jun 08, 2010
  5. 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
  6. Jun 03, 2010
  7. May 08, 2010
  8. Apr 06, 2010
  9. Mar 28, 2010
  10. Mar 16, 2010