summaryrefslogtreecommitdiff
path: root/docs/api.rst
Commit message (Expand)AuthorAgeFilesLines
* 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
* autoescape no longer is a plain boolean value but can also be a functionArmin Ronacher2010-04-051-0/+32
* Hopefully fixed EvalContext documentation.Armin Ronacher2010-03-151-1/+1
* More documentation updates.Armin Ronacher2010-03-151-0/+12
* Documented autoescaping behavior and eval contexts.Armin Ronacher2010-03-151-4/+63
* Some tiny documentation fixes (unicode -> Unicode)Armin Ronacher2010-02-091-9/+9
* include tags are now able to select between multiple templatesArmin Ronacher2010-01-141-1/+4
* Added the `meta` module.Armin Ronacher2009-07-261-0/+14
* Applied documentation patches by Clemens Hermann.Armin Ronacher2009-03-181-4/+4
* Added support for `Environment.compile_expression`.Armin Ronacher2008-11-021-1/+1
* Fixed bytecode cache and added support for memcached (tests still missing)Armin Ronacher2008-09-181-0/+2
* Improved bbcache and documented it.Armin Ronacher2008-09-171-22/+62
* filter -> test in the tests section (i feel so embarrassed).Armin Ronacher2008-09-111-3/+3
* Added `TemplateStream.dump`.Armin Ronacher2008-06-171-1/+1
* added support for token stream filtering and preprocessing.Armin Ronacher2008-06-131-0/+2
* data files are optional nowArmin Ronacher2008-05-281-11/+32
* some more documentation updates and minor code cleanups. Additionally True a...Armin Ronacher2008-05-281-5/+87
* fixed a bug in error reporting and some small documentation updatesArmin Ronacher2008-05-261-2/+42
* even more tests, fixed severe bug with autoescaping.Armin Ronacher2008-05-251-9/+88
* end of line sequence is no configurableArmin Ronacher2008-05-231-0/+30
* more unittests and updated documentation for extensions. Fixed bug in optimi...Armin Ronacher2008-05-231-2/+2
* removed esection about Jinja semantics as we don't have local aliasing currentlyArmin Ronacher2008-05-171-29/+0
* added support for local aliasing of some attributes. the technique used is n...Armin Ronacher2008-05-151-0/+29
* removed unused importsArmin Ronacher2008-05-131-7/+7
* Automated merge with ssh://team@pocoo.org/jinja2-mainArmin Ronacher2008-05-131-1/+0
|\
| * Fix two typos.Georg Brandl2008-05-111-1/+0
* | Backed out changeset 6afb554797b6, which added unicode identifier support. T...Armin Ronacher2008-05-111-6/+23
* | added support for unicode identifiersArmin Ronacher2008-05-111-23/+6
* | added support for dotted names in tests and filtersArmin Ronacher2008-05-101-2/+23
|/
* more updates on the extension APIArmin Ronacher2008-05-081-1/+1
* documentation updateArmin Ronacher2008-05-071-6/+8
* some documentation updatesArmin Ronacher2008-05-071-5/+16
* some documentation improvements, jinja escapes " and ' now, both into charpoi...Armin Ronacher2008-05-061-1/+1
* updated filters: wordwraps uses the wordwrap module and urlize marks the resu...Armin Ronacher2008-05-031-6/+8
* moved concat to utils, fixed a few docstrings, fixed memory leak in _speedups...Armin Ronacher2008-05-031-1/+1
* Fixed typos in documentationLukas Meuser2008-05-011-3/+3
* added cache_clear functionArmin Ronacher2008-05-011-0/+2
* small performance improvementsArmin Ronacher2008-05-011-3/+3
* moved caching from loaders to environment and added environment overlaysArmin Ronacher2008-04-301-23/+166
* again documentation updates fixed another python 2.4 bug. Imports are not ev...Armin Ronacher2008-04-291-1/+1
* first version of the jinja2 docsArmin Ronacher2008-04-281-0/+191