summaryrefslogtreecommitdiff
path: root/jinja2/ext.py
Commit message (Expand)AuthorAgeFilesLines
* Added new testcaseArmin Ronacher2010-07-061-1/+1
* babel extraction can now properly extract newstyle gettext calls.Armin Ronacher2010-07-011-11/+17
* Added a small improvement for the code generation of newstyle gettextArmin Ronacher2010-05-291-5/+14
* Removed debug printArmin Ronacher2010-05-291-1/+0
* it's now possible to register extensions after an environmentArmin Ronacher2010-05-291-9/+13
* Finished support for newstyle gettext translationsArmin Ronacher2010-05-291-13/+9
* Tip is now 2.5. Started work on newstyle gettext translations.Armin Ronacher2010-05-291-14/+57
* Added extension ordering, this fixes #376.Armin Ronacher2010-04-121-0/+7
* Biggest change to Jinja since the 1.x migration: added evaluation contextsArmin Ronacher2010-03-141-0/+15
* added with-statement extension.Armin Ronacher2010-02-071-0/+22
* added support for translator comments if extracted via babel.Armin Ronacher2010-02-061-2/+54
* It's a new yearArmin Ronacher2010-01-221-1/+1
* More Python 3 support.Armin Ronacher2009-08-051-11/+11
* Added support for line-based comments.Armin Ronacher2009-03-301-0/+1
* Same thing for extensions.Armin Ronacher2009-01-051-6/+6
* Copyright switch to "The Jinja Team".Armin Ronacher2009-01-041-1/+1
* Added experimental and undocumented bytecode cache supportArmin Ronacher2008-09-171-2/+3
* Fixed a confusing edge case (thanks apollo13)Armin Ronacher2008-09-151-4/+7
* Fixed a bug in the i18n extension that caused the explicit pluralization bloc...Armin Ronacher2008-09-061-1/+13
* Skip templates with syntax errors on babel extractArmin Ronacher2008-06-291-1/+5
* Added non-babel output mode to extract_from_ast, integreated jinja2 doctests ...Armin Ronacher2008-06-271-5/+37
* Added example extension that uses the stream filtering and added unittests.Armin Ronacher2008-06-141-1/+6
* added support for token stream filtering and preprocessing.Armin Ronacher2008-06-131-0/+16
* moved environment defaults to jinja2.defaultsArmin Ronacher2008-05-231-20/+17
* end of line sequence is no configurableArmin Ronacher2008-05-231-1/+1
* Environment.lex returns unicode tokens now, even if the input data was a byte...Armin Ronacher2008-05-231-2/+7
* added loopcontrols extension and added unittests for itArmin Ronacher2008-05-231-0/+12
* improved exception system. now both name (load name) and filename are passed.Armin Ronacher2008-05-161-14/+8
* void -> doArmin Ronacher2008-05-151-0/+13
* the two escape implementations work the same now, updated jinja2-debug to loa...Armin Ronacher2008-05-141-5/+4
* improved variable exporting, added TODO fileArmin Ronacher2008-05-121-5/+5
* added parsing code for "for item in seq recursive" and improved parser interf...Armin Ronacher2008-05-111-1/+1
* fixed a bug in extension handlingArmin Ronacher2008-05-111-0/+11
* more updates on the extension APIArmin Ronacher2008-05-081-36/+38
* First extension interface documentation and updates in that interfaceArmin Ronacher2008-05-081-12/+45
* some documentation updatesArmin Ronacher2008-05-071-5/+10
* Jinja doesn't have keywords any longer. The reason for this radical change i...Armin Ronacher2008-05-011-1/+0
* moved caching from loaders to environment and added environment overlaysArmin Ronacher2008-04-301-3/+18
* again documentation updates fixed another python 2.4 bug. Imports are not ev...Armin Ronacher2008-04-291-4/+8
* fixed some NameErrorsBenjamin Wiegand2008-04-281-1/+1
* autoescaping is separate from finalize now and Markup is completely ignored i...Armin Ronacher2008-04-281-2/+2
* there is now a workaround in the compiler that makes sure it's possible to ca...Armin Ronacher2008-04-261-2/+2
* moved trans extension from jinja2.i18n to jinja2.ext and fixed some more unit...Armin Ronacher2008-04-251-6/+247
* inheritance uses a less awkward hack for contexts now and subclassing templat...Armin Ronacher2008-04-241-4/+7
* fixed more unittestsArmin Ronacher2008-04-221-2/+3
* fixed setup.py, a type and removed the possibility to use multiple statements...Armin Ronacher2008-04-211-0/+1
* refactored extensions a bitArmin Ronacher2008-04-201-0/+48