Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Resolved conflict | Armin Ronacher | 2009-04-16 | 1 | -0/+6 | |
|\ | | | | | | | | | --HG-- branch : trunk | |||||
| * | Documented more changes | Armin Ronacher | 2009-04-02 | 1 | -0/+9 | |
| | | | | | | | | | | --HG-- branch : trunk | |||||
| * | Started refactoring of debugging system for better AppEngine/Pylons support. | Armin Ronacher | 2009-03-05 | 1 | -12/+28 | |
| | | | | | | | | | | --HG-- branch : trunk | |||||
* | | Fixed a bug with template syntax errors not handled properly. | Armin Ronacher | 2009-04-16 | 1 | -5/+4 | |
| | | | | | | | | | | --HG-- branch : trunk | |||||
* | | Started refactoring of debugging system for better AppEngine/Pylons support. | Armin Ronacher | 2009-03-05 | 1 | -12/+28 | |
| | | | | | | | | | | | | --HG-- branch : trunk extra : rebase_source : 30b87a402e0847f95eaf277d0fc50e1a63177d5b | |||||
* | | Added support for line-based comments. | Armin Ronacher | 2009-03-30 | 1 | -7/+16 | |
| | | | | | | | | | | --HG-- branch : trunk | |||||
* | | Applied documentation patches by Clemens Hermann. | Armin Ronacher | 2009-03-18 | 1 | -2/+2 | |
|/ | | | | | --HG-- branch : trunk | |||||
* | Improved Jinja's debugging support by introducing "@internalcode" which ↵ | Armin Ronacher | 2009-02-24 | 1 | -5/+10 | |
| | | | | | | | marks code objects that are skipped on tracebacks. Also template errors are now translated as well to help the pylons debugger. --HG-- branch : trunk | |||||
* | Added support for optional `scoped` modifier to blocks. | Armin Ronacher | 2009-02-19 | 1 | -16/+3 | |
| | | | | | --HG-- branch : trunk | |||||
* | Copyright switch to "The Jinja Team". | Armin Ronacher | 2009-01-04 | 1 | -1/+1 | |
| | | | | | --HG-- branch : trunk | |||||
* | Fixed a typo | Armin Ronacher | 2008-12-08 | 1 | -1/+1 | |
| | | | | | --HG-- branch : trunk | |||||
* | Added support for `Environment.compile_expression`. | Armin Ronacher | 2008-11-02 | 1 | -5/+68 | |
| | | | | | --HG-- branch : trunk | |||||
* | Various cleanups and added custom cycler. | Armin Ronacher | 2008-10-05 | 1 | -4/+21 | |
| | | | | | --HG-- branch : trunk | |||||
* | imports and includes "with context" are passed the full context now, not ↵ | Armin Ronacher | 2008-10-04 | 1 | -7/+13 | |
| | | | | | | | only the initial one. --HG-- branch : trunk | |||||
* | Some typos. | Georg Brandl | 2008-09-19 | 1 | -4/+4 | |
| | | | | | --HG-- branch : trunk | |||||
* | Improved bbcache and documented it. | Armin Ronacher | 2008-09-17 | 1 | -0/+2 | |
| | | | | | --HG-- branch : trunk | |||||
* | Added experimental and undocumented bytecode cache support | Armin Ronacher | 2008-09-17 | 1 | -3/+12 | |
| | | | | | --HG-- branch : trunk | |||||
* | Linked from autoescape to markup | Armin Ronacher | 2008-09-08 | 1 | -0/+2 | |
| | | | | | --HG-- branch : trunk | |||||
* | Fixed a typo | Armin Ronacher | 2008-09-08 | 1 | -1/+1 | |
| | | | | | --HG-- branch : trunk | |||||
* | Removed a few stdlib dependencies. This is the first step for IronPython ↵ | Armin Ronacher | 2008-08-13 | 1 | -5/+2 | |
| | | | | | | | support, the second one being a new lexer. --HG-- branch : trunk | |||||
* | Automated merge with http://dev.pocoo.org/hg/jinja2-main/ | Christopher Grebs | 2008-07-10 | 1 | -1/+1 | |
|\ | | | | | | | | | --HG-- branch : trunk | |||||
| * | fixed attribute lookup error with old style classes | Christopher Grebs | 2008-07-10 | 1 | -1/+1 | |
| | | | | | | | | | | --HG-- branch : trunk | |||||
* | | Fixed some minor glitches. | Armin Ronacher | 2008-06-20 | 1 | -1/+1 | |
| | | | | | | | | | | --HG-- branch : trunk | |||||
* | | Added `TemplateStream.dump`. | Armin Ronacher | 2008-06-17 | 1 | -0/+27 | |
| | | | | | | | | | | --HG-- branch : trunk | |||||
* | | 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 |