Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fixed a bug in the documentation tool | Armin Ronacher | 2011-01-24 | 1 | -1/+2 | |
| | ||||||
* | Updated documentation for operator intercepting | Armin Ronacher | 2010-11-29 | 1 | -1/+49 | |
| | ||||||
* | Documentation update. Documentation will become the new Jinja2 website | Armin Ronacher | 2010-10-17 | 3 | -57/+110 | |
| | ||||||
* | Fixed link to git | Armin Ronacher | 2010-10-17 | 1 | -1/+1 | |
| | ||||||
* | Changed links to github | Armin Ronacher | 2010-10-17 | 1 | -12/+3 | |
| | ||||||
* | Documented switch to MarkupSafe | Armin Ronacher | 2010-08-17 | 2 | -29/+46 | |
| | | | | | --HG-- branch : trunk | |||||
* | Meh. Fixed a typo | Armin Ronacher | 2010-08-16 | 1 | -1/+1 | |
| | | | | | --HG-- branch : trunk | |||||
* | Fixed spelling | Armin Ronacher | 2010-08-08 | 1 | -2/+2 | |
| | | | | | --HG-- branch : trunk | |||||
* | Added docs for comparisions | Armin Ronacher | 2010-08-08 | 1 | -0/+21 | |
| | | | | | --HG-- branch : trunk | |||||
* | Fixed a typo in the docs | Armin Ronacher | 2010-05-29 | 1 | -1/+1 | |
| | | | | | --HG-- branch : trunk | |||||
* | it's now possible to register extensions after an environment | Armin Ronacher | 2010-05-29 | 2 | -4/+81 | |
| | | | | | | | was created. --HG-- branch : trunk | |||||
* | three is the new two | Armin Ronacher | 2010-04-10 | 1 | -1/+1 | |
| | | | | | --HG-- branch : trunk | |||||
* | Added missing reference. | Armin Ronacher | 2010-04-05 | 1 | -0/+1 | |
| | | | | | --HG-- branch : trunk | |||||
* | autoescape no longer is a plain boolean value but can also be a function | Armin Ronacher | 2010-04-05 | 1 | -0/+32 | |
| | | | | | | | | to enable or disable autoescaping for certain filenames (or file extensions for that matter) --HG-- branch : trunk | |||||
* | Hopefully fixed EvalContext documentation. | Armin Ronacher | 2010-03-15 | 1 | -1/+1 | |
| | | | | | --HG-- branch : trunk | |||||
* | More documentation updates. | Armin Ronacher | 2010-03-15 | 1 | -0/+12 | |
| | | | | | --HG-- branch : trunk | |||||
* | Updated copyright. It's 2010! | Armin Ronacher | 2010-03-15 | 1 | -1/+1 | |
| | | | | | --HG-- branch : trunk | |||||
* | Documented autoescaping behavior and eval contexts. | Armin Ronacher | 2010-03-15 | 3 | -4/+98 | |
| | | | | | --HG-- branch : trunk | |||||
* | the environment template loading functions now transparently | Armin Ronacher | 2010-02-16 | 1 | -0/+24 | |
| | | | | | | | | | pass through a template object if it was passed to it. This makes it possible to import or extend from a template object that was passed to the template. --HG-- branch : trunk | |||||
* | Added Python 3 section to the documentation. | Armin Ronacher | 2010-02-10 | 1 | -0/+16 | |
| | | | | | --HG-- branch : trunk | |||||
* | Documentation recommends distribute now. | Armin Ronacher | 2010-02-10 | 1 | -8/+9 | |
| | | | | | --HG-- branch : trunk | |||||
* | Some tiny documentation fixes (unicode -> Unicode) | Armin Ronacher | 2010-02-09 | 2 | -10/+10 | |
| | | | | | --HG-- branch : trunk | |||||
* | added with-statement extension. | Armin Ronacher | 2010-02-07 | 2 | -0/+46 | |
| | | | | | --HG-- branch : trunk | |||||
* | Documentation no longer mentiones "no multiple inheritance" support. that | Armin Ronacher | 2010-02-06 | 1 | -5/+1 | |
| | | | | | | | just confuses people. --HG-- branch : trunk | |||||
* | Fixed typo in documentation. | Armin Ronacher | 2010-02-06 | 1 | -1/+1 | |
| | | | | | --HG-- branch : trunk | |||||
* | include tags are now able to select between multiple templates | Armin Ronacher | 2010-01-14 | 2 | -1/+16 | |
| | | | | | | | | and take the first that exists, if a list of templates is given. --HG-- branch : trunk | |||||
* | Reverted [73b04625ab54]. The old behavior is the new behavior, the other | Armin Ronacher | 2009-10-26 | 1 | -19/+8 | |
| | | | | | | | is not consistenly implementable. --HG-- branch : trunk | |||||
* | Fix typo. | Georg Brandl | 2009-10-19 | 1 | -2/+2 | |
| | | | | | --HG-- branch : trunk | |||||
* | added a deprecation warning for a variable assignment, scope bug | Armin Ronacher | 2009-09-18 | 1 | -0/+37 | |
| | | | | | | | | | | that exists since 2.0, code could depend on. See :ref:`jinja-scoping-bug` for more information on this problem. Tip is 2.3 as this will be the next release (will happen soon!) --HG-- branch : trunk | |||||
* | Fixed the install docs. | Armin Ronacher | 2009-09-13 | 1 | -5/+2 | |
| | | | | | --HG-- branch : trunk | |||||
* | speedup extension is now disabled by default (added message) and fixed a | Armin Ronacher | 2009-09-13 | 1 | -1/+1 | |
| | | | | | | | line in the docs. --HG-- branch : trunk | |||||
* | Disabled speedups by default.2.2 | Armin Ronacher | 2009-09-13 | 1 | -12/+13 | |
| | | | | | --HG-- branch : trunk | |||||
* | (codename Kong, released on September 12th 2009) | Armin Ronacher | 2009-09-13 | 1 | -4/+8 | |
| | | | | | --HG-- branch : trunk | |||||
* | Added the `meta` module. | Armin Ronacher | 2009-07-26 | 3 | -13/+14 | |
| | | | | | --HG-- branch : trunk | |||||
* | Merged | Armin Ronacher | 2009-05-04 | 1 | -2/+2 | |
|\ | | | | | | | | | --HG-- branch : trunk | |||||
| * | typo fix | Christopher Denter | 2009-05-03 | 1 | -1/+1 | |
| | | | | | | | | | | --HG-- branch : trunk | |||||
| * | Automated merge with ssh://team@pocoo.org/jinja2-main | Armin Ronacher | 2009-05-02 | 1 | -1/+1 | |
| |\ | | | | | | | | | | | | | --HG-- branch : trunk | |||||
| | * | Fixed typo. | Armin Ronacher | 2009-05-02 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | --HG-- branch : trunk | |||||
* | | | Improved changelog rendering | Armin Ronacher | 2009-04-28 | 2 | -17/+2 | |
|/ / | | | | | | | | | --HG-- branch : trunk | |||||
* | | Fix typo. Closes #343 | Christopher Denter | 2009-04-28 | 1 | -1/+1 | |
|/ | | | | | --HG-- branch : trunk | |||||
* | Added support for line-based comments. | Armin Ronacher | 2009-03-30 | 1 | -0/+8 | |
| | | | | | --HG-- branch : trunk | |||||
* | Applied documentation patches by Clemens Hermann. | Armin Ronacher | 2009-03-18 | 3 | -17/+16 | |
| | | | | | --HG-- branch : trunk | |||||
* | Added support for optional `scoped` modifier to blocks. | Armin Ronacher | 2009-02-19 | 1 | -0/+26 | |
| | | | | | --HG-- branch : trunk | |||||
* | Fixed a documenation bug in the cache extension. | Armin Ronacher | 2009-02-08 | 1 | -1/+1 | |
| | | | | | --HG-- branch : trunk | |||||
* | Priority of `not` raised. It's now possible to write `not foo in bar` | Armin Ronacher | 2009-02-04 | 2 | -2/+3 | |
| | | | | | | | | as an alias to `foo not in bar` like in python. Previously the grammar required parentheses (`not (foo in bar)`) which was odd. --HG-- branch : trunk | |||||
* | Include statements can now be marked with ``ignore missing`` to skip | Armin Ronacher | 2008-12-27 | 1 | -0/+10 | |
| | | | | | | | non existing templates. --HG-- branch : trunk | |||||
* | Fixed a typo | Armin Ronacher | 2008-12-08 | 1 | -1/+1 | |
| | | | | | --HG-- branch : trunk | |||||
* | Updated documentation to reflect the new speedups installation behavior.2.1 | Armin Ronacher | 2008-11-23 | 1 | -1/+33 | |
| | | | | | --HG-- branch : trunk | |||||
* | Added support for `Environment.compile_expression`. | Armin Ronacher | 2008-11-02 | 1 | -1/+1 | |
| | | | | | --HG-- branch : trunk | |||||
* | Implemented and documented "joiner" | Armin Ronacher | 2008-10-13 | 1 | -0/+20 | |
| | | | | | --HG-- branch : trunk |