DIY Plone Style 1.0.4 (Nov 20, 2005)

DIY Plone Style

This release is no longer supported! If you are using this release, please upgrade to a newer version if possible.

It is now possible to register more than one skin selection with the portal_skins tool, each one with it's own specific set of layer(s). A python generator script which performs in an automated way all the steps for getting started with a clean skeleton product has been added to the folder 'bin/'.

For additional information about this project, please visit the overview page .

Available downloads

Product Package

For all platforms (0 kB)

Change log

DIYPloneStyle 1.0.4 - Release November 26 2005

  • Fixed bug at installation (could not find method setupSkins). [davconvent]
  • Restored docs/ and added to it the structured text version of the tutorial.

DIYPloneStyle 1.0.3 - Released November 20 2005

  • Added --replace (Replace Original) option to the generator script. Now the generator creates by default a copy of DIYPloneStyle before transforming it into a skeleton product, unless the option -r or --replace is used. [davconvent]
  • Added support for registering more than one skin selection, each with its own specific layer(s). [davconvent]

DIYPloneStyle 1.0.2 - Released November 9 2005

  • Added a script bin/generator.py with command line options to autogenerate a new skin product from DIYPloneStyle. [gawel]
  • Added a skeleton test suite: tests/testSkeleton.py (thank you Stephan for the idea and the code). Renamed testPloneSkin.py to testStyleInstallation.py. [davconvent] [lurker]
  • Removed doc/ folder as its content is now hosted in the documentation section on plone.org (the Link is in the README). [davconvent]

DIYPloneStyle 1.0.1 - Released November 2 2005

  • Added 2 more tests for checking resource properties after installation. [davconvent]
  • Replaced the content of doc/README.txt and doc/LINKS.txt by a link to their equivalent in the tutorial on plone.org. The doc/ folder will be removed in the next product release. Included a link to the tutorial in the README.txt. [davconvent]
  • Added FULLRESET to config.py to define if Default Skin, Skin flexibility and Skin Cookie persistence should be reset to Plone default values when the product is uninstalled. [davconvent]
  • Removed support for REQUEST variable name as it confuses plone newbies and there is no much reason to play with it anyway (or please tell me). [davconvent]