- 16 Apr, 2010 1 commit
-
- 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
-
- 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
-