summaryrefslogtreecommitdiff
path: root/docs/api.rst
Commit message (Collapse)AuthorAgeFilesLines
* fix linkcheck issuesdocsDavid Lord2019-07-261-1/+1
|
* modernize docs config, use pallets-sphinx-themesDavid Lord2019-07-261-3/+3
|
* Fix typo (#687)Daniel van Flymen2017-03-011-1/+1
|
* Allow to reconfigure the default for truncate leewayArmin Ronacher2017-01-101-0/+6
| | | | Refs #610
* Updated docs on autoescaping and made select_autoescape case insensitiveArmin Ronacher2017-01-071-16/+33
|
* Move the autoescape extension and with statement to be built-inArmin Ronacher2017-01-071-7/+8
|
* Add a policy for the ascii literal behavior. Fixes #392Armin Ronacher2017-01-071-0/+10
|
* Ported tojson filter. Fixes #458Armin Ronacher2017-01-061-0/+12
|
* Added docs for policiesArmin Ronacher2016-12-311-0/+29
|
* Started doc work for asyncArmin Ronacher2016-12-281-0/+40
|
* Fixed typo/grammar error (#532)Kojo Idrissa2016-04-101-1/+1
|
* Fix typo (#531)Guillaume Paumier2016-04-101-1/+1
|
* Fix typoÉric Araujo2015-06-011-1/+1
|
* Let the Environment override the ContextThiefMaster2015-04-061-0/+7
| | | | closes #404
* Let the Environment override the CodeGeneratorThiefMaster2015-04-061-0/+6
| | | | see #404
* Fix a few small typos in the docsAlex Chan2015-04-051-2/+2
|
* Custom Filters example inserts escaped <br>sJörn Hees2014-06-151-1/+1
| | | The example nl2br custom filter inserts escaped `&lt;br&gt;` <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/masterArmin Ronacher2014-06-101-2/+2
|\ | | | | documentation typos
| * fix a bunch of typos in the documentationJakub Wilk2013-05-251-2/+2
| |
* | Merge pull request #293 from carldunham/docfixArmin Ronacher2014-06-061-1/+1
|\ \ | | | | | | fixed some typos and clarifying
| * | fixed some typos and clarifyingCarl A Dunham2014-01-181-1/+1
| |/
* | Added tests for logging undefined and added it to the docs.Armin Ronacher2014-06-061-0/+5
|/
* Added add_extension method to the public APIArmin Ronacher2011-09-261-1/+1
|
* fixed typo in documentation: "environmentfilter" -> "evalcontextfilter"Jeffrey Finkelstein2011-07-011-1/+1
|
* Another referenceArmin Ronacher2011-01-291-1/+1
|
* Added missing references to docsArmin Ronacher2011-01-291-1/+4
|
* three is the new twoArmin Ronacher2010-04-101-1/+1
| | | | | --HG-- branch : trunk
* autoescape no longer is a plain boolean value but can also be a functionArmin Ronacher2010-04-051-0/+32
| | | | | | | | to enable or disable autoescaping for certain filenames (or file extensions for that matter) --HG-- branch : trunk
* Hopefully fixed EvalContext documentation.Armin Ronacher2010-03-151-1/+1
| | | | | --HG-- branch : trunk
* More documentation updates.Armin Ronacher2010-03-151-0/+12
| | | | | --HG-- branch : trunk
* Documented autoescaping behavior and eval contexts.Armin Ronacher2010-03-151-4/+63
| | | | | --HG-- branch : trunk
* Some tiny documentation fixes (unicode -> Unicode)Armin Ronacher2010-02-091-9/+9
| | | | | --HG-- branch : trunk
* include tags are now able to select between multiple templatesArmin Ronacher2010-01-141-1/+4
| | | | | | | | and take the first that exists, if a list of templates is given. --HG-- branch : trunk
* Added the `meta` module.Armin Ronacher2009-07-261-0/+14
| | | | | --HG-- branch : trunk
* Applied documentation patches by Clemens Hermann.Armin Ronacher2009-03-181-4/+4
| | | | | --HG-- branch : trunk
* Added support for `Environment.compile_expression`.Armin Ronacher2008-11-021-1/+1
| | | | | --HG-- branch : trunk
* Fixed bytecode cache and added support for memcached (tests still missing)Armin Ronacher2008-09-181-0/+2
| | | | | --HG-- branch : trunk
* Improved bbcache and documented it.Armin Ronacher2008-09-171-22/+62
| | | | | --HG-- branch : trunk
* filter -> test in the tests section (i feel so embarrassed).Armin Ronacher2008-09-111-3/+3
| | | | | --HG-- branch : trunk
* Added `TemplateStream.dump`.Armin Ronacher2008-06-171-1/+1
| | | | | --HG-- branch : trunk
* added support for token stream filtering and preprocessing.Armin Ronacher2008-06-131-0/+2
| | | | | --HG-- branch : trunk
* data files are optional nowArmin Ronacher2008-05-281-11/+32
| | | | | --HG-- branch : trunk
* some more documentation updates and minor code cleanups. Additionally True ↵Armin Ronacher2008-05-281-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 updatesArmin Ronacher2008-05-261-2/+42
| | | | | --HG-- branch : trunk
* even more tests, fixed severe bug with autoescaping.Armin Ronacher2008-05-251-9/+88
| | | | | --HG-- branch : trunk
* end of line sequence is no configurableArmin Ronacher2008-05-231-0/+30
| | | | | --HG-- branch : trunk
* more unittests and updated documentation for extensions. Fixed bug in ↵Armin Ronacher2008-05-231-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 currentlyArmin Ronacher2008-05-171-29/+0
| | | | | --HG-- branch : trunk
* added support for local aliasing of some attributes. the technique used is ↵Armin Ronacher2008-05-151-0/+29
| | | | | | | not very good but covers at least some of the more common use cases --HG-- branch : trunk
* removed unused importsArmin Ronacher2008-05-131-7/+7
| | | | | --HG-- branch : trunk