Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | It's a new year | Armin Ronacher | 2010-01-22 | 1 | -1/+1 |
| | | | | | --HG-- branch : trunk | ||||
* | Copyright switch to "The Jinja Team". | Armin Ronacher | 2009-01-04 | 1 | -1/+1 |
| | | | | | --HG-- branch : trunk | ||||
* | fixed a few broken license declarations. should have been BSD not GPL | Armin Ronacher | 2008-07-15 | 1 | -1/+1 |
| | | | | | --HG-- branch : trunk | ||||
* | Improved attribute and item lookup by allowing template designers to express ↵ | Armin Ronacher | 2008-06-12 | 1 | -1/+1 |
| | | | | | | | the priority. foo.bar checks foo.bar first and then foo['bar'] and the other way round. --HG-- branch : trunk | ||||
* | more unittests and updated documentation for extensions. Fixed bug in ↵ | Armin Ronacher | 2008-05-23 | 1 | -0/+4 |
| | | | | | | | optimizer that caused blocks to be optimized away under some circumstances. --HG-- branch : trunk | ||||
* | removed unused imports | Armin Ronacher | 2008-05-13 | 1 | -127/+10 |
| | | | | | --HG-- branch : trunk | ||||
* | moved concat to utils, fixed a few docstrings, fixed memory leak in ↵ | Armin Ronacher | 2008-05-03 | 1 | -1/+2 |
| | | | | | | | _speedups.escape --HG-- branch : trunk | ||||
* | all unittests pass, the special and dependency lookups have their own ↵ | Armin Ronacher | 2008-04-27 | 1 | -59/+38 |
| | | | | | | | visitors now, with `self` one can get a reference to the current template and render blocks multiple times. --HG-- branch : trunk | ||||
* | some performance improvements | Armin Ronacher | 2008-04-26 | 1 | -2/+2 |
| | | | | | --HG-- branch : trunk | ||||
* | revamped jinja2 import system. the behavior is less confusing now, but it's ↵ | Armin Ronacher | 2008-04-25 | 1 | -0/+11 |
| | | | | | | | not backwards compatible. I like it though ;) --HG-- branch : trunk | ||||
* | removed loop unrolling. for such optimizations we would need a separate ↵ | Armin Ronacher | 2008-04-23 | 1 | -87/+9 |
| | | | | | | | syntax tree as far as i can see --HG-- branch : trunk | ||||
* | fixed more unittests | Armin Ronacher | 2008-04-22 | 1 | -4/+6 |
| | | | | | --HG-- branch : trunk | ||||
* | removed loop.parent. If this variable is wanted you can get it by doing ↵ | Armin Ronacher | 2008-04-18 | 1 | -2/+1 |
| | | | | | | | something like `{% parent_looo = loop %}` before the iteration --HG-- branch : trunk | ||||
* | reimplemented {% trans %} | Armin Ronacher | 2008-04-16 | 1 | -1/+11 |
| | | | | | --HG-- branch : trunk | ||||
* | added sandbox and exchageable undefined objects | Armin Ronacher | 2008-04-14 | 1 | -1/+1 |
| | | | | | --HG-- branch : trunk | ||||
* | added globals | Armin Ronacher | 2008-04-13 | 1 | -1/+2 |
| | | | | | --HG-- branch : trunk | ||||
* | optimizer can optimize filtered for loops now | Armin Ronacher | 2008-04-13 | 1 | -4/+16 |
| | | | | | --HG-- branch : trunk | ||||
* | added loop filtering | Armin Ronacher | 2008-04-13 | 1 | -1/+4 |
| | | | | | --HG-- branch : trunk | ||||
* | some more stuff for jinja2 | Armin Ronacher | 2008-04-13 | 1 | -0/+26 |
| | | | | | --HG-- branch : trunk | ||||
* | work on tha runtime | Armin Ronacher | 2008-04-11 | 1 | -7/+7 |
| | | | | | --HG-- branch : trunk | ||||
* | fixed one bug with blocks, one to go | Armin Ronacher | 2008-04-10 | 1 | -1/+29 |
| | | | | | --HG-- branch : trunk | ||||
* | added broken copy method | Armin Ronacher | 2008-04-09 | 1 | -5/+4 |
| | | | | | --HG-- branch : trunk | ||||
* | nodes have access to environment now | Armin Ronacher | 2008-04-09 | 1 | -25/+12 |
| | | | | | --HG-- branch : trunk | ||||
* | Automated merge with ssh://team@pocoo.org/jinja2-main | Armin Ronacher | 2008-04-09 | 1 | -1/+1 |
|\ | | | | | | | | | --HG-- branch : trunk | ||||
| * | merged again | Christoph Hack | 2008-04-09 | 1 | -5/+6 |
| |\ | | | | | | | | | | | | | --HG-- branch : trunk | ||||
| * \ | merged | Christoph Hack | 2008-04-09 | 1 | -12/+58 |
| |\ \ | | | | | | | | | | | | | | | | | --HG-- branch : trunk | ||||
| * | | | converted some filters | Christoph Hack | 2008-04-09 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | --HG-- branch : trunk | ||||
* | | | | simplified undefined behavior for better compile time processing | Armin Ronacher | 2008-04-09 | 1 | -17/+13 |
| |_|/ |/| | | | | | | | | | | | --HG-- branch : trunk | ||||
* | | | improved loop unrolling | Armin Ronacher | 2008-04-09 | 1 | -5/+6 |
| |/ |/| | | | | | | | --HG-- branch : trunk | ||||
* | | tuple unpacking at compile time is handled properly now | Armin Ronacher | 2008-04-09 | 1 | -12/+58 |
|/ | | | | | --HG-- branch : trunk | ||||
* | improved static optimizer | Armin Ronacher | 2008-04-09 | 1 | -26/+106 |
| | | | | | --HG-- branch : trunk | ||||
* | added subscribe-optimation | Christoph Hack | 2008-04-08 | 1 | -2/+12 |
| | | | | | --HG-- branch : trunk | ||||
* | used the new nodetransformer to make mitsuhiko happy | Christoph Hack | 2008-04-08 | 1 | -21/+2 |
| | | | | | --HG-- branch : trunk | ||||
* | loop unrolling | Christoph Hack | 2008-04-08 | 1 | -19/+44 |
| | | | | | --HG-- branch : trunk | ||||
* | added optimizer | Christoph Hack | 2008-04-08 | 1 | -0/+62 |
--HG-- branch : trunk |