Skip to content
  1. Sep 01, 2014
  2. Jul 30, 2014
  3. Jul 18, 2013
  4. Apr 25, 2013
  5. Apr 27, 2012
  6. Apr 26, 2012
  7. Sep 18, 2011
  8. Jul 12, 2011
  9. 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
  10. Apr 03, 2011
  11. Mar 11, 2011
  12. Feb 21, 2011
  13. Aug 16, 2010
  14. 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
  15. Jun 17, 2010
  16. Jun 16, 2010
  17. Jun 14, 2010
  18. Jun 10, 2010
  19. Jun 08, 2010
  20. 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
  21. Jun 03, 2010
  22. May 08, 2010
  23. Apr 11, 2010
  24. Apr 06, 2010
  25. Mar 28, 2010
  26. Jan 15, 2010
  27. Nov 17, 2009
  28. Nov 11, 2009
  29. Nov 05, 2009