Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | async support doesn't require patchinginline-async | David Lord | 2021-04-10 | 1 | -2/+2 |
| | |||||
* | Markup and escape should be imported from markupsafe | David Lord | 2021-04-10 | 1 | -18/+0 |
| | |||||
* | unify/rename filter and function decorators | David Lord | 2021-04-10 | 2 | -37/+52 |
| | | | | Use pass_context instead of contextfilter and contextfunction, etc. | ||||
* | Fix incorrect docs - line statements have no default | Matěj Volf | 2021-04-05 | 1 | -1/+5 |
| | |||||
* | Merge pull request #1236 from sixtyfathoms/fix/issue-1184 | David Lord | 2021-04-05 | 1 | -3/+11 |
|\ | | | | | Update wording on dictionary default ordering | ||||
| * | update wording on dictionary default ordering | jeff | 2021-04-05 | 1 | -3/+11 |
| | | |||||
* | | add symbol names for tilde and pipe operators | Seth G | 2021-04-05 | 1 | -2/+2 |
|/ | |||||
* | add pgettext and npgettext | Sardorbek Imomaliev | 2021-04-05 | 1 | -10/+28 |
| | |||||
* | add 'is filter' and 'is test' tests | David Lord | 2021-04-04 | 1 | -72/+95 |
| | | | | | | This required allowing tests to be decorated with '@environmentfilter'. Tests are essentially the same as filters now, the node, compiler, and environment have been refactored to extract common behavior. | ||||
* | more detailed docs about globals | David Lord | 2021-03-31 | 1 | -13/+39 |
| | |||||
* | docs rename changelog to changes, add license | David Lord | 2021-02-24 | 3 | -3/+8 |
| | |||||
* | update project links | David Lord | 2021-02-24 | 1 | -3/+5 |
| | |||||
* | Merge branch '2.11.x' | David Lord | 2021-01-31 | 1 | -1/+1 |
|\ | |||||
| * | api.rst: bugfix in docs, import PackageLoader | Mark Hansen | 2020-05-16 | 1 | -1/+1 |
| | | | | | | It's used two lines below. | ||||
* | | Merge pull request #1195 from bebleo/add_mailto_link_support | David Lord | 2021-01-30 | 1 | -0/+4 |
|\ \ | | | | | | | Improve and extend urlize | ||||
| * | | update urlize docs, clean up code | David Lord | 2021-01-30 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | move regexes near implementation commented verbose regex for http pattern renamed extra_uri_schemes to extra_schemes | ||||
| * | | Improve and extend urlize | Bebleo | 2021-01-30 | 1 | -0/+4 |
| | | | |||||
* | | | update docs on adding extensions (#1237) | sixtyfathoms | 2021-01-30 | 1 | -2/+5 |
| | | | |||||
* | | | Improve diction (amount -> number) (#1341) | Roy Smith | 2021-01-30 | 1 | -1/+1 |
|/ / | |||||
* | | update docs about required blocks (#1340) | David Lord | 2021-01-30 | 1 | -18/+23 |
| | | |||||
* | | add required attribute to blocks | Amy | 2021-01-29 | 1 | -0/+34 |
| | | | | | | | | | | required blocks must be overridden at some point, although not necessarily by the direct child template | ||||
* | | Fix "If" example in documentation (#1337) | Adam Johnson | 2021-01-26 | 1 | -1/+1 |
| | | | | | | Fix "If" example in documentation | ||||
* | | Update templates.rst to fix small typo (#1327) | Jonathan Berger | 2020-12-23 | 1 | -1/+1 |
| | | |||||
* | | ignore trim_blocks using '+%}' | Amy | 2020-06-22 | 1 | -0/+9 |
| | | |||||
* | | update package and filesystem loader docs | David Lord | 2020-05-23 | 1 | -15/+25 |
| | | |||||
* | | use pip-compile to pin dev requirements | David Lord | 2020-05-18 | 1 | -4/+0 |
| | | |||||
* | | remove vim syntax file | David Lord | 2020-04-19 | 1 | -66/+35 |
| | | | | | | | | remove unmaintained information from integration doc | ||||
* | | Merge branch '2.11.x' | David Lord | 2020-03-30 | 1 | -3/+4 |
|\ \ | |/ | |||||
| * | Add link to template designer documentation | ldealmei | 2020-02-28 | 1 | -3/+4 |
| | | | | | | | | For those who were actually looking for the template design documentation putting a link directly to it might prevent them to have to google for it. When on the API page, there is no direct way to find the template design documentation. Hope this can help others. | ||||
* | | Fix html tag | Nils K | 2020-03-22 | 1 | -2/+2 |
| | | |||||
* | | Merge branch '2.11.x' | David Lord | 2020-02-27 | 1 | -29/+30 |
|\ \ | |/ | |||||
| * | rewrite async discussion | David Lord | 2020-02-08 | 1 | -29/+30 |
| | | |||||
| * | Fix async doc | David Brochart | 2020-02-08 | 1 | -1/+1 |
| | | |||||
* | | apply pyupgrade and f-strings | David Lord | 2020-02-05 | 4 | -10/+9 |
| | | |||||
* | | remove Python 2 from docs | David Lord | 2020-02-05 | 7 | -223/+92 |
|/ | |||||
* | Revert "rename imports to jinja" | David Lord | 2020-01-26 | 11 | -107/+129 |
| | | | | This reverts commit 1167525b73863119f8bbec03ddb9d35eacff4bef. | ||||
* | rename imports to jinja | David Lord | 2020-01-10 | 11 | -129/+107 |
| | |||||
* | simplify module docstringsstyle | David Lord | 2020-01-10 | 1 | -10/+0 |
| | |||||
* | remove old scripts and examples | David Lord | 2020-01-10 | 3 | -6/+117 |
| | |||||
* | apply black | David Lord | 2020-01-10 | 1 | -9/+7 |
| | |||||
* | fix(templates.rst): fix typo (`hat` => `that`) | Imran Iqbal | 2019-12-08 | 1 | -1/+1 |
| | |||||
* | use "Jinja" instead of "Jinja2" | David Lord | 2019-10-23 | 2 | -5/+5 |
| | |||||
* | use "Jinja" instead of "Jinja2" | David Lord | 2019-10-23 | 9 | -116/+114 |
| | |||||
* | clarify cycler.next() behavior | David Lord | 2019-10-20 | 1 | -19/+22 |
| | |||||
* | clean up i18n documentation | David Lord | 2019-10-19 | 2 | -114/+148 |
| | | | | | | | | explain enabling newstyle organize newstyle advantages mention escaping percent signs for formatting mention marking format parameters as safe fix newstyle ref | ||||
* | document lack of file extension | David Lord | 2019-10-18 | 1 | -0/+14 |
| | | | | closes #547 | ||||
* | document behavior of block tag in if block | David Lord | 2019-10-18 | 1 | -0/+4 |
| | | | | closes #423 | ||||
* | format expression docs | David Lord | 2019-10-18 | 1 | -37/+37 |
| | |||||
* | improve docs about string methods in templates | David Lord | 2019-10-18 | 1 | -12/+29 |
| | | | | closes #273 | ||||
* | Don't make cond_expr_undefined configurable | Adrian Moennich | 2019-10-13 | 1 | -2/+2 |
| |