DIY Plone Style 1.0.5 (Mar 17, 2006)
This release is no longer supported! If you are using this release, please upgrade to a newer version if possible.
This release gives the possibility to customize resources that are already registered in the registries during installation process.
For additional information about this project, please visit the overview page .
Available downloads
Release Notes
| Tested with | Plone 2.1.2, Plone 2.1.1, Plone 2.1 |
|---|---|
| State | Final release |
| License | GPL |
| Release Manager | David Convent |
Bug fix that adds functionality:
If a resource defined in config.py is already registered, it is updated in the registry instead of throwing an error during product installation. It can be handy for instance for disabling some Plone default resources in order to start a project from absolute no-style scratch or to put specific conditions on them to define different styles for public and registered modes.
Also fixed a stupid bug that was throwing an error message if the generator script was called without any argument. It now outputs the help message, which is the expected behaviour in that situation.
Note: This release is the last one before 1.1 which will illustrate Alex Limi's complete tutorial on skinning a Plone site based on his presentation at the Plone Symposium in New Orleans (march 2006).
Change log
Changelog for DIYPloneStyle
(name of developer listed in brackets)
DIYPloneStyle 1.0.5 - Release March 17 2006
- Bug fix/functionality: If a resource defined in config.py is already
registered, it is updated in the registry instead of throwing an error
during product installation.
[davconvent]
- Fixed bug: calling the generator script without args now outputs like
if called with '-h' (outputs help).
[davconvent]


