/[drupal]/contributions/modules/provision/platform/provision_drupal_settings.tpl.php
ViewVC logotype

Log of /contributions/modules/provision/platform/provision_drupal_settings.tpl.php

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 17 16:18:56 2009 UTC (9 days, 20 hours ago) by adrian
Branch: MAIN
CVS Tags: DRUPAL-6--0-4-ALPHA3, HEAD
Changes since 1.18: +4 -0 lines
Diff to previous 1.18
#632984 - provision migrate should put site offline during migration

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 29 17:21:05 2009 UTC (4 weeks ago) by adrian
Branch: MAIN
Changes since 1.17: +11 -6 lines
Diff to previous 1.17
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.

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 26 00:57:14 2009 UTC (3 months ago) by anarcat
Branch: MAIN
CVS Tags: DRUPAL-6--0-3, DRUPAL-6--0-4-ALPHA1, DRUPAL-6--0-4-ALPHA2
Changes since 1.16: +2 -2 lines
Diff to previous 1.16
#557990 by mig5 - fix parse error in template

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 25 17:42:52 2009 UTC (3 months ago) by adrian
Branch: MAIN
Changes since 1.15: +2 -2 lines
Diff to previous 1.15
#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

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 13 11:44:05 2009 UTC (3 months, 2 weeks ago) by adrian
Branch: MAIN
CVS Tags: DRUPAL-6--0-3-RC3, DRUPAL-6--0-3-RC4
Changes since 1.14: +6 -0 lines
Diff to previous 1.14
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

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 14 13:02:27 2009 UTC (4 months, 2 weeks ago) by adrian
Branch: MAIN
CVS Tags: DRUPAL-6--0-3-RC2
Changes since 1.13: +1 -1 lines
Diff to previous 1.13
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

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 24 01:33:51 2009 UTC (5 months ago) by anarcat
Branch: MAIN
CVS Tags: DRUPAL-6--0-3-RC1
Changes since 1.12: +1 -1 lines
Diff to previous 1.12
#494358 - fix site import for sites with funky characters in passwords

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 20 16:13:25 2009 UTC (8 months, 1 week ago) by adrian
Branch: MAIN
CVS Tags: DRUPAL-5--0-2-ALPHA1, DRUPAL-6--0-2, DRUPAL-6--0-2-BETA1, DRUPAL-6--0-2-RC1
Changes since 1.11: +2 -2 lines
Diff to previous 1.11
#407334 - Refactor to use the drush_context API instead of passing a reference to the $args global

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 4 14:09:28 2009 UTC (9 months, 3 weeks ago) by adrian
Branch: MAIN
Changes since 1.10: +8 -0 lines
Diff to previous 1.10
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.

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 3 00:34:11 2009 UTC (9 months, 3 weeks ago) by adrian
Branch: MAIN
Changes since 1.9: +2 -1 lines
Diff to previous 1.9
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.

Revision 1.9.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 11 00:27:41 2008 UTC (11 months, 2 weeks ago) by adrian
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--0-1, DRUPAL-6--0-1-RC1
Changes since 1.9: +2 -1 lines
Diff to previous 1.9 , to next main 1.19
Added extra_config handling to drupal settings.php file, mirrors the existing apache handling

Revision 1.8.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 11 00:26:46 2008 UTC (11 months, 2 weeks ago) by adrian
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--0-1, DRUPAL-5--0-1-RC1
Changes since 1.8.2.2: +2 -1 lines
Diff to previous 1.8.2.2 , to branch point 1.8 , to next main 1.19
Added extra_config handling to drupal settings.php file, mirrors the existing apache handling

Revision 1.8.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 2 23:00:41 2008 UTC (11 months, 3 weeks ago) by adrian
Branch: DRUPAL-5
Changes since 1.8.2.1: +5 -0 lines
Diff to previous 1.8.2.1 , to branch point 1.8
Merge all differences between d5 and d6 branches of provision

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 29 13:11:20 2008 UTC (12 months, 4 weeks ago) by adrian
Branch: MAIN
CVS Tags: DRUPAL-6--0-1-BETA2
Branch point for: DRUPAL-6--1
Changes since 1.8: +12 -12 lines
Diff to previous 1.8
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

Revision 1.8.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 29 13:07:33 2008 UTC (12 months, 4 weeks ago) by adrian
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--0-1-BETA2
Changes since 1.8: +12 -17 lines
Diff to previous 1.8
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

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 20 16:59:14 2008 UTC (13 months, 1 week ago) by adrian
Branch: MAIN
Branch point for: DRUPAL-5
Changes since 1.7: +2 -5 lines
Diff to previous 1.7
#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.

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 10 02:32:35 2008 UTC (13 months, 2 weeks ago) by adrian
Branch: MAIN
CVS Tags: DRUPAL-5--0-1-BETA1
Changes since 1.6: +3 -1 lines
Diff to previous 1.6
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

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 8 00:51:33 2008 UTC (13 months, 2 weeks ago) by adrian
Branch: MAIN
Changes since 1.5: +1 -1 lines
Diff to previous 1.5
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

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 7 22:56:24 2008 UTC (13 months, 2 weeks ago) by adrian
Branch: MAIN
Changes since 1.4: +1 -1 lines
Diff to previous 1.4
Some changes to how import handles install profiles. This is still a bit buggy.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 9 21:40:51 2008 UTC (16 months, 2 weeks ago) by adrian
Branch: MAIN
CVS Tags: DRUPAL-5--0-1-ALPHA3
Changes since 1.3: +46 -0 lines
Diff to previous 1.3
#275953 - add global configuration to settings.php. Files directory is now correctly configured for each site

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 4 20:04:59 2008 UTC (16 months, 3 weeks ago) by anarcat
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2
include the global.inc from the PROVISION_CONFIG_PATH, not the site directory. See #275953

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 12 19:19:51 2008 UTC (17 months, 2 weeks ago) by adrian
Branch: MAIN
CVS Tags: DRUPAL-5--0-1-ALPHA2
Changes since 1.1: +1 -1 lines
Diff to previous 1.1
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.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 13 00:16:37 2008 UTC (21 months, 2 weeks ago) by adrian
Branch: MAIN
CVS Tags: DRUPAL-5--0-1-ALPHA1
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.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2