Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | More Python 3 support. | Armin Ronacher | 2009-08-05 | 1 | -0/+9 | |
| | | | | | --HG-- branch : trunk | |||||
* | Started to work on Python 3 support. | Armin Ronacher | 2009-08-05 | 1 | -1/+5 | |
| | | | | | --HG-- branch : trunk | |||||
* | Improved Jinja's debugging support by introducing "@internalcode" which ↵ | Armin Ronacher | 2009-02-24 | 1 | -0/+9 | |
| | | | | | | | marks code objects that are skipped on tracebacks. Also template errors are now translated as well to help the pylons debugger. --HG-- branch : trunk | |||||
* | Fixed a threading issue with the LRUCache. Still not sure if I should ↵ | Armin Ronacher | 2009-01-12 | 1 | -1/+7 | |
| | | | | | | | release a Jinja 2.1.2 for that. --HG-- branch : trunk | |||||
* | Copyright switch to "The Jinja Team". | Armin Ronacher | 2009-01-04 | 1 | -1/+1 | |
| | | | | | --HG-- branch : trunk | |||||
* | Fixed an escaping bug in urlize | Armin Ronacher | 2008-11-17 | 1 | -1/+1 | |
| | | | | | --HG-- branch : trunk | |||||
* | Added support for `Environment.compile_expression`. | Armin Ronacher | 2008-11-02 | 1 | -0/+6 | |
| | | | | | --HG-- branch : trunk | |||||
* | Implemented and documented "joiner" | Armin Ronacher | 2008-10-13 | 1 | -0/+14 | |
| | | | | | --HG-- branch : trunk | |||||
* | Various cleanups and added custom cycler. | Armin Ronacher | 2008-10-05 | 1 | -0/+37 | |
| | | | | | --HG-- branch : trunk | |||||
* | Fixed a documentation bug. | Armin Ronacher | 2008-09-08 | 1 | -2/+2 | |
| | | | | | --HG-- branch : trunk | |||||
* | Removed a few stdlib dependencies. This is the first step for IronPython ↵ | Armin Ronacher | 2008-08-13 | 1 | -8/+40 | |
| | | | | | | | support, the second one being a new lexer. --HG-- branch : trunk | |||||
* | updated documentation | Armin Ronacher | 2008-06-09 | 1 | -3/+5 | |
| | | | | | --HG-- branch : trunk | |||||
* | data files are optional now | Armin Ronacher | 2008-05-28 | 1 | -9/+59 | |
| | | | | | --HG-- branch : trunk | |||||
* | some more documentation updates and minor code cleanups. Additionally True ↵ | Armin Ronacher | 2008-05-28 | 1 | -6/+38 | |
| | | | | | | | and true in the template are the same now, same for false/False and none/None. --HG-- branch : trunk | |||||
* | improved sandbox and updated setup.py | Armin Ronacher | 2008-05-26 | 1 | -14/+21 | |
| | | | | | --HG-- branch : trunk | |||||
* | all calls are proxied by context.call now so that we can inject environment ↵ | Armin Ronacher | 2008-05-25 | 1 | -3/+3 | |
| | | | | | | | and context as first arguments. This slows calls down a bit but is a lot more user friendly. Added first draft of FAQ --HG-- branch : trunk | |||||
* | added unittest for Markup and let the markup constructor accept `__html__` ↵ | Armin Ronacher | 2008-05-23 | 1 | -0/+5 | |
| | | | | | | | objects --HG-- branch : trunk | |||||
* | fixed babel entry point | Armin Ronacher | 2008-05-20 | 1 | -0/+16 | |
| | | | | | --HG-- branch : trunk | |||||
* | more thread safety in LRUCache | Armin Ronacher | 2008-05-19 | 1 | -2/+26 | |
| | | | | | --HG-- branch : trunk | |||||
* | improved thread safety of the LRUCache and fixed a bug in for loops | Armin Ronacher | 2008-05-19 | 1 | -2/+2 | |
| | | | | | --HG-- branch : trunk | |||||
* | the two escape implementations work the same now, updated jinja2-debug to ↵ | Armin Ronacher | 2008-05-14 | 1 | -1/+1 | |
| | | | | | | | load the i18n extension --HG-- branch : trunk | |||||
* | some documentation improvements, jinja escapes " and ' now, both into ↵ | Armin Ronacher | 2008-05-06 | 1 | -2/+11 | |
| | | | | | | | charpoints and no named entities for html 3.2 support ;-) --HG-- branch : trunk | |||||
* | added macro for char* to Py_UNICODE conversion | Armin Ronacher | 2008-05-05 | 1 | -1/+1 | |
| | | | | | --HG-- branch : trunk | |||||
* | improved sandbox, added proper striptags and updated documentation to latest ↵ | Armin Ronacher | 2008-05-04 | 1 | -1/+26 | |
| | | | | | | | sphinx changes --HG-- branch : trunk | |||||
* | Automated merge with ssh://team@pocoo.org/jinja2-main | Armin Ronacher | 2008-05-03 | 1 | -0/+1 | |
|\ | | | | | | | | | --HG-- branch : trunk | |||||
| * | added missing import | Benjamin Wiegand | 2008-05-03 | 1 | -0/+1 | |
| | | | | | | | | | | --HG-- branch : trunk | |||||
* | | updated filters: wordwraps uses the wordwrap module and urlize marks the ↵ | Armin Ronacher | 2008-05-03 | 1 | -5/+6 | |
|/ | | | | | | | 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 | -0/+23 | |
| | | | | | | | _speedups.escape --HG-- branch : trunk | |||||
* | made LRUCache thread safe -.- | Armin Ronacher | 2008-05-01 | 1 | -15/+34 | |
| | | | | | --HG-- branch : trunk | |||||
* | Fixed typos in documentation | Lukas Meuser | 2008-05-01 | 1 | -4/+4 | |
| | | | | | --HG-- branch : trunk | |||||
* | added cache_clear function | Armin Ronacher | 2008-05-01 | 1 | -0/+12 | |
| | | | | | --HG-- branch : trunk | |||||
* | moved caching from loaders to environment and added environment overlays | Armin Ronacher | 2008-04-30 | 1 | -0/+4 | |
| | | | | | --HG-- branch : trunk | |||||
* | again documentation updates fixed another python 2.4 bug. Imports are not ↵ | Armin Ronacher | 2008-04-29 | 1 | -4/+6 | |
| | | | | | | | evaluated with the template context any longer which makes it possible to keep them in memory --HG-- branch : trunk | |||||
* | fixed another python2.4 bug | Armin Ronacher | 2008-04-28 | 1 | -4/+5 | |
| | | | | | --HG-- branch : trunk | |||||
* | Automated merge with ssh://team@pocoo.org/jinja2-main | Armin Ronacher | 2008-04-28 | 1 | -1/+1 | |
|\ | | | | | | | | | --HG-- branch : trunk | |||||
| * | small improvement | Benjamin Wiegand | 2008-04-28 | 1 | -2/+2 | |
| | | | | | | | | | | --HG-- branch : trunk | |||||
| * | fixed some NameErrors | Benjamin Wiegand | 2008-04-28 | 1 | -1/+1 | |
| | | | | | | | | | | --HG-- branch : trunk | |||||
* | | python2.4 compatibility and doc updates | Armin Ronacher | 2008-04-28 | 1 | -3/+8 | |
|/ | | | | | --HG-- branch : trunk | |||||
* | inheritance uses a less awkward hack for contexts now and subclassing ↵ | Armin Ronacher | 2008-04-24 | 1 | -0/+8 | |
| | | | | | | | templates is possible --HG-- branch : trunk | |||||
* | fixed more unittests | Armin Ronacher | 2008-04-22 | 1 | -2/+74 | |
| | | | | | --HG-- branch : trunk | |||||
* | added first code for parser extensions and moved some code in speedups around | Armin Ronacher | 2008-04-20 | 1 | -8/+36 | |
| | | | | | --HG-- branch : trunk | |||||
* | fixed a few bugs from the unittests | Armin Ronacher | 2008-04-18 | 1 | -27/+15 | |
| | | | | | --HG-- branch : trunk | |||||
* | added C escape and tb_set_next functions | Armin Ronacher | 2008-04-18 | 1 | -14/+20 | |
| | | | | | --HG-- branch : trunk | |||||
* | simplified loader api and added builtin caching | Armin Ronacher | 2008-04-17 | 1 | -0/+121 | |
| | | | | | --HG-- branch : trunk | |||||
* | various docstring changes | Armin Ronacher | 2008-04-17 | 1 | -1/+3 | |
| | | | | | --HG-- branch : trunk | |||||
* | improved filters | Armin Ronacher | 2008-04-17 | 1 | -0/+9 | |
| | | | | | --HG-- branch : trunk | |||||
* | added autoescaping | Armin Ronacher | 2008-04-17 | 1 | -7/+101 | |
| | | | | | --HG-- branch : trunk | |||||
* | continued convertig filters | Christoph Hack | 2008-04-14 | 1 | -0/+59 | |
| | | | | | --HG-- branch : trunk | |||||
* | converted unit tests, started rewriting filters | Christoph Hack | 2008-04-13 | 1 | -0/+13 | |
| | | | | | --HG-- branch : trunk | |||||
* | fixed a bug in the compiler | Armin Ronacher | 2008-04-11 | 1 | -5/+3 | |
| | | | | | --HG-- branch : trunk |