summaryrefslogtreecommitdiff
path: root/CHANGES
Commit message (Collapse)AuthorAgeFilesLines
* Release 2.7.2 todayArmin Ronacher2014-01-101-1/+1
|
* Fixed a security issue with temporary files on the filesystem cache on UNIX.Armin Ronacher2014-01-101-0/+5
|
* Fixed prefix loader now properly forward globals.Armin Ronacher2013-08-071-0/+3
| | | | This fixes #238
* Prepared a changelog entryArmin Ronacher2013-08-071-0/+4
|
* Bugfix release is todayArmin Ronacher2013-08-071-1/+1
|
* Corrected title filter behavior.Armin Ronacher2013-08-071-0/+2
| | | | | | | 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-071-0/+3
| | | | | | | This also adds proper hashing and comparision support to undefined objects. This fixes #224
* Added changelog noteArmin Ronacher2013-08-071-0/+2
|
* Added changelog entryArmin Ronacher2013-08-071-0/+1
|
* Fixed a bug with call_filter not working properlyArmin Ronacher2013-07-041-0/+2
|
* Started 2.7 maintenance branchArmin Ronacher2013-07-041-0/+5
|
* Fixed a release script and added a release dateArmin Ronacher2013-05-201-1/+1
|
* Disable py_compile for Python 3 and pypyArmin Ronacher2013-05-201-0/+1
|
* Documented loop.depth and added loop.depth0.Armin Ronacher2013-05-201-0/+2
|
* Added support for map, select, reject, selectattr and rejectattrArmin Ronacher2013-05-191-0/+2
| | | | | | filters. This supercedes #66
* Flask -> Jinja2Armin Ronacher2013-05-191-0/+2
|
* Merge remote-tracking branch 'kristi/master'Armin Ronacher2013-05-191-0/+1
|\
* \ Merge remote-tracking branch 'wking/keep-trailing-newline'Armin Ronacher2013-05-191-0/+2
|\ \
| * | Add `keep_trailing_newline` to configure final endline strippingW. Trevor King2013-01-111-0/+2
| |/ | | | | | | | | | | | | | | | | | | This option defaults to False for compatibility with the existing behaviour. I've added the option because I expect I won't remember to keep an extra trailing newline in my templates, and some non-HTML templates *need* that last newline. See also: https://groups.google.com/d/msg/pocoo-libs/6DylMqq1voI/GXTbZJ1Tr-sJ
* | Added a way to disable memcache error ignoring and documented the change. ↵Armin Ronacher2013-05-191-0/+1
| | | | | | | | Also changed a bare except to an except on the exception type.
* | Merge branch 'master' into sprint-branchArmin Ronacher2013-05-181-0/+2
|\ \
| * | Added missing versionadded and changelog entryArmin Ronacher2013-05-181-0/+2
| | |
* | | Merge branch 'master' into sprint-branchArmin Ronacher2013-05-181-0/+1
|\ \ \ | |/ /
| * | Cleanup and changelog entry for new contextfunction behaviorArmin Ronacher2013-05-181-0/+1
| |/
* | update docs / changelog about python requirement, add myself to AUTHORSThomas Waldmann2013-05-181-0/+2
|/ | | | | also added 2 FIXMEs to intro.rst about the debugsupport for python 2.4 that needs to get removed
* Added changelog entry for #92 and changed LoopContext.End to _last_iterationArmin Ronacher2012-01-251-0/+2
|
* Renamed urlescape to urlencodeArmin Ronacher2012-01-071-1/+1
|
* Reworked implementation of the urlescape filter, made it Python3 compatible, ↵Armin Ronacher2012-01-071-0/+3
| | | | documented it.
* Fixed a bug in the i18n extraction option handling and added a silent option.Armin Ronacher2011-12-151-0/+1
|
* Fixed filesizeformatArmin Ronacher2011-10-051-0/+1
|
* Merge branch 'master' of github.com:mitsuhiko/jinja2Armin Ronacher2011-09-131-1/+1
|\
| * Typo fix ... I think.Simon Sapin2011-07-251-1/+1
| |
* | Improved choice and prefix loaders.Armin Ronacher2011-09-131-0/+8
|/ | | | | | Choice and prefix loaders now dispatch source and template lookup separately in order to work in combination with module loaders as advertised.
* Prepairing for a 2.6 releaseArmin Ronacher2011-07-241-1/+1
|
* Added test for mappings. This fixes #35Armin Ronacher2011-05-241-0/+2
|
* join now also accepts parametersArmin Ronacher2011-01-241-0/+3
|
* sort now also accepts an attributeArmin Ronacher2011-01-241-0/+1
|
* The sum filter can now sum up attributesArmin Ronacher2011-01-241-0/+4
|
* No longer segfault on new versions. This fixes #4Armin Ronacher2011-01-111-0/+7
|
* Fixed imports with scoped blocksArmin Ronacher2010-12-221-0/+2
|
* groupby now supports attributes of attributes. This fixes #10Armin Ronacher2010-12-211-0/+2
|
* Implemented operator interceptingArmin Ronacher2010-11-291-0/+4
|
* Traceback support now works with PyPyArmin Ronacher2010-11-291-0/+1
|
* Undefineds now support attribute errors for special attributes. This fixes #6Armin Ronacher2010-11-191-0/+4
|
* Merge branch '2.5-maintenance'Armin Ronacher2010-10-181-0/+7
|\ | | | | | | | | | | Conflicts: CHANGES setup.py
| * Re-release of 2.5.4 as 2.5.5 without docs2.5.5Armin Ronacher2010-10-181-0/+7
| |
* | Merge branch '2.5-maintenance'Armin Ronacher2010-10-171-1/+1
|\ \ | |/
| * Release 2.5.4 as well2.5.4Armin Ronacher2010-10-171-1/+1
| |
* | Merge branch '2.5-maintenance'Armin Ronacher2010-10-171-0/+4
|\ \ | |/
| * Finally fixed the 64bit segfault on big-endian architectures in non-tracing modeArmin Ronacher2010-10-171-0/+2
| |