Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | Fixed a Python 3 regression. | Armin Ronacher | 2014-06-06 | 1 | -10/+16 | |
| | | | | | ||||||
* | | | | | Added tests for logging undefined and added it to the docs. | Armin Ronacher | 2014-06-06 | 3 | -21/+90 | |
| | | | | | ||||||
* | | | | | Added support for logging of undefined objects. | Armin Ronacher | 2014-06-06 | 1 | -6/+41 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixup! fixup! | |||||
* | | | | | Fix for #304 | Armin Ronacher | 2014-06-06 | 1 | -5/+6 | |
| | | | | | ||||||
* | | | | | Merge pull request #315 from lazka/fix-iter-length | Armin Ronacher | 2014-06-06 | 2 | -19/+22 | |
|\ \ \ \ \ | | | | | | | | | | | | | Fix loop context length calculation for iterators. Fixes #244 | |||||
| * | | | | | Fix loop context length calculation for iterators. Fixes #244 | Christoph Reiter | 2014-03-30 | 2 | -19/+22 | |
| |/ / / / | | | | | | | | | | | | | | | | | | | | | This resulted in wrong values for revindex and revindex0 while looping over an iterator. | |||||
* | | | | | Merge pull request #317 from shedokan/master | Armin Ronacher | 2014-06-06 | 1 | -10/+5 | |
|\ \ \ \ \ | | | | | | | | | | | | | Improved performance of filters.do_truncate() | |||||
| * | | | | | Improved performance of filters.do_truncate() | Eric Sh | 2014-04-03 | 1 | -10/+5 | |
| |/ / / / | ||||||
* | | | | | Merge pull request #319 from richierichrawr/master | Armin Ronacher | 2014-06-06 | 1 | -7/+7 | |
|\ \ \ \ \ | | | | | | | | | | | | | Edit code comments for readability | |||||
| * | | | | | Edit code comments for readability | richierichrawr | 2014-04-05 | 1 | -7/+7 | |
| |/ / / / | | | | | | | | | | | Changed a few things to make it more understandable | |||||
* | | | | | Style cleanups in environment and a tiny bugfix. | Armin Ronacher | 2014-06-06 | 1 | -8/+9 | |
| | | | | | ||||||
* | | | | | Fixed issue #309 | Armin Ronacher | 2014-06-06 | 1 | -1/+3 | |
| | | | | | ||||||
* | | | | | More resilient template directory handling for bytecode cache. | Armin Ronacher | 2014-06-06 | 1 | -4/+13 | |
| | | | | | ||||||
* | | | | | Merge pull request #331 from SteelyWing/patch-1 | Armin Ronacher | 2014-06-06 | 1 | -1/+1 | |
|\ \ \ \ \ | | | | | | | | | | | | | fix os.name of Windows | |||||
| * | | | | | fix os.name of Windows | Wing | 2014-05-17 | 1 | -1/+1 | |
| |/ / / / | | | | | | | | | | | os.name of Windows is 'nt', https://docs.python.org/3.4/library/os.html#os.name | |||||
* | | | | | Merge pull request #332 from SteelyWing/patch-2 | Armin Ronacher | 2014-06-06 | 1 | -2/+11 | |
|\ \ \ \ \ | | | | | | | | | | | | | Use abs path for cache key | |||||
| * | | | | | better assignment | Wing | 2014-05-17 | 1 | -1/+1 | |
| | | | | | | ||||||
| * | | | | | check for if loader does not implement get_source() | Wing | 2014-05-17 | 1 | -2/+6 | |
| | | | | | | ||||||
| * | | | | | if template is not file, use name for cache key | Wing | 2014-05-17 | 1 | -1/+4 | |
| | | | | | | ||||||
| * | | | | | Update environment.py | Wing | 2014-05-17 | 1 | -1/+1 | |
| | | | | | | ||||||
| * | | | | | Update environment.py | Wing | 2014-05-17 | 1 | -1/+1 | |
| | | | | | | ||||||
| * | | | | | use abs path for cache key | Wing | 2014-05-17 | 1 | -2/+4 | |
| |/ / / / | ||||||
* | | | | | close temp file | Wing | 2014-05-17 | 1 | -1/+2 | |
|/ / / / | | | | | | | | | The test can't remove the temp file on Windows, because `mkstemp()` will open the temp. | |||||
* | | | | Merge branch '2.7-maintenance' | Armin Ronacher | 2014-01-10 | 1 | -2/+28 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | This is 0.7.3-dev | Armin Ronacher | 2014-01-10 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Bump version number to 2.7.22.7.2baserock/morph | Armin Ronacher | 2014-01-10 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Fixed a syntax error on Python 3 | Armin Ronacher | 2014-01-10 | 1 | -1/+2 | |
| | | | | ||||||
| * | | | Fixed a security issue with temporary files on the filesystem cache on UNIX. | Armin Ronacher | 2014-01-10 | 1 | -2/+27 | |
| | | | | ||||||
* | | | | Added a note on why equalto exists. | Armin Ronacher | 2013-12-12 | 1 | -0/+10 | |
| | | | | ||||||
* | | | | Merge branch 'pr/283' | Armin Ronacher | 2013-12-12 | 2 | -0/+22 | |
|\ \ \ \ | ||||||
| * | | | | Define tests for equalto. | Thomas van Noort | 2013-11-22 | 1 | -0/+11 | |
| | | | | | ||||||
| * | | | | Add equalto test as value-level analogue of reference-level sameas test. | Thomas van Noort | 2013-11-22 | 1 | -0/+11 | |
| | |/ / | |/| | | ||||||
* | | | | Merge branch 'pr/267' | Armin Ronacher | 2013-12-12 | 2 | -7/+14 | |
|\ \ \ \ | ||||||
| * | | | | Issue #121: The truncate filter now counts the length | Berker Peksag | 2013-09-14 | 2 | -7/+14 | |
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | of the *end* parameter when truncating a string. This is the same behavior as Django's truncate filter: https://docs.djangoproject.com/en/1.4/ref/templates/builtins/#truncatechars | |||||
* | | | | Merge branch 'pr/266' | Armin Ronacher | 2013-12-12 | 1 | -3/+13 | |
|\ \ \ \ | ||||||
| * | | | | Issue #71: Add `followlinks` parameter to FileSystemLoader. | Berker Peksag | 2013-09-13 | 1 | -3/+13 | |
| |/ / / | ||||||
* | | | | Issue #126: Add `target` keyword argument to urlize. | Berker Peksag | 2013-08-21 | 3 | -7/+32 | |
|/ / / | ||||||
* | | | Merge branch '2.7-maintenance' | Armin Ronacher | 2013-08-07 | 1 | -1/+1 | |
|\ \ \ | |/ / | ||||||
| * | | Fixed prefix loader now properly forward globals. | Armin Ronacher | 2013-08-07 | 1 | -1/+1 | |
| | | | | | | | | | | | | This fixes #238 | |||||
* | | | Merge branch '2.7-maintenance' | Armin Ronacher | 2013-08-07 | 6 | -27/+19 | |
|\ \ \ | |/ / | ||||||
| * | | Ready for another release | Armin Ronacher | 2013-08-07 | 1 | -1/+1 | |
| | | | ||||||
| * | | Bump version number to 2.7.12.7.1 | Armin Ronacher | 2013-08-07 | 1 | -1/+1 | |
| | | | ||||||
| * | | Corrected title filter behavior. | Armin Ronacher | 2013-08-07 | 2 | -1/+3 | |
| | | | | | | | | | | | | | | | | | | | | | The title filter will now correctly lowercase the non first letter like the regular Python filter does. This fixes #251. | |||||
| * | | Fixed warnings if Python is run with -3. | Armin Ronacher | 2013-08-07 | 2 | -1/+14 | |
| | | | | | | | | | | | | | | | | | | | | | This also adds proper hashing and comparision support to undefined objects. This fixes #224 | |||||
| * | | Revert "Support included blocks override" | Armin Ronacher | 2013-08-07 | 2 | -25/+2 | |
| | | | | | | | | | | | | | | | | | | This reverts commit 33aee12a29426987805420a410e13e0470a79cbf. This fixes #243. | |||||
* | | | Merge branch '2.7-maintenance' | Armin Ronacher | 2013-08-07 | 3 | -3/+41 | |
|\ \ \ | |/ / | ||||||
| * | | Fix Python 3 compatibility of BytecodeCache by checking for `if | Marc Abramowitz | 2013-08-07 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | isinstance(filename, text_type)` instead of `if isinstance(filename, unicode)` | |||||
| * | | Add test (jinja2.testsuite.bytecode_cache.ByteCodeCacheTestCase) for | Marc Abramowitz | 2013-08-07 | 2 | -1/+39 | |
| | | | | | | | | | | | | BytecodeCache that fails on Python 3 because it uses `unicode` | |||||
* | | | Merge branch '2.7-maintenance' | Armin Ronacher | 2013-07-04 | 2 | -2/+6 | |
|\ \ \ | |/ / | ||||||
| * | | Fixed a bug with call_filter not working properly | Armin Ronacher | 2013-07-04 | 2 | -2/+6 | |
| | | |