Reference to compile_templates
[jinja2.git] / jinja2 / loaders.py
2011-01-29 Armin RonacherReference to compile_templates
2010-03-12 Armin RonacherStreamlined code. Removed an unnecessary leftover.
2010-03-12 Armin Ronacheradded a :class:`ModuleLoader` that can load templates...
2010-02-09 Armin RonacherPrefixLoader raises correct error message now. This...
2010-02-07 Armin RonacherImproved test invokation. Picks up doctests within...
2010-01-22 Armin RonacherIt's a new year
2009-02-24 Armin RonacherImproved Jinja's debugging support by introducing ...
2009-01-04 Armin RonacherCopyright switch to "The Jinja Team".
2008-10-13 Armin RonacherImplemented and documented "joiner"
2008-10-05 Armin RonacherVarious cleanups and added custom cycler.
2008-09-18 Armin RonacherFixed bytecode cache and added support for memcached...
2008-09-17 Armin RonacherFixed FileSystemBytecodeCache.clear
2008-09-17 Armin RonacherImproved bbcache and documented it.
2008-09-17 Armin RonacherAdded experimental and undocumented bytecode cache...
2008-09-13 Armin RonacherDisabled iron python support until new lexer is impleme...
2008-08-17 Armin RonacherMore work on the ironpython support
2008-07-10 Christopher GrebsAutomated merge with dev.pocoo.org/hg/jinja2-main/
2008-06-27 Armin RonacherAdded non-babel output mode to extract_from_ast, integr...
2008-06-20 Armin RonacherFixed some minor glitches.
2008-05-28 Armin Ronacherdata files are optional now
2008-05-26 Armin Ronacherfixed a bug in error reporting and some small documenta...
2008-05-13 Armin Ronacherremoved unused imports
2008-05-03 Armin Ronacherfixed template reloading
2008-05-03 Armin RonacherAutomated merge with ssh://team@pocoo.org/jinja2-main
2008-05-03 Armin Ronacherupdated filters: wordwraps uses the wordwrap module...
2008-04-30 Armin Ronachermoved caching from loaders to environment and added...
2008-04-28 Armin Ronacherautoescaping is separate from finalize now and Markup...
2008-04-25 Armin Ronachermoved `IncludedTemplate` into the regular template...
2008-04-24 Armin Ronacherinheritance uses a less awkward hack for contexts now...
2008-04-18 Armin Ronacherfixed more unittests
2008-04-17 Armin Ronacherimproved undefined behavior
2008-04-17 Armin Ronachersimplified loader api and added builtin caching
2008-04-16 Armin Ronacherbetter debugging information. compiler knows about...
2008-04-16 Armin Ronacheradded new python only debug hack
2008-04-13 Christoph HackAutomated merge with ssh://dev.pocoo.org/jinja2-main
2008-04-13 Armin Ronacheradded globals
2008-04-11 Armin Ronacherbasic inheritance works now
2008-04-11 Armin Ronacherw000t. first template
2008-04-11 Armin Ronacherwork on tha runtime
2008-03-31 Armin Ronachera clean restart