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

Log of /contributions/modules/provision/platform/install.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.20 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 5 12:41:40 2009 UTC (2 weeks, 6 days ago) by adrian
Branch: MAIN
CVS Tags: DRUPAL-6--0-4-ALPHA3, HEAD
Changes since 1.19: +1 -4 lines
Diff to previous 1.19
Abstracted the functionality to prepare the $_SERVER variable into provision_prepare_environment() and additionally fix migrations

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 5 12:33:49 2009 UTC (2 weeks, 6 days ago) by adrian
Branch: MAIN
Changes since 1.18: +1 -2 lines
Diff to previous 1.18
Correct order of bootstrapping and pre-setting the $_SERVER array

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 5 09:46:10 2009 UTC (2 weeks, 6 days ago) by adrian
Branch: MAIN
Changes since 1.17: +7 -1 lines
Diff to previous 1.17
Small fix to how the site configuration is saved and also preload the $_SERVER variable during install task

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 19 16:05:18 2009 UTC (5 weeks, 2 days ago) by adrian
Branch: MAIN
Changes since 1.16: +2 -2 lines
Diff to previous 1.16
Initial D7 install task support. does not work due to exception handling issue in core

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 28 12:49:22 2009 UTC (2 months, 4 weeks ago) by mig5
Branch: MAIN
CVS Tags: DRUPAL-6--0-3, DRUPAL-6--0-4-ALPHA1, DRUPAL-6--0-4-ALPHA2
Changes since 1.15: +1 -1 lines
Diff to previous 1.15
#562144 by jonhattan - fix comments to refer to correct drush_invoke function

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 7 22:04:30 2009 UTC (6 months, 2 weeks ago) by adrian
Branch: MAIN
CVS Tags: DRUPAL-6--0-2, DRUPAL-6--0-2-BETA1, DRUPAL-6--0-2-RC1, DRUPAL-6--0-3-RC1, DRUPAL-6--0-3-RC2, DRUPAL-6--0-3-RC3, DRUPAL-6--0-3-RC4
Changes since 1.14: +8 -5 lines
Diff to previous 1.14
#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.14 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 4 15:07:29 2009 UTC (6 months, 3 weeks ago) by anarcat
Branch: MAIN
Changes since 1.13: +1 -1 lines
Diff to previous 1.13
remove last remaining status cruft

Closes: #275511

Revision 1.13 - (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.12: +2 -1 lines
Diff to previous 1.12
Fix the aliases functionality.

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 7 22:26:37 2009 UTC (7 months, 2 weeks ago) by adrian
Branch: MAIN
Changes since 1.11: +1 -1 lines
Diff to previous 1.11
Refactor to use the new drush conditional include api (#415108)

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

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 1 22:20:50 2009 UTC (7 months, 3 weeks ago) by anarcat
Branch: MAIN
Changes since 1.9: +5 -1 lines
Diff to previous 1.9
safety check in rollback: do not delete sites/$url if url is false
that was removing the whole sites directory on some weird error
conditions, see #421106

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

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 26 01:40:40 2009 UTC (8 months ago) by anarcat
Branch: MAIN
Changes since 1.7: +1 -1 lines
Diff to previous 1.7
follow the error API changes, see #411822

Revision 1.7 - (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.6: +5 -3 lines
Diff to previous 1.6
#411822 - refactor to use drush_bootstrap. This also should fix #408810.

Revision 1.6 - (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.5: +10 -10 lines
Diff to previous 1.5
#407334 - Refactor to use the drush_context API instead of passing a reference to the $args global

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 12 18:28:57 2009 UTC (8 months, 2 weeks ago) by anarcat
Branch: MAIN
Changes since 1.4: +1 -1 lines
Diff to previous 1.4
remove last occurence of provision_get_error(), replace by
drush_get_error()

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 4 16:16:14 2009 UTC (9 months, 2 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, 2 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: +4 -3 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