Parent Directory
|
Revision Log
|
Revision Graph
| Links to HEAD: | (view) (download) (as text) (annotate) |
| Sticky Tag: |
#536100 by anarcat - add libraries folder to sites/all and sites/. see http://drupal.org/node/496240
#275022 - add a /files -> /sites/fqdn/files rewrite rules so that files url stay consistent across site renames and clones
Abstracted the functionality to prepare the $_SERVER variable into provision_prepare_environment() and additionally fix migrations
Use apaches mod_env to set the database credentials in the virtualhost file, so that they are only accessible inside a specific process. the $_SERVER values are now bootstrapped in the verify site process and the config file rewritten, so that you can now safely verify a site. the $_SERVER values are stored inside the site drushrc.php so that normal drush commands will continue to operate as they would. The open_basedir directive is commented out until we can resolve issues with it.
restrict sites to their platforms as another security layer this also makes sure that ~/config/includes/global.inc exists so that open_basedir checks don't break this is just a quick workaround to make sure sites can't access the aegir site database, which should be kept in a separate platform Spotted and original patch by: emspace
#588042 - more permissive permissions so that the global.inc file works
#535098 - enable domain redirection in the backend
Replace some old constants with strings
fix message that appears when the backup path fails to be created
#456622 - ensure that drush_invoke operates in a clean namespace and does not mistake drupal hooks as its own. Check the issue for the conversion script.
Fix the aliases functionality.
Missed an instance of provision_errors_on
Move to drush_invoke instead of provision_invoke
Verify now turns errors on
#368294 - replacement package checking functions.
#368294 - Modules are now correctly retrieved, still need to tackle themes. Also integrated cvs_deploy (#406796)
stop reading .htaccesses to improve performance and security. Closes: #384972
rename the vhost_config hook to apache_vhost_config host and create a apache_dir_config hook to add configuration to the platformwide apache configuration include a basic .htacces configuration there, but still allow the .htaccess to override while i do some tests See: #384972
#411822 - refactor to use drush_bootstrap. This also should fix #408810.
#407334 - Refactor to use the drush_context API instead of passing a reference to the $args global
#374797 - move to drush_log and drush_set_error. Tackle all the PROVISION_*_ERROR constants
#374797 - move to drush_log and drush_set_error
Migration from 5 to 6 to 7 now fully working. Still lacking dependency checking, so caveat emptor
Provide a layer of conditional includes for specific Drupal versions. One provision install can now drive Drupal 5, 6 and 7 platforms, without needing anything additional downloaded.
Synched head with d6 branch. Works with drush 2.x and no longer needs to be enabled on a site, as it is no longer a module. Hosting has not been updated to point to the right place per server, so you have to create the symlink to the central drush.php yourself. I have not sorted out the version specific stuff yet either.
First import of the basis of the 0.2 release of provision. This version has a much cleaner api, through the dynamic inclusion of <command>.provision.inc files , which any module can overload. Each of these files has the exact same structure, and thus it is much clearer what happens when, and much much simpler to document / extend. I also removed all the drupal dependencies i could find, in preperation for moving to a version agnostic drush, for all buy provision_drupal (which is going to be spun off into a different project). This also includes a working update command, and keeps track of the modules installed on a site after every verify / upgrade process. This information is not being tracked in hosting, yet
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |