added a semi realworld benchmark (jinja2 and mako)
[jinja2.git] / jinja2 / filters.py
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