/[drupal]/contributions/modules/provision/platform/verify.provision.inc
ViewVC logotype

Log of /contributions/modules/provision/platform/verify.provision.inc

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.26 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 18 00:23:00 2009 UTC (10 days, 19 hours ago) by mig5
Branch: MAIN
CVS Tags: HEAD
Changes since 1.25: +18 -0 lines
Diff to previous 1.25
#536100 by anarcat - add libraries folder to sites/all and sites/. see http://drupal.org/node/496240

Revision 1.25 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 13 04:30:50 2009 UTC (2 weeks, 1 day ago) by anarcat
Branch: MAIN
CVS Tags: DRUPAL-6--0-4-ALPHA3
Changes since 1.24: +3 -0 lines
Diff to previous 1.24
#275022 - add a /files -> /sites/fqdn/files rewrite rules so that
files url stay consistent across site renames and clones

Revision 1.24 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 5 12:41:40 2009 UTC (3 weeks, 2 days ago) by adrian
Branch: MAIN
Changes since 1.23: +2 -5 lines
Diff to previous 1.23
Abstracted the functionality to prepare the $_SERVER variable into provision_prepare_environment() and additionally fix migrations

Revision 1.23 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 29 17:21:05 2009 UTC (4 weeks, 2 days ago) by adrian
Branch: MAIN
Changes since 1.22: +9 -2 lines
Diff to previous 1.22
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.22 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 29 02:21:59 2009 UTC (4 weeks, 2 days ago) by anarcat
Branch: MAIN
Changes since 1.21: +11 -0 lines
Diff to previous 1.21
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

Revision 1.21 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 29 21:37:21 2009 UTC (8 weeks, 3 days ago) by anarcat
Branch: MAIN
CVS Tags: DRUPAL-6--0-4-ALPHA2
Changes since 1.20: +1 -1 lines
Diff to previous 1.20
#588042 - more permissive permissions so that the global.inc file works

Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 7 14:11:41 2009 UTC (2 months, 3 weeks ago) by anarcat
Branch: MAIN
CVS Tags: DRUPAL-6--0-4-ALPHA1
Changes since 1.19: +1 -0 lines
Diff to previous 1.19
#535098 - enable domain redirection in the backend

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 8 19:10:33 2009 UTC (5 months, 2 weeks ago) by adrian
Branch: MAIN
CVS Tags: DRUPAL-6--0-2, DRUPAL-6--0-3, DRUPAL-6--0-3-RC1, DRUPAL-6--0-3-RC2, DRUPAL-6--0-3-RC3, DRUPAL-6--0-3-RC4
Changes since 1.18: +1 -1 lines
Diff to previous 1.18
Replace some old constants with strings

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 4 21:32:26 2009 UTC (5 months, 3 weeks ago) by anarcat
Branch: MAIN
Changes since 1.17: +1 -1 lines
Diff to previous 1.17
fix message that appears when the backup path fails to be created

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 7 22:04:30 2009 UTC (6 months, 3 weeks ago) by adrian
Branch: MAIN
CVS Tags: DRUPAL-6--0-2-BETA1, DRUPAL-6--0-2-RC1
Changes since 1.16: +3 -3 lines
Diff to previous 1.16
#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.

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 16 23:58:24 2009 UTC (7 months, 1 week ago) by adrian
Branch: MAIN
CVS Tags: DRUPAL-5--0-2-ALPHA1
Changes since 1.15: +1 -0 lines
Diff to previous 1.15
Fix the aliases functionality.

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 7 23:00:08 2009 UTC (7 months, 3 weeks ago) by adrian
Branch: MAIN
Changes since 1.14: +1 -1 lines
Diff to previous 1.14
Missed an instance of provision_errors_on

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 6 17:45:54 2009 UTC (7 months, 3 weeks ago) by adrian
Branch: MAIN
Changes since 1.13: +1 -1 lines
Diff to previous 1.13
Move to drush_invoke instead of provision_invoke

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 3 17:26:38 2009 UTC (7 months, 3 weeks ago) by adrian
Branch: MAIN
Changes since 1.12: +1 -1 lines
Diff to previous 1.12
Verify now turns errors on

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 28 17:35:46 2009 UTC (8 months ago) by adrian
Branch: MAIN
Changes since 1.11: +4 -12 lines
Diff to previous 1.11
#368294 - replacement package checking functions.

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 27 23:21:36 2009 UTC (8 months ago) by adrian
Branch: MAIN
Changes since 1.10: +3 -1 lines
Diff to previous 1.10
#368294 - Modules are now correctly retrieved, still need to tackle themes. Also integrated cvs_deploy (#406796)

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 26 04:02:10 2009 UTC (8 months ago) by anarcat
Branch: MAIN
Changes since 1.9: +4 -0 lines
Diff to previous 1.9
stop reading .htaccesses to improve performance and security. Closes: #384972

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 26 03:22:14 2009 UTC (8 months ago) by anarcat
Branch: MAIN
Changes since 1.8: +89 -0 lines
Diff to previous 1.8
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

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 24 16:52:35 2009 UTC (8 months ago) by adrian
Branch: MAIN
Changes since 1.7: +9 -6 lines
Diff to previous 1.7
#411822 - refactor to use drush_bootstrap. This also should fix #408810.

Revision 1.7 - (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
Changes since 1.6: +19 -17 lines
Diff to previous 1.6
#407334 - Refactor to use the drush_context API instead of passing a reference to the $args global

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 22 23:11:24 2009 UTC (9 months ago) by adrian
Branch: MAIN
Changes since 1.5: +1 -1 lines
Diff to previous 1.5
#374797 - move to drush_log and drush_set_error. Tackle all the PROVISION_*_ERROR constants

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 22 22:43:57 2009 UTC (9 months ago) by adrian
Branch: MAIN
Changes since 1.4: +1 -1 lines
Diff to previous 1.4
#374797 - move to drush_log and drush_set_error

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 4 16:16:14 2009 UTC (9 months, 3 weeks ago) by adrian
Branch: MAIN
Changes since 1.3: +1 -1 lines
Diff to previous 1.3
Migration from 5 to 6 to 7 now fully working. Still lacking dependency checking, so caveat emptor

Revision 1.3 - (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.2: +2 -3 lines
Diff to previous 1.2
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.2 - (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.1: +9 -9 lines
Diff to previous 1.1
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.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 9 02:17:49 2008 UTC (11 months, 2 weeks ago) by adrian
Branch: MAIN
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.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2