summaryrefslogtreecommitdiff
path: root/docs/api.rst
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* Automated merge with ssh://team@pocoo.org/jinja2-mainArmin Ronacher2008-05-131-1/+0
|\ | | | | | | | | --HG-- branch : trunk
| * Fix two typos.Georg Brandl2008-05-111-1/+0
| | | | | | | | | | --HG-- branch : trunk
* | Backed out changeset 6afb554797b6, which added unicode identifier support. ↵Armin Ronacher2008-05-111-6/+23
| | | | | | | | | | | | | | This doesn't work in reality under Python 2.6 properly. --HG-- branch : trunk
* | added support for unicode identifiersArmin Ronacher2008-05-111-23/+6
| | | | | | | | | | --HG-- branch : trunk
* | added support for dotted names in tests and filtersArmin Ronacher2008-05-101-2/+23
|/ | | | | --HG-- branch : trunk
* more updates on the extension APIArmin Ronacher2008-05-081-1/+1
| | | | | --HG-- branch : trunk
* documentation updateArmin Ronacher2008-05-071-6/+8
| | | | | --HG-- branch : trunk
* some documentation updatesArmin Ronacher2008-05-071-5/+16
| | | | | --HG-- branch : trunk
* some documentation improvements, jinja escapes " and ' now, both into ↵Armin Ronacher2008-05-061-1/+1
| | | | | | | charpoints and no named entities for html 3.2 support ;-) --HG-- branch : trunk
* updated filters: wordwraps uses the wordwrap module and urlize marks the ↵Armin Ronacher2008-05-031-6/+8
| | | | | | | result as HTML now if in autoescape mode --HG-- branch : trunk
* moved concat to utils, fixed a few docstrings, fixed memory leak in ↵Armin Ronacher2008-05-031-1/+1
| | | | | | | _speedups.escape --HG-- branch : trunk
* Fixed typos in documentationLukas Meuser2008-05-011-3/+3
| | | | | --HG-- branch : trunk
* added cache_clear functionArmin Ronacher2008-05-011-0/+2
| | | | | --HG-- branch : trunk
* small performance improvementsArmin Ronacher2008-05-011-3/+3
| | | | | --HG-- branch : trunk
* moved caching from loaders to environment and added environment overlaysArmin Ronacher2008-04-301-23/+166
| | | | | --HG-- branch : trunk
* again documentation updates fixed another python 2.4 bug. Imports are not ↵Armin Ronacher2008-04-291-1/+1
| | | | | | | evaluated with the template context any longer which makes it possible to keep them in memory --HG-- branch : trunk
* first version of the jinja2 docsArmin Ronacher2008-04-281-0/+191
--HG-- branch : trunk