summaryrefslogtreecommitdiff
path: root/jinja2/filters.py
Commit message (Expand)AuthorAgeFilesLines
* fix failing tests: removed some broken code (#661)Andrew Arendt2017-01-241-2/+0
* Also restore original str methodArmin Ronacher2017-01-121-1/+4
* Restore original tuple repr for grouper. Fixes #654Armin Ronacher2017-01-121-0/+6
* Allow to reconfigure the default for truncate leewayArmin Ronacher2017-01-101-1/+6
* Bump up the copyright to 2017Armin Ronacher2017-01-071-1/+1
* Fix various optimizer bugs. This fixes #548bugfix/inline-optmiizeArmin Ronacher2017-01-061-1/+2
* Add note on HTML usage of tojson filterArmin Ronacher2017-01-061-0/+2
* Ported tojson filter. Fixes #458Armin Ronacher2017-01-061-1/+35
* Merge pull request #610 from jab/jab-do_truncateArmin Ronacher2017-01-061-10/+14
|\
| * Fix and improve do_truncatejab2016-09-241-10/+14
* | Make noopener the default for urlizeArmin Ronacher2016-12-311-2/+10
* | Ported map and selectArmin Ronacher2016-12-291-18/+23
* | Added reject/rejectattr with basic async supportArmin Ronacher2016-12-291-6/+11
* | Uses re.compile flags argument, not inline flags (#628)jfinkels2016-12-251-2/+2
|/
* Clarified and extended the docs for the `{select|reject}[attr]` filters. (#231)Jochen Kupperschmidt2016-05-301-8/+20
* Merge pull request #439 from jgmize/title-filter-capitalize-inside-parensJeff Widman2016-04-151-6/+5
|\
| * Make title filter capitalize words in (),{},[],<>Josh Mize2015-04-081-6/+5
* | Merge pull request #473 from snoack/redundant-sortingJeff Widman2016-04-151-12/+4
|\ \
| * | Got rid of redundant sorting in groupby filterSebastian Noack2015-08-071-12/+4
* | | Merge branch '2.8-maintenance'Markus Unterwaditzer2016-04-121-1/+4
|\ \ \
| * | | Fixed int() filter for non-string objects #466Sebastian Noack2016-04-121-1/+4
| |/ /
* | | Fix typo.Markus Amalthea Magnuson2015-12-281-1/+1
|/ /
* | Fix typo: "the iterates" > "that iterates"Steven Maude2015-07-111-1/+1
* | Fix syntax errorMarkus Unterwaditzer2015-06-011-1/+1
* | Merge pull request #447 from bentimms/int-filter-baseMarkus Unterwaditzer2015-06-011-3/+6
|\ \
| * | Add 'base' parameter to 'int' filterBen Timms2015-04-291-3/+6
| |/
* | Sort filters, remove dupesMarkus Unterwaditzer2015-06-011-36/+34
* | Escape slashes in query strings. This fixes #445Armin Ronacher2015-05-251-1/+2
|/
* Merge pull request #402 from quodlibetor/attr-filter-docstring-cleanupMarkus Unterwaditzer2015-03-111-1/+1
|\
| * Change attr filter example to match descriptionBrandon W Maister2015-02-051-1/+1
* | Merge pull request #388 from olegpesok/truncateDocFixMarkus Unterwaditzer2015-03-111-2/+2
|\ \
| * | Fix incorrect truncate filter docsOleg Pesok2014-12-101-2/+2
| |/
* | fix copy-pasted typo in filter docstringsHans Meine2015-02-261-4/+4
|/
* Removed unused variableArmin Ronacher2014-06-061-1/+0
* Merge pull request #293 from carldunham/docfixArmin Ronacher2014-06-061-2/+1
|\
| * fixed some typos and clarifyingCarl A Dunham2014-01-181-2/+1
* | Fixed #320Armin Ronacher2014-06-061-1/+2
* | Improved performance of filters.do_truncate()Eric Sh2014-04-031-10/+5
|/
* Merge branch 'pr/267'Armin Ronacher2013-12-121-6/+7
|\
| * Issue #121: The truncate filter now counts the lengthBerker Peksag2013-09-141-6/+7
* | Issue #126: Add `target` keyword argument to urlize.Berker Peksag2013-08-211-2/+13
|/
* Merge branch '2.7-maintenance'Armin Ronacher2013-08-071-1/+1
|\
| * Corrected title filter behavior.Armin Ronacher2013-08-071-1/+1
* | Fixed some incorrect docsArmin Ronacher2013-06-051-8/+9
* | filter should accept objects.John Boxall2013-05-281-1/+1
* | Since we no longer support 2.5 we can use the builtin next() functionArmin Ronacher2013-05-201-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