]> git.ipfire.org Git - thirdparty/jinja.git/shortlog
thirdparty/jinja.git
2008-04-18  Armin Ronacherfixed more unittests
2008-04-18  Armin Ronacherloops and `tests` tests pass now
2008-04-18  Armin Ronacherremoved loop.parent. If this variable is wanted you...
2008-04-18  Priit Laessamp and friends from char* to const char*
2008-04-18  Armin Ronacherfixed a few bugs from the unittests
2008-04-18  Armin Ronacheradded C escape and tb_set_next functions
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 Ronachervarious docstring changes
2008-04-17  Armin Ronacher`TemplateData` -> `Markup`
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 Ronacheradded broken example template for debugger testing
2008-04-16  Armin Ronacherdebugger skips two internal frames now
2008-04-16  Armin Ronacherbetter debugging information. compiler knows about...
2008-04-16  Armin Ronacheradded new python only debug hack
2008-04-16  Armin Ronacherported the tests
2008-04-16  Armin Ronacherupdated a few filters and improved i18n
2008-04-16  Armin Ronacherreimplemented {% trans %}
2008-04-15  Armin Ronacherremoved unusde __delitem__ for context
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  Armin Ronacherhopefully fixed `Template`
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-13  Armin Ronacheradded super()
2008-04-13  Armin Ronacheradded globals
2008-04-13  Armin Ronacheroptimizer can optimize filtered for loops now
2008-04-13  Armin Ronachermoved example tests into a folder
2008-04-13  Armin Ronacheradded loop filtering
2008-04-12  Armin Ronachersome more stuff for jinja2
2008-04-12  Armin Ronacherfilter tag works now
2008-04-12  Armin Ronacheradded support for new call statement
2008-04-12  Armin Ronacheradded support for line statement prefixes (cheetah...
2008-04-11  Armin Ronacherfixed include
2008-04-11  Armin Ronacherimplemented includes
2008-04-11  Armin Ronacherbasic inheritance works now
2008-04-11  Armin Ronacherfixed a bug in the compiler
2008-04-11  Armin Ronacherfilters are always used as locals now and we don't...
2008-04-11  Armin Ronacherw000t. first template
2008-04-11  Armin Ronacherwork on tha runtime
2008-04-11  Armin Ronacherfixed a small bug
2008-04-11  Armin Ronacher*now* we have no overhead :)
2008-04-11  Armin Ronacheroptimized child template code generation. we now have...
2008-04-10  Armin Ronacherremoved debug print
2008-04-10  Armin Ronacherassignments are traversed in the correct order now
2008-04-10  Armin Ronacherfixed one bug with blocks, one to go
2008-04-09  Armin Ronacherfixed deepcopy
2008-04-09  Armin Ronacheradded broken copy method
2008-04-09  Armin RonacherAutomated merge with ssh://team@pocoo.org/jinja2-main
2008-04-09  Armin Ronachernodes have access to environment now
2008-04-09  Christoph Hackrender templates
2008-04-09  Armin RonacherAutomated merge with ssh://team@pocoo.org/jinja2-main
2008-04-09  Armin Ronachersimplified undefined behavior for better compile time...
2008-04-09  Armin Ronacherimproved loop unrolling
2008-04-09  Christoph Hackmerged again
2008-04-09  Christoph Hackmerged
2008-04-09  Christoph Hackconverted some filters
2008-04-09  Armin Ronachertuple unpacking at compile time is handled properly now
2008-04-08  Armin Ronacherimproved static optimizer
2008-04-08  Armin RonacherAutomated merge with ssh://team@pocoo.org/jinja2-main
2008-04-08  Christoph Hackadded subscribe-optimation
2008-04-08  Christoph Hackused the new nodetransformer to make mitsuhiko happy
2008-04-08  Armin RonacherAutomated merge with ssh://team@pocoo.org/jinja2-main
2008-04-08  Armin Ronacherremoved unused import
2008-04-08  Christoph Hackloop unrolling
2008-04-08  Christoph Hackadded optimizer
2008-04-08  Armin Ronacherupdated macro stuff
2008-04-08  Armin Ronacherwork on the macro stuff
2008-04-08  Christoph Hackmerged
2008-04-08  Christoph Hackoptimize filters on constant values
2008-04-08  Christoph Hackonly import filters to the local namespace if they...
2008-04-08  Armin Ronachermore compiler stuff
2008-04-08  Christoph Hackadded environment, make filters available locally
2008-04-07  Armin Ronacherremoved outdated todo list
2008-04-07  Armin Ronacherupdate setup.py so that setup.py develop works
2008-04-07  Armin Ronacheradded first working pieces of compiler
2008-03-31  Armin Ronacherfirst version of new parser
2008-03-31  Armin Ronachera clean restart
2008-03-25  Armin Ronacherjinja django support is py 2.3 compatible now
2008-03-25  Armin RonacherAutomated merge with ssh://team@pocoo.org/jinja-main
2008-03-25  Armin Ronachermerged
2008-03-25  David Cramerimproved djangosupport
2008-03-25  Armin Ronacherimproved unescaping a bit
2008-02-11  Armin Ronachermoved docstring into setup.py, this fixes #297
2008-01-10  Lakin WeckerTicket #296 - Clean up the operators (minor code base...
2008-01-10  Lakin WeckerTicket #292 - [276:eed140e3c4ed] mistakenly switched...
2008-01-10  Lakin WeckerTicket #292 - Allow the results of subclasses of the...
2008-01-10  Lakin WeckerTicket #292 - Allow custom translator to be specified...
2008-01-07  Armin Ronacherdocumented pylons' "strict_c".
2007-12-24  Armin Ronacherwork around a pylons oddity
2007-12-09  Armin Ronacherimproved python2.3 support
2007-12-09  Armin Ronacherimproved path splitting for win32 systems
2007-11-29  Armin Ronachermoved code into bundle
2007-11-29  Armin Ronacheradded jinja tm bundle
next