jinja2.git
2008-11-23 Armin RonacherUpdated documentation to reflect the new speedups insta... 2.1
2008-11-23 Armin RonacherRemoved optional speedups extension hack.
2008-11-23 Armin RonacherUntagged 2.1
2008-11-23 Armin RonacherAdded tag 2.1 for changeset 1322ed9fffbe
2008-11-23 Armin RonacherFinal changes for Jinja 2.1 release
2008-11-16 Armin RonacherAdded thanks entry for habbie
2008-11-16 Armin RonacherFixed an escaping bug in urlize
2008-11-02 Armin RonacherAdded support for `Environment.compile_expression`.
2008-11-02 Armin RonacherFixed a small bug with the undefined object: the error...
2008-10-30 Armin RonacherAdded a Thanks entry for Cameron Knight.
2008-10-30 Armin RonacherFixed a macro scoping bug discovered by ckknight introd...
2008-10-20 Julien VisinandAdded support for variable name translations in django2...
2008-10-13 Armin RonacherImplemented and documented "joiner"
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 RonacherAdded THANKS entry for nosklo
2008-09-21 Armin RonacherFixed a bug in constant folding of keyword arguments...
2008-09-21 Armin RonacherAutomated merge with ssh://team@pocoo.org/jinja2-main
2008-09-21 Armin RonacherFixed a bug in djangojinja2 that caused mimetype being...
2008-09-20 Armin RonacherUnified some code in the super/template reference system.
2008-09-19 Georg BrandlSome typos.
2008-09-18 Armin RonacherAdded i18n support to django2jinja (not complete suppor...
2008-09-18 Armin RonacherIt's now possible to create weak references to template...
2008-09-18 Armin RonacherFixed bytecode cache and added support for memcached...
2008-09-18 Max Ischenkomoved os.remove import where it woudn't be noticed...
2008-09-17 Armin RonacherFixed FileSystemBytecodeCache.clear
2008-09-17 Armin RonacherImproved bbcache and documented it.
2008-09-17 Armin RonacherFixed a bug with the handling of empty statements in...
2008-09-17 Armin RonacherAdded experimental and undocumented bytecode cache...
2008-09-17 Armin RonacherImplemented a sort filter that sorts arbitrary sequences.
2008-09-16 Armin RonacherNearly complete core django template code coverage.
2008-09-16 Armin RonacherMoved django configuration into the __main__ section
2008-09-16 Armin RonacherAdded first code for a django-to-jinja converter
2008-09-15 Armin RonacherFixed a confusing edge case (thanks apollo13)
2008-09-13 Armin RonacherDisabled iron python support until new lexer is impleme...
2008-09-12 Armin RonacherFixed a bug in the subscript operation.
2008-09-11 Armin Ronacherfilter -> test in the tests section (i feel so embarras...
2008-09-10 Armin RonacherIt's now possible to use ``{{ foo.0.0 }}``
2008-09-08 Armin RonacherLinked from autoescape to markup
2008-09-08 Armin RonacherFixed a documentation bug.
2008-09-08 Armin RonacherFixed a typo
2008-09-06 Armin RonacherFixed a bug in the i18n extension that caused the expli...
2008-08-17 Armin RonacherMore work on the ironpython support
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-08-13 Armin RonacherRemoved a few stdlib dependencies. This is the first...
2008-07-17 Armin Ronacherfixed development status classification
2008-07-17 Armin Ronacheradded the missing fabfile (gnabber)
2008-07-17 Armin Ronachertip is now 2.1-dev
2008-07-17 Armin Ronachertagged '2.0'
2008-07-17 Armin Ronacherpreparing the big 2.0 release 2.0
2008-07-17 Armin Ronachermake -> fab
2008-07-14 Armin Ronacherez_setup is no longer needed/imported in the setup...
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... Automated merge with dev.pocoo.org/hg/jinja2-main/
2008-07-10 Christopher... fixed attribute lookup error with old style classes
2008-07-04 Armin RonacherDocumented if-conditional changes.
2008-07-04 Armin RonacherFixed a bug with the loop context of a for loop if...
2008-06-29 Armin RonacherSkip templates with syntax errors on babel extract
2008-06-27 Armin RonacherFixed release date
2008-06-27 Armin RonacherAdded non-babel output mode to extract_from_ast, integr...
2008-06-25 Armin RonacherFixed a link to the renamed section.
2008-06-25 Armin RonacherChanged all sentences with occurrences of subscribing...
2008-06-22 Armin Ronacheradded support for implicit string literal concatenation
2008-06-20 Armin RonacherFixed some minor glitches.
2008-06-19 Armin RonacherDocumented differences of cycling between Django and...
2008-06-17 Armin RonacherAdded `TemplateStream.dump`.
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-13 Armin Ronacheradded support for token 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-06-09 Armin RonacherAutomated merge with ssh://team@pocoo.org/jinja2-main
2008-06-09 Armin Ronachermade speedups c89 compatible.
2008-06-09 Benjamin WiegandAutomated merge with dev.pocoo.org/hg/jinja2-main
2008-06-09 Benjamin Wiegandfixed error in wordwrap filter
2008-06-09 Armin RonacherAdded tag 2.0rc1 for changeset f237ad93b237
2008-06-09 Armin Ronacheruntag -.- 2.0rc1
2008-06-09 Armin Ronachersmall fix for Python 2.4
2008-06-09 Armin RonacherAdded tag 2.0rc1 for changeset 2dcf0a817634
2008-06-09 Armin Ronacherrelease trying #3: fixed typos in description :)
2008-06-09 Armin RonacherAdded tag 2.0rc1 for changeset dd743ad1722d
2008-06-09 Armin Ronacheruntagged 2.0rc1 again and fixed classifier
2008-06-09 Armin RonacherAdded tag 2.0rc1 for changeset 125cbaa57516
2008-06-09 Armin Ronacheruntagged 1.2
2008-06-09 Armin Ronacherupdated setup file for Jinja2 rc1
2008-06-09 Armin Ronacherupdated documentation
2008-05-28 Armin Ronacherdata files are optional now
2008-05-28 Armin Ronacheradded the title case versions of the special constants...
2008-05-28 Armin Ronachersome more documentation updates and minor code cleanups...
2008-05-26 Armin Ronacherimproved sandbox and updated setup.py
2008-05-26 Armin Ronacherfixed linking in jinja docs for the intro
2008-05-26 Armin Ronacheradded attr filter
2008-05-26 Armin Ronacheritems have a higher priority than attributes now. ...
2008-05-26 Armin Ronacherfixed a bug in error reporting and some small documenta...
2008-05-25 Armin Ronacherand added genshi to rwbench too. want to see how much...
next