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

Log of /contributions/modules/provision/platform/provision_drupal.drush.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.46 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 18 00:23:00 2009 UTC (8 days, 20 hours ago) by mig5
Branch: MAIN
CVS Tags: HEAD
Changes since 1.45: +2 -1 lines
Diff to previous 1.45
#536100 by anarcat - add libraries folder to sites/all and sites/. see http://drupal.org/node/496240

Revision 1.45 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 17 12:02:57 2009 UTC (9 days, 8 hours ago) by mig5
Branch: MAIN
CVS Tags: DRUPAL-6--0-4-ALPHA3
Changes since 1.44: +2 -1 lines
Diff to previous 1.44
#595494 fix clone alias

Revision 1.44 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 16 00:35:36 2009 UTC (10 days, 20 hours ago) by mig5
Branch: MAIN
Changes since 1.43: +2 -6 lines
Diff to previous 1.43
#629042 by willieseabrook - fix invocation of provision_drupal_config hook for extra vhost settings

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

Revision 1.42 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 23 10:17:10 2009 UTC (4 weeks, 6 days ago) by mig5
Branch: MAIN
Changes since 1.41: +2 -2 lines
Diff to previous 1.41
properly escape a drush_scan_directory regex

Revision 1.41 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 23 07:27:12 2009 UTC (4 weeks, 6 days ago) by adrian
Branch: MAIN
Changes since 1.40: +4 -4 lines
Diff to previous 1.40
Bring in line with Drush upstream. Aegir now requires Drush HEAD

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

Revision 1.39 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 14 13:19:29 2009 UTC (6 weeks, 1 day ago) by adrian
Branch: MAIN
Changes since 1.38: +4 -6 lines
Diff to previous 1.38
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

Revision 1.38 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 28 16:40:07 2009 UTC (8 weeks, 3 days ago) by adrian
Branch: MAIN
CVS Tags: DRUPAL-6--0-4-ALPHA2
Changes since 1.37: +2 -2 lines
Diff to previous 1.37
another small schema version fix

Revision 1.37 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 28 16:03:01 2009 UTC (8 weeks, 3 days ago) by adrian
Branch: MAIN
Changes since 1.36: +11 -3 lines
Diff to previous 1.36
Fix some small issues with the schema version handling code

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

