Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | Correct bad scoping for for loops. This fixes #640 | Armin Ronacher | 2017-01-07 | 3 | -2/+19 | |
| | | | | | ||||||
* | | | | | Merge branch '2.9-maintenance' | Armin Ronacher | 2017-01-07 | 3 | -1/+34 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | 2.9.2-dev | Armin Ronacher | 2017-01-07 | 2 | -2/+2 | |
| | | | | | ||||||
| * | | | | Bump version number to 2.9.12.9.1 | Armin Ronacher | 2017-01-07 | 2 | -2/+2 | |
| | | | | | ||||||
| * | | | | Added changelog for 2.9.1 | Armin Ronacher | 2017-01-07 | 1 | -0/+8 | |
| | | | | | ||||||
| * | | | | Resolved a regression in 2.9 with macro call scoping | Armin Ronacher | 2017-01-07 | 2 | -1/+26 | |
| | | | | | ||||||
* | | | | | 2.10-dev | Armin Ronacher | 2017-01-07 | 2 | -2/+2 | |
|/ / / / | ||||||
* | | | | Bump version number to 2.92.9 | Armin Ronacher | 2017-01-07 | 2 | -2/+2 | |
| | | | | ||||||
* | | | | Set release date | Armin Ronacher | 2017-01-07 | 1 | -0/+1 | |
| | | | | ||||||
* | | | | Bump up the copyright to 2017 | Armin Ronacher | 2017-01-07 | 36 | -36/+36 | |
| | | | | ||||||
* | | | | Updated docs on autoescaping and made select_autoescape case insensitive | Armin Ronacher | 2017-01-07 | 3 | -18/+42 | |
| | | | | ||||||
* | | | | Added a more convenient autoescaping function | Armin Ronacher | 2017-01-07 | 4 | -2/+69 | |
| | | | | ||||||
* | | | | Move the autoescape extension and with statement to be built-in | Armin Ronacher | 2017-01-07 | 6 | -54/+57 | |
| | | | | ||||||
* | | | | Generalize scoping. This fixes #603 | Armin Ronacher | 2017-01-07 | 4 | -5/+50 | |
| | | | | ||||||
* | | | | Change grouping behavior of tests. This fixes #401 | Armin Ronacher | 2017-01-07 | 3 | -1/+20 | |
| | | | | ||||||
* | | | | Add a policy for the ascii literal behavior. Fixes #392 | Armin Ronacher | 2017-01-07 | 7 | -13/+48 | |
| | | | | ||||||
* | | | | Optimize parameter lookup by default | Armin Ronacher | 2017-01-07 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Smaller fixes to stuff that broke on 3.x | Armin Ronacher | 2017-01-07 | 3 | -1/+10 | |
| | | | | ||||||
* | | | | Kill const folding for call which does not work anyways | Armin Ronacher | 2017-01-06 | 1 | -32/+0 | |
| | | | | ||||||
* | | | | Fix various optimizer bugs. This fixes #548bugfix/inline-optmiize | Armin Ronacher | 2017-01-06 | 5 | -37/+43 | |
| | | | | ||||||
* | | | | Added a test for macro scoping in loops | Armin Ronacher | 2017-01-06 | 1 | -0/+17 | |
| | | | | ||||||
* | | | | Block sets are now safe. This fixes #490 | Armin Ronacher | 2017-01-06 | 3 | -1/+9 | |
| | | | | ||||||
* | | | | Add note on HTML usage of tojson filter | Armin Ronacher | 2017-01-06 | 1 | -0/+2 | |
| | | | | ||||||
* | | | | Ported tojson filter. Fixes #458 | Armin Ronacher | 2017-01-06 | 6 | -3/+97 | |
| | | | | ||||||
* | | | | Expect format | Armin Ronacher | 2017-01-06 | 2 | -45/+39 | |
| | | | | ||||||
* | | | | Cleaned up shitty syntax in testsuite | Armin Ronacher | 2017-01-06 | 11 | -29/+29 | |
| | | | | ||||||
* | | | | Fixed self references in macros | Armin Ronacher | 2017-01-06 | 4 | -36/+100 | |
| | | | | ||||||
* | | | | Turns out order tracking for loads is not useful | Armin Ronacher | 2017-01-06 | 1 | -2/+1 | |
| | | | | ||||||
* | | | | Write loads in order they were defined | Armin Ronacher | 2017-01-06 | 2 | -2/+3 | |
| | | | | ||||||
* | | | | Killed some whitespace | Armin Ronacher | 2017-01-06 | 1 | -2/+2 | |
| | | | | ||||||
* | | | | Optimize the case where we know about defined variables | Armin Ronacher | 2017-01-06 | 2 | -4/+17 | |
| | | | | ||||||
* | | | | Set macro autoescape behavior at call instead of compile time. Fixes #565 | Armin Ronacher | 2017-01-06 | 5 | -20/+69 | |
| | | | | ||||||
* | | | | Fix and/or logic in docs (#521) | Zach Malone | 2017-01-06 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Added changelog entry | Armin Ronacher | 2017-01-06 | 1 | -0/+2 | |
| | | | | ||||||
* | | | | Merge pull request #610 from jab/jab-do_truncate | Armin Ronacher | 2017-01-06 | 2 | -14/+18 | |
|\ \ \ \ | | | | | | | | | | | Fix and improve do_truncate | |||||
| * | | | | Fix and improve do_truncate | jab | 2016-09-24 | 2 | -14/+18 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Ensure that the requested max length be at least as long as the requested `end` value (e.g. 3 in the case of '...'). Fixes #539 - Add `leeway` parameter so that strings that just barely miss the requested max length cutoff can still be spared from unwanted truncation. Default value is 5. - No longer append a space before appending `end` under any circumstances. Adding whitespace before ellipsis punctuation in English is grammatically incorrect. | |||||
* | | | | | Ensure we depend on recent markupsafe. Fixes #638 | Armin Ronacher | 2017-01-06 | 2 | -1/+2 | |
| | | | | | ||||||
* | | | | | Added a missing test | Armin Ronacher | 2017-01-06 | 1 | -0/+7 | |
| | | | | | ||||||
* | | | | | Merge branch 'feature/no-locals' | Armin Ronacher | 2017-01-06 | 15 | -505/+870 | |
|\ \ \ \ \ | ||||||
| * | | | | | Better error messages for some undefines. This fixes #575feature/no-locals | Armin Ronacher | 2017-01-06 | 2 | -2/+14 | |
| | | | | | | ||||||
| * | | | | | Optimize emitting of forced yields | Armin Ronacher | 2017-01-06 | 1 | -4/+3 | |
| | | | | | | ||||||
| * | | | | | Support yield from if we can use it | Armin Ronacher | 2017-01-05 | 1 | -16/+42 | |
| | | | | | | ||||||
| * | | | | | Do not emit make_logging_undefined to runtime | Armin Ronacher | 2017-01-05 | 1 | -1/+1 | |
| | | | | | | ||||||
| * | | | | | Changed behavior of macro defaults to be frame bound | Armin Ronacher | 2017-01-03 | 4 | -24/+27 | |
| | | | | | | ||||||
| * | | | | | Checked in a failing test | Armin Ronacher | 2017-01-03 | 1 | -0/+11 | |
| | | | | | | ||||||
| * | | | | | Added a second test for #278 | Armin Ronacher | 2017-01-03 | 1 | -0/+11 | |
| | | | | | | ||||||
| * | | | | | Added a test for #278 | Armin Ronacher | 2017-01-03 | 1 | -0/+9 | |
| | | | | | | ||||||
| * | | | | | Added test for #86 | Armin Ronacher | 2017-01-03 | 1 | -0/+6 | |
| | | | | | | ||||||
| * | | | | | Alias resolve and undefined | Armin Ronacher | 2017-01-03 | 1 | -4/+10 | |
| | | | | | | ||||||
| * | | | | | Kill stray print | Armin Ronacher | 2017-01-03 | 1 | -1/+0 | |
| | | | | | |