Various cleanups and added custom cycler.
[jinja2.git] / docs / templates.rst
2008-10-05 Armin RonacherVarious cleanups and added custom cycler.
2008-10-04 Armin Ronacherimports and includes "with context" are passed the...
2008-09-21 Armin RonacherAutomated merge with ssh://team@pocoo.org/jinja2-main
2008-09-20 Armin RonacherUnified some code in the super/template reference system.
2008-07-12 Armin RonacherAutomated merge with ssh://team@pocoo.org/jinja2-main
2008-07-12 Armin RonacherAltered filesizeformat to support both MB and MiB,...
2008-07-10 Christopher GrebsAutomated merge with dev.pocoo.org/hg/jinja2-main/
2008-07-04 Armin RonacherDocumented if-conditional changes.
2008-06-25 Armin RonacherChanged all sentences with occurrences of subscribing...
2008-06-12 Armin RonacherImproved attribute and item lookup by allowing template...
2008-06-09 Benjamin WiegandAutomated merge with dev.pocoo.org/hg/jinja2-main
2008-06-09 Armin Ronacherupdated documentation
2008-05-28 Armin Ronachersome more documentation updates and minor code cleanups...
2008-05-26 Armin Ronacherfixed a bug in error reporting and some small documenta...
2008-05-25 Armin RonacherAutomated merge with ssh://team@pocoo.org/jinja2-main
2008-05-24 Armin Ronacherall calls are proxied by context.call now so that we...
2008-05-23 Armin Ronacheradded loopcontrols extension and added unittests for it
2008-05-22 Armin Ronachervariables starting with one or more underscores are...
2008-05-22 Armin Ronachercall is now handled like a regular unnamed macro, refac...
2008-05-19 Armin Ronachermore thread safety in LRUCache
2008-05-15 Armin Ronachervoid -> do
2008-05-15 Armin Ronacherremoved the notice about names in imported macros....
2008-05-12 Armin Ronacherdocumented set changes
2008-05-12 Armin RonacherAutomated merge with ssh://team@pocoo.org/jinja2-main
2008-05-11 Armin Ronacherdocumented recursive loops
2008-05-11 Armin Ronacheradded parsing code for "for item in seq recursive"...
2008-05-11 Georg BrandlFix two typos.
2008-05-07 Armin Ronachersome documentation updates
2008-05-06 Armin Ronachersome documentation improvements, jinja escapes " and...
2008-05-04 Armin Ronacherimproved sandbox, added proper striptags and updated...
2008-05-02 Armin Ronacheradded "with context" or "without context" import/includ...
2008-05-01 Lukas MeuserFixed typos in documentation
2008-05-01 Armin Ronachersmall performance improvements
2008-04-30 Armin Ronachermoved caching from loaders to environment and added...
2008-04-29 Armin Ronacheragain documentation updates fixed another python 2...
2008-04-28 Armin Ronacherupdated jinja docs
2008-04-28 Armin Ronacherfixed another python2.4 bug
2008-04-28 Armin RonacherAutomated merge with ssh://team@pocoo.org/jinja2-main
2008-04-28 Armin Ronacherpython2.4 compatibility and doc updates
2008-04-28 Armin Ronachermore docs and fixed bug in parser that assigned lineno...
2008-04-28 Armin Ronacherfirst version of the jinja2 docs