summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Compile `elif` tag to `elif` instead of `else: if`2.9-maintenanceAdrian Moennich2017-08-222-4/+13
* Make tojson always safe (fix #709)Ayala Shachar2017-05-231-2/+3
* Fix custom contexts in fast resolve modeAdrian Moennich2017-03-151-0/+14
* Fixed async macro autoescape. Fixes #671Armin Ronacher2017-01-281-0/+15
* Resolved extends errors in async mode (Fixes #668)Armin Ronacher2017-01-241-0/+4
* Correctly use buffer for else frame in loops. Fixes #669Armin Ronacher2017-01-241-0/+6
* Add support back for custom resolves on old resolve methodArmin Ronacher2017-01-121-0/+15
* Also restore original str methodArmin Ronacher2017-01-121-0/+1
* Restore original tuple repr for grouper. Fixes #654Armin Ronacher2017-01-121-0/+7
* Added another regression test for ansible/ansible#20063Armin Ronacher2017-01-121-0/+7
* Added a test for an assumed regression (refs #659)Armin Ronacher2017-01-121-0/+7
* Resolved bad code generation on toplevel ifsArmin Ronacher2017-01-091-0/+4
* Correctly scope loop filters. Fixes #649Armin Ronacher2017-01-092-0/+76
* Remove unused/duplicate importsAdrian Moennich2017-01-094-9/+0
* Move regex flags to separate argumentAdrian Moennich2017-01-091-1/+1
* Implement with-tag with a custom nodeArmin Ronacher2017-01-082-2/+10
* Added test for the scope nodeArmin Ronacher2017-01-081-0/+33
* Optimize the with testArmin Ronacher2017-01-081-2/+1
* Moved with test to coretagsArmin Ronacher2017-01-082-11/+16
* Support new scoping rules in scoped blocksArmin Ronacher2017-01-081-0/+5
* Do not use yield from for blocks with buffers. Fixes #645Armin Ronacher2017-01-081-0/+5
* Implement consistent scoping for sets in loopsArmin Ronacher2017-01-081-0/+9
* Add support for explicit callersArmin Ronacher2017-01-081-1/+21
* Correct bad scoping for for loops. This fixes #640Armin Ronacher2017-01-071-0/+10
* Resolved a regression in 2.9 with macro call scopingArmin Ronacher2017-01-071-0/+25
* Bump up the copyright to 2017Armin Ronacher2017-01-0715-15/+15
* Updated docs on autoescaping and made select_autoescape case insensitiveArmin Ronacher2017-01-071-0/+2
* Added a more convenient autoescaping functionArmin Ronacher2017-01-071-1/+16
* Generalize scoping. This fixes #603Armin Ronacher2017-01-071-0/+35
* Change grouping behavior of tests. This fixes #401Armin Ronacher2017-01-071-0/+14
* Add a policy for the ascii literal behavior. Fixes #392Armin Ronacher2017-01-071-1/+25
* Smaller fixes to stuff that broke on 3.xArmin Ronacher2017-01-071-1/+1
* Added a test for macro scoping in loopsArmin Ronacher2017-01-061-0/+17
* Block sets are now safe. This fixes #490Armin Ronacher2017-01-061-0/+6
* Ported tojson filter. Fixes #458Armin Ronacher2017-01-061-0/+13
* Expect formatArmin Ronacher2017-01-061-2/+1
* Cleaned up shitty syntax in testsuiteArmin Ronacher2017-01-0611-29/+29
* Fixed self references in macrosArmin Ronacher2017-01-061-3/+13
* Set macro autoescape behavior at call instead of compile time. Fixes #565Armin Ronacher2017-01-062-1/+13
* Merge pull request #610 from jab/jab-do_truncateArmin Ronacher2017-01-061-4/+4
|\
| * Fix and improve do_truncatejab2016-09-241-4/+4
* | Added a missing testArmin Ronacher2017-01-061-0/+7
* | Merge branch 'feature/no-locals'Armin Ronacher2017-01-067-6/+285
|\ \
| * | Changed behavior of macro defaults to be frame boundArmin Ronacher2017-01-032-7/+5
| * | Checked in a failing testArmin Ronacher2017-01-031-0/+11
| * | Added a second test for #278Armin Ronacher2017-01-031-0/+11
| * | Added a test for #278Armin Ronacher2017-01-031-0/+9
| * | Added test for #86Armin Ronacher2017-01-031-0/+6
| * | Use a separate scope for the loop else branchArmin Ronacher2017-01-031-1/+6
| * | Fixed from imports with contextArmin Ronacher2017-01-031-0/+8