- 16 Apr, 2009 1 commit
-
-
Adrian Rossouw authored
-
- 15 Apr, 2009 1 commit
-
-
Adrian Rossouw authored
-
- 14 Apr, 2009 1 commit
-
-
Adrian Rossouw authored
#415152 - moved update command upstream to drush, now calling it via drush_backend_invoke. removing 1000 lines of code from provision. yay
-
- 07 Apr, 2009 2 commits
-
-
Adrian Rossouw authored
Move provision_errors_on, provision_errors_off and the update sql logging function upstream into drush.
-
Adrian Rossouw authored
-
- 06 Apr, 2009 1 commit
-
-
Adrian Rossouw authored
-
- 03 Apr, 2009 1 commit
-
-
Adrian Rossouw authored
-
- 30 Mar, 2009 1 commit
-
-
Adrian Rossouw authored
-
- 28 Mar, 2009 1 commit
-
-
Adrian Rossouw authored
-
- 27 Mar, 2009 1 commit
-
-
Adrian Rossouw authored
#368294 - Modules are now correctly retrieved, still need to tackle themes. Also integrated cvs_deploy (#406796)
-
- 26 Mar, 2009 1 commit
-
-
anarcat authored
-
- 24 Mar, 2009 1 commit
-
-
Adrian Rossouw authored
-
- 20 Mar, 2009 1 commit
-
-
Adrian Rossouw authored
-
- 05 Mar, 2009 1 commit
-
-
Adrian Rossouw authored
-
- 25 Feb, 2009 1 commit
-
-
Adrian Rossouw authored
-
- 22 Feb, 2009 2 commits
-
-
Adrian Rossouw authored
-
Adrian Rossouw authored
-
- 13 Feb, 2009 1 commit
-
-
Adrian Rossouw authored
-
- 11 Feb, 2009 1 commit
-
- 04 Feb, 2009 2 commits
-
-
Adrian Rossouw authored
-
Adrian Rossouw authored
Provide a layer of conditional includes for specific Drupal versions. One provision install can now drive Drupal 5, 6 and 7 platforms, without needing anything additional downloaded.
-
- 03 Feb, 2009 4 commits
-
-
Adrian Rossouw authored
-
Adrian Rossouw authored
-
Adrian Rossouw authored
-
Adrian Rossouw authored
Synched head with d6 branch. Works with drush 2.x and no longer needs to be enabled on a site, as it is no longer a module. Hosting has not been updated to point to the right place per server, so you have to create the symlink to the central drush.php yourself. I have not sorted out the version specific stuff yet either.
-
- 09 Dec, 2008 1 commit
-
-
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
-
- 03 Dec, 2008 1 commit
-
-
Adrian Rossouw authored
Replacement provision_invoke function which is a lot cleaner and simpler than the old one. It now automatically does pre_task, task and post_task variations, and handles rollbacks correctly across the whole set. This means broken site installs now roll back correctly.
-
- 02 Dec, 2008 1 commit
-
-
Adrian Rossouw authored
moved the drupal installation process into it's own php process, to avoid cross db issues. much simpler now.
-
- 01 Dec, 2008 1 commit
-
-
Adrian Rossouw authored
Fixed on-demand module loading. Add pre_verify and post_verify hooks. Added a script which clears existing drupal caches to allow new modules that have been enabled etc, to be picked up
-
- 28 Nov, 2008 4 commits
-
-
Adrian Rossouw authored
-
anarcat authored
-
- 24 Nov, 2008 3 commits
-
-
Adrian Rossouw authored
-
Adrian Rossouw authored
-
Adrian Rossouw authored
-
- 20 Nov, 2008 2 commits
-
-
Adrian Rossouw authored
-
Adrian Rossouw authored
Add provision_exec to run external provision scripts in their own namespace. This is the basis of a cleaner install task
-
- 14 Nov, 2008 2 commits
-
-
Adrian Rossouw authored
-
Adrian Rossouw authored
-