Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix linkcheck issuesdocs | David Lord | 2019-07-26 | 1 | -1/+1 |
| | |||||
* | modernize docs config, use pallets-sphinx-themes | David Lord | 2019-07-26 | 1 | -3/+3 |
| | |||||
* | Fix typo (#687) | Daniel van Flymen | 2017-03-01 | 1 | -1/+1 |
| | |||||
* | Allow to reconfigure the default for truncate leeway | Armin Ronacher | 2017-01-10 | 1 | -0/+6 |
| | | | | Refs #610 | ||||
* | Updated docs on autoescaping and made select_autoescape case insensitive | Armin Ronacher | 2017-01-07 | 1 | -16/+33 |
| | |||||
* | Move the autoescape extension and with statement to be built-in | Armin Ronacher | 2017-01-07 | 1 | -7/+8 |
| | |||||
* | Add a policy for the ascii literal behavior. Fixes #392 | Armin Ronacher | 2017-01-07 | 1 | -0/+10 |
| | |||||
* | Ported tojson filter. Fixes #458 | Armin Ronacher | 2017-01-06 | 1 | -0/+12 |
| | |||||
* | Added docs for policies | Armin Ronacher | 2016-12-31 | 1 | -0/+29 |
| | |||||
* | Started doc work for async | Armin Ronacher | 2016-12-28 | 1 | -0/+40 |
| | |||||
* | Fixed typo/grammar error (#532) | Kojo Idrissa | 2016-04-10 | 1 | -1/+1 |
| | |||||
* | Fix typo (#531) | Guillaume Paumier | 2016-04-10 | 1 | -1/+1 |
| | |||||
* | Fix typo | Éric Araujo | 2015-06-01 | 1 | -1/+1 |
| | |||||
* | Let the Environment override the Context | ThiefMaster | 2015-04-06 | 1 | -0/+7 |
| | | | | closes #404 | ||||
* | Let the Environment override the CodeGenerator | ThiefMaster | 2015-04-06 | 1 | -0/+6 |
| | | | | see #404 | ||||
* | Fix a few small typos in the docs | Alex Chan | 2015-04-05 | 1 | -2/+2 |
| | |||||
* | Custom Filters example inserts escaped <br>s | Jörn Hees | 2014-06-15 | 1 | -1/+1 |
| | | | The example nl2br custom filter inserts escaped `<br>` <br> tags as a `Markup.replace` method seems to be aware of modifications and pass `str`/`unicode` arguments through `escape`. | ||||
* | Merge pull request #230 from p1otr/master | Armin Ronacher | 2014-06-10 | 1 | -2/+2 |
|\ | | | | | documentation typos | ||||
| * | fix a bunch of typos in the documentation | Jakub Wilk | 2013-05-25 | 1 | -2/+2 |
| | | |||||
* | | Merge pull request #293 from carldunham/docfix | Armin Ronacher | 2014-06-06 | 1 | -1/+1 |
|\ \ | | | | | | | fixed some typos and clarifying | ||||
| * | | fixed some typos and clarifying | Carl A Dunham | 2014-01-18 | 1 | -1/+1 |
| |/ | |||||
* | | Added tests for logging undefined and added it to the docs. | Armin Ronacher | 2014-06-06 | 1 | -0/+5 |
|/ | |||||
* | Added add_extension method to the public API | Armin Ronacher | 2011-09-26 | 1 | -1/+1 |
| | |||||
* | fixed typo in documentation: "environmentfilter" -> "evalcontextfilter" | Jeffrey Finkelstein | 2011-07-01 | 1 | -1/+1 |
| | |||||
* | Another reference | Armin Ronacher | 2011-01-29 | 1 | -1/+1 |
| | |||||
* | Added missing references to docs | Armin Ronacher | 2011-01-29 | 1 | -1/+4 |
| | |||||
* | three is the new two | Armin Ronacher | 2010-04-10 | 1 | -1/+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 | ||||
* | Documented autoescaping behavior and eval contexts. | Armin Ronacher | 2010-03-15 | 1 | -4/+63 |
| | | | | | --HG-- branch : trunk | ||||
* | Some tiny documentation fixes (unicode -> Unicode) | Armin Ronacher | 2010-02-09 | 1 | -9/+9 |
| | | | | | --HG-- branch : trunk | ||||
* | include tags are now able to select between multiple templates | Armin Ronacher | 2010-01-14 | 1 | -1/+4 |
| | | | | | | | | and take the first that exists, if a list of templates is given. --HG-- branch : trunk | ||||
* | Added the `meta` module. | Armin Ronacher | 2009-07-26 | 1 | -0/+14 |
| | | | | | --HG-- branch : trunk | ||||
* | Applied documentation patches by Clemens Hermann. | Armin Ronacher | 2009-03-18 | 1 | -4/+4 |
| | | | | | --HG-- branch : trunk | ||||
* | Added support for `Environment.compile_expression`. | Armin Ronacher | 2008-11-02 | 1 | -1/+1 |
| | | | | | --HG-- branch : trunk | ||||
* | Fixed bytecode cache and added support for memcached (tests still missing) | Armin Ronacher | 2008-09-18 | 1 | -0/+2 |
| | | | | | --HG-- branch : trunk | ||||
* | Improved bbcache and documented it. | Armin Ronacher | 2008-09-17 | 1 | -22/+62 |
| | | | | | --HG-- branch : trunk | ||||
* | filter -> test in the tests section (i feel so embarrassed). | Armin Ronacher | 2008-09-11 | 1 | -3/+3 |
| | | | | | --HG-- branch : trunk | ||||
* | Added `TemplateStream.dump`. | Armin Ronacher | 2008-06-17 | 1 | -1/+1 |
| | | | | | --HG-- branch : trunk | ||||
* | added support for token stream filtering and preprocessing. | Armin Ronacher | 2008-06-13 | 1 | -0/+2 |
| | | | | | --HG-- branch : trunk | ||||
* | data files are optional now | Armin Ronacher | 2008-05-28 | 1 | -11/+32 |
| | | | | | --HG-- branch : trunk | ||||
* | some more documentation updates and minor code cleanups. Additionally True ↵ | Armin Ronacher | 2008-05-28 | 1 | -5/+87 |
| | | | | | | | and true in the template are the same now, same for false/False and none/None. --HG-- branch : trunk | ||||
* | fixed a bug in error reporting and some small documentation updates | Armin Ronacher | 2008-05-26 | 1 | -2/+42 |
| | | | | | --HG-- branch : trunk | ||||
* | even more tests, fixed severe bug with autoescaping. | Armin Ronacher | 2008-05-25 | 1 | -9/+88 |
| | | | | | --HG-- branch : trunk | ||||
* | end of line sequence is no configurable | Armin Ronacher | 2008-05-23 | 1 | -0/+30 |
| | | | | | --HG-- branch : trunk | ||||
* | more unittests and updated documentation for extensions. Fixed bug in ↵ | Armin Ronacher | 2008-05-23 | 1 | -2/+2 |
| | | | | | | | optimizer that caused blocks to be optimized away under some circumstances. --HG-- branch : trunk | ||||
* | removed esection about Jinja semantics as we don't have local aliasing currently | Armin Ronacher | 2008-05-17 | 1 | -29/+0 |
| | | | | | --HG-- branch : trunk | ||||
* | added support for local aliasing of some attributes. the technique used is ↵ | Armin Ronacher | 2008-05-15 | 1 | -0/+29 |
| | | | | | | | not very good but covers at least some of the more common use cases --HG-- branch : trunk | ||||
* | removed unused imports | Armin Ronacher | 2008-05-13 | 1 | -7/+7 |
| | | | | | --HG-- branch : trunk |