/[drupal]/contributions/modules/provision/web_server/provision_apache.drush.inc
ViewVC logotype

Log of /contributions/modules/provision/web_server/provision_apache.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.27 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 15 10:37:38 2009 UTC (6 weeks ago) by mig5
Branch: MAIN
CVS Tags: DRUPAL-6--0-4-ALPHA3, HEAD
Changes since 1.26: +2 -2 lines
Diff to previous 1.26
#605194 - only explode the aliases string if it exists, so a blank ServerAlias isn't generated in the vhost on Disabling of a site. Move the ServerAlias line if it's going to exist, above the RewriteRule, to be consistent with the standard vhost template

Revision 1.26 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 14 11:40:25 2009 UTC (2 months, 1 week ago) by anarcat
Branch: MAIN
CVS Tags: DRUPAL-6--0-4-ALPHA1, DRUPAL-6--0-4-ALPHA2
Changes since 1.25: +2 -2 lines
Diff to previous 1.25
silence some warnings

Revision 1.25 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 11 20:56:33 2009 UTC (2 months, 2 weeks ago) by anarcat
Branch: MAIN
Changes since 1.24: +2 -2 lines
Diff to previous 1.24
fix port validation (typo)

Revision 1.24 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 11 20:40:28 2009 UTC (2 months, 2 weeks ago) by anarcat
Branch: MAIN
Changes since 1.23: +3 -2 lines
Diff to previous 1.23
delete redirection vhost when deleting ssl vhost

Revision 1.23 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 11 20:34:29 2009 UTC (2 months, 2 weeks ago) by anarcat
Branch: MAIN
Changes since 1.22: +13 -2 lines
Diff to previous 1.22
properly delete the right virtual host file

Revision 1.22 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 11 20:31:16 2009 UTC (2 months, 2 weeks ago) by anarcat
Branch: MAIN
Changes since 1.21: +35 -1 lines
Diff to previous 1.21
add proper phpdoc

Revision 1.21 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 11 20:31:04 2009 UTC (2 months, 2 weeks ago) by anarcat
Branch: MAIN
Changes since 1.20: +20 -1 lines
Diff to previous 1.20
document the vhost API better

Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 11 20:30:46 2009 UTC (2 months, 2 weeks ago) by anarcat
Branch: MAIN
Changes since 1.19: +2 -2 lines
Diff to previous 1.19
enforce a valid port in configuration files

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 11 20:30:34 2009 UTC (2 months, 2 weeks ago) by anarcat
Branch: MAIN
Changes since 1.18: +14 -2 lines
Diff to previous 1.18
create configuration files named after url_port instead of just url

the rationale here is that we can have different sites on different
ports that will be generated at different times, so we will not be
able to generate a full config file for all ports in one pass

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 7 14:11:42 2009 UTC (2 months, 2 weeks ago) by anarcat
Branch: MAIN
Changes since 1.17: +12 -2 lines
Diff to previous 1.17
#535098 - enable domain redirection in the backend

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 7 13:11:56 2009 UTC (2 months, 2 weeks ago) by anarcat
Branch: MAIN
Changes since 1.16: +18 -1 lines
Diff to previous 1.16
#515052 by David Goode and me - allow arbitrary ports in the backend

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 28 13:08:41 2009 UTC (2 months, 4 weeks ago) by mig5
Branch: MAIN
CVS Tags: DRUPAL-6--0-3
Changes since 1.15: +1 -3 lines
Diff to previous 1.15
clean up whitespace I missed in last commit

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 28 13:01:01 2009 UTC (2 months, 4 weeks ago) by mig5
Branch: MAIN
Changes since 1.14: +30 -25 lines
Diff to previous 1.14
#562164 by jonhattan - add conditional to _init functions to check command being run is provision

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 16 23:58:26 2009 UTC (7 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, DRUPAL-6--0-3-RC1, DRUPAL-6--0-3-RC2, DRUPAL-6--0-3-RC3, DRUPAL-6--0-3-RC4
Changes since 1.13: +5 -1 lines
Diff to previous 1.13
Fix the aliases functionality.

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 16 23:03:57 2009 UTC (7 months, 1 week ago) by adrian
Branch: MAIN
Changes since 1.12: +3 -3 lines
Diff to previous 1.12
Fix up the error redirect url

Revision 1.12 - (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.11: +2 -2 lines
Diff to previous 1.11
Move to drush_invoke instead of provision_invoke

Revision 1.11 - (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.10: +2 -5 lines
Diff to previous 1.10
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.10 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 26 02:37:59 2009 UTC (8 months ago) by anarcat
Branch: MAIN
Changes since 1.9: +15 -8 lines
Diff to previous 1.9
factor out a common apache config file writing routine

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 26 02:25:19 2009 UTC (8 months ago) by anarcat
Branch: MAIN
Changes since 1.8: +8 -1 lines
Diff to previous 1.8
start work on #384972: create a basic apache configuration file on platform verification

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: +3 -3 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: +37 -1 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: +12 -11 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]
Sun Feb 22 23:11:24 2009 UTC (9 months ago) by adrian
Branch: MAIN
Changes since 1.4: +3 -3 lines
Diff to previous 1.4
#374797 - move to drush_log and drush_set_error. Tackle all the PROVISION_*_ERROR constants

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

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 22 02:25:45 2009 UTC (9 months ago) by adrian
Branch: MAIN
Changes since 1.2: +2 -1 lines
Diff to previous 1.2
Better defaults, remove setup command. and test the switch to drush_bootstrap_full()

Revision 1.2 - (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.1: +2 -2 lines
Diff to previous 1.1
Removed any drupal api calls from all commands.

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