I've had a fork of the Cheetah CVS for some time, but this weekend I got fed up with a number of outstanding patches not being released into the mainline...
Cheetah doesnt play well along with jquery as Jquery uses $ to find variables or ids But since cheetah doesnt find the variables in the search list it throws...
As it's difficult for me test as many possible configurations of Python and operating systems folks are running Cheetah on. To help ensure the quality of...
I'm pleased to announce the scheduled release of Cheetah v2.1.1! Just like Community Cheetah v2.1.0, v2.1.1 comes from a number of community contributors who's...
Just a heads up for anybody testing or working with "next", I've merged jbq@ and my "unicode" branch into "next" for the upcoming v2.2 This currently results...
Since this issue has come up (see thread started by Martin Skott) with regards to how newer versions of Cheetah are handling the #import statement. In CVS...
Hi, I'm trying to use Cheetah 2.1.0.1 to generate some Python stub classes, but I have encountered a problem which to me looks like Cheetah is actually ...
common]$ ls /usr/lib/python2.5/site-packages/Cheetah Cheetah/ Cheetah_Community_Edition-2.1.0.1-py2.5.egg-info Why di you change name of the directory this is...
It's about that time again! We're coming up on another point release of Cheetah :) You can download the tarball of Cheetah v2.1.1 for testing here: ...
Do you think it is a good idea to integrate tinymce or one of the js html editors into cheetah This will make it easier to deploy html textareas using cheetah ...
why does cheetah not pick up python modules from the pythonpath cheetah fill widgets_common.html Filling widgets_common.html -> widgets_common.html.html ...
In order to make plans for upcoming releases more transparent I went ahead and did a brief dump of what I've got planned for the next few releases. ...
http://code.google.com/p/django-cheetahtemplate/ I'm trying to figure out what Python frameworks support Cheetah "out of the box" and what support Cheetah via...
I decided to smuggle something a little more than a bugfix into v2.1.1 this weekend, the #transform directive, and markdown support in the Cheetah tree. If...
Hello community, Please find attached a patch to address a problem when compiling Unicode templates with "cheetah compile" on the command-line. HTH, -- ...
I'm pleased to announce that I've gone ahead and published both source tarballs and a few binaries via the canonical Python package index. You can find Cheetah...
I'm anticipating releasing v2.1.1 on April 16th, but I'd like to call for patches, bugs, requests now. Given that this is supposed to be a *community* edition,...
Can you provide a test case to chreck this feature properly before I roll it in? ... From: Jean-Baptiste Quenot <jbq@...> Sent: Friday, March 27, 2009...
Dear all, I'm using Cheetah 2.0.1 with Python 2.5.2. In my Python code I use to set template variables that reference other template instances. And when the...
Added a regression test as well to prevent it from happening again, what basically was going on is that in v2.1.0 I introduced code to properly place inline...
should we add include path for cheetah ... From: Mike Orr <sluggoster@...> Date: Sat, Mar 28, 2009 at 1:56 PM Subject: Re: right way to use cheetah To:...
Here's a patch to fix some annoying cases when Cheetah writes to stderr, whereas letting the exception propagate is sufficient. diff --git a/src/Parser.py...
Here's a patch to avoid hitting the filesystem to get the file modification time everytime a #include directive is processed in a Cheetah template. I use it...
The basic diagnosis of the issue is that the basic filter for all generated code in Filters.py will properly handle encoding str() objects, as well as...
In our controller , we do import cheetah return cheetah.render('test.html)#automatically sends **locals() *or* from template import render_cheetah render =...