Skip to content
  1. Jun 14, 2010
  2. Jun 10, 2010
  3. 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
  4. Jun 03, 2010
  5. May 08, 2010
  6. Apr 06, 2010
  7. Mar 28, 2010
  8. Mar 16, 2010
  9. Feb 25, 2010
  10. Dec 17, 2009
    • Adrian Rossouw's avatar
      Revert "initialize mysql credentials from drush bootstrap so that we can work... · 4b9a5546
      Adrian Rossouw authored
      Revert "initialize mysql credentials from drush bootstrap so that we can work on non-verified sites easily"
      
      Provision is managing the master database connection here, drush's db credentials are the details for the SITE, and will only be available at drush_bootstrap_drupal_site.
      
      we need the master db connection from drush_bootstrap_drush already, and we will never ever ever be able to make use of drush' code in this regard because what we are doing is completely outside of the Drupal context.
      
      This reverts commit 5439e6d01d32fd7351c404a6bf74c11a028ee8a4.
      4b9a5546
  11. Dec 16, 2009
  12. Oct 01, 2009
  13. Sep 20, 2009
  14. Aug 26, 2009
  15. Jun 17, 2009
  16. May 09, 2009
  17. May 07, 2009
  18. Apr 28, 2009
  19. Apr 06, 2009
  20. Mar 20, 2009
  21. Feb 22, 2009
  22. Feb 03, 2009
  23. 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