- 18 Jan, 2010 1 commit
-
-
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
-
- 13 Jan, 2010 2 commits
-
- 12 Jan, 2010 2 commits
-
-
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.
-
Adrian Rossouw authored
changed all instances of drush_backend_invoke and drush_invoke to match the new command names.
-
- 07 Jan, 2010 4 commits
- 23 Dec, 2009 1 commit
-
-
Adrian Rossouw authored
-
- 17 Dec, 2009 3 commits
-
-
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.
-
- 16 Dec, 2009 3 commits
- 14 Dec, 2009 2 commits
-
- 10 Dec, 2009 2 commits
-
- 08 Dec, 2009 6 commits
-
- 05 Dec, 2009 1 commit
-
- 20 Nov, 2009 4 commits
-
-
Adrian Rossouw authored
- 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 5 commits
-
-
Adrian Rossouw authored
-
Adrian Rossouw authored
-
Adrian Rossouw authored
-
Adrian Rossouw authored
-
mig5 authored
-
- 16 Nov, 2009 1 commit
-
-
mig5 authored
-
- 13 Nov, 2009 2 commits
-
-
Adrian Rossouw authored
Do not create the platform_.conf file if no platform ID is present. this resolves the last minor issue with the upgrade path
-
anarcat authored
files url stay consistent across site renames and clones
-