Commit graph

6 commits

Author SHA1 Message Date
adam
99806e9542 Changes 2.4.2:
* Fix issue where subclasses of Template failed to pick up attributes in the
  searchlist
* Remove old/outdated bundled memcached python client
* Allow for #encoding directives to exist after a comment (i.e. not the first
  line in a module)
* Remove support for WebWare servlets (which caused significant performance
  slowdowns on Mac OS X)
* Old/stale code pruned in preparation for Python 3 support

Changes 2.4.1:
* --quiet flag added to `cheetah` to silence printing to stdout
* Refactoring to minimize the amount of forked code for Python3
* Template.compile() will no longer create class names with numerous leading
  underscores
* DirectiveAnalyzer (cheetah-analyze script) added to report directive usage in
  templates
* Older LaTeX docs converted to rst for Sphinx
* Prevent #raw blocks from evaluating $-placeholders and escaped strings
* New tests added to verify PSP behavior and other untested internals

Changes 2.4.0:
* Fix a major performance regression in Template.__init__()
* More graceful handling of unicode when calling .respond() to render a template
* Minor code updates
* Update the default filter
2011-04-08 12:54:20 +00:00
shannonjr
5557a991d4 Update to 2.0.1. Changes:
- fixed a deadlock Christoph Zwerschke found in Cheetah.ImportHooks.
2008-04-29 11:07:36 +00:00
shannonjr
1e52b8af24 Update from 2.0rc8 to 2.0. Changes:
- fixed exception handling issue in the C implemenation of NameMapper
    [patch from Eric Huss]
- fixed filtering of #included subtemplates
    [patch from Brian Bird]
!!!THIS RELEASE REQUIRES RECOMPILATION OF ALL COMPILED CHEETAH TEMPLATES!!!
2007-10-31 23:15:54 +00:00
shannonjr
59003defca Update to 2.0rc8. Bug fixes. 2007-05-15 13:04:29 +00:00
shannonjr
9de740df4d Update to Cheetah-2.0rc7. Despite its name, "The most recent stable
release was 2.0rc7 on July 4th, 2006".
2006-08-23 17:45:48 +00:00
shannonjr
a2326e6871 Cheetah is a Python-powered template engine and code-generator.
It is similar to the Jakarta project's Velocity.
2006-01-29 15:59:12 +00:00