Parent Directory
|
Revision Log
|
Revision Graph
| Links to HEAD: | (view) (download) (as text) (annotate) |
| Sticky Tag: |
#632984 - provision migrate should put site offline during migration
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.
#557990 by mig5 - fix parse error in template
#557990 - hard code the file directory path based on the $site_url , no longer relying on conf_path which changes when accessed from aliased sites
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
Fix an error in the population of the database url, that was getting triggered during import of sites that have non matching user names and database names
#494358 - fix site import for sites with funky characters in passwords
#407334 - Refactor to use the drush_context API instead of passing a reference to the $args global
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.
Added extra_config handling to drupal settings.php file, mirrors the existing apache handling
Added extra_config handling to drupal settings.php file, mirrors the existing apache handling
Merge all differences between d5 and d6 branches of provision
Stop ini_set warnings on import by adding @ to the calls in the template file (all sites will need to be synched for this to take effect), and closedir after reading all the sites
Stop ini_set warnings on import by adding @ to the calls in the template file (all sites will need to be synched for this to take effect), and closedir after reading all the sites
#321942 (primarily) - working config file generation and synch command. Also cleaned up variables passed to the system so the site_ prefix is no longer used.
L10n support for install profiles. Detects and installs sites using the available languages correctly. Does not currently detect the language of installed sites correctly. Will fix this along with #319299 momentarily
Almost installs profiles now, but there is a major problem creating sites that have the views module in the profile, as there is a code conflict
Some changes to how import handles install profiles. This is still a bit buggy.
#275953 - add global configuration to settings.php. Files directory is now correctly configured for each site
include the global.inc from the PROVISION_CONFIG_PATH, not the site directory. See #275953
More work towards restore functionality. Moved the mysql utility functions to provision_mysql.inc, and the help stuff to it's own include too. Made more constants to replace the various helper functions, still need to document them. Replaced all references to db_username with db_user, which is consistent with everywhere else in the system.
Clean up extreme file clutter in provision module.
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 |