Download & Extend

Releases for Hosting

hosting 6.x-0.4-alpha3

Download Size md5 hash
hosting-6.x-0.4-alpha3.tar.gz 119.84 KB ba3f25199aacdb6c2a0f7e6af947bf81
hosting-6.x-0.4-alpha3.zip 146.73 KB 44513bde9ece26323e0c9a0900992014
Last updated: December 24, 2010 - 23:08
Official release from tag: 6.x-0.4-alpha3

Release notes

This is the third alpha for the 0.4 release of the Aegir hosting system.

  • several user interface improvements.
  • Added dependencies to drush make, modalframe and jquery ui
  • Only a single task node is managed for each task type related to each entity. Multiple tasks are handled through node revisions.
  • We now have a managed upgrade path through the 'hostmaster migrate' command.
  • Primitive support for Drupal7
  • Rewrote install script and documentation
  • Backup performance improvements
  • Backup file name changed to include the time
  • One-time login link directly available in the frontend, new password reset
  • Do not store passwords in settings.php for added security (it's now stored in the vhost)
  • Put the site offline during migration #632984
  • #595494 fix clone alias
  • Reduce the number of parallel tasks to avoid killing the server under heavy task load
  • API change: drop the redundant hosting_task_queue table
  • Tasks have now performance measurements that tell how much time it took

hosting 6.x-0.4-alpha2

Download Size md5 hash
hosting-6.x-0.4-alpha2.tar.gz 95.14 KB d0be0ef7d76adb58c59f808867213ddf
hosting-6.x-0.4-alpha2.zip 124.62 KB 9b0a5e6115f3751798aa6bd21e6743b3
Last updated: December 24, 2010 - 23:08
Official release from tag: 6.x-0.4-alpha2

Release notes

Hosting is a component of the Aegir hosting system.

This is the second release of the 0.4 milestone. Many bug fixes have gone in since alpha1, plus a stack of exciting new features.

New features:

* refactor the package comparison user interface in migrate #583844: Refactor the package comparison user interface
* batch migrate of sites between platforms #587308: Batch migrate sites between platforms.

Bugfixes:
* spotted by voipfc - add missing curly brackets around tables in hosting_platform_load() #581420: Error in hosting platform_load()
* univate - replaced drupal_to_js with drupal_json #588724: Replace drupal_to_js with drupal_json
* spotted by kunago - set a default port for imported sites #588072: Ports not being set neither for imported sites nor for the aegir site
* don't render Submit button on batch migrate form if no other platforms exist, friendlier message #593758: Batch migrate form renders Submit and gives misleading form_set_error if no other platforms exist
* fix regression that prevented Clone of a site to the current platform #593880: Validation prevents clone to the current platform

hosting 6.x-0.4-alpha1

Download Size md5 hash
hosting-6.x-0.4-alpha1.tar.gz 90.65 KB 54b49f46b9ae2a97afc75b99ef3fa0c7
hosting-6.x-0.4-alpha1.zip 118.4 KB 8e14bbb5e9d652d297432b1fb2983392
Last updated: December 24, 2010 - 23:08
Official release from tag: 6.x-0.4-alpha1

Release notes

Hosting is a component of the Aegir hosting system.

This is the first release of the 0.4 milestone. The frontend has seen a few bugfixes but mostly the beginning of exciting new features.

New features:

* site clone support #448692: site clone support
* SSL support (no certificate management yet) #537004: "SSL site" option
* arbitrary port support #515052: Customizable port field per site
* domain redirection #535098: domain redirection

Bugfixes:
* pass extra attributes to hosting_site_form so hosting_site_update doesn't send null parameters to the db #576822: Adding a site alias disables the site
* calculate the number of sites to run cron on properly from enabled sites in hosting_site table #576814: Cron queue not getting cleaned
* enable dependent modules in features, but don't disable features that have dependencies #573438: Proper dependency management in features
* properly hide the Delete button on site node forms except for sites already deleted properly #564038: Make deletion of sites/platforms consistent (Node deletion or Delete task)
* stronger migration validation for platforms with no possible targets. thanks mig5 #558628: Form to migrate from current platform to current platform submits, and shouldn't

API change: more parameters to domain validation

instead of just passing nid and port, we now pass an array of
parameters, which will usually be a array version of the node object.

hooks can now validate against a client and such.

now we are certain that client A cannot create a site on a different

Read more

hosting 6.x-0.3

Download Size md5 hash
hosting-6.x-0.3.tar.gz 87.14 KB 16713aa366315ca9b73210e66ef6ba0b
hosting-6.x-0.3.zip 111.84 KB cbf5aa6a5a9547b4805e0a8f846b2dcc
Last updated: December 24, 2010 - 23:08
Official release from tag: 6.x-0.3

Release notes

Hosting is a component of the Aegir hosting system.

Ægir is a set of contributed modules for Drupal that aims to solve the problem of managing a large number of Drupal sites. It does this by providing you with a simple Drupal based hosting front end for your entire network of sites. To deploy a new site you simply have to create a new Site node. To backup or upgrade sites, you simply manage your site nodes as you would any other node.

This is the final 0.3 release. This release is a maintenance release and the only project goal is the porting of Aegir 0.2 to Drupal 6. As such the code base is feature complete with the aims of the 0.2 release, but a lot of testing and debugging of the codebase has happened since the last full release which makes 0.3 probably the most tested and polished release of Aegir.

Read more

hosting 6.x-0.3-rc4

Download Size md5 hash
hosting-6.x-0.3-rc4.tar.gz 86.87 KB 180802e9c09264158b841a096766cbc9
hosting-6.x-0.3-rc4.zip 111.55 KB 7884225b745f9ef575eab76b916f60ac
Last updated: December 24, 2010 - 23:08
Official release from tag: 6.x-0.3-rc4

Release notes

Hosting is a component of the Aegir hosting system.

Ægir is a set of contributed modules for Drupal that aims to solve the problem of managing a large number of Drupal sites. It does this by providing you with a simple Drupal based hosting front end for your entire network of sites. To deploy a new site you simply have to create a new Site node. To backup or upgrade sites, you simply manage your site nodes as you would any other node.

This is the third release candidate of the 0.3 branch. This release is a maintenance release and the only project goal is the porting of Aegir 0.2 to Drupal 6. As such the code base is already feature complete and only bug fixes will be accepted before the final release is made.

Fixes in this release include :
- fix lots of documentation: #553230: INSTALL.txt documentation fixes / changes / improvements, #553202: Hosting 'Initial Setup' drush command requires --uri parameter or else looks up sites/default/settings.php, #550352: Documentation of install need some work and clean up
- fix tasks permission: #535562: Hosting task permissions not working
- fix add site tab in client form #525676: add site interface in client broken by drupal 6 upgrade

hosting 6.x-0.3-rc3

Download Size md5 hash
hosting-6.x-0.3-rc3.tar.gz 86.69 KB 0c6be228c154d6d3e3a2459083b8363f
hosting-6.x-0.3-rc3.zip 111.28 KB 8af0b29102dc50fad5c1b0becb62b111
Last updated: December 24, 2010 - 23:08
Official release from tag: 6.x-0.3-rc3

Release notes

Hosting is a component of the Aegir hosting system.

Ægir is a set of contributed modules for Drupal that aims to solve the problem of managing a large number of Drupal sites. It does this by providing you with a simple Drupal based hosting front end for your entire network of sites. To deploy a new site you simply have to create a new Site node. To backup or upgrade sites, you simply manage your site nodes as you would any other node.

This is the third release candidate of the 0.3 branch. This release is a maintenance release and the only project goal is the porting of Aegir 0.2 to Drupal 6. As such the code base is already feature complete and only bug fixes will be accepted before the final release is made.

Fixes in this release include :
- Various fixes in install.sh.txt to automate aegir installation on a debian/ubuntu host
- Fixed a critical error related to file permissions. see: http://groups.drupal.org/node/24854#fileperms

hosting 6.x-0.3-rc2

Download Size md5 hash
hosting-6.x-0.3-rc2.tar.gz 93.37 KB f0a163c1c153cac6ebae9c019b3a6dd9
hosting-6.x-0.3-rc2.zip 116.81 KB c2712091173b948945380c5066b5f4f6
Last updated: December 24, 2010 - 23:08
Official release from tag: 6.x-0.3-rc2

Release notes

Hosting is a component of the Aegir hosting system.

Ægir is a set of contributed modules for Drupal that aims to solve the problem of managing a large number of Drupal sites. It does this by providing you with a simple Drupal based hosting front end for your entire network of sites. To deploy a new site you simply have to create a new Site node. To backup or upgrade sites, you simply manage your site nodes as you would any other node.

This is the second release candidate of the 0.3 branch. This release is a maintenance release and the only project goal is the porting of Aegir 0.2 to Drupal 6. As such the code base is already feature complete and only bug fixes will be accepted before the final release is made.

Fixes in this release include :
- Removal of old database and credentials after site has been migrated
- Signup form has been fixed

hosting 6.x-0.3-rc1

Download Size md5 hash
hosting-6.x-0.3-rc1.tar.gz 93.41 KB e129b4caef2eb6f4ea7211d1095099fc
hosting-6.x-0.3-rc1.zip 116.22 KB ff3ffbcf349d661f352b67fdfed531aa
Last updated: December 24, 2010 - 23:08
Official release from tag: 6.x-0.3-rc1

Release notes

Hosting is a component of the Aegir hosting system.

Ægir is a set of contributed modules for Drupal that aims to solve the problem of managing a large number of Drupal sites. It does this by providing you with a simple Drupal based hosting front end for your entire network of sites. To deploy a new site you simply have to create a new Site node. To backup or upgrade sites, you simply manage your site nodes as you would any other node.

This is the first release candidate of the 0.3 branch. This release is a maintenance release and the only project goal is the porting of Aegir 0.2 to Drupal 6. As such the code base is already feature complete and only bug fixes will be accepted before the final release is made.

hosting 6.x-0.2-beta1

Download Size md5 hash
hosting-6.x-0.2-beta1.tar.gz 93.21 KB b08e501fd0e2d45dc890bd9b56ec39b8
hosting-6.x-0.2-beta1.zip 116 KB 0a7bd038171b25004beee2425249b870
Last updated: December 24, 2010 - 23:08
Official release from tag: 6.x-0.2-beta1

Release notes

Hosting is a component of the Aegir hosting system.

Ægir is a set of contributed modules for Drupal that aims to solve the problem of managing a large number of Drupal sites. It does this by providing you with a simple Drupal based hosting front end for your entire network of sites. To deploy a new site you simply have to create a new Site node. To backup or upgrade sites, you simply manage your site nodes as you would any other node.

This release marks the first effort to port the Aegir frontend to Drupal 6. This version has known bugs which keep it from being released in full along with the Drupal 5 version. We still wish to make this release available to speed up testing and make sure we don't lag too much between the two versions.

So this release focuses on porting the frontend to Drupal 6. Amongst other thing, this means integration with the Drupal 6 install profile wizard API, which allows us to remove a lot of crud and hacks from the hosting module.

Read more

hosting 5.x-0.2

Download Size md5 hash
hosting-5.x-0.2.tar.gz 98.13 KB 3dc05fd900a3a253f234e14f21125178
hosting-5.x-0.2.zip 121.88 KB 8ea6722b555bf3500e0efe9bb3f24a3d
Last updated: December 24, 2010 - 23:08
Official release from tag: 5.x-0.2

Release notes

Hosting is a component of the Aegir hosting system.

Ægir is a set of contributed modules for Drupal that aims to solve the problem of managing a large number of Drupal sites. It does this by providing you with a simple Drupal based hosting front end for your entire network of sites. To deploy a new site you simply have to create a new Site node. To backup or upgrade sites, you simply manage your site nodes as you would any other node.

This release is the final release of our 0.2 development cycle, which has been focused on complete support for running multiple concurrent Drupal releases, and managing upgrades of sites between Drupal releases. This particular release improves the install instructions, fixes some theme issues, allows for self-upgrade of the Aegir frontend (only with the backend though), fixes some bugs with the profile installer and syncs up with the freshly release 2.0 release of Drush.

hosting 5.x-0.2-rc1

Download Size md5 hash
hosting-5.x-0.2-rc1.tar.gz 114.88 KB 7b194583a7482afac6feb47a25b2b5dc
hosting-5.x-0.2-rc1.zip 143.34 KB 9bccecc3b32ee28b59eebfdaa01774de
Last updated: December 24, 2010 - 23:08
Official release from tag: 5.x-0.2-rc1

Release notes

Hosting is a component of the Aegir hosting system.

Ægir is a set of contributed modules for Drupal that aims to solve the problem of managing a large number of Drupal sites. It does this by providing you with a simple Drupal based hosting front end for your entire network of sites. To deploy a new site you simply have to create a new Site node. To backup or upgrade sites, you simply manage your site nodes as you would any other node.

This release is the first release candidate of our 0.2 development cycle, which has been focused on complete support for running multiple concurrent Drupal releases, and managing upgrades of sites between Drupal releases. This release has been focussed on improving some our experimental multi-client functionality, as well as fixing bugs for our final release.

Aegir is in code freeze, and only bug fixes and usability improvements will be allowed in. The final release of Aegir will occur shortly after the 2.0 final release of Drush, and we will only be making changes to Aegir to maintain compatibility with Drush upstream.

hosting 5.x-0.2-beta1

Download Size md5 hash
hosting-5.x-0.2-beta1.tar.gz 114.29 KB 953365fed09ec7e9465d9ef1123c72f1
hosting-5.x-0.2-beta1.zip 142.49 KB 5c23ba30e15f59da05596441a168280b
Last updated: December 24, 2010 - 23:08
Official release from tag: 5.x-0.2-beta1

Release notes

Hosting is a component of the Aegir hosting system.

Ægir is a set of contributed modules for Drupal that aims to solve the problem of managing a large number of Drupal sites. It does this by providing you with a simple Drupal based hosting front end for your entire network of sites. To deploy a new site you simply have to create a new Site node. To backup or upgrade sites, you simply manage your site nodes as you would any other node.

This release is the first beta release of our 0.2 development cycle, which has been focused on complete support for running multiple concurrent Drupal releases, and managing upgrades of sites between Drupal releases. This release has also primarily been focussed on fixing bugs and polishing the final release of the 0.2 release.

hosting 5.x-0.2-alpha1

Download Size md5 hash
hosting-5.x-0.2-alpha1.tar.gz 113.49 KB 59203a7aeb2da7e973899e7191570b38
hosting-5.x-0.2-alpha1.zip 141.76 KB 5bfcca34e4239b75d25201d80ae8820f
Last updated: December 24, 2010 - 23:08
Official release from tag: 5.x-0.2-alpha1

Release notes

Hosting is a component of the Aegir hosting system.

Ægir is a set of contributed modules for Drupal that aims to solve the problem of managing a large number of Drupal sites. It does this by providing you with a simple Drupal based hosting front end for your entire network of sites. To deploy a new site you simply have to create a new Site node. To backup or upgrade sites, you simply manage your site nodes as you would any other node.

This release is the first alpha release of our 0.2 development cycle, which has been focused on complete support for running multiple concurrent Drupal releases, and managing upgrades of sites between Drupal releases. This release has also primarily been focussed on improving and simplifying the back end system, by incorporating a lot of our custom API's upstream into the Drush 2.x project.

Read the complete release announcement

hosting 5.x-0.2.x-dev

Download Size md5 hash
hosting-5.x-0.2.x-dev.tar.gz 117.11 KB dc33bb2f60653d3aae98386f5396f613
hosting-5.x-0.2.x-dev.zip 145.32 KB 8e77eca1f0c6bb26d99fe4be30ab76ac
Last updated: February 25, 2011 - 07:36
Development snapshot from branch: master

Release notes

Hosting is a component of the Aegir hosting system.

Ægir is a new set of contributed modules for Drupal that aims to solve the problem of managing a large number of Drupal sites. It does this by providing you with a simple Drupal based hosting front end for your entire network of sites. To deploy a new site you simply have to create a new Site node. To backup or upgrade sites, you simply manage your site nodes as you would any other node.

We're proud to announce the first release of the Aegir hosting system for Drupal.

This release snapshot is a peek preview of the next milestone (0.2) which add multi-platform support to Aegir.

hosting 5.x-0.1

Download Size md5 hash
hosting-5.x-0.1.tar.gz 99.11 KB 0ecc19f542d8bca6b9ac050ea508656d
hosting-5.x-0.1.zip 123.71 KB 66bc958ee0483db5313332365bce08b6
Last updated: December 24, 2010 - 23:08
Official release from tag: 5.x-0.1

Release notes

Hosting is a component of the Aegir hosting system.

Ægir is a new set of contributed modules for Drupal that aims to solve the problem of managing a large number of Drupal sites. It does this by providing you with a simple Drupal based hosting front end for your entire network of sites. To deploy a new site you simply have to create a new Site node. To backup or upgrade sites, you simply manage your site nodes as you would any other node.

We're proud to announce the first release of the Aegir hosting system for Drupal.

This release constitutes the feature complete state of our first milestone which allows you to install, back up, restore, enable, disable and delete your hosted sites. It also provides a very complete installation wizard to help you configure your server, and excellent support for importing sites you may already have running.

Read the complete release announcement

hosting 5.x-0.1-beta1

Download Size md5 hash
hosting-5.x-0.1-beta1.tar.gz 50.1 KB 1013b0b96f2bc80a0c4f0dc203305c1c
hosting-5.x-0.1-beta1.zip 66.88 KB 89970c36301d84048ae43cbeb2069490
Last updated: December 24, 2010 - 23:08
Official release from tag: 5.x-0.1-beta1

Release notes

Hosting is a component of the Aegir hosting system.

Ægir is a new set of contributed modules for Drupal that aims to solve the problem of managing a large number of Drupal sites. It does this by providing you with a simple Drupal based hosting front end for your entire network of sites. To deploy a new site you simply have to create a new Site node. To backup or upgrade sites, you simply manage your site nodes as you would any other node.

We're proud to announce the first beta release of the Aegir hosting system for Drupal.

This release constitutes the feature complete state of our first release. It will allow you to install, back up, restore, enable, disable and delete your hosted sites. It also provides a very complete installation wizard to help you configure your server, and excellent support for importing sites you may already have running.

Read the complete release announcement

hosting 5.x-0.1-alpha3

Download Size md5 hash
hosting-5.x-0.1-alpha3.tar.gz 48.73 KB e217fa68fdf83f059e446b91f834ff16
hosting-5.x-0.1-alpha3.zip 67.37 KB 5c721a0e63105353f98205381808fbf5
Last updated: December 24, 2010 - 23:08
Official release from tag: 5.x-0.1-alpha3

Release notes

Hosting is a component of the Hostmaster system. It provides the front end, and a layer of glue that communicates with the back end provided by the Provisioning framework. It provides a complete interface for customizing aspects of your hosting environment.

About Hostmaster

The Hostmaster system is a modular, extensible site instance manager, that allows you to manage many Drupal sites through it's Drupal based user interface. New sites are created simply by creating a new Site node. New services and features can be enabled by simply adding new modules to the system. More information is available on our Project Goals and Overview pages on our hm2 group on g.d.o.

About this release

This release fixes some documentation and user experience issues. More information can be found on the Project Roadmap wiki page.

Not in this release:

The primary feature missing is support for multiple install profiles, and more work needs to be done on installation, documentation and user experience. This release is not production ready, so please do not install it outside of a testing environment.

Bugs Fixed:
275953 - Implement a global.inc to set up important $conf variables like the file path
275741 - Add documentation about httpd.conf requirement to wizard
278632 - tell the user at what time the changes will be effective (patch by anarcat)
275735 - Queue configuration is using the wrong property in display of total items.
275856 - Missing hook_perm in hosting_task.module, so users other than uid 1 can't create new tasks

Hostmaster was developed by Bryght / Raincity Studios and partners.

hosting 5.x-0.1-alpha2

Download Size md5 hash
hosting-5.x-0.1-alpha2.tar.gz 47.84 KB 2483ff7893875c7aa2b044b8a31c11ad
hosting-5.x-0.1-alpha2.zip 66.56 KB 095712d060f6ed949422d2b55089cfb0
Last updated: December 24, 2010 - 23:08
Official release from tag: 5.x-0.1-alpha2

Release notes

Hosting is a component of the Hostmaster system. It provides the front end, and a layer of glue that communicates with the back end provided by the Provisioning framework. It provides a complete interface for customizing aspects of your hosting environment.

About Hostmaster

The Hostmaster system is a modular, extensible site instance manager, that allows you to manage many Drupal sites through it's Drupal based user interface. New sites are created simply by creating a new Site node. New services and features can be enabled by simply adding new modules to the system.

More information is available on our Project Goals and Overview pages on groups.drupal.org/hm2.

About this release

Read more

hosting 5.x-0.1-alpha1

Download Size md5 hash
hosting-5.x-0.1-alpha1.tar.gz 31.51 KB c9879dea1a0a7ad0044f706af5d46274
hosting-5.x-0.1-alpha1.zip 48.34 KB ef0299834199197c0ed10823840e93d8
Last updated: December 24, 2010 - 23:08
Official release from tag: 5.x-0.1-alpha1

Release notes

This is an initial, ALPHA release. We will be issuing new releases approximately weekly for the next several weeks as we converge on a feature set and interface for an initial production release.

Subscribe with RSS Syndicate content
nobody click here