- 30 Jan, 2010 1 commit
-
-
anarcat authored
-
- 21 Jan, 2010 1 commit
-
-
anarcat authored
-
- 18 Jan, 2010 1 commit
-
-
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
-
- 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
-
- 07 Sep, 2009 1 commit
-
-
anarcat authored
-
- 28 Aug, 2009 1 commit
-
-
mig5 authored
-
- 13 Aug, 2009 1 commit
-
-
Adrian Rossouw authored
Set the umask in the settings.php file, so that directories created by the web server remain writable. Also chmod on the files directory is no longer generating an error. This is a critical issue that stopped verification, deleting and migration of any site with imagecache enabled. namely all open atrium sites. also fix #533034
-
- 01 Jul, 2009 1 commit
-
-
Adrian Rossouw authored
-
- 30 Jun, 2009 1 commit
-
-
Adrian Rossouw authored
Added chmod_recursive, chown_recursive and chgrp_recursive to provision_path, and also added -p to the tarball creation and extraction, to preserve permissions.
-
- 09 Jun, 2009 1 commit
-
- 22 Apr, 2009 2 commits
-
- 21 Apr, 2009 1 commit
-
-
Adrian Rossouw authored
-
- 17 Apr, 2009 2 commits
-
-
Adrian Rossouw authored
-
Adrian Rossouw authored
Fix up the alias handling some more, such as deleting the old aliases on delete and migrate. Also fixed the email routines to point to the right file now that the conditional includes are in their own directory
-
- 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)
-