- Apr 20, 2011
-
-
anarcat authored
- Apr 19, 2011
- Apr 15, 2011
-
-
anarcat authored
-
-
-
Fix for Nginx configuration: if the file does not exist, send 404 error instead of back to parent location.
- Apr 13, 2011
-
-
Thomas Bosviel authored
-
Thomas Bosviel authored
-
- Apr 14, 2011
-
-
mig5 authored
-
anarcat authored
-
anarcat authored
-
anarcat authored
-
anarcat authored
This reverts commit f7a07113. The problem with this approach is that if we have sites in the platform and fail to verify it, removing the apache config would actually break the platform even more. We do not want that. What we want is a provision-install on platforms that can be rolled back properly too. It's harder than this.
-
anarcat authored
when drush make fails, the apache config is already created and wasn't cleaned up we hook into the rollback by adding a new magic hook through command_invoke() that will cascade through the current context and call the right rollback hook. we implement one for the platform, but we probably need to implement one for servers and sites too.
-
anarcat authored
this is to distinguish with the get_ip_certificate() (!!) function which is a real "get" whereas assign *does* something
-
- Apr 13, 2011
-
-
mig5 authored
-
anarcat authored
-
Steven Jones authored
Change the method of detecting if we should add the Aegir API version to the settings.php file.
-
- Apr 11, 2011
- Apr 08, 2011
-
-
anarcat authored
-
anarcat authored
-
anarcat authored
we rely on readlink -f, which is not really cross-platform, but the alternative is not supporting symlinks properly...
-
Thomas Bosviel authored
-
- Apr 07, 2011
-
-
anarcat authored
-
anarcat authored
-
anarcat authored
that way we do not need to check if the path is in the right directory at all, we just remove the link, who cares if it points to a place outside the site dir if we do not dereference it?
-
anarcat authored
improvements; * we close directories as we go * coding style
-
anarcat authored
-
anarcat authored
-
anarcat authored
-
anarcat authored
-
anarcat authored
-
- Apr 06, 2011
-