Cuyahoga 0.9.1 released
A new Cuyahoga version is available for download. This is the 0.9.1 version and is the last version with functional changes before the 1.0 release.
Highlights are:
- Module connections
It's now possible to connect different sections across pages. The modules in these sections have to implement special interfaces to allow this (IActionConsumer and IActionProvider). For an example, check out the UserModule (IActionProvider) and ProfileModule (IActionConsumer) in /Modules/User.
- Sections in templates
Sections are not exclusively related to a node (page) anymore, but can be created stand-alone. It's possible to attach these sections to templates, so that they appear on every page where a certain template is used. On this site, the login box on the right is an example of a section connected to the template.
The module development guide will be updated soon with these features.
See the
release notes for a complete overview of the changes. Downloads are at the
usual place. Special thanks to Steen Rabol for fixing a few issues.
11/13/2005 9:31:00 AM
Published by
Martijn Boland
Category
Cuyahoga
Back