- Oct 17, 2008
-
-
Mike Bayer authored
use Beaker 1.0.4, just checked in. This version of Beaker stores no persistent state in memory for each key, allowing dynamically generated keys to work without using up available memory.
-
- Sep 27, 2008
-
-
Mike Bayer authored
e.g. ${local.cache.get('somekey')} or template.cache.invalidate_body() - the Cache object now supports invalidate_def(name), invalidate_body(), invalidate_closure(name), invalidate(key), which will remove the given key from the cache, if it exists. The cache arguments (i.e. storage type) are derived from whatever has been already persisted for that template. [ticket:92]
-
- Sep 18, 2008
-
-
Philip Jenvey authored
and babel is responisble for stripping them when necessary o remove the no longer needed Unicode/Str ast hack for Jython
-
Philip Jenvey authored
adds support for Jython 2.5
-
- Sep 11, 2008
-
-
Philip Jenvey authored
fixes #90
-
- Sep 07, 2008
-
-
Mike Bayer authored
- removed unnecessary attributes from DefTemplate. - added ModuleTemplate class, which allows the construction of a Template given a Python module generated by a previous Template. This allows Python modules alone to be used as templates with no compilation step. Source code and template source are optional but allow error reporting to work correctly.
-
- Jul 10, 2008
-
-
Mike Bayer authored
container classes, so cache types such as "ext:google", "ext:sqla", etc. are available. memcached is available as both "ext:memcached" and "memcached", the latter for backwards compatibility.
-
- Jul 08, 2008
-
-
Philip Jenvey authored
a magic encoding comment
-
- Jun 23, 2008
-
-
Mike Bayer authored
an expired section, instead of the original context passed in [ticket:87]
-
Mike Bayer authored
a cached block would raise an error when called within a cache-refresh operation that was initiated after the initiating template had completed rendering.
-
- Jun 16, 2008
-
-
Mike Bayer authored
this version (fixes incompatible compile symbols from 0.1 series). - added a few docs for cache options, specifically those that help with memcached.
-
- Jun 09, 2008
-
-
Mike Bayer authored
render_unicode() from returning a unicode object
-
- Jun 03, 2008
-
-
Mike Bayer authored
standard input as a template to stdout [ticket:81] [ticket:56]
-
- Jun 02, 2008
-
-
Mike Bayer authored
-
- May 24, 2008
-
-
Mike Bayer authored
names without explicit declaration (i.e. 'id', 'exception', 'range', etc.) [ticket:83]
-
- May 03, 2008
-
-
Mike Bayer authored
- some functions on Context are now private: _push_buffer(), _pop_buffer(), caller_stack._push_frame(), caller_stack._pop_frame(). - implemented [ticket:76] inlining of context.write()
-
- Mar 22, 2008
-
-
Mike Bayer authored
argument passed to Template or TemplateLookup. All unicode-awareness and filtering is turned off, and template modules are generated with the appropriate magic encoding comment. In this mode, template expressions can only receive raw bytestrings or Unicode objects which represent straight ASCII, and render_unicode() may not be used. [ticket:77] (courtesy anonymous guest)
-
- Mar 01, 2008
-
-
Mike Bayer authored
directly to the %page or %def, i.e. <%def name="foo(x)" cached="True" cache_key="${x}"/> [ticket:78]
-
- Feb 21, 2008
-
-
Mike Bayer authored
more elaborate combinations of quotes and comments [ticket:75]
-
- Feb 15, 2008
-
-
Mike Bayer authored
configured as module level attributes, i.e. within <%! %> sections [ticket:62] - removed reliance upon KeyError/AttributeError in namespace.__getattr__
-
- Jan 28, 2008
-
-
Mike Bayer authored
of html_error_template() to the buffered output
-
Mike Bayer authored
blank exception pages when an inheriting template is present [ticket:71]
-
- Jan 19, 2008
-
-
Mike Bayer authored
caching, combined with an expression-based cache_key, combined with the usage of <%namespace import="*"/>
-
Philip Jenvey authored
fixes #69
-
- Jan 11, 2008
-
-
Mike Bayer authored
with identifiers like "else", "finally", etc. inside them [ticket:68]
-
- Dec 03, 2007
-
-
Mike Bayer authored
did not have access to the correct context containing their 'self' and 'parent'
-
- Nov 08, 2007
-
-
Mike Bayer authored
incorrect "self" in the current context
-
- Oct 12, 2007
-
-
Mike Bayer authored
within a <%call> tag's argument list propigates 'caller' to the %call function itself (propigates to the inner calls too, this is a slight side effect which previously existed anyway)
-
- Sep 25, 2007
-
-
Mike Bayer authored
exception reporter [ticket:51]
-
- Aug 10, 2007
-
-
Philip Jenvey authored
newlines in CRLF templates. follow up to #16. thanks Eric Woroshow
-
- Jul 23, 2007
-
-
Mike Bayer authored
i.e. if foo: # a comment, [ticket:53], thanks to Paul Colomiets
-
- Jun 29, 2007
-
-
Mike Bayer authored
object and will call str() + unicode() on it [ticket:47]
-
- Jun 25, 2007
-
-
Mike Bayer authored
templates with tgplugin even if non-compatible args were sent
-
Mike Bayer authored
(i.e. load_template('foo.bar')). also takes file extension as a keyword argument (default is 'mak').
-
http://babel.edgewall.org/Mike Bayer authored
point, allowing extraction of gettext messages directly from mako templates via Babel [ticket:45]
-
- Jun 16, 2007
-
-
Mike Bayer authored
codegen prefixed by "__M_" to prevent name collisions with user code
-
- Jun 13, 2007
-
-
Mike Bayer authored
-
- May 18, 2007
-
-
Mike Bayer authored
-
Mike Bayer authored
which control generation of HTML tags, CSS [ticket:39]
-
- May 17, 2007
-
-
Mike Bayer authored
all of MyghtyUtils merged into it now
-