- 16 Apr, 2010 2 commits
-
-
drumm authored
- 13 Apr, 2010 6 commits
-
-
Adrian Rossouw authored
-
Adrian Rossouw authored
almost all the variables that used to be set in the platform/drushrc.php are now removed. you need to verify your server first (done by not specifying a --root, or being in a drupal dir when you run the command). We need to bootstrap the values from hosting somehow too...
-
drumm authored
-
drumm authored
-
Adrian Rossouw authored
modified the provisionConfig_drushrc to take over from the drush_save_config function entirely, so we can instance specific classes based on which templates we want to write.. this will be useful as a base for alias writing.
-
Adrian Rossouw authored
-
- 11 Apr, 2010 1 commit
-
-
Adrian Rossouw authored
Committed drumm's cleanup patch that takes care of permission checks inside the config writing code, and some other fixes to get install etc. working again
-
- 07 Apr, 2010 1 commit
-
-
Adrian Rossouw authored
-
- 06 Apr, 2010 1 commit
-
-
Adrian Rossouw authored
This gets rid of the path function, and introduces method chaining for the file service, which results in far cleaner code.
-
- 28 Mar, 2010 1 commit
-
-
Adrian Rossouw authored
-
- 25 Mar, 2010 2 commits
-
- 04 Mar, 2010 1 commit
-
- 22 Feb, 2010 1 commit
-
- 11 Feb, 2010 1 commit
-
-
this branch was originally forked off an old git repository from when we were still on CVS. it was never rebased properly off the new repository and therefore had a complete duplicate of the history, so I had to delete the branch and reimported it as a single patch since it's not so big.
-
- 30 Jan, 2010 1 commit
-
-
anarcat authored
-
- 24 Jan, 2010 2 commits
-
- 21 Jan, 2010 1 commit
-
-
anarcat authored
-
- 18 Jan, 2010 3 commits
-
-
anarcat authored
this was failing because provision_path_unlink was checking the file existence (file_exists) before removing the symlink. in this case, the file really *didn't* exist because the link target was already removed. instead of checking, we just try to delete the file, if it fails, it will return false anyways. we do the same with rmdir while we're here. also make sure we work on the trimmed file path
-
this was failing because provision_path_unlink was checking the file existence (file_exists) before removing the symlink. in this case, the file really *didn't* exist because the link target was already removed. instead of checking, we just try to delete the file, if it fails, it will return false anyways. we do the same with rmdir while we're here. also make sure we work on the trimmed file path
-
Adrian Rossouw authored
this is pre-populated for the standard install profile in drupal 7, which is the upgrade path of the default install profile.
-
- 12 Jan, 2010 1 commit
-
-
Adrian Rossouw authored
The init and exit hooks were expecting to only be running on "provision *" commands, i modified them to run on "provision-*" commands instead.
-
- 07 Jan, 2010 1 commit
-
-
Adrian Rossouw authored
-
- 08 Dec, 2009 4 commits
-
- 18 Nov, 2009 1 commit
-
-
mig5 authored
#536100 by anarcat - add libraries folder to sites/all and sites/. see http://drupal.org/node/496240
-
- 17 Nov, 2009 1 commit
-
-
mig5 authored
-
- 16 Nov, 2009 1 commit
-
-
mig5 authored
-
- 05 Nov, 2009 1 commit
-
-
Adrian Rossouw authored
Abstracted the functionality to prepare the $_SERVER variable into provision_prepare_environment() and additionally fix migrations
-
- 23 Oct, 2009 2 commits
-
-
mig5 authored
-
Adrian Rossouw authored
-
- 19 Oct, 2009 1 commit
-
-
Adrian Rossouw authored
-
- 14 Oct, 2009 1 commit
-
-
Adrian Rossouw authored
Add provisional Drupal 7 support in for platform and site verification, site import and site deploy (meaning clone etc.). This is needed to test the migration for the updatedb command in drush HEAD, so migration of D7 sites wont work until we have a new drush out
-
- 28 Sep, 2009 2 commits
-
-
Adrian Rossouw authored
-
Adrian Rossouw authored
-