/[drupal]/contributions/modules/hosting/hosting.install
ViewVC logotype

Log of /contributions/modules/hosting/hosting.install

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.31 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 12 00:58:57 2009 UTC (12 days, 9 hours ago) by adrian
Branch: MAIN
CVS Tags: DRUPAL-6--0-4-ALPHA3, HEAD
Changes since 1.30: +10 -1 lines
Diff to previous 1.30
Drastically reduce the amount of concurrent tasks so that system migrations no longer kill the server

Revision 1.30 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 11 23:12:44 2009 UTC (12 days, 11 hours ago) by adrian
Branch: MAIN
Changes since 1.29: +3 -1 lines
Diff to previous 1.29
add some additional logging to the upgrade process to provide more context

Revision 1.29 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 31 01:29:15 2009 UTC (3 weeks, 3 days ago) by adrian
Branch: MAIN
Changes since 1.28: +1 -69 lines
Diff to previous 1.28
#619322 - multiple instances of hosting_update_6001. sorry, this was an error i made when committing my last fixes. thanks omega8cc

Revision 1.28 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 29 17:15:04 2009 UTC (3 weeks, 4 days ago) by adrian
Branch: MAIN
Changes since 1.27: +52 -1 lines
Diff to previous 1.27
#613302 - slight validation change so that schema version in current release is used when schema version in target release not defined

Revision 1.27 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 29 17:10:29 2009 UTC (3 weeks, 4 days ago) by adrian
Branch: MAIN
Changes since 1.26: +57 -1 lines
Diff to previous 1.26
Reverify one platform and all sites, to make new mod_env mechanism for setting db details work. security fix

Revision 1.26 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 20 09:58:19 2009 UTC (5 weeks ago) by adrian
Branch: MAIN
Changes since 1.25: +10 -1 lines
Diff to previous 1.25
#605266 - add dependency to modalframe and jquery_ui and give some feedback on the task list being refreshed.

Revision 1.25 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 13 16:24:17 2008 UTC (12 months, 1 week ago) by adrian
Branch: MAIN
CVS Tags: DRUPAL-5--0-1, DRUPAL-5--0-1-RC1, DRUPAL-5--0-2, DRUPAL-5--0-2-ALPHA1, DRUPAL-5--0-2-BETA1, DRUPAL-5--0-2-RC1, DRUPAL-6--0-2-BETA1, DRUPAL-6--0-3, DRUPAL-6--0-3-RC1, DRUPAL-6--0-3-RC2, DRUPAL-6--0-3-RC3, DRUPAL-6--0-3-RC4, DRUPAL-6--0-4-ALPHA1, DRUPAL-6--0-4-ALPHA2
Branch point for: DRUPAL-5
Changes since 1.24: +15 -1 lines
Diff to previous 1.24
Hide hostmaster and hostslave install profiles to stop broken sites from being created

Revision 1.24 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 15 08:12:14 2008 UTC (13 months, 1 week ago) by adrian
Branch: MAIN
CVS Tags: DRUPAL-5--0-1-BETA2
Changes since 1.23: +4 -7 lines
Diff to previous 1.23
Another small issue

Revision 1.23 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 15 06:49:24 2008 UTC (13 months, 1 week ago) by adrian
Branch: MAIN
Changes since 1.22: +14 -12 lines
Diff to previous 1.22
Work on #319277 - updated all the .install files so that the deadwood module can succesfully do the schema API updates

Revision 1.22 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 18 04:24:04 2008 UTC (15 months, 1 week ago) by adrian
Branch: MAIN
CVS Tags: DRUPAL-5--0-1-BETA1
Changes since 1.21: +5 -0 lines
Diff to previous 1.21
Hiding of unsupported features.

