Image scaling support: Images (Poolyx.cms.image) can automatically
be scaled on upload based on profile settings. This will fail silently
if the Python Image Library (python-imaging) is not installed.
New code element: Add and edit Html, css or javascript code as page
element on the website. The excellent browser based Codemirror editor is
included.
Json support for configuration: Alternate json configuration file support for CMS options or elements is now enabled.
MySql and Sqlite scaffolds added: Two pyramid scaffolds to create
empty websites as starting points have been added. 'defaultMysql' and
'defaultSqlite'. (Usage `bin/pcreate -t defaultSqlite my_website`)
Also the online demo is public now. Please refer to the website for the link and login.