| Commit message (Expand) | Author | Age | Files | Lines |
* | move lib/mako to mako | Mike Bayer | 2010-02-05 | 1 | -765/+0 |
* | - update copyright for 2010 | Mike Bayer | 2010-02-05 | 1 | -24/+73 |
* | happy new yearrel_0_2_5 | Mike Bayer | 2009-09-07 | 1 | -1/+1 |
* | - Added a "decorator" kw argument to <%def>, | Mike Bayer | 2009-03-19 | 1 | -0/+10 |
* | - the <%namespacename:defname> syntax described at | Mike Bayer | 2008-11-15 | 1 | -2/+11 |
* | cache sends in a "defname" parameter so that the cache can map settings to th... | Mike Bayer | 2008-10-17 | 1 | -3/+3 |
* | - cached blocks now use the current context when renderingrel_0_2_2 | Mike Bayer | 2008-06-23 | 1 | -3/+3 |
* | - fixed a critical issue regarding caching, whereby | Mike Bayer | 2008-06-23 | 1 | -5/+18 |
* | - bumped magic number, which forces template recompile forrel_0_2_1 | Mike Bayer | 2008-06-16 | 1 | -1/+1 |
* | - dict/locals placed in mako-private namespace, [ticket:84] | Mike Bayer | 2008-06-02 | 1 | -2/+4 |
* | - some refinements to FastEncodingBuffer re: unicode | Mike Bayer | 2008-05-03 | 1 | -5/+2 |
* | - CHANGES cleanup | Mike Bayer | 2008-05-03 | 1 | -17/+19 |
* | remove erroneous extra line of declares | Mike Bayer | 2008-05-03 | 1 | -2/+0 |
* | - added "bytestring passthru" mode, via `disable_unicode=True` | Mike Bayer | 2008-03-22 | 1 | -8/+16 |
* | - cache_key argument can now render arguments passed | Mike Bayer | 2008-03-01 | 1 | -13/+13 |
* | copyright ! | Mike Bayer | 2008-01-19 | 1 | -1/+1 |
* | - fixed codegen bug which occured when using <%page> level | Mike Bayer | 2008-01-19 | 1 | -4/+4 |
* | - variable names declared in render methods by internal | Mike Bayer | 2007-06-16 | 1 | -11/+11 |
* | - fixed codegen bug when defining <%def> within <%call> within <%call> | Mike Bayer | 2007-05-02 | 1 | -1/+2 |
* | - Lexer/Compile exceptions propigate throughout lexer/parsetree/ast | Mike Bayer | 2007-04-21 | 1 | -6/+7 |
* | the <%call> test bumps up magic number | Mike Bayer | 2007-04-14 | 1 | -1/+1 |
* | - added an explicit stack frame step to template runtime, which | Mike Bayer | 2007-04-14 | 1 | -24/+46 |
* | adjustments to the buffer_filters arg so it works right with cached/buffered | Mike Bayer | 2007-03-27 | 1 | -5/+6 |
* | - added "n" filter, disables *all* filters normally applied to an expression | Mike Bayer | 2007-03-27 | 1 | -15/+15 |
* | added "cache_url" argument passthru for memcached | Mike Bayer | 2007-03-16 | 1 | -1/+1 |
* | - <%include> has an "args" attribute that can pass arguments to the called | Mike Bayer | 2007-03-08 | 1 | -2/+6 |
* | - got defs-within-defs to be cacheable | Mike Bayer | 2007-03-01 | 1 | -6/+11 |
* | - improvement to scoping of "caller" variable when using <%call> tag | Mike Bayer | 2007-02-19 | 1 | -2/+3 |
* | changed around filtering so you can just say "decode.utf8" or "decode.<whatev... | Mike Bayer | 2007-01-29 | 1 | -4/+19 |
* | - support for CRLF templates...whoops ! welcome to all the windows users. | Mike Bayer | 2007-01-29 | 1 | -1/+0 |
* | - small fix to local variable propigation for locals that are conditionally d... | Mike Bayer | 2007-01-26 | 1 | -1/+1 |
* | - "expression_filter" argument in <%page> applies only to expressions | Mike Bayer | 2007-01-24 | 1 | -12/+27 |
* | copyright update | Mike Bayer | 2007-01-05 | 1 | -1/+1 |
* | - fix to code generation to correctly track multiple defs with the same name. | Mike Bayer | 2007-01-05 | 1 | -13/+16 |
* | - implemented "module" attribute for namespace [ticket:7] | Mike Bayer | 2007-01-04 | 1 | -1/+1 |
* | - fix to expression filters so that string conversion (actually unicode) prop... | Mike Bayer | 2007-01-03 | 1 | -2/+2 |
* | der, expiretime, not timeout | Mike Bayer | 2007-01-02 | 1 | -3/+3 |
* | - fix so that "cache_timeout" parameter is propigated | Mike Bayer | 2007-01-02 | 1 | -3/+10 |
* | - added "encoding()" filter; this allows a filter expression to specify the e... | Mike Bayer | 2006-12-31 | 1 | -1/+8 |
* | further try/except AST fixes, cleanup of filter unit tests, made __locals pro... | Mike Bayer | 2006-12-31 | 1 | -1/+1 |
* | fixes, lots of new docs | Mike Bayer | 2006-12-30 | 1 | -8/+9 |
* | filter docs, filtering functions | Mike Bayer | 2006-12-17 | 1 | -1/+4 |
* | py2.3 tweaks | Mike Bayer | 2006-12-16 | 1 | -2/+2 |
* | ok the default "catchall" at the page level is now **pageargs, useable | Mike Bayer | 2006-12-16 | 1 | -2/+4 |
* | took out the whole "auto-propigation of **kwargs" thing, | Mike Bayer | 2006-12-16 | 1 | -11/+16 |
* | - fixes and tests involving exceptions propigating from buffered/ccall sections | Mike Bayer | 2006-12-15 | 1 | -1/+1 |
* | some tweaking around with the render method, template lookups, getting direct... | Mike Bayer | 2006-12-14 | 1 | -4/+4 |
* | cache file args, can be supplied on TemplateLookup, Template, <%page> tag, <%... | Mike Bayer | 2006-12-12 | 1 | -2/+14 |
* | some refinements to the **kwargs sent to the main render() method | Mike Bayer | 2006-12-11 | 1 | -11/+15 |
* | propigate main body **kwargs to top-level defs | Mike Bayer | 2006-12-11 | 1 | -1/+1 |