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
#595494 fix clone alias
#629042 by willieseabrook - fix invocation of provision_drupal_config hook for extra vhost settings
Abstracted the functionality to prepare the $_SERVER variable into provision_prepare_environment() and additionally fix migrations
properly escape a drush_scan_directory regex
Bring in line with Drush upstream. Aegir now requires Drush HEAD
Initial D7 install task support. does not work due to exception handling issue in core
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
another small schema version fix
Fix some small issues with the schema version handling code
#535098 - enable domain redirection in the backend
#562144 by jonhattan - fix comments to refer to correct drush_invoke function
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
Fixed an error with provision verify i introduced alongside the chmod_recursive path function
Added chmod_recursive, chown_recursive and chgrp_recursive to provision_path, and also added -p to the tarball creation and extraction, to preserve permissions.
#486718 by anarcat - split up admin account creation from email sendout so that it works even if client_email is not set. while i'm here, fix up the bootstrap sequence in deploy
oops, reversed the logic in the sites checking code i'm rusty. See: #441810
do not consider sites/./settings.php and sites/../settings.php as valid drupal sites Closes: #441810
Fix the Array symlink creation on install and verify
initialize package arrays, save client email, load the right engine for packages
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
Fix the aliases functionality.
Only do provision init stuff when the command is provision something
#415152 - moved update command upstream to drush, now calling it via drush_backend_invoke. removing 1000 lines of code from provision. yay
Move provision_errors_on, provision_errors_off and the update sql logging function upstream into drush.
Refactor to use the new drush conditional include api (#415108)
Move to drush_invoke instead of provision_invoke
Added back some basic d7 support. updates are still broken tho
#319270 - package dependency checking between platforms. some fixes to the site manifests
#368294 - replacement package checking functions.
#368294 - Modules are now correctly retrieved, still need to tackle themes. Also integrated cvs_deploy (#406796)
follow the error API changes, see #411822
#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
Some fixes
Move to using drush_backend_invoke. #380688
#374797 - move to drush_log and drush_set_error. Tackle all the PROVISION_*_ERROR constants
#374797 - move to drush_log and drush_set_error
Bring up to date with drupal-7.x-dev. The field module needs to be loaded too.
set the settings.php group based on the web_group defined on the platform args instead of the predefined default group this is required for the ITK extensions See: #334416
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.
Fixed delete command
Removed any drupal api calls from all commands.
Something small i forgot to remove
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.
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 |