summaryrefslogtreecommitdiff
path: root/jinja2/filters.py
Commit message (Expand)AuthorAgeFilesLines
* Corrected title filter behavior.Armin Ronacher2013-08-071-1/+1
* Changed lookup logic for make_attrgetter to support integers like the regular...Armin Ronacher2013-05-201-2/+6
* Moved all six usages (ignoring testsuite) into jinja2._compatArmin Ronacher2013-05-191-21/+19
* six.advance_iterator -> nextArmin Ronacher2013-05-191-4/+6
* Added support for map, select, reject, selectattr and rejectattrArmin Ronacher2013-05-191-0/+143
* Merge pull request #138 from gazpachoking/default_fixArmin Ronacher2013-05-191-1/+1
|\
| * Prevent default filter from throwing UndefinedError when boolean flag is used...Chase Sterling2012-07-051-1/+1
* | Merge pull request #165 from AquarHEAD/masterArmin Ronacher2013-05-191-5/+6
|\ \
| * | update the Docstring of do_truncate, add useful examplesAquarHEAD L2012-11-261-5/+6
| |/
* | Merge branch 'master' into sprint-branchArmin Ronacher2013-05-181-3/+11
|\ \
| * | Added missing versionadded and changelog entryArmin Ronacher2013-05-181-0/+3
| * | Allow choice of wrap string in wordwrap filter.John McDonnell2013-05-071-3/+8
* | | Remove unused importsDaniel Neuhäuser2013-05-181-1/+1
* | | python 3 port: manual fixes, remove 2to3 from setup.py, remove fixersThomas Waldmann2013-05-181-12/+11
* | | python 3 port: automated changes by a slightly modified python-modernizeThomas Waldmann2013-05-171-14/+18
|/ /
* | Correct typo in dictsort filter documentationTim Vergenz2013-03-281-1/+1
|/
* Fix typos.Christoph Zwerschke2012-03-131-1/+1
* Fix to #93, this time respecting whitespaceNed Jackson Lovely2012-03-121-1/+6
* Renamed urlescape to urlencodeArmin Ronacher2012-01-071-6/+6
* Reworked implementation of the urlescape filter, made it Python3 compatible, ...Armin Ronacher2012-01-071-17/+18
* Normalize to styleguideArmin Ronacher2012-01-071-5/+7
* live up to @mitsuhiko's ridiculous expectationsAaron Swartz2012-01-061-6/+17
* Add urlescape to default filters.Aaron Swartz2012-01-061-1/+9
* Fixed do_filesizeformat to actually calculate correctly, fixes #59Christopher Grebs2011-10-071-4/+4
* Fixed filesizeformatArmin Ronacher2011-10-051-15/+15
* Fixed groupby bare integer. This fixes #40Armin Ronacher2011-06-171-1/+1
* wordwrap filter should use the newline_sequence defined in current Environmen...sevas2011-05-011-3/+3
* Fixed filesizeformat filter. It should now conform to the official SI prefixe...Alan Plum2011-02-171-12/+24
* join now also accepts parametersArmin Ronacher2011-01-241-1/+13
* Improved documentation for sumArmin Ronacher2011-01-241-2/+10
* sort now also accepts an attributeArmin Ronacher2011-01-241-1/+19
* The sum filter can now sum up attributesArmin Ronacher2011-01-241-8/+30
* groupby now supports attributes of attributes. This fixes #10Armin Ronacher2010-12-211-1/+11
* round filter: remove the special case for precission=0 in order to ensure con...Ronny Pfannschmidt2010-08-171-4/+1
* round filter support+test negative precission in the round and use power of 1...Ronny Pfannschmidt2010-08-171-4/+1
* Version 2.4.2Armin Ronacher2010-05-231-13/+8
* Documented autoescaping behavior and eval contexts.Armin Ronacher2010-03-151-1/+2
* Biggest change to Jinja since the 1.x migration: added evaluation contextsArmin Ronacher2010-03-141-16/+22
* Fixed #367 by improving the documentation.Armin Ronacher2010-02-061-1/+9
* It's a new yearArmin Ronacher2010-01-221-1/+1
* Unicode support for wordcount.Armin Ronacher2009-08-051-1/+1
* Applied documentation patches by Clemens Hermann.Armin Ronacher2009-03-181-4/+4
* Copyright switch to "The Jinja Team".Armin Ronacher2009-01-041-1/+1
* Fixed an escaping bug in urlizeArmin Ronacher2008-11-171-1/+1
* Various cleanups and added custom cycler.Armin Ronacher2008-10-051-10/+18
* Implemented a sort filter that sorts arbitrary sequences.Armin Ronacher2008-09-171-5/+25
* Removed a few stdlib dependencies. This is the first step for IronPython sup...Armin Ronacher2008-08-131-1/+1
* Altered filesizeformat to support both MB and MiB, documented `{% filter %}`.Armin Ronacher2008-07-121-14/+13
* Fixed a link to the renamed section.Armin Ronacher2008-06-251-1/+1
* Improved attribute and item lookup by allowing template designers to express ...Armin Ronacher2008-06-121-9/+6