]> git.ipfire.org Git - thirdparty/jinja.git/shortlog
thirdparty/jinja.git
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 http://dev.pocoo.org/hg/jinja2...
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 http://dev.pocoo.org/hg/jinja2...
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...
2008-05-25  Armin RonacherAutomated merge with ssh://team@pocoo.org/jinja2-main
2008-05-25  Armin Ronacherupdated FAQ for performance numbers. I guess I should...
2008-05-25  Armin Ronacherimplemented rwbench for django (uh. that sucks)
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 Ronachermoved environment defaults to jinja2.defaults
2008-05-23  Armin Ronacherend of line sequence is no configurable
2008-05-23  Armin RonacherEnvironment.lex returns unicode tokens now, even if...
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-22  Armin Ronachervariables starting with one or more underscores are...
2008-05-22  Georg BrandlAdd Jinja2 Emacs mode, first approximation.
2008-05-22  Armin Ronacherlex includes whitespace now which makes it a lot more...
2008-05-22  Armin Ronachercall is now handled like a regular unnamed macro, refac...
2008-05-20  Armin Ronacherfixed babel entry point
2008-05-19  Armin Ronachermore thread safety in LRUCache
2008-05-19  Armin Ronacheradded unittest for the latest fixed bug
2008-05-19  Armin Ronacherimproved thread safety of the LRUCache and fixed a...
2008-05-19  Armin Ronachertemporary identifiers are prefixed with "t_" now and...
2008-05-18  Armin Ronacherfixed an embarrassing mistake in the documentation
2008-05-18  Armin Ronachersome more cleaning up
2008-05-18  Armin Ronachersome small documentation fixes
2008-05-18  Armin Ronachersmall refactoring
2008-05-17  Armin Ronacherremoved esection about Jinja semantics as we don't...
2008-05-17  Armin Ronacheradded `ImmutableSandboxedEnvironment`.
2008-05-16  Armin Ronachersubscribe doesn't eat up unicode errors any longer
2008-05-16  Armin Ronacherremoved attribute local aliasing again because that...
2008-05-16  Armin Ronacherimproved exception system. now both name (load name...
2008-05-15  Armin Ronacheradded disclaimer to rwbench and fixed error reporting...
2008-05-15  Armin Ronachervoid -> do
2008-05-15  Armin Ronachersimplified from imports
2008-05-15  Armin Ronacheradded a semi realworld benchmark (jinja2 and mako)
2008-05-15  Armin Ronacherfixed bug with parameter parsing
2008-05-15  Armin Ronacherfixed error on static subscribe aliasing if the subscri...
2008-05-15  Armin Ronacherremoved the notice about names in imported macros....
2008-05-15  Armin Ronacherfixed error reporting for filtered statements
2008-05-15  Armin Ronacherreversed the internal structure for blocks
2008-05-15  Armin Ronacheradded support for local aliasing of some attributes...
2008-05-14  Armin Ronacherthe two escape implementations work the same now, updat...
2008-05-13  Armin Ronacherimproved subscribe
2008-05-13  Armin Ronacherremoved unused imports
2008-05-12  Armin Ronacherdocumented set changes
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-12  Armin Ronacherimproved variable exporting, added TODO file
2008-05-11  Armin Ronacherdocumented recursive loops
next