Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Added unittests for stream filtering and preprocessing features of extensions. | Armin Ronacher | 2008-06-14 | 1 | -7/+4 | |
| | | | | | | | | | | --HG-- branch : trunk | |||||
* | | added support for token stream filtering and preprocessing. | Armin Ronacher | 2008-06-13 | 1 | -2/+29 | |
|/ | | | | | --HG-- branch : trunk | |||||
* | Improved attribute and item lookup by allowing template designers to express ↵ | Armin Ronacher | 2008-06-12 | 1 | -2/+15 | |
| | | | | | | | the priority. foo.bar checks foo.bar first and then foo['bar'] and the other way round. --HG-- branch : trunk | |||||
* | items have a higher priority than attributes now. That's compatible with ↵ | Armin Ronacher | 2008-05-26 | 1 | -10/+10 | |
| | | | | | | | Jinja1 and Django --HG-- branch : trunk | |||||
* | updated FAQ for performance numbers. I guess I should remove that point ↵ | Armin Ronacher | 2008-05-25 | 1 | -3/+2 | |
| | | | | | | | anyways. --HG-- branch : trunk | |||||
* | even more tests, fixed severe bug with autoescaping. | Armin Ronacher | 2008-05-25 | 1 | -7/+7 | |
| | | | | | --HG-- branch : trunk | |||||
* | fixed bug with static unicode strings and auto escaping | Armin Ronacher | 2008-05-24 | 1 | -2/+1 | |
| | | | | | --HG-- branch : trunk | |||||
* | moved environment defaults to jinja2.defaults | Armin Ronacher | 2008-05-23 | 1 | -11/+11 | |
| | | | | | --HG-- branch : trunk | |||||
* | end of line sequence is no configurable | Armin Ronacher | 2008-05-23 | 1 | -4/+16 | |
| | | | | | --HG-- branch : trunk | |||||
* | fixed an embarrassing mistake in the documentation | Armin Ronacher | 2008-05-19 | 1 | -1/+1 | |
| | | | | | --HG-- branch : trunk | |||||
* | some more cleaning up | Armin Ronacher | 2008-05-18 | 1 | -17/+14 | |
| | | | | | --HG-- branch : trunk | |||||
* | small refactoring | Armin Ronacher | 2008-05-18 | 1 | -1/+0 | |
| | | | | | --HG-- branch : trunk | |||||
* | subscribe doesn't eat up unicode errors any longer | Armin Ronacher | 2008-05-17 | 1 | -2/+7 | |
| | | | | | --HG-- branch : trunk | |||||
* | removed attribute local aliasing again because that implementation was broken | Armin Ronacher | 2008-05-16 | 1 | -0/+3 | |
| | | | | | --HG-- branch : trunk | |||||
* | improved exception system. now both name (load name) and filename are passed. | Armin Ronacher | 2008-05-16 | 1 | -5/+5 | |
| | | | | | --HG-- branch : trunk | |||||
* | added a semi realworld benchmark (jinja2 and mako) | Armin Ronacher | 2008-05-15 | 1 | -1/+1 | |
| | | | | | --HG-- branch : trunk | |||||
* | improved subscribe | Armin Ronacher | 2008-05-13 | 1 | -6/+8 | |
| | | | | | --HG-- branch : trunk | |||||
* | removed unused imports | Armin Ronacher | 2008-05-13 | 1 | -32/+12 | |
| | | | | | --HG-- branch : trunk | |||||
* | fixed a bug in extension handling | Armin Ronacher | 2008-05-11 | 1 | -1/+3 | |
| | | | | | --HG-- branch : trunk | |||||
* | more updates on the extension API | Armin Ronacher | 2008-05-08 | 1 | -0/+9 | |
| | | | | | --HG-- branch : trunk | |||||
* | First extension interface documentation and updates in that interface | Armin Ronacher | 2008-05-08 | 1 | -7/+7 | |
| | | | | | --HG-- branch : trunk | |||||
* | documentation update | Armin Ronacher | 2008-05-07 | 1 | -2/+4 | |
| | | | | | --HG-- branch : trunk | |||||
* | some documentation updates | Armin Ronacher | 2008-05-07 | 1 | -1/+5 | |
| | | | | | --HG-- branch : trunk | |||||
* | Indented environment parameters in docstring so that the sphinx HTML output ↵ | Armin Ronacher | 2008-05-06 | 1 | -46/+48 | |
| | | | | | | | looks nicer --HG-- branch : trunk | |||||
* | some documentation improvements, jinja escapes " and ' now, both into ↵ | Armin Ronacher | 2008-05-06 | 1 | -1/+1 | |
| | | | | | | | charpoints and no named entities for html 3.2 support ;-) --HG-- branch : trunk | |||||
* | moved concat to utils, fixed a few docstrings, fixed memory leak in ↵ | Armin Ronacher | 2008-05-03 | 1 | -5/+8 | |
| | | | | | | | _speedups.escape --HG-- branch : trunk | |||||
* | added "with context" or "without context" import/include modifiers | Armin Ronacher | 2008-05-02 | 1 | -1/+11 | |
| | | | | | --HG-- branch : trunk | |||||
* | reactivated syntax error translations | Armin Ronacher | 2008-05-01 | 1 | -1/+0 | |
| | | | | | --HG-- branch : trunk | |||||
* | Jinja doesn't have keywords any longer. The reason for this radical change ↵ | Armin Ronacher | 2008-05-01 | 1 | -1/+2 | |
| | | | | | | | is that the previous keywords where incompatible with the python keywords which made it impossible to name a variable "filter" or call a function with such a keyword parameter. --HG-- branch : trunk | |||||
* | Fixed typos in documentation | Lukas Meuser | 2008-05-01 | 1 | -0/+3 | |
| | | | | | --HG-- branch : trunk | |||||
* | improved debugging for syntax errors | Armin Ronacher | 2008-05-01 | 1 | -4/+9 | |
| | | | | | --HG-- branch : trunk | |||||
* | small performance improvements | Armin Ronacher | 2008-05-01 | 1 | -22/+21 | |
| | | | | | --HG-- branch : trunk | |||||
* | moved caching from loaders to environment and added environment overlays | Armin Ronacher | 2008-04-30 | 1 | -52/+149 | |
| | | | | | --HG-- branch : trunk | |||||
* | again documentation updates fixed another python 2.4 bug. Imports are not ↵ | Armin Ronacher | 2008-04-29 | 1 | -27/+17 | |
| | | | | | | | evaluated with the template context any longer which makes it possible to keep them in memory --HG-- branch : trunk | |||||
* | autoescaping is separate from finalize now and Markup is completely ignored ↵ | Armin Ronacher | 2008-04-28 | 1 | -69/+149 | |
| | | | | | | | 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 | -10/+26 | |
| | | | | | | | 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 | -2/+1 | |
| | | | | | --HG-- branch : trunk | |||||
* | worked on the tests and made undefined fail on comparisons now | Armin Ronacher | 2008-04-26 | 1 | -13/+18 | |
| | | | | | --HG-- branch : trunk | |||||
* | there is now a workaround in the compiler that makes sure it's possible to ↵ | Armin Ronacher | 2008-04-26 | 1 | -7/+6 | |
| | | | | | | | call things with python keywords. {{ foo(class=42) }} works again --HG-- branch : trunk | |||||
* | some performance improvements | Armin Ronacher | 2008-04-26 | 1 | -4/+4 | |
| | | | | | --HG-- branch : trunk | |||||
* | `IncludedTemplate` uses getattr rather then getitem now | Armin Ronacher | 2008-04-25 | 1 | -7/+15 | |
| | | | | | --HG-- branch : trunk | |||||
* | moved `IncludedTemplate` into the regular template API, fixed more unittests | Armin Ronacher | 2008-04-25 | 1 | -0/+29 | |
| | | | | | --HG-- branch : trunk | |||||
* | moved trans extension from jinja2.i18n to jinja2.ext and fixed some more ↵ | Armin Ronacher | 2008-04-25 | 1 | -26/+27 | |
| | | | | | | | unittests --HG-- branch : trunk | |||||
* | inheritance uses a less awkward hack for contexts now and subclassing ↵ | Armin Ronacher | 2008-04-24 | 1 | -50/+149 | |
| | | | | | | | templates is possible --HG-- branch : trunk | |||||
* | refactored extensions a bit | Armin Ronacher | 2008-04-20 | 1 | -7/+8 | |
| | | | | | --HG-- branch : trunk | |||||
* | added first code for parser extensions and moved some code in speedups around | Armin Ronacher | 2008-04-20 | 1 | -1/+15 | |
| | | | | | --HG-- branch : trunk | |||||
* | fixed more unittests | Armin Ronacher | 2008-04-18 | 1 | -5/+17 | |
| | | | | | --HG-- branch : trunk | |||||
* | improved undefined behavior | Armin Ronacher | 2008-04-17 | 1 | -3/+6 | |
| | | | | | --HG-- branch : trunk | |||||
* | simplified loader api and added builtin caching | Armin Ronacher | 2008-04-17 | 1 | -3/+10 | |
| | | | | | --HG-- branch : trunk | |||||
* | various docstring changes | Armin Ronacher | 2008-04-17 | 1 | -2/+7 | |
| | | | | | --HG-- branch : trunk |