live up to @mitsuhiko's ridiculous expectations
[jinja2.git] / jinja2 / filters.py
2012-01-07 Aaron Swartzlive up to @mitsuhiko's ridiculous expectations
2012-01-06 Aaron SwartzAdd urlescape to default filters.
2011-10-07 Christopher GrebsFixed do_filesizeformat to actually calculate correctly...
2011-10-05 Armin RonacherFixed filesizeformat
2011-06-17 Armin RonacherMerge pull request #39 from failberg/master
2011-06-17 Armin RonacherFixed groupby bare integer. This fixes #40
2011-05-24 Armin RonacherMerge branch 'master' of github.com:mitsuhiko/jinja2
2011-05-07 Armin RonacherMerge pull request #30 from sevas/wordwrap-newline
2011-05-01 sevaswordwrap filter should use the newline_sequence defined...
2011-02-17 Alan PlumFixed filesizeformat filter. It should now conform...
2011-01-24 Armin Ronacherjoin now also accepts parameters
2011-01-24 Armin RonacherImproved documentation for sum
2011-01-24 Armin Ronachersort now also accepts an attribute
2011-01-23 Armin RonacherThe sum filter can now sum up attributes
2010-12-20 Armin Ronachergroupby now supports attributes of attributes. This...
2010-08-18 Armin RonacherMerged in fix for Python 3 regarding precisions
2010-08-17 Ronny Pfannschmidtround filter: remove the special case for precission...
2010-08-17 Armin RonacherMerged in ronny's fixes for round filter
2010-08-17 Ronny Pfannschmidtround filter support+test negative precission in the...
2010-05-23 Armin RonacherVersion 2.4.2
2010-03-15 Armin RonacherDocumented autoescaping behavior and eval contexts.
2010-03-14 Armin RonacherBiggest change to Jinja since the 1.x migration: added...
2010-02-06 Armin RonacherFixed #367 by improving the documentation.
2010-01-22 Armin RonacherIt's a new year
2009-08-05 Armin RonacherUnicode support for wordcount.
2009-04-16 Armin RonacherResolved conflict
2009-03-18 Armin RonacherApplied documentation patches by Clemens Hermann.
2009-01-04 Armin RonacherCopyright switch to "The Jinja Team".
2008-11-16 Armin RonacherFixed an escaping bug in urlize
2008-10-05 Armin RonacherVarious cleanups and added custom cycler.
2008-09-17 Armin RonacherImplemented a sort filter that sorts arbitrary sequences.
2008-08-13 Armin RonacherRemoved a few stdlib dependencies. This is the first...
2008-07-12 Armin RonacherAutomated merge with ssh://team@pocoo.org/jinja2-main
2008-07-12 Armin RonacherAltered filesizeformat to support both MB and MiB,...
2008-07-10 Christopher GrebsAutomated merge with dev.pocoo.org/hg/jinja2-main/
2008-06-25 Armin RonacherFixed a link to the renamed section.
2008-06-12 Armin RonacherImproved attribute and item lookup by allowing template...
2008-06-09 Armin RonacherAutomated merge with ssh://team@pocoo.org/jinja2-main
2008-06-09 Benjamin WiegandAutomated merge with dev.pocoo.org/hg/jinja2-main
2008-06-09 Benjamin Wiegandfixed error in wordwrap filter
2008-05-28 Armin Ronachersome more documentation updates and minor code cleanups...
2008-05-26 Armin Ronacheradded attr filter
2008-05-25 Armin RonacherAutomated merge with ssh://team@pocoo.org/jinja2-main
2008-05-25 Armin Ronachereven more tests, fixed severe bug with autoescaping.
2008-05-24 Armin Ronacherfixed bug with static unicode strings and auto escaping
2008-05-23 Armin Ronacheradded unittest for Markup and let the markup constructo...
2008-05-04 Armin Ronacherimproved sandbox, added proper striptags and updated...
2008-05-03 Armin RonacherAutomated merge with ssh://team@pocoo.org/jinja2-main
2008-05-03 Armin Ronacherchanged wordcount filter once more
2008-05-03 Armin Ronacherupdated filters: wordwraps uses the wordwrap module...
2008-05-03 Armin Ronachermoved concat to utils, fixed a few docstrings, fixed...
2008-05-01 Lukas MeuserFixed typos in documentation
2008-04-28 Armin Ronacherfixed xmlattr again
2008-04-28 Armin Ronacherupdated jinja docs
2008-04-28 Armin RonacherAutomated merge with ssh://team@pocoo.org/jinja2-main
2008-04-28 Benjamin Wiegandfixed some NameErrors
2008-04-28 Armin Ronachermore docs and fixed bug in parser that assigned lineno...
2008-04-28 Armin Ronacherfirst version of the jinja2 docs
2008-04-28 Armin Ronacherautoescaping is separate from finalize now and Markup...
2008-04-27 Armin Ronacherall unittests pass, the special and dependency lookups...
2008-04-25 Armin Ronacherrevamped jinja2 import system. the behavior is less...
2008-04-25 Armin Ronachermoved `IncludedTemplate` into the regular template...
2008-04-20 Armin Ronacheradded first code for parser extensions and moved some...
2008-04-18 Armin Ronacherfixed a few bugs from the unittests
2008-04-17 Priit Laesimproved wordcount by removing pointless test
2008-04-17 Priit Laesadded missing indent filter
2008-04-17 Priit Laesfixed two typos
2008-04-17 Armin Ronacherimproved undefined behavior
2008-04-17 Armin Ronachersimplified loader api and added builtin caching
2008-04-17 Armin Ronacherupdated a few docstrings and removed contrib
2008-04-17 Armin Ronacherimproved filters
2008-04-17 Armin Ronacheradded autoescaping
2008-04-16 Armin Ronacherupdated a few filters and improved i18n
2008-04-14 Armin RonacherAutomated merge with ssh://team@pocoo.org/jinja2-main
2008-04-14 Armin Ronacheradded sandbox and exchageable undefined objects
2008-04-13 Christoph Hackcontinued convertig filters
2008-04-13 Christoph HackAutomated merge with ssh://dev.pocoo.org/jinja2-main
2008-04-13 Christoph Hackconverted unit tests, started rewriting filters
2008-04-10 Armin Ronacherfixed one bug with blocks, one to go
2008-04-09 Armin RonacherAutomated merge with ssh://team@pocoo.org/jinja2-main
2008-04-09 Christoph Hackmerged again
2008-04-09 Christoph Hackmerged
2008-04-09 Christoph Hackconverted some filters
2008-04-08 Christoph Hackadded optimizer
2008-04-08 Christoph Hackmerged
2008-04-08 Christoph Hackoptimize filters on constant values
2008-03-31 Armin Ronachera clean restart