Revision 1.21 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 3 02:06:14 2008 UTC (17 months, 3 weeks ago) by adrian
Branch: MAIN
CVS Tags: DRUPAL-5--0-1-ALPHA1, DRUPAL-5--0-1-ALPHA2, DRUPAL-5--0-1-ALPHA3
Changes since 1.20: +1 -143 lines
Diff to previous 1.20
Split up hosting.install into each of the modules. Also removed hosting_update_1 and hosting_update_2. We need to do this now, before we run into weird inconcistencies in the update system, because it doesnt know how to migrate to different modules

Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 24 20:50:42 2008 UTC (18 months ago) by anarcat
Branch: MAIN
Changes since 1.19: +1 -1 lines
Diff to previous 1.19
implement a real status field instead of the enabled field. Closes: #259382

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 13 00:16:56 2008 UTC (18 months, 1 week ago) by adrian
Branch: MAIN
Changes since 1.18: +7 -0 lines
Diff to previous 1.18
Add configuration for apache restart command

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 11 21:03:53 2008 UTC (19 months, 1 week ago) by anarcat
Branch: MAIN
Changes since 1.17: +6 -1 lines
Diff to previous 1.17
fix issue #239659: add the description column to the backup table

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 25 04:17:36 2008 UTC (20 months ago) by adrian
Branch: MAIN
Changes since 1.16: +42 -2 lines
Diff to previous 1.16
The verify step now returns information on all the the installed modules and profiles on the platform, and generates package and package release nodes for them, as well as populates a junction table relating modules to platforms. with some views integration, you will be able to see which sites have which modules installed, etc

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 21 17:31:59 2008 UTC (20 months ago) by adrian
Branch: MAIN
Changes since 1.15: +3 -1 lines
Diff to previous 1.15
Add tracking of backups that have been generated. First steps toward rollback functionality. Added lots of comments. Start work on dispatcher call for process management, so you have one (configurable) cron call that will run all the other queues for you.

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 21 15:22:57 2008 UTC (20 months ago) by adrian
Branch: MAIN
Changes since 1.14: +8 -0 lines
Diff to previous 1.14
phpdocs updates, and some slight code changes. start of rollback support on front end.

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 7 18:43:55 2008 UTC (20 months, 2 weeks ago) by adrian
Branch: MAIN
Changes since 1.13: +0 -1 lines
Diff to previous 1.13
remove ip address from db server record, not needed

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 7 18:03:33 2008 UTC (20 months, 2 weeks ago) by adrian
Branch: MAIN
Changes since 1.12: +6 -6 lines
Diff to previous 1.12
fix 4.1 mysql support

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 26 04:07:12 2008 UTC (20 months, 4 weeks ago) by adrian
Branch: MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11
remove nodequeue, token, install_profile api dependencies and fix drush_option call. still not calling backend correctly

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 26 03:06:10 2008 UTC (20 months, 4 weeks ago) by adrian
Branch: MAIN
Changes since 1.10: +8 -0 lines
Diff to previous 1.10
fix values generation. fix some form issues

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 26 01:27:31 2008 UTC (20 months, 4 weeks ago) by adrian
Branch: MAIN
Changes since 1.9: +1 -1 lines
Diff to previous 1.9
almost complete switch to drupal node types. start of configuration wizard. cleaned up admin section. some small documentation changes. backend integratiion is still untested. still need to add views argument support for fields (most important being on action rid relationship, so the actions_embed view works)

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 12 03:24:50 2008 UTC (21 months, 1 week ago) by adrian
Branch: MAIN
Changes since 1.8: +54 -297 lines
Diff to previous 1.8
This is an in between commit. It probably doesn't even run. I am committing now because I never want to have to do this change again , ever. I have completely removed the dependency on all cck modules, and am about 3/4 of the way in porting all the node types and behaviours from cck + weird helper functions to standard module defined node types, which has simplified the code immensely.

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 11 16:52:39 2008 UTC (21 months, 1 week ago) by adrian
Branch: MAIN
Changes since 1.7: +29 -41 lines
Diff to previous 1.7
In progress commit. Remove dependency on date module. Lots of help additions. Added verify step so the back end (mostly) configures itself

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 20 20:27:27 2008 UTC (22 months ago) by adrian
Branch: MAIN
Changes since 1.6: +35 -22 lines
Diff to previous 1.6
modified the data structure to introduce the concept of platforms, updated documentation, throw error when drush command doesnt return a serialized array, fixed some other things here and there

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 19 08:01:48 2008 UTC (22 months ago) by adrian
Branch: MAIN
Changes since 1.5: +49 -3 lines
Diff to previous 1.5
much updated for friendlier initial interface, with documentation to be integrated

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 19 04:32:41 2008 UTC (22 months ago) by adrian
Branch: MAIN
Changes since 1.4: +3 -10 lines
Diff to previous 1.4
fix display of dates on action nodes, correct usage of timestamps, and some other small fixes

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 17 21:13:11 2008 UTC (22 months, 1 week ago) by adrian
Branch: MAIN
Changes since 1.3: +7 -0 lines
Diff to previous 1.3
simple form to request backups, and tentative support for cck_fullname 1.5 (mostly untested)

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 17 13:52:06 2008 UTC (22 months, 1 week ago) by adrian
Branch: MAIN
Changes since 1.2: +1 -1 lines
Diff to previous 1.2
some small syntax changes

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 13 21:37:21 2008 UTC (22 months, 1 week ago) by adrian
Branch: MAIN
Changes since 1.1: +123 -63 lines
Diff to previous 1.1
Removed all serialized strings in install file by switching to some simple crud functions, to allow for easier debugging

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 7 16:57:43 2008 UTC (22 months, 2 weeks ago) by adrian
Branch: MAIN
initial commit of hosting module, which provides the back end functionality for the provisioning framework

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