Here is the initial beta release of Open Academy. It includes the following features:
-- Rollouts of all apps (news, events, publications, people, and courses) to Beta 1 on the app server
-- Updates to Open Acdemy Wireframe and Open Academy Default themes
-- Improvement to install process to better support apps and clarify the process.
This is a maintenance release of add another that fixes a wide variety of issues. This release requires update.php be run and changes default add another verbiage, which requires updates to translations. Please check that the new messages have been translated if you are using Add Another on any non-English sites as it may take some time for translations to be updated in all languages (you can help with this effort, and all help is appreciated).
A non-exhaustive list of changes in this release are as follows:
The Migrate Extras module provides extensions to Migrate (http://drupal.org/project/migrate)
to support various contributed modules. The ideal place to implement migration support
for a contributed module is in that module. That way, the migration support is always
self-consistent with the current module implementation - it's not practical for the
migrate_extras module to keep up with changes to all other contrib modules. Support
for contributed modules may be added to migrate_extras for two reasons - if the module's
maintainer does not accept a patch providing migration support, or as an intermediate
step before submitting such a patch to the other module.
In cases where modules supported by migrate_extras end up implementing the support
themselves, you could at least temporarily end up with redundant implementations.
The extra implementation may be disabled at admin/content/migrate/configure.
The following modules are currently supported in Migrate Extras on Drupal 7 (note
that Date module support has moved into the Date module itself):
Address Field
Entity API
Flag
Geofield
Interval
Media
Name Field
Organic Groups
Pathauto
Phone Number (cck_phone)
Private Messages
Profile2
Rules
User Relationships
Voting API
Webform
Compatibility
-------------
This release of Migrate Extras requires Migrate V2.2 or later.