Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge remote-tracking branch 'apollo13/master' | Armin Ronacher | 2013-05-19 | 1 | -2/+12 |
|\ | |||||
| * | fix previous commit, which was kinda nonfunctional | Florian Apolloner | 2012-01-18 | 1 | -2/+9 |
| | | |||||
| * | don't evaluate trans arguments twice. | Florian Apolloner | 2012-01-18 | 1 | -1/+4 |
| | | |||||
* | | Merge remote-tracking branch 'kristi/master' | Armin Ronacher | 2013-05-19 | 1 | -1/+6 |
|\ \ | |/ | |||||
* | | Merge remote-tracking branch 'wking/keep-trailing-newline' | Armin Ronacher | 2013-05-19 | 1 | -1/+3 |
|\ \ | |||||
| * | | Add `keep_trailing_newline` to configure final endline stripping | W. Trevor King | 2013-01-11 | 1 | -1/+3 |
| |/ | | | | | | | | | | | | | | | | | | | This option defaults to False for compatibility with the existing behaviour. I've added the option because I expect I won't remember to keep an extra trailing newline in my templates, and some non-HTML templates *need* that last newline. See also: https://groups.google.com/d/msg/pocoo-libs/6DylMqq1voI/GXTbZJ1Tr-sJ | ||||
* | | Remove unused imports | Daniel Neuhäuser | 2013-05-18 | 1 | -2/+1 |
| | | |||||
* | | python 3 port: manual fixes, remove 2to3 from setup.py, remove fixers | Thomas Waldmann | 2013-05-18 | 1 | -16/+16 |
| | | |||||
* | | python 3 port: automated changes by a slightly modified python-modernize | Thomas Waldmann | 2013-05-17 | 1 | -2/+3 |
|/ | | | | (replacing unicode with six.text_type, but not replacing u"" by six.u("")) | ||||
* | Fixed a bug in the i18n extraction option handling and added a silent option. | Armin Ronacher | 2011-12-15 | 1 | -1/+9 |
| | |||||
* | Damn you Sphinx | Armin Ronacher | 2011-01-24 | 1 | -1/+3 |
| | |||||
* | Added new testcase | Armin Ronacher | 2010-07-06 | 1 | -1/+1 |
| | | | | | --HG-- branch : trunk | ||||
* | babel extraction can now properly extract newstyle gettext calls. | Armin Ronacher | 2010-07-01 | 1 | -11/+17 |
| | | | | | | | | using the variable `num` in newstyle gettext for something else than the pluralize count will no longer raise a :exc:`KeyError`. --HG-- branch : trunk | ||||
* | Added a small improvement for the code generation of newstyle gettext | Armin Ronacher | 2010-05-29 | 1 | -5/+14 |
| | | | | | | | calls. --HG-- branch : trunk | ||||
* | Removed debug print | Armin Ronacher | 2010-05-29 | 1 | -1/+0 |
| | | | | | --HG-- branch : trunk | ||||
* | it's now possible to register extensions after an environment | Armin Ronacher | 2010-05-29 | 1 | -9/+13 |
| | | | | | | | was created. --HG-- branch : trunk | ||||
* | Finished support for newstyle gettext translations | Armin Ronacher | 2010-05-29 | 1 | -13/+9 |
| | | | | | --HG-- branch : trunk | ||||
* | Tip is now 2.5. Started work on newstyle gettext translations. | Armin Ronacher | 2010-05-29 | 1 | -14/+57 |
| | | | | | --HG-- branch : trunk | ||||
* | Added extension ordering, this fixes #376. | Armin Ronacher | 2010-04-12 | 1 | -0/+7 |
| | | | | | --HG-- branch : trunk | ||||
* | Biggest change to Jinja since the 1.x migration: added evaluation contexts | Armin Ronacher | 2010-03-14 | 1 | -0/+15 |
| | | | | | | | | | which make it possible to keep the ahead of time optimizations and provide dynamic activation and deactivation of autoescaping and other context specific features. --HG-- branch : trunk | ||||
* | added with-statement extension. | Armin Ronacher | 2010-02-07 | 1 | -0/+22 |
| | | | | | --HG-- branch : trunk | ||||
* | added support for translator comments if extracted via babel. | Armin Ronacher | 2010-02-06 | 1 | -2/+54 |
| | | | | | --HG-- branch : trunk | ||||
* | It's a new year | Armin Ronacher | 2010-01-22 | 1 | -1/+1 |
| | | | | | --HG-- branch : trunk | ||||
* | More Python 3 support. | Armin Ronacher | 2009-08-05 | 1 | -11/+11 |
| | | | | | --HG-- branch : trunk | ||||
* | Added support for line-based comments. | Armin Ronacher | 2009-03-30 | 1 | -0/+1 |
| | | | | | --HG-- branch : trunk | ||||
* | Same thing for extensions. | Armin Ronacher | 2009-01-05 | 1 | -6/+6 |
| | | | | | --HG-- branch : trunk | ||||
* | Copyright switch to "The Jinja Team". | Armin Ronacher | 2009-01-04 | 1 | -1/+1 |
| | | | | | --HG-- branch : trunk | ||||
* | Added experimental and undocumented bytecode cache support | Armin Ronacher | 2008-09-17 | 1 | -2/+3 |
| | | | | | --HG-- branch : trunk | ||||
* | Fixed a confusing edge case (thanks apollo13) | Armin Ronacher | 2008-09-15 | 1 | -4/+7 |
| | | | | | --HG-- branch : trunk | ||||
* | Fixed a bug in the i18n extension that caused the explicit pluralization ↵ | Armin Ronacher | 2008-09-06 | 1 | -1/+13 |
| | | | | | | | block to look up the wrong variable. --HG-- branch : trunk | ||||
* | Skip templates with syntax errors on babel extract | Armin Ronacher | 2008-06-29 | 1 | -1/+5 |
| | | | | | --HG-- branch : trunk | ||||
* | Added non-babel output mode to extract_from_ast, integreated jinja2 doctests ↵ | Armin Ronacher | 2008-06-27 | 1 | -5/+37 |
| | | | | | | | directly into the py.test suite (ugh, that's an ugly hack) --HG-- branch : trunk | ||||
* | Added example extension that uses the stream filtering and added unittests. | Armin Ronacher | 2008-06-14 | 1 | -1/+6 |
| | | | | | --HG-- branch : trunk | ||||
* | added support for token stream filtering and preprocessing. | Armin Ronacher | 2008-06-13 | 1 | -0/+16 |
| | | | | | --HG-- branch : trunk | ||||
* | moved environment defaults to jinja2.defaults | Armin Ronacher | 2008-05-23 | 1 | -20/+17 |
| | | | | | --HG-- branch : trunk | ||||
* | end of line sequence is no configurable | Armin Ronacher | 2008-05-23 | 1 | -1/+1 |
| | | | | | --HG-- branch : trunk | ||||
* | Environment.lex returns unicode tokens now, even if the input data was a ↵ | Armin Ronacher | 2008-05-23 | 1 | -2/+7 |
| | | | | | | | bytestring. --HG-- branch : trunk | ||||
* | added loopcontrols extension and added unittests for it | Armin Ronacher | 2008-05-23 | 1 | -0/+12 |
| | | | | | --HG-- branch : trunk | ||||
* | improved exception system. now both name (load name) and filename are passed. | Armin Ronacher | 2008-05-16 | 1 | -14/+8 |
| | | | | | --HG-- branch : trunk | ||||
* | void -> do | Armin Ronacher | 2008-05-15 | 1 | -0/+13 |
| | | | | | --HG-- branch : trunk | ||||
* | the two escape implementations work the same now, updated jinja2-debug to ↵ | Armin Ronacher | 2008-05-14 | 1 | -5/+4 |
| | | | | | | | load the i18n extension --HG-- branch : trunk | ||||
* | improved variable exporting, added TODO file | Armin Ronacher | 2008-05-12 | 1 | -5/+5 |
| | | | | | --HG-- branch : trunk | ||||
* | added parsing code for "for item in seq recursive" and improved parser ↵ | Armin Ronacher | 2008-05-11 | 1 | -1/+1 |
| | | | | | | | interface a bit --HG-- branch : trunk | ||||
* | fixed a bug in extension handling | Armin Ronacher | 2008-05-11 | 1 | -0/+11 |
| | | | | | --HG-- branch : trunk | ||||
* | more updates on the extension API | Armin Ronacher | 2008-05-08 | 1 | -36/+38 |
| | | | | | --HG-- branch : trunk | ||||
* | First extension interface documentation and updates in that interface | Armin Ronacher | 2008-05-08 | 1 | -12/+45 |
| | | | | | --HG-- branch : trunk | ||||
* | some documentation updates | Armin Ronacher | 2008-05-07 | 1 | -5/+10 |
| | | | | | --HG-- branch : trunk | ||||
* | Jinja doesn't have keywords any longer. The reason for this radical change ↵ | Armin Ronacher | 2008-05-01 | 1 | -1/+0 |
| | | | | | | | is that the previous keywords where incompatible with the python keywords which made it impossible to name a variable "filter" or call a function with such a keyword parameter. --HG-- branch : trunk | ||||
* | moved caching from loaders to environment and added environment overlays | Armin Ronacher | 2008-04-30 | 1 | -3/+18 |
| | | | | | --HG-- branch : trunk | ||||
* | again documentation updates fixed another python 2.4 bug. Imports are not ↵ | Armin Ronacher | 2008-04-29 | 1 | -4/+8 |
| | | | | | | | evaluated with the template context any longer which makes it possible to keep them in memory --HG-- branch : trunk |