Updated documentation to reflect the new speedups installation behavior.
[jinja2.git] / tests /
2008-11-16 Armin RonacherFixed an escaping bug in urlize
2008-11-02 Armin RonacherAdded support for `Environment.compile_expression`.
2008-10-30 Armin RonacherFixed a macro scoping bug discovered by ckknight introd...
2008-10-05 Armin RonacherVarious cleanups and added custom cycler.
2008-10-04 Armin Ronacherimports and includes "with context" are passed the...
2008-09-23 Armin RonacherThe hopefully final fix for the bug apollo13 spotted...
2008-09-21 Armin RonacherFixed a bug in constant folding of keyword arguments...
2008-09-17 Armin RonacherImplemented a sort filter that sorts arbitrary sequences.
2008-09-12 Armin RonacherFixed a bug in the subscript operation.
2008-09-10 Armin RonacherIt's now possible to use ``{{ foo.0.0 }}``
2008-09-06 Armin RonacherFixed a bug in the i18n extension that caused the expli...
2008-08-14 Armin RonacherFixed a bug in the compiler that caused problems with...
2008-08-13 Armin Ronacherfixed a bug with nested loops and the special loop...
2008-07-14 Armin Ronacherfixed a few broken license declarations. should have...
2008-07-14 Armin RonacherFixed bug in finalizer
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-07-04 Armin RonacherFixed a bug with the loop context of a for loop if...
2008-06-27 Armin RonacherAdded non-babel output mode to extract_from_ast, integr...
2008-06-22 Armin Ronacheradded support for implicit string literal concatenation
2008-06-14 Armin RonacherAdded example extension that uses the stream filtering...
2008-06-14 Armin RonacherAdded unittests for stream filtering and preprocessing...
2008-06-12 Armin RonacherFixed a broken unittest and fixed a bug that required...
2008-06-12 Armin RonacherImproved attribute and item lookup by allowing template...
2008-05-28 Armin Ronachersome more documentation updates and minor code cleanups...
2008-05-26 Armin Ronacheradded attr filter
2008-05-26 Armin Ronacheritems have a higher priority than attributes now. ...
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 Ronacherall calls are proxied by context.call now so that we...
2008-05-24 Armin Ronacheradded more unittests for various tasks
2008-05-24 Armin Ronachermore unittests
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-23 Armin Ronacheradded two more unittests for inheritance
2008-05-23 Armin Ronachermore unittests and updated documentation for extensions...
2008-05-23 Armin Ronacheradded loopcontrols extension and added unittests for it
2008-05-23 Armin Ronacherrefactored compiler and improved identifier handling...
2008-05-19 Armin Ronachermore thread safety in LRUCache
2008-05-19 Armin Ronacheradded unittest for the latest fixed bug
2008-05-12 Armin RonacherAutomated merge with ssh://team@pocoo.org/jinja2-main
2008-05-12 Armin Ronacherswitched back to explicit set for assignments. {%...
2008-05-11 Armin Ronachermade the recursive for loop test easier to debug
2008-05-11 Armin Ronacheradded unittest for recursive for loop
2008-05-10 Armin Ronacheradded a function to parse assign targes and documented...
2008-05-07 Armin Ronachermoved example code around
2008-05-07 Armin Ronacherdocumentation update
2008-05-07 Armin Ronachersome documentation updates
2008-05-06 Armin Ronachersome documentation improvements, jinja escapes " and...
2008-05-03 Armin Ronachermoved concat to utils, fixed a few docstrings, fixed...
2008-05-02 Armin Ronacheradded unittest for context import/includes
2008-05-01 Armin RonacherJinja doesn't have keywords any longer. The reason...
2008-04-30 Armin Ronachermoved caching from loaders to environment and added...
2008-04-27 Armin Ronacherall unittests pass, the special and dependency lookups...
2008-04-26 Armin Ronacherworked on the tests and made undefined fail on comparis...
2008-04-25 Armin Ronacherrevamped jinja2 import system. the behavior is less...
2008-04-25 Armin Ronachermoved `IncludedTemplate` into the regular template...
2008-04-24 Armin Ronachermoved trans extension from jinja2.i18n to jinja2.ext...
2008-04-24 Armin Ronacherinheritance uses a less awkward hack for contexts now...
2008-04-22 Armin Ronacherfixed more unittests
2008-04-18 Armin Ronacherfixed more unittests
2008-04-18 Armin Ronacherloops and `tests` tests pass now
2008-04-18 Armin Ronacherfixed a few bugs from the unittests
2008-04-14 Armin RonacherAutomated merge with ssh://team@pocoo.org/jinja2-main
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
2007-12-09 Armin Ronacherimproved python2.3 support
2007-11-17 Armin Ronacherfixed awkward lexer bug in jinja that was yet untested
2007-11-16 Armin Ronachersome more doc changes in jinja for the upcoming release
2007-10-19 Armin Ronachermarged
2007-10-18 Armin Ronacherfixed #281 and added test case
2007-09-26 Armin Ronacheradded new testcase
2007-09-08 Armin Ronacheradded unittest for the breakage i encountered today
2007-09-07 Armin Ronacher[svn] merged newparser into trunk
2007-06-24 Armin Ronacher[svn] added sameas test function
2007-06-23 Armin Ronacher[svn] added groupby filter and fixed some small bugs
2007-06-15 Armin Ronacher[svn] added "debugger of awesomeness" :D
2007-06-01 Armin Ronacher[svn] added simple memcached loader test
2007-06-01 Armin Ronacher[svn] added baseclasses for loaders, added the memcachi...
2007-06-01 Armin Ronacher[svn] added some more jinja unittests
2007-06-01 Armin Ronacher[svn] fixed extended slicing
2007-05-30 Armin Ronacher[svn] some minor updates in jinja
2007-05-29 Armin Ronacher[svn] choice loader now doesn't screen template not...
2007-05-29 Armin Ronacher[svn] simplified code that calculates the import filename
2007-05-29 Armin Ronacher[svn] added new jinja unittest and added snipped contri...
2007-05-29 Armin Ronacher[svn] again some jinja updates, some minor performance...
2007-05-21 Armin Ronacher[svn] checked in changes regarding variable length...
2007-05-21 Armin Ronacher[svn] added many new tests to jinja
2007-04-29 Armin Ronacher[svn] fixed bug reported by stefan ebner and implemente...
2007-04-29 Armin Ronacher[svn] added more jinja unittests
2007-04-27 Armin Ronacher[svn] many jinja changes:
2007-04-21 Armin Ronacher[svn] updated documentation regarding "{% call %}"...
2007-04-20 Armin Ronacher[svn] added c implementation of the jinja context class.
2007-04-17 Armin Ronacher[svn] various updates i haven't checked in so far ...
2007-04-13 Armin Ronacher[svn] added `|batch` and `|slice` jinja filters
2007-03-30 Armin Ronacher[svn] improved debugging support. it's not possible...
2007-03-30 Armin Ronacher[svn] fixed supering in jinja, documented it, added...
2007-03-29 Armin Ronacher[svn] some small jinja changes
next