First official (alpha) release of Fusion for Drupal 7.
If you are upgrading from a previous Drupal 7 (dev) release, make sure you DELETE ALL FUSION FILES FIRST, because some files have been removed in this release.
READ THESE FIRST:
Overview of what's new in Drupal 7 theming
Full list of Drupal 7 theming changes
An upgrade guide for Fusion themes (only covers earlier changes, more docs coming soon)
Here's an executive summary!
If you're coming from the Drupal 6 version of Fusion, here are the most important things to know about changes in the Drupal 7 version:
- There's no menu variable printed in page.tpl.php for primary (main) and secondary links. Instead there is a Main Menu region that you should place your main menu block within, and you can place your secondary links in any region.
- Superfish is no longer baked into Fusion. Use the Superfish module for the same features and more!
- Some regions that are no longer needed have been removed, and some renamed to match Drupal core
- Skins (via the Skinr module) are implemented in a completely different way now. Here's an example skin: http://skinr.org/example-skin-implementation
- In some places the .inner class has been renamed to .gutter, in order to differentiate between classes that are structural to the grid for adding gutter margins (.gutter) and when there's an .inner wrapper just to help you with styling.
There are still open issues that will be addressed in 1-2 more releases until we have a final release candidate version: http://drupal.org/project/issues/fusion?text=&status=Open&priorities=All...