Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Applied documentation patches by Clemens Hermann. | Armin Ronacher | 2009-03-18 | 1 | -4/+4 | |
| | | | | | --HG-- branch : trunk | |||||
* | Added support for `Environment.compile_expression`. | Armin Ronacher | 2008-11-02 | 1 | -1/+1 | |
| | | | | | --HG-- branch : trunk | |||||
* | Fixed bytecode cache and added support for memcached (tests still missing) | Armin Ronacher | 2008-09-18 | 1 | -0/+2 | |
| | | | | | --HG-- branch : trunk | |||||
* | Improved bbcache and documented it. | Armin Ronacher | 2008-09-17 | 1 | -22/+62 | |
| | | | | | --HG-- branch : trunk | |||||
* | filter -> test in the tests section (i feel so embarrassed). | Armin Ronacher | 2008-09-11 | 1 | -3/+3 | |
| | | | | | --HG-- branch : trunk | |||||
* | Added `TemplateStream.dump`. | Armin Ronacher | 2008-06-17 | 1 | -1/+1 | |
| | | | | | --HG-- branch : trunk | |||||
* | added support for token stream filtering and preprocessing. | Armin Ronacher | 2008-06-13 | 1 | -0/+2 | |
| | | | | | --HG-- branch : trunk | |||||
* | data files are optional now | Armin Ronacher | 2008-05-28 | 1 | -11/+32 | |
| | | | | | --HG-- branch : trunk | |||||
* | some more documentation updates and minor code cleanups. Additionally True ↵ | Armin Ronacher | 2008-05-28 | 1 | -5/+87 | |
| | | | | | | | and true in the template are the same now, same for false/False and none/None. --HG-- branch : trunk | |||||
* | fixed a bug in error reporting and some small documentation updates | Armin Ronacher | 2008-05-26 | 1 | -2/+42 | |
| | | | | | --HG-- branch : trunk | |||||
* | even more tests, fixed severe bug with autoescaping. | Armin Ronacher | 2008-05-25 | 1 | -9/+88 | |
| | | | | | --HG-- branch : trunk | |||||
* | end of line sequence is no configurable | Armin Ronacher | 2008-05-23 | 1 | -0/+30 | |
| | | | | | --HG-- branch : trunk | |||||
* | more unittests and updated documentation for extensions. Fixed bug in ↵ | Armin Ronacher | 2008-05-23 | 1 | -2/+2 | |
| | | | | | | | optimizer that caused blocks to be optimized away under some circumstances. --HG-- branch : trunk | |||||
* | removed esection about Jinja semantics as we don't have local aliasing currently | Armin Ronacher | 2008-05-17 | 1 | -29/+0 | |
| | | | | | --HG-- branch : trunk | |||||
* | added support for local aliasing of some attributes. the technique used is ↵ | Armin Ronacher | 2008-05-15 | 1 | -0/+29 | |
| | | | | | | | not very good but covers at least some of the more common use cases --HG-- branch : trunk | |||||
* | removed unused imports | Armin Ronacher | 2008-05-13 | 1 | -7/+7 | |
| | | | | | --HG-- branch : trunk | |||||
* | Automated merge with ssh://team@pocoo.org/jinja2-main | Armin Ronacher | 2008-05-13 | 1 | -1/+0 | |
|\ | | | | | | | | | --HG-- branch : trunk | |||||
| * | Fix two typos. | Georg Brandl | 2008-05-11 | 1 | -1/+0 | |
| | | | | | | | | | | --HG-- branch : trunk | |||||
* | | Backed out changeset 6afb554797b6, which added unicode identifier support. ↵ | Armin Ronacher | 2008-05-11 | 1 | -6/+23 | |
| | | | | | | | | | | | | | | This doesn't work in reality under Python 2.6 properly. --HG-- branch : trunk | |||||
* | | added support for unicode identifiers | Armin Ronacher | 2008-05-11 | 1 | -23/+6 | |
| | | | | | | | | | | --HG-- branch : trunk | |||||
* | | added support for dotted names in tests and filters | Armin Ronacher | 2008-05-10 | 1 | -2/+23 | |
|/ | | | | | --HG-- branch : trunk | |||||
* | more updates on the extension API | Armin Ronacher | 2008-05-08 | 1 | -1/+1 | |
| | | | | | --HG-- branch : trunk | |||||
* | documentation update | Armin Ronacher | 2008-05-07 | 1 | -6/+8 | |
| | | | | | --HG-- branch : trunk | |||||
* | some documentation updates | Armin Ronacher | 2008-05-07 | 1 | -5/+16 | |
| | | | | | --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 | |||||
* | updated filters: wordwraps uses the wordwrap module and urlize marks the ↵ | Armin Ronacher | 2008-05-03 | 1 | -6/+8 | |
| | | | | | | | result as HTML now if in autoescape mode --HG-- branch : trunk | |||||
* | moved concat to utils, fixed a few docstrings, fixed memory leak in ↵ | Armin Ronacher | 2008-05-03 | 1 | -1/+1 | |
| | | | | | | | _speedups.escape --HG-- branch : trunk | |||||
* | Fixed typos in documentation | Lukas Meuser | 2008-05-01 | 1 | -3/+3 | |
| | | | | | --HG-- branch : trunk | |||||
* | added cache_clear function | Armin Ronacher | 2008-05-01 | 1 | -0/+2 | |
| | | | | | --HG-- branch : trunk | |||||
* | small performance improvements | Armin Ronacher | 2008-05-01 | 1 | -3/+3 | |
| | | | | | --HG-- branch : trunk | |||||
* | moved caching from loaders to environment and added environment overlays | Armin Ronacher | 2008-04-30 | 1 | -23/+166 | |
| | | | | | --HG-- branch : trunk | |||||
* | again documentation updates fixed another python 2.4 bug. Imports are not ↵ | Armin Ronacher | 2008-04-29 | 1 | -1/+1 | |
| | | | | | | | evaluated with the template context any longer which makes it possible to keep them in memory --HG-- branch : trunk | |||||
* | first version of the jinja2 docs | Armin Ronacher | 2008-04-28 | 1 | -0/+191 | |
--HG-- branch : trunk |