Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
This is not new features, but actually less features.
All the placeholder blocks have been removed from this module, and converted back to the omega theme implemented as a theme setting, and creating a block on the fly via hook_process() and attaching to regions.
Using hook_block_info and _view caused too many issues with non-omega subthemes, and too many warnings when regions didn't match 100% between themes.
An update is recommended, as now this module simply provides the drush functionality for generating subthemes, and import/export/revert of theme settings.
Rewritten to use more of jQuery, less of Drupal Forms API markup.
Completely changed Upload to Pixlr logic (now uses jQuery.ajax() instead of Drupal AHAH and form rebuilding)
Implemented separation of Pixlr Editor vs Pixlr Express in the field widget settings - check your settings once updated
If no bugs reported in a week from now - it will become 1.0 release.
Added support for Translation Manager
TM creates several parallel book hierarchies, as i18n Book Navigation uses one hierarchy for all languages. Disabled hierarchy translation with hook_presave_translation(). Patched by Chaps2.