Skip to content
  1. Dec 21, 2017
  2. Aug 16, 2016
  3. Aug 10, 2016
  4. Jun 23, 2016
  5. May 20, 2016
  6. Apr 26, 2016
  7. Mar 24, 2015
  8. Sep 01, 2014
  9. Jul 30, 2014
  10. Jul 18, 2013
  11. Apr 25, 2013
  12. Apr 27, 2012
  13. Apr 26, 2012
  14. Sep 18, 2011
  15. Jul 12, 2011
  16. Apr 19, 2011
    • anarcat's avatar
      1132514 - fix deploy in Drupal 5 · 5609c8a2
      anarcat authored
      we were relying on a function present only in D6 (node_access_needs_rebuild()) - if it is not present, we'll rebuild the node_access tables anyways
      5609c8a2
    • anarcat's avatar
      1132514 - fix deploy in Drupal 5 · b2c7578d
      anarcat authored
      we were relying on a function present only in D6 (node_access_needs_rebuild()) - if it is not present, we'll rebuild the node_access tables anyways
      b2c7578d
  17. Apr 03, 2011
  18. Mar 11, 2011
  19. Feb 21, 2011
  20. Aug 16, 2010
  21. 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
  22. Jun 17, 2010
  23. Jun 16, 2010
  24. Jun 14, 2010
  25. Jun 10, 2010
  26. Jun 08, 2010
  27. 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
  28. Jun 03, 2010