- 07 Jun, 2010 1 commit
-
-
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.
-
- 05 Jun, 2010 5 commits
- 04 Jun, 2010 5 commits
- 03 Jun, 2010 22 commits
-
-
drumm authored
-
Adrian Rossouw authored
-
Adrian Rossouw authored
-
Adrian Rossouw authored
stop the generation of drushrc.php when a site context is being saved.
-
Adrian Rossouw authored
-
Adrian Rossouw authored
provision-named-context-save is now provision-save provision-named-context-delete is now triggered by provision-save with the --delete option
-
Adrian Rossouw authored
-
Adrian Rossouw authored
-
Adrian Rossouw authored
-
Adrian Rossouw authored
-
-
drumm authored
-
-
Adrian Rossouw authored
-
drumm authored
-
Adrian Rossouw authored
-
-
Adrian Rossouw authored
-
drumm authored
-
drumm authored
-
drumm authored
-
Adrian Rossouw authored
because they get initiated with empty root and uri values.
-
- 02 Jun, 2010 4 commits
-
-
-
drumm authored
-
Adrian Rossouw authored
the configuration based on the properties of their owner. Get rid of the publish_path variable , which is replaced now by $this->root/d()->root; work on some of the context stuff in provision_drupal.
-
drumm authored
-
- 01 Jun, 2010 1 commit
-
-
Adrian Rossouw authored
the ability to redirect specific services to a different server. also got verify working for servers and platforms, and started the process of getting rid of drush_get_merged_options in config files.
-
- 31 May, 2010 2 commits
-
-
Adrian Rossouw authored
-
Adrian Rossouw authored
children of Environment .. but not of each other. Added a required context_type field which allowed us to get rid of the environment factory guesswork.
-