Revision 1.35 - (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
Changes since 1.34: +2 -2 lines
Diff to previous 1.34
#562144 by jonhattan - fix comments to refer to correct drush_invoke function

Revision 1.34 - (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.33: +3 -3 lines
Diff to previous 1.33
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.33 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 1 22:58:18 2009 UTC (4 months, 3 weeks ago) by adrian
Branch: MAIN
CVS Tags: DRUPAL-6--0-3-RC1, DRUPAL-6--0-3-RC2
Changes since 1.32: +2 -2 lines
Diff to previous 1.32
Fixed an error with provision verify i introduced alongside the chmod_recursive path function

Revision 1.32 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 30 01:28:53 2009 UTC (4 months, 4 weeks ago) by adrian
Branch: MAIN
Changes since 1.31: +4 -4 lines
Diff to previous 1.31
Added chmod_recursive, chown_recursive and chgrp_recursive to provision_path, and also added -p to the tarball creation and extraction, to preserve permissions.

Revision 1.31 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 9 22:42:40 2009 UTC (5 months, 2 weeks ago) by anarcat
Branch: MAIN
CVS Tags: DRUPAL-6--0-2
Changes since 1.30: +1 -2 lines
Diff to previous 1.30
#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

Revision 1.30 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 22 16:27:57 2009 UTC (7 months ago) by anarcat
Branch: MAIN
CVS Tags: DRUPAL-6--0-2-BETA1, DRUPAL-6--0-2-RC1
Changes since 1.29: +2 -2 lines
Diff to previous 1.29
oops, reversed the logic in the sites checking code

i'm rusty.

See: #441810

Revision 1.29 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 22 16:25:28 2009 UTC (7 months ago) by anarcat
Branch: MAIN
Changes since 1.28: +7 -4 lines
Diff to previous 1.28
do not consider sites/./settings.php and sites/../settings.php as
valid drupal sites

Closes: #441810

Revision 1.28 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 21 17:22:22 2009 UTC (7 months ago) by adrian
Branch: MAIN
Changes since 1.27: +2 -2 lines
Diff to previous 1.27
Fix the Array symlink creation on install and verify

Revision 1.27 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 17 18:45:24 2009 UTC (7 months, 1 week ago) by adrian
Branch: MAIN
CVS Tags: DRUPAL-5--0-2-ALPHA1
Changes since 1.26: +5 -2 lines
Diff to previous 1.26
initialize package arrays, save client email, load the right engine for packages

Revision 1.26 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 17 03:01:51 2009 UTC (7 months, 1 week ago) by adrian
Branch: MAIN
Changes since 1.25: +6 -11 lines
Diff to previous 1.25
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

Revision 1.25 - (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
Changes since 1.24: +19 -12 lines
Diff to previous 1.24
Fix the aliases functionality.

Revision 1.24 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 15 19:17:51 2009 UTC (7 months, 1 week ago) by adrian
Branch: MAIN
Changes since 1.23: +27 -20 lines
Diff to previous 1.23
Only do provision init stuff when the command is provision something

Revision 1.23 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 14 06:22:33 2009 UTC (7 months, 1 week ago) by adrian
Branch: MAIN
Changes since 1.22: +1 -2 lines
Diff to previous 1.22
#415152 - moved update command upstream to drush, now calling it via drush_backend_invoke. removing 1000 lines of code from provision. yay

Revision 1.22 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 7 22:56:34 2009 UTC (7 months, 2 weeks ago) by adrian
Branch: MAIN
Changes since 1.21: +1 -14 lines
Diff to previous 1.21
Move provision_errors_on, provision_errors_off and the update sql logging function upstream into drush.

Revision 1.21 - (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.20: +16 -5 lines
Diff to previous 1.20
Refactor to use the new drush conditional include api (#415108)

Revision 1.20 - (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.19: +3 -3 lines
Diff to previous 1.19
Move to drush_invoke instead of provision_invoke

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 3 23:05:45 2009 UTC (7 months, 3 weeks ago) by adrian
Branch: MAIN
Changes since 1.18: +18 -7 lines
Diff to previous 1.18
Added back some basic d7 support. updates are still broken tho

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 30 21:36:54 2009 UTC (7 months, 4 weeks ago) by adrian
Branch: MAIN
Changes since 1.17: +9 -1 lines
Diff to previous 1.17
#319270 - package dependency checking between platforms. some fixes to the site manifests

Revision 1.17 - (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.16: +108 -91 lines
Diff to previous 1.16
#368294 - replacement package checking functions.

Revision 1.16 - (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.15: +141 -1 lines
Diff to previous 1.15
#368294 - Modules are now correctly retrieved, still need to tackle themes. Also integrated cvs_deploy (#406796)

Revision 1.15 - (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.14: +6 -16 lines
Diff to previous 1.14
follow the error API changes, see #411822

Revision 1.14 - (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.13: +21 -8 lines
Diff to previous 1.13
#411822 - refactor to use drush_bootstrap. This also should fix #408810.

Revision 1.13 - (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.12: +44 -46 lines
Diff to previous 1.12
#407334 - Refactor to use the drush_context API instead of passing a reference to the $args global

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 5 19:05:10 2009 UTC (8 months, 3 weeks ago) by adrian
Branch: MAIN
Changes since 1.11: +2 -1 lines
Diff to previous 1.11
Some fixes

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 25 17:08:13 2009 UTC (9 months ago) by adrian
Branch: MAIN
Changes since 1.10: +1 -24 lines
Diff to previous 1.10
Move to using drush_backend_invoke. #380688

Revision 1.10 - (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.9: +4 -4 lines
Diff to previous 1.9
#374797 - move to drush_log and drush_set_error. Tackle all the PROVISION_*_ERROR constants

Revision 1.9 - (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.8: +43 -15 lines
Diff to previous 1.8
#374797 - move to drush_log and drush_set_error

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 13 17:29:11 2009 UTC (9 months, 1 week ago) by adrian
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7
Bring up to date with drupal-7.x-dev. The field module needs to be loaded too.

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 11 21:06:16 2009 UTC (9 months, 2 weeks ago) by anarcat
Branch: MAIN
Changes since 1.6: +3 -2 lines
Diff to previous 1.6
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

Revision 1.6 - (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.5: +10 -4 lines
Diff to previous 1.5
Migration from 5 to 6 to 7 now fully working. Still lacking dependency checking, so caveat emptor

Revision 1.5 - (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.4: +7 -5 lines
Diff to previous 1.4
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.4 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 3 01:23:34 2009 UTC (9 months, 3 weeks ago) by adrian
Branch: MAIN
Changes since 1.3: +4 -2 lines
Diff to previous 1.3
Fixed delete command

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 3 01:18:24 2009 UTC (9 months, 3 weeks ago) by adrian
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2
Removed any drupal api calls from all commands.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 3 00:36:02 2009 UTC (9 months, 3 weeks ago) by adrian
Branch: MAIN
Changes since 1.1: +1 -3 lines
Diff to previous 1.1
Something small i forgot to remove

Revision 1.1 - (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
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.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2