community.aegirproject.org
2.0-rc1 release notes
The Aegir team is pleased to announce the first release candidate for the upcoming Aegir 2.0 release.
This release mainly targets a few critical bugs that were found in the second beta, mostly related to ongoing Views, Drush integration and access control. We also introduce a number of new features and finally drop support for provisionning Drupal 5 sites completely (for real this time!).
While we are in feature freeze, we have continued to add some UI improvements, since they don't affect the API. We've added some long-standing UI enhancements, and fixed a number of bugs in the views integration and other usability problems, as well as overhauling our access control.
Our only remaining critical bugs are basically waiting on a new release of Drush, upgrade testing on Nginx and some contrib upgrade guidance documentation. If no other critical bugs are discovered during the time it takes us to fix these, we should move on to a full release of Aegir 2.0!
Known issues
Our release process is still done by hand instead of automated because we can't use our aegir distribution as core (issue #1991764).
Issue #1931000: Missing drush backend output in frontend log has been fixed, but may require a patch to Drush for the use of hosting-queued.
Subdirectory support is still very preliminary and needs those issues to be fixed before completion, see #2046167 for details.
Detailed list of changes
API CHANGES
Changes since 6.x-2.0-beta2:
- #1830220: Drop support for Drupal 5.
- #1034520: Cleanup package instances when deleting sites and platforms.
- #1263264 by ergonlogic, recidive, anarcat: Specify a type when getting a package, to avoid collisions.
NEW FEATURES
- #2038279 by ergonlogic, Jon Pugh: Validate email during site install.
- #1201174: Make UID1 username configurable.
- #905326 by ergonlogic, crea: Improve file path changes.
- #2038891: Add 'client_email' option to 'provision-install-backend'.
- #1830220: Drop support for Drupal 5.
- debian: properly detect webserver, again (#2040285)
- #2037045 by helmo, ergonlogic: Change some log statuses to better match Drush's log styling.
- #2036793 Ignore hidden modules and profiles.
- #2036283 Flag site-specific modules and themes rather than ignore them.
- #2044251 drush command '@none provision-save' could not be found
Hosting
Changes since 6.x-2.0-beta2:
- #2035873: Show package 'popularity' on platform package view
- #2031491: Rename SSL permission to be more descriptive.
- #1345118: Make platform access control an autocomplete form.
- Display all validation errors when adding a client, and limit to 20 suggestions.
- Flag rollbacks as warnings in our task logs.
- #2037965: Clean up hosting-pause.
- #2037045 by helmo, ergonlogic: Match Drush's log styling.
- #2035873: Show count of sites using packages.
BUG FIXES
- #1647830 by sambonner: Fix Incorrect ownership of directories under sites/example.com/private/files/.
- Add missing unicode include for UID1 name validation.
- #2038891: Add 'client_email' option to 'provision-install-backend'.
- debian: properly detect webserver, again (#2040285)
- #2044251 drush command '@none provision-save' could not be found
- #2025355: view platform' permission broken
- #2045907: Remove extra tabs from deleted platforms.
- Fix php 5.4 issue
- #2031747: Fix Views block placement and visibility.
- Fix update hook name.
- #2031491: Fix roles.
- #1861898 by ergonlogic, Jon Pugh: Don't hardcode the types of entities to which we can attach tasks.
- #2038891: Switch from '--invoke' to '--strict=0' for backend calls.
- #1975086 by helmo | anarcat: Fixed updating a task when there is none.
- #1238618: Fix client form validation.
Eldir
Changes since 6.x-2.0-beta1:
- Clean up Views exposed forms.
Hostmaster
Changes since 6.x-2.0-beta2:
- Fix Views block placement and visibility.
- #2031491: Fix roles.
- #2031491: Rename SSL permission to be more descriptive.
- #1975086: Add 'update status' button to tasks.
- #2031765: Clean up VBO operations with Action Permissions.
- Don't display package block on profiles.
- #1515416 by ergonlogic, helmo, Deciphered: Replace listing of sites and platforms using a package with a view.
- Update 'aegir platform manager' role.
- Only display client sites block on the 'view' tab.