CHANGES
0.1.8
- Prepared for public release to the Zope community by deleting
unnecessary files, silly comments and improved README.txt
0.1.7
- Fixed a bug that added duplicates when a product using CT
refreshes a template.
0.1.6
- Added some basic unittesting cases for slimmer module.
0.1.5
- Added basic support for HTML and CSS optimization. To use,
add a keyword argument to the constructor or CTPageTemplateFile
and CTDTMLFile like this optimize='CSS' or optimize='HTML'.
0.1.4
- Fixed security bug that allowed Anonymous access to
showCheckoutableTemplates
- Improved identifier checks in showCheckoutableTemplates
- Beautified showCheckoutableTemplates. If SilverCity is importable,
showing source is done with nice XML stylesheets.
0.1.3
- Changed use of os.stat to be backcompatible with python 2.1
0.1.2
- Removed all XML storage facilities. Nice to look at but too slow
- Changed the "checker" from length-of-document to modification time os.stat()
0.1.1
- First release to Zope.org
0.1.0
- First release zipped up.
- Prepared for public release to the Zope community by deleting
unnecessary files, silly comments and improved README.txt
0.1.7
- Fixed a bug that added duplicates when a product using CT
refreshes a template.
0.1.6
- Added some basic unittesting cases for slimmer module.
0.1.5
- Added basic support for HTML and CSS optimization. To use,
add a keyword argument to the constructor or CTPageTemplateFile
and CTDTMLFile like this optimize='CSS' or optimize='HTML'.
0.1.4
- Fixed security bug that allowed Anonymous access to
showCheckoutableTemplates
- Improved identifier checks in showCheckoutableTemplates
- Beautified showCheckoutableTemplates. If SilverCity is importable,
showing source is done with nice XML stylesheets.
0.1.3
- Changed use of os.stat to be backcompatible with python 2.1
0.1.2
- Removed all XML storage facilities. Nice to look at but too slow
- Changed the "checker" from length-of-document to modification time os.stat()
0.1.1
- First release to Zope.org
0.1.0
- First release zipped up.