Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | unify/rename filter and function decorators | David Lord | 2021-04-10 | 1 | -5/+5 |
| | | | | Use pass_context instead of contextfilter and contextfunction, etc. | ||||
* | add pgettext and npgettext | Sardorbek Imomaliev | 2021-04-05 | 1 | -8/+81 |
| | |||||
* | deprecate 'with' and 'autoescape' extensions | FawziyahAlebiosu | 2021-01-29 | 1 | -11/+10 |
| | |||||
* | Setup mypy | Teymour Aldridge | 2020-07-28 | 1 | -2/+4 |
| | | | | | * Add missing type hints (these are intended as an initial set of type hints, to be added upon and improved later) * Setup MyPy to run as a Github Action | ||||
* | Merge branch '2.11.x' | David Lord | 2020-02-05 | 1 | -5/+0 |
|\ | |||||
| * | remove custom pytest marks | David Lord | 2020-02-05 | 1 | -5/+0 |
| | | |||||
* | | apply pyupgrade and f-strings | David Lord | 2020-02-05 | 1 | -48/+43 |
| | | |||||
* | | remove more compat code | David Lord | 2020-02-05 | 1 | -32/+24 |
| | | |||||
* | | remove _compat module | David Lord | 2020-02-05 | 1 | -5/+3 |
|/ | |||||
* | Revert "rename imports to jinja" | David Lord | 2020-01-26 | 1 | -32/+34 |
| | | | | This reverts commit 1167525b73863119f8bbec03ddb9d35eacff4bef. | ||||
* | rename imports to jinja | David Lord | 2020-01-10 | 1 | -34/+32 |
| | |||||
* | simplify module docstringsstyle | David Lord | 2020-01-10 | 1 | -9/+0 |
| | |||||
* | apply flake8 | David Lord | 2020-01-10 | 1 | -1/+1 |
| | |||||
* | apply black | David Lord | 2020-01-10 | 1 | -265/+314 |
| | |||||
* | apply reorder-python-imports | David Lord | 2020-01-10 | 1 | -3/+10 |
| | |||||
* | add a node for derived context references | Daniel Watkins | 2019-12-02 | 1 | -4/+21 |
| | | | | | This allows extensions to access locals in the scope from which they were called. | ||||
* | don't bypass autoescape | David Lord | 2019-10-04 | 1 | -13/+5 |
| | |||||
* | Add support for a {% debug %} extension tag. | Shaheed Haque | 2019-10-04 | 1 | -0/+16 |
| | | | | This dumps the available variables, filters and tests. | ||||
* | Add support for `{% trans trimmed ... %}` | Adrian Moennich | 2017-07-03 | 1 | -0/+68 |
| | | | | | | | Same behavior as in Django: All linebreaks and the whitespace surrounding linebreaks are replaced with a single space. closes #504 | ||||
* | Merge branch '2.9-maintenance' | Armin Ronacher | 2017-01-09 | 1 | -1/+1 |
|\ | |||||
| * | Move regex flags to separate argument | Adrian Moennich | 2017-01-09 | 1 | -1/+1 |
| | | |||||
* | | Merge branch '2.9-maintenance' | Armin Ronacher | 2017-01-08 | 1 | -11/+33 |
|\ \ | |/ | |||||
| * | Implement with-tag with a custom node | Armin Ronacher | 2017-01-08 | 1 | -2/+2 |
| | | |||||
| * | Added test for the scope node | Armin Ronacher | 2017-01-08 | 1 | -0/+33 |
| | | |||||
| * | Moved with test to coretags | Armin Ronacher | 2017-01-08 | 1 | -11/+0 |
| | | |||||
* | | Added support for unoptimized scopes | Armin Ronacher | 2017-01-08 | 1 | -0/+23 |
|/ | |||||
* | Bump up the copyright to 2017 | Armin Ronacher | 2017-01-07 | 1 | -1/+1 |
| | |||||
* | Cleaned up shitty syntax in testsuite | Armin Ronacher | 2017-01-06 | 1 | -4/+4 |
| | |||||
* | Set macro autoescape behavior at call instead of compile time. Fixes #565 | Armin Ronacher | 2017-01-06 | 1 | -0/+8 |
| | |||||
* | Fixed some broken tests | Armin Ronacher | 2017-01-03 | 1 | -1/+1 |
| | |||||
* | standard tox/travis config | David Lord | 2016-04-11 | 1 | -4/+4 |
| | | | | fix pytest warning, don't prefix non-testcase classes with Test | ||||
* | Rename testsuite to tests and suggestions | Kartheek Lenkala | 2015-03-22 | 1 | -0/+467 |
| | | | | | Remove py.test from setup.py install_requires Rename testsuite folder to tests. | ||||
* | Removed old testsuite. | Armin Ronacher | 2010-02-09 | 1 | -173/+0 |
| | | | | | --HG-- branch : trunk | ||||
* | added with-statement extension. | Armin Ronacher | 2010-02-07 | 1 | -0/+12 |
| | | | | | --HG-- branch : trunk | ||||
* | fixes some smaller problems for Jinja2 on Jython.2.2.1 | Armin Ronacher | 2009-09-14 | 1 | -4/+5 |
| | | | | | --HG-- branch : trunk | ||||
* | Fixed a bug that caused internal errors if names where used as iteration | Armin Ronacher | 2009-02-11 | 1 | -0/+23 |
| | | | | | | | | variable and regular variable *after* the loop if that variable was unused *before* the loop. (#331) --HG-- branch : trunk | ||||
* | Copyright switch to "The Jinja Team". | Armin Ronacher | 2009-01-04 | 1 | -1/+1 |
| | | | | | --HG-- branch : trunk | ||||
* | Added example extension that uses the stream filtering and added unittests. | Armin Ronacher | 2008-06-14 | 1 | -7/+4 |
| | | | | | --HG-- branch : trunk | ||||
* | Added unittests for stream filtering and preprocessing features of extensions. | Armin Ronacher | 2008-06-14 | 1 | -1/+61 |
| | | | | | --HG-- branch : trunk | ||||
* | added more unittests for various tasks | Armin Ronacher | 2008-05-24 | 1 | -0/+8 |
| | | | | | --HG-- branch : trunk | ||||
* | fixed bug with static unicode strings and auto escaping | Armin Ronacher | 2008-05-24 | 1 | -0/+4 |
| | | | | | --HG-- branch : trunk | ||||
* | more unittests and updated documentation for extensions. Fixed bug in ↵ | Armin Ronacher | 2008-05-23 | 1 | -1/+32 |
| | | | | | | | optimizer that caused blocks to be optimized away under some circumstances. --HG-- branch : trunk | ||||
* | added loopcontrols extension and added unittests for it | Armin Ronacher | 2008-05-23 | 1 | -0/+37 |
--HG-- branch : trunk |