Skip to content
  1. Jun 21, 2010
  2. Jun 16, 2010
  3. Jun 14, 2010
  4. Jun 10, 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 02, 2010
  11. Jan 21, 2010
  12. Dec 16, 2009
  13. Oct 26, 2009
  14. Oct 22, 2009
  15. Aug 13, 2009
  16. Jul 27, 2009
  17. Jun 30, 2009
  18. Jun 09, 2009
  19. May 28, 2009
  20. May 11, 2009
  21. May 07, 2009
  22. Apr 06, 2009
  23. Mar 26, 2009
  24. Mar 24, 2009
  25. Mar 20, 2009
  26. Feb 22, 2009
  27. Feb 03, 2009
  28. 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