Downloads

Download tar.gz 90.65 KB
MD5: 54b49f46b9ae2a97afc75b99ef3fa0c7
SHA-1: 60062bec0b7d6ee0fde7445d4178313ef4c3bb1f
SHA-256: 8bf183095cced4f60363c514f006182281cb788ee034b1e3296aeccae03f2801
Download zip 118.4 KB
MD5: 8e14bbb5e9d652d297432b1fb2983392
SHA-1: 282ed8b8d7b49f57db6f286902f596fd7e636a32
SHA-256: 90b720f67cacb7fec90fe0e9632b73ce24825bc99a9b8455892b9d1e6916609a

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
port than client B for the same domain (but client A can)

see #570980: allow vhosts of the same name on a different port

API change: ditch the confusing hosting_site_exists() in favor of a more generic and consistent hosting_domain_allowed() that also calls the hook_allow_domain, which should *all* return true for the site to be allowed

Created by: anarcat
Created on: 17 Sep 2009 at 10:16 UTC
Last updated: 17 Sep 2009 at 10:25 UTC
New features
Bug fixes
Unsupported

Other releases