Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fixed a bug in extension handling | Armin Ronacher | 2008-05-11 | 1 | -0/+11 | |
| | | | | | --HG-- branch : trunk | |||||
* | more updates on the extension API | Armin Ronacher | 2008-05-08 | 1 | -36/+38 | |
| | | | | | --HG-- branch : trunk | |||||
* | First extension interface documentation and updates in that interface | Armin Ronacher | 2008-05-08 | 1 | -12/+45 | |
| | | | | | --HG-- branch : trunk | |||||
* | some documentation updates | Armin Ronacher | 2008-05-07 | 1 | -5/+10 | |
| | | | | | --HG-- branch : trunk | |||||
* | Jinja doesn't have keywords any longer. The reason for this radical change ↵ | Armin Ronacher | 2008-05-01 | 1 | -1/+0 | |
| | | | | | | | 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 | |||||
* | moved caching from loaders to environment and added environment overlays | Armin Ronacher | 2008-04-30 | 1 | -3/+18 | |
| | | | | | --HG-- branch : trunk | |||||
* | again documentation updates fixed another python 2.4 bug. Imports are not ↵ | Armin Ronacher | 2008-04-29 | 1 | -4/+8 | |
| | | | | | | | evaluated with the template context any longer which makes it possible to keep them in memory --HG-- branch : trunk | |||||
* | fixed some NameErrors | Benjamin Wiegand | 2008-04-28 | 1 | -1/+1 | |
| | | | | | --HG-- branch : trunk | |||||
* | autoescaping is separate from finalize now and Markup is completely ignored ↵ | Armin Ronacher | 2008-04-28 | 1 | -2/+2 | |
| | | | | | | | if the environment is not in autoescape mode --HG-- branch : trunk | |||||
* | there is now a workaround in the compiler that makes sure it's possible to ↵ | Armin Ronacher | 2008-04-26 | 1 | -2/+2 | |
| | | | | | | | call things with python keywords. {{ foo(class=42) }} works again --HG-- branch : trunk | |||||
* | moved trans extension from jinja2.i18n to jinja2.ext and fixed some more ↵ | Armin Ronacher | 2008-04-25 | 1 | -6/+247 | |
| | | | | | | | unittests --HG-- branch : trunk | |||||
* | inheritance uses a less awkward hack for contexts now and subclassing ↵ | Armin Ronacher | 2008-04-24 | 1 | -4/+7 | |
| | | | | | | | templates is possible --HG-- branch : trunk | |||||
* | fixed more unittests | Armin Ronacher | 2008-04-22 | 1 | -2/+3 | |
| | | | | | --HG-- branch : trunk | |||||
* | fixed setup.py, a type and removed the possibility to use multiple ↵ | Armin Ronacher | 2008-04-21 | 1 | -0/+1 | |
| | | | | | | | statements per block. The latter makes it easier to write custom tags --HG-- branch : trunk | |||||
* | refactored extensions a bit | Armin Ronacher | 2008-04-20 | 1 | -0/+48 | |
--HG-- branch : trunk |