0.1.8
0.1.8
Released: Tue Jun 26 2007
-
variable names declared in render methods by internal
codegen prefixed by "_M" to prevent name collisions
with user code -
added a Babel (http://babel.edgewall.org/) extractor entry
point, allowing extraction of gettext messages directly from
mako templates via BabelReferences: #45
-
fix to turbogears plugin to work with dot-separated names
(i.e. load_template('foo.bar')). also takes file extension
as a keyword argument (default is 'mak'). -
more tg fix: fixed, allowing string-based
templates with tgplugin even if non-compatible args were sentReferences: #35