summaryrefslogtreecommitdiff
path: root/jinja2/filters.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* fixed error in wordwrap filterBenjamin Wiegand2008-06-091-3/+3
* some more documentation updates and minor code cleanups. Additionally True a...Armin Ronacher2008-05-281-5/+6
* added attr filterArmin Ronacher2008-05-261-1/+23
* even more tests, fixed severe bug with autoescaping.Armin Ronacher2008-05-251-0/+5
* fixed bug with static unicode strings and auto escapingArmin Ronacher2008-05-241-2/+1
* added unittest for Markup and let the markup constructor accept `__html__` ob...Armin Ronacher2008-05-231-1/+1
* improved sandbox, added proper striptags and updated documentation to latest ...Armin Ronacher2008-05-041-2/+1
* changed wordcount filter once moreArmin Ronacher2008-05-031-1/+2
* updated filters: wordwraps uses the wordwrap module and urlize marks the resu...Armin Ronacher2008-05-031-26/+21
* moved concat to utils, fixed a few docstrings, fixed memory leak in _speedups...Armin Ronacher2008-05-031-5/+1
* Fixed typos in documentationLukas Meuser2008-05-011-2/+2
* fixed xmlattr againArmin Ronacher2008-04-281-1/+1
* updated jinja docsArmin Ronacher2008-04-281-2/+2
* fixed some NameErrorsBenjamin Wiegand2008-04-281-0/+1
* more docs and fixed bug in parser that assigned lineno for ExprStmt wrongArmin Ronacher2008-04-281-12/+39
* first version of the jinja2 docsArmin Ronacher2008-04-281-0/+1
* autoescaping is separate from finalize now and Markup is completely ignored i...Armin Ronacher2008-04-281-15/+19
* all unittests pass, the special and dependency lookups have their own visitor...Armin Ronacher2008-04-271-2/+4
* revamped jinja2 import system. the behavior is less confusing now, but it's ...Armin Ronacher2008-04-251-1/+2
* moved `IncludedTemplate` into the regular template API, fixed more unittestsArmin Ronacher2008-04-251-5/+21
* added first code for parser extensions and moved some code in speedups aroundArmin Ronacher2008-04-201-2/+12
* fixed a few bugs from the unittestsArmin Ronacher2008-04-181-13/+9
* improved wordcount by removing pointless testPriit Laes2008-04-171-3/+1
* added missing indent filterPriit Laes2008-04-171-0/+1
* fixed two typosPriit Laes2008-04-171-1/+1
* improved undefined behaviorArmin Ronacher2008-04-171-6/+3
* simplified loader api and added builtin cachingArmin Ronacher2008-04-171-23/+7
* updated a few docstrings and removed contribArmin Ronacher2008-04-171-2/+2
* improved filtersArmin Ronacher2008-04-171-197/+116
* added autoescapingArmin Ronacher2008-04-171-2/+3
* updated a few filters and improved i18nArmin Ronacher2008-04-161-141/+26
* continued convertig filtersChristoph Hack2008-04-141-28/+2
* converted unit tests, started rewriting filtersChristoph Hack2008-04-131-121/+74