Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | small performance improvements | Armin Ronacher | 2008-05-01 | 1 | -12/+14 | |
| | | | | | --HG-- branch : trunk | |||||
* | moved caching from loaders to environment and added environment overlays | Armin Ronacher | 2008-04-30 | 1 | -28/+25 | |
| | | | | | --HG-- branch : trunk | |||||
* | again documentation updates fixed another python 2.4 bug. Imports are not ↵ | Armin Ronacher | 2008-04-29 | 1 | -6/+5 | |
| | | | | | | | evaluated with the template context any longer which makes it possible to keep them in memory --HG-- branch : trunk | |||||
* | added python2.4 workaround for unicode.join bug | Armin Ronacher | 2008-04-28 | 1 | -1/+19 | |
| | | | | | --HG-- branch : trunk | |||||
* | autoescaping is separate from finalize now and Markup is completely ignored ↵ | Armin Ronacher | 2008-04-28 | 1 | -9/+64 | |
| | | | | | | | if the environment is not in autoescape mode --HG-- branch : trunk | |||||
* | all unittests pass, the special and dependency lookups have their own ↵ | Armin Ronacher | 2008-04-27 | 1 | -22/+38 | |
| | | | | | | | visitors now, with `self` one can get a reference to the current template and render blocks multiple times. --HG-- branch : trunk | |||||
* | added spitfire to bench and did some more refactoring | Armin Ronacher | 2008-04-26 | 1 | -61/+10 | |
| | | | | | --HG-- branch : trunk | |||||
* | worked on the tests and made undefined fail on comparisons now | Armin Ronacher | 2008-04-26 | 1 | -16/+31 | |
| | | | | | --HG-- branch : trunk | |||||
* | there is now a workaround in the compiler that makes sure it's possible to ↵ | Armin Ronacher | 2008-04-26 | 1 | -14/+21 | |
| | | | | | | | call things with python keywords. {{ foo(class=42) }} works again --HG-- branch : trunk | |||||
* | some performance improvements | Armin Ronacher | 2008-04-26 | 1 | -2/+6 | |
| | | | | | --HG-- branch : trunk | |||||
* | revamped jinja2 import system. the behavior is less confusing now, but it's ↵ | Armin Ronacher | 2008-04-25 | 1 | -2/+7 | |
| | | | | | | | not backwards compatible. I like it though ;) --HG-- branch : trunk | |||||
* | moved `IncludedTemplate` into the regular template API, fixed more unittests | Armin Ronacher | 2008-04-25 | 1 | -28/+15 | |
| | | | | | --HG-- branch : trunk | |||||
* | moved trans extension from jinja2.i18n to jinja2.ext and fixed some more ↵ | Armin Ronacher | 2008-04-25 | 1 | -2/+12 | |
| | | | | | | | unittests --HG-- branch : trunk | |||||
* | inheritance uses a less awkward hack for contexts now and subclassing ↵ | Armin Ronacher | 2008-04-24 | 1 | -72/+82 | |
| | | | | | | | templates is possible --HG-- branch : trunk | |||||
* | fixed more unittests | Armin Ronacher | 2008-04-22 | 1 | -1/+8 | |
| | | | | | --HG-- branch : trunk | |||||
* | added first code for parser extensions and moved some code in speedups around | Armin Ronacher | 2008-04-20 | 1 | -8/+2 | |
| | | | | | --HG-- branch : trunk | |||||
* | fixed more unittests | Armin Ronacher | 2008-04-18 | 1 | -1/+1 | |
| | | | | | --HG-- branch : trunk | |||||
* | loops and `tests` tests pass now | Armin Ronacher | 2008-04-18 | 1 | -3/+4 | |
| | | | | | --HG-- branch : trunk | |||||
* | removed loop.parent. If this variable is wanted you can get it by doing ↵ | Armin Ronacher | 2008-04-18 | 1 | -11/+5 | |
| | | | | | | | something like `{% parent_looo = loop %}` before the iteration --HG-- branch : trunk | |||||
* | fixed two typos | Priit Laes | 2008-04-17 | 1 | -3/+6 | |
| | | | | | --HG-- branch : trunk | |||||
* | improved undefined behavior | Armin Ronacher | 2008-04-17 | 1 | -22/+37 | |
| | | | | | --HG-- branch : trunk | |||||
* | various docstring changes | Armin Ronacher | 2008-04-17 | 1 | -5/+5 | |
| | | | | | --HG-- branch : trunk | |||||
* | `TemplateData` -> `Markup` | Armin Ronacher | 2008-04-17 | 1 | -10/+2 | |
| | | | | | --HG-- branch : trunk | |||||
* | added autoescaping | Armin Ronacher | 2008-04-17 | 1 | -6/+9 | |
| | | | | | --HG-- branch : trunk | |||||
* | reimplemented {% trans %} | Armin Ronacher | 2008-04-16 | 1 | -17/+24 | |
| | | | | | --HG-- branch : trunk | |||||
* | removed unusde __delitem__ for context | Armin Ronacher | 2008-04-15 | 1 | -5/+0 | |
| | | | | | --HG-- branch : trunk | |||||
* | added sandbox and exchageable undefined objects | Armin Ronacher | 2008-04-14 | 1 | -30/+49 | |
| | | | | | --HG-- branch : trunk | |||||
* | added super() | Armin Ronacher | 2008-04-13 | 1 | -3/+30 | |
| | | | | | --HG-- branch : trunk | |||||
* | optimizer can optimize filtered for loops now | Armin Ronacher | 2008-04-13 | 1 | -2/+5 | |
| | | | | | --HG-- branch : trunk | |||||
* | added loop filtering | Armin Ronacher | 2008-04-13 | 1 | -11/+16 | |
| | | | | | --HG-- branch : trunk | |||||
* | added support for new call statement | Armin Ronacher | 2008-04-12 | 1 | -4/+16 | |
| | | | | | --HG-- branch : trunk | |||||
* | fixed include | Armin Ronacher | 2008-04-12 | 1 | -4/+13 | |
| | | | | | --HG-- branch : trunk | |||||
* | implemented includes | Armin Ronacher | 2008-04-11 | 1 | -6/+35 | |
| | | | | | --HG-- branch : trunk | |||||
* | basic inheritance works now | Armin Ronacher | 2008-04-11 | 1 | -10/+4 | |
| | | | | | --HG-- branch : trunk | |||||
* | work on tha runtime | Armin Ronacher | 2008-04-11 | 1 | -2/+5 | |
| | | | | | --HG-- branch : trunk | |||||
* | optimized child template code generation. we now have zero overhead for the ↵ | Armin Ronacher | 2008-04-11 | 1 | -4/+5 | |
| | | | | | | | most common inheritance case --HG-- branch : trunk | |||||
* | fixed one bug with blocks, one to go | Armin Ronacher | 2008-04-10 | 1 | -3/+11 | |
| | | | | | --HG-- branch : trunk | |||||
* | Automated merge with ssh://team@pocoo.org/jinja2-main | Armin Ronacher | 2008-04-09 | 1 | -1/+1 | |
|\ | | | | | | | | | --HG-- branch : trunk | |||||
| * | render templates | Christoph Hack | 2008-04-09 | 1 | -2/+2 | |
| | | | | | | | | | | --HG-- branch : trunk | |||||
* | | nodes have access to environment now | Armin Ronacher | 2008-04-09 | 1 | -3/+1 | |
|/ | | | | | --HG-- branch : trunk | |||||
* | simplified undefined behavior for better compile time processing | Armin Ronacher | 2008-04-09 | 1 | -14/+14 | |
| | | | | | --HG-- branch : trunk | |||||
* | improved loop unrolling | Armin Ronacher | 2008-04-09 | 1 | -11/+84 | |
| | | | | | --HG-- branch : trunk | |||||
* | tuple unpacking at compile time is handled properly now | Armin Ronacher | 2008-04-09 | 1 | -1/+31 | |
| | | | | | --HG-- branch : trunk | |||||
* | improved static optimizer | Armin Ronacher | 2008-04-09 | 1 | -2/+2 | |
| | | | | | --HG-- branch : trunk | |||||
* | updated macro stuff | Armin Ronacher | 2008-04-08 | 1 | -13/+48 | |
| | | | | | --HG-- branch : trunk | |||||
* | work on the macro stuff | Armin Ronacher | 2008-04-08 | 1 | -0/+18 | |
| | | | | | --HG-- branch : trunk | |||||
* | more compiler stuff | Armin Ronacher | 2008-04-08 | 1 | -12/+23 | |
| | | | | | --HG-- branch : trunk | |||||
* | added first working pieces of compiler | Armin Ronacher | 2008-04-07 | 1 | -0/+47 | |
--HG-- branch : trunk |