summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* On our way to 2.2 we found a bug in 2.1 and our repo is now 2.1.1 :) No need...2.1.1Armin Ronacher2008-12-251-1/+1
* Fixed a translation error caused by looping over empty recursive loops.Armin Ronacher2008-12-253-5/+15
* Fixed a typoArmin Ronacher2008-12-082-2/+2
* tip is now 2.2-devArmin Ronacher2008-11-232-2/+6
* Added tag 2.1 for changeset dbf1e3a0b178Armin Ronacher2008-11-231-0/+1
* Updated documentation to reflect the new speedups installation behavior.2.1Armin Ronacher2008-11-231-1/+33
* Removed optional speedups extension hack.Armin Ronacher2008-11-231-23/+0
* Untagged 2.1Armin Ronacher2008-11-231-1/+0
* Added tag 2.1 for changeset 1322ed9fffbeArmin Ronacher2008-11-231-0/+1
* Final changes for Jinja 2.1 releaseArmin Ronacher2008-11-231-1/+1
* Added thanks entry for habbieArmin Ronacher2008-11-171-0/+1
* Fixed an escaping bug in urlizeArmin Ronacher2008-11-174-2/+9
* Added support for `Environment.compile_expression`.Armin Ronacher2008-11-028-18/+102
* Fixed a small bug with the undefined object: the error message on divisions w...Armin Ronacher2008-11-022-4/+5
* Added a Thanks entry for Cameron Knight.Armin Ronacher2008-10-302-0/+2
* Fixed a macro scoping bug discovered by ckknight introduced in one of the ear...Armin Ronacher2008-10-302-0/+37
* Added support for variable name translations in django2jinjaJulien Visinand2008-10-201-7/+90
* Implemented and documented "joiner"Armin Ronacher2008-10-135-6/+52
* Various cleanups and added custom cycler.Armin Ronacher2008-10-0516-78/+190
* imports and includes "with context" are passed the full context now, not only...Armin Ronacher2008-10-045-16/+62
* The hopefully final fix for the bug apollo13 spotted earlier.Armin Ronacher2008-09-232-12/+22
* Added THANKS entry for noskloArmin Ronacher2008-09-211-0/+1
* Fixed a bug in constant folding of keyword arguments to filter calls. Thanks...Armin Ronacher2008-09-212-0/+21
* Automated merge with ssh://team@pocoo.org/jinja2-mainArmin Ronacher2008-09-212-5/+5
|\
| * Some typos.Georg Brandl2008-09-192-5/+5
* | Fixed a bug in djangojinja2 that caused mimetype being forwarded propertly.Armin Ronacher2008-09-211-1/+1
* | Unified some code in the super/template reference system.Armin Ronacher2008-09-205-16/+45
|/
* Added i18n support to django2jinja (not complete support, but the best you ca...Armin Ronacher2008-09-183-2/+115
* It's now possible to create weak references to template contexts.Armin Ronacher2008-09-182-1/+3
* Fixed bytecode cache and added support for memcached (tests still missing)Armin Ronacher2008-09-184-10/+74
* moved os.remove import where it woudn't be noticed by GAEMax Ischenko2008-09-181-1/+5
* Fixed FileSystemBytecodeCache.clearArmin Ronacher2008-09-172-2/+3
* Improved bbcache and documented it.Armin Ronacher2008-09-176-78/+194
* Fixed a bug with the handling of empty statements in macros (it also fixes a ...Armin Ronacher2008-09-172-7/+17
* Added experimental and undocumented bytecode cache supportArmin Ronacher2008-09-174-6/+185
* Implemented a sort filter that sorts arbitrary sequences.Armin Ronacher2008-09-173-5/+32
* Nearly complete core django template code coverage.Armin Ronacher2008-09-164-77/+438
* Moved django configuration into the __main__ sectionArmin Ronacher2008-09-161-1/+1
* Added first code for a django-to-jinja converterArmin Ronacher2008-09-163-0/+278
* Fixed a confusing edge case (thanks apollo13)Armin Ronacher2008-09-153-7/+18
* Disabled iron python support until new lexer is implemented.Armin Ronacher2008-09-131-5/+1
* Fixed a bug in the subscript operation.Armin Ronacher2008-09-123-5/+14
* filter -> test in the tests section (i feel so embarrassed).Armin Ronacher2008-09-111-3/+3
* It's now possible to use ``{{ foo.0.0 }}``Armin Ronacher2008-09-103-3/+5
* Linked from autoescape to markupArmin Ronacher2008-09-081-0/+2
* Fixed a documentation bug.Armin Ronacher2008-09-081-2/+2
* Fixed a typoArmin Ronacher2008-09-081-1/+1
* Fixed a bug in the i18n extension that caused the explicit pluralization bloc...Armin Ronacher2008-09-063-1/+26
* More work on the ironpython supportArmin Ronacher2008-08-173-8/+49
* Fixed a bug in the compiler that caused problems with loop not being referenc...Armin Ronacher2008-08-142-1/+11