summaryrefslogtreecommitdiff
path: root/jinja2
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | Fixed a Python 3 regression.Armin Ronacher2014-06-061-10/+16
| | | | |
* | | | | Added tests for logging undefined and added it to the docs.Armin Ronacher2014-06-063-21/+90
| | | | |
* | | | | Added support for logging of undefined objects.Armin Ronacher2014-06-061-6/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixup! fixup!
* | | | | Fix for #304Armin Ronacher2014-06-061-5/+6
| | | | |
* | | | | Merge pull request #315 from lazka/fix-iter-lengthArmin Ronacher2014-06-062-19/+22
|\ \ \ \ \ | | | | | | | | | | | | Fix loop context length calculation for iterators. Fixes #244
| * | | | | Fix loop context length calculation for iterators. Fixes #244Christoph Reiter2014-03-302-19/+22
| |/ / / / | | | | | | | | | | | | | | | | | | | | This resulted in wrong values for revindex and revindex0 while looping over an iterator.
* | | | | Merge pull request #317 from shedokan/masterArmin Ronacher2014-06-061-10/+5
|\ \ \ \ \ | | | | | | | | | | | | Improved performance of filters.do_truncate()
| * | | | | Improved performance of filters.do_truncate()Eric Sh2014-04-031-10/+5
| |/ / / /
* | | | | Merge pull request #319 from richierichrawr/masterArmin Ronacher2014-06-061-7/+7
|\ \ \ \ \ | | | | | | | | | | | | Edit code comments for readability
| * | | | | Edit code comments for readabilityrichierichrawr2014-04-051-7/+7
| |/ / / / | | | | | | | | | | Changed a few things to make it more understandable
* | | | | Style cleanups in environment and a tiny bugfix.Armin Ronacher2014-06-061-8/+9
| | | | |
* | | | | Fixed issue #309Armin Ronacher2014-06-061-1/+3
| | | | |
* | | | | More resilient template directory handling for bytecode cache.Armin Ronacher2014-06-061-4/+13
| | | | |
* | | | | Merge pull request #331 from SteelyWing/patch-1Armin Ronacher2014-06-061-1/+1
|\ \ \ \ \ | | | | | | | | | | | | fix os.name of Windows
| * | | | | fix os.name of WindowsWing2014-05-171-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-2Armin Ronacher2014-06-061-2/+11
|\ \ \ \ \ | | | | | | | | | | | | Use abs path for cache key
| * | | | | better assignmentWing2014-05-171-1/+1
| | | | | |
| * | | | | check for if loader does not implement get_source()Wing2014-05-171-2/+6
| | | | | |
| * | | | | if template is not file, use name for cache keyWing2014-05-171-1/+4
| | | | | |
| * | | | | Update environment.pyWing2014-05-171-1/+1
| | | | | |
| * | | | | Update environment.pyWing2014-05-171-1/+1
| | | | | |
| * | | | | use abs path for cache keyWing2014-05-171-2/+4
| |/ / / /
* | | | | close temp fileWing2014-05-171-1/+2
|/ / / / | | | | | | | | The test can't remove the temp file on Windows, because `mkstemp()` will open the temp.
* | | | Merge branch '2.7-maintenance'Armin Ronacher2014-01-101-2/+28
|\ \ \ \ | |/ / /
| * | | This is 0.7.3-devArmin Ronacher2014-01-101-1/+1
| | | |
| * | | Bump version number to 2.7.22.7.2baserock/morphArmin Ronacher2014-01-101-1/+1
| | | |
| * | | Fixed a syntax error on Python 3Armin Ronacher2014-01-101-1/+2
| | | |
| * | | Fixed a security issue with temporary files on the filesystem cache on UNIX.Armin Ronacher2014-01-101-2/+27
| | | |
* | | | Added a note on why equalto exists.Armin Ronacher2013-12-121-0/+10
| | | |
* | | | Merge branch 'pr/283'Armin Ronacher2013-12-122-0/+22
|\ \ \ \
| * | | | Define tests for equalto.Thomas van Noort2013-11-221-0/+11
| | | | |
| * | | | Add equalto test as value-level analogue of reference-level sameas test.Thomas van Noort2013-11-221-0/+11
| | |/ / | |/| |
* | | | Merge branch 'pr/267'Armin Ronacher2013-12-122-7/+14
|\ \ \ \
| * | | | Issue #121: The truncate filter now counts the lengthBerker Peksag2013-09-142-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 Ronacher2013-12-121-3/+13
|\ \ \ \
| * | | | Issue #71: Add `followlinks` parameter to FileSystemLoader.Berker Peksag2013-09-131-3/+13
| |/ / /
* | | | Issue #126: Add `target` keyword argument to urlize.Berker Peksag2013-08-213-7/+32
|/ / /
* | | Merge branch '2.7-maintenance'Armin Ronacher2013-08-071-1/+1
|\ \ \ | |/ /
| * | Fixed prefix loader now properly forward globals.Armin Ronacher2013-08-071-1/+1
| | | | | | | | | | | | This fixes #238
* | | Merge branch '2.7-maintenance'Armin Ronacher2013-08-076-27/+19
|\ \ \ | |/ /
| * | Ready for another releaseArmin Ronacher2013-08-071-1/+1
| | |
| * | Bump version number to 2.7.12.7.1Armin Ronacher2013-08-071-1/+1
| | |
| * | Corrected title filter behavior.Armin Ronacher2013-08-072-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 Ronacher2013-08-072-1/+14
| | | | | | | | | | | | | | | | | | | | | This also adds proper hashing and comparision support to undefined objects. This fixes #224
| * | Revert "Support included blocks override"Armin Ronacher2013-08-072-25/+2
| | | | | | | | | | | | | | | | | | This reverts commit 33aee12a29426987805420a410e13e0470a79cbf. This fixes #243.
* | | Merge branch '2.7-maintenance'Armin Ronacher2013-08-073-3/+41
|\ \ \ | |/ /
| * | Fix Python 3 compatibility of BytecodeCache by checking for `ifMarc Abramowitz2013-08-071-2/+2
| | | | | | | | | | | | | | | isinstance(filename, text_type)` instead of `if isinstance(filename, unicode)`
| * | Add test (jinja2.testsuite.bytecode_cache.ByteCodeCacheTestCase) forMarc Abramowitz2013-08-072-1/+39
| | | | | | | | | | | | BytecodeCache that fails on Python 3 because it uses `unicode`
* | | Merge branch '2.7-maintenance'Armin Ronacher2013-07-042-2/+6
|\ \ \ | |/ /
| * | Fixed a bug with call_filter not working properlyArmin Ronacher2013-07-042-2/+6
| | |