Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use fspath instead of str | David Lord | 2019-10-21 | 1 | -13/+18 |
| | |||||
* | support pathlib in FileSystemLoader and ModuleLoader | Alex Chan | 2019-10-21 | 1 | -6/+11 |
| | |||||
* | PackageLoader doesn't depend on setuptools | David Lord | 2019-10-17 | 1 | -47/+92 |
| | |||||
* | Bump up the copyright to 2017 | Armin Ronacher | 2017-01-07 | 1 | -1/+1 |
| | |||||
* | Fixed typo in jinja2/loaders.py (#606) | Marcelo Jorge Vieira | 2016-09-02 | 1 | -2/+2 |
| | | | Replaced 'fileame' with 'filename' | ||||
* | Fix typo | Éric Araujo | 2015-06-01 | 1 | -1/+1 |
| | |||||
* | Issue #71: Add `followlinks` parameter to FileSystemLoader. | Berker Peksag | 2013-09-13 | 1 | -3/+13 |
| | |||||
* | Fixed prefix loader now properly forward globals. | Armin Ronacher | 2013-08-07 | 1 | -1/+1 |
| | | | | This fixes #238 | ||||
* | Moved all six usages (ignoring testsuite) into jinja2._compat | Armin Ronacher | 2013-05-19 | 1 | -9/+6 |
| | |||||
* | Merge pull request #162 from mgax/fix-caching | Armin Ronacher | 2013-05-19 | 1 | -1/+1 |
|\ | | | | | fix DictLoader `uptodate` callback | ||||
| * | fix DictLoader `uptodate` callback | Alex Morega | 2012-11-18 | 1 | -1/+1 |
| | | |||||
* | | Remove unused imports | Daniel Neuhäuser | 2013-05-18 | 1 | -1/+1 |
| | | |||||
* | | python 3 port: manual fixes, remove 2to3 from setup.py, remove fixers | Thomas Waldmann | 2013-05-18 | 1 | -3/+3 |
| | | |||||
* | | python 3 port: automated changes by a slightly modified python-modernize | Thomas Waldmann | 2013-05-17 | 1 | -1/+2 |
|/ | | | | (replacing unicode with six.text_type, but not replacing u"" by six.u("")) | ||||
* | Improved choice and prefix loaders. | Armin Ronacher | 2011-09-13 | 1 | -1/+24 |
| | | | | | | Choice and prefix loaders now dispatch source and template lookup separately in order to work in combination with module loaders as advertised. | ||||
* | Fix list_modules for PackageLoader | Bryan Berg | 2011-06-13 | 1 | -2/+1 |
| | |||||
* | Reference to compile_templates | Armin Ronacher | 2011-01-29 | 1 | -0/+2 |
| | |||||
* | Streamlined code. Removed an unnecessary leftover. | Armin Ronacher | 2010-03-12 | 1 | -9/+2 |
| | | | | | --HG-- branch : trunk | ||||
* | added a :class:`ModuleLoader` that can load templates from | Armin Ronacher | 2010-03-12 | 1 | -0/+141 |
| | | | | | | | | | | precompiled sources. The environment now features a method to compile the templates from a configured loader into a zip file or folder. --HG-- branch : trunk extra : rebase_source : 4824f663e4ff58ca3d2176c65fc1b7494e1f0c43 | ||||
* | PrefixLoader raises correct error message now. This fixes #358. | Armin Ronacher | 2010-02-09 | 1 | -2/+7 |
| | | | | | --HG-- branch : trunk | ||||
* | Improved test invokation. Picks up doctests within Jinja now, changed | Armin Ronacher | 2010-02-07 | 1 | -9/+9 |
| | | | | | | | | doctests that just show usage that would not work on their own so that they are standard code blocks now and do not disturb testing. --HG-- branch : trunk | ||||
* | It's a new year | Armin Ronacher | 2010-01-22 | 1 | -1/+1 |
| | | | | | --HG-- branch : trunk | ||||
* | Improved Jinja's debugging support by introducing "@internalcode" which ↵ | Armin Ronacher | 2009-02-24 | 1 | -1/+2 |
| | | | | | | | marks code objects that are skipped on tracebacks. Also template errors are now translated as well to help the pylons debugger. --HG-- branch : trunk | ||||
* | Copyright switch to "The Jinja Team". | Armin Ronacher | 2009-01-04 | 1 | -1/+1 |
| | | | | | --HG-- branch : trunk | ||||
* | Implemented and documented "joiner" | Armin Ronacher | 2008-10-13 | 1 | -3/+12 |
| | | | | | --HG-- branch : trunk | ||||
* | Various cleanups and added custom cycler. | Armin Ronacher | 2008-10-05 | 1 | -4/+5 |
| | | | | | --HG-- branch : trunk | ||||
* | Fixed bytecode cache and added support for memcached (tests still missing) | Armin Ronacher | 2008-09-18 | 1 | -4/+4 |
| | | | | | --HG-- branch : trunk | ||||
* | Fixed FileSystemBytecodeCache.clear | Armin Ronacher | 2008-09-17 | 1 | -1/+1 |
| | | | | | --HG-- branch : trunk | ||||
* | Improved bbcache and documented it. | Armin Ronacher | 2008-09-17 | 1 | -6/+16 |
| | | | | | --HG-- branch : trunk | ||||
* | Added experimental and undocumented bytecode cache support | Armin Ronacher | 2008-09-17 | 1 | -1/+14 |
| | | | | | --HG-- branch : trunk | ||||
* | Disabled iron python support until new lexer is implemented. | Armin Ronacher | 2008-09-13 | 1 | -5/+1 |
| | | | | | --HG-- branch : trunk | ||||
* | More work on the ironpython support | Armin Ronacher | 2008-08-17 | 1 | -1/+5 |
| | | | | | --HG-- branch : trunk | ||||
* | Added non-babel output mode to extract_from_ast, integreated jinja2 doctests ↵ | Armin Ronacher | 2008-06-27 | 1 | -1/+1 |
| | | | | | | | directly into the py.test suite (ugh, that's an ugly hack) --HG-- branch : trunk | ||||
* | Fixed some minor glitches. | Armin Ronacher | 2008-06-20 | 1 | -2/+5 |
| | | | | | --HG-- branch : trunk | ||||
* | data files are optional now | Armin Ronacher | 2008-05-28 | 1 | -1/+1 |
| | | | | | --HG-- branch : trunk | ||||
* | fixed a bug in error reporting and some small documentation updates | Armin Ronacher | 2008-05-26 | 1 | -1/+1 |
| | | | | | --HG-- branch : trunk | ||||
* | removed unused imports | Armin Ronacher | 2008-05-13 | 1 | -1/+1 |
| | | | | | --HG-- branch : trunk | ||||
* | fixed template reloading | Armin Ronacher | 2008-05-04 | 1 | -3/+3 |
| | | | | | --HG-- branch : trunk | ||||
* | updated filters: wordwraps uses the wordwrap module and urlize marks the ↵ | Armin Ronacher | 2008-05-03 | 1 | -5/+1 |
| | | | | | | | result as HTML now if in autoescape mode --HG-- branch : trunk | ||||
* | moved caching from loaders to environment and added environment overlays | Armin Ronacher | 2008-04-30 | 1 | -40/+16 |
| | | | | | --HG-- branch : trunk | ||||
* | autoescaping is separate from finalize now and Markup is completely ignored ↵ | Armin Ronacher | 2008-04-28 | 1 | -22/+115 |
| | | | | | | | if the environment is not in autoescape mode --HG-- branch : trunk | ||||
* | moved `IncludedTemplate` into the regular template API, fixed more unittests | Armin Ronacher | 2008-04-25 | 1 | -5/+8 |
| | | | | | --HG-- branch : trunk | ||||
* | inheritance uses a less awkward hack for contexts now and subclassing ↵ | Armin Ronacher | 2008-04-24 | 1 | -4/+63 |
| | | | | | | | templates is possible --HG-- branch : trunk | ||||
* | fixed more unittests | Armin Ronacher | 2008-04-18 | 1 | -4/+7 |
| | | | | | --HG-- branch : trunk | ||||
* | improved undefined behavior | Armin Ronacher | 2008-04-17 | 1 | -18/+44 |
| | | | | | --HG-- branch : trunk | ||||
* | simplified loader api and added builtin caching | Armin Ronacher | 2008-04-17 | 1 | -17/+75 |
| | | | | | --HG-- branch : trunk | ||||
* | better debugging information. compiler knows about name and filename now ↵ | Armin Ronacher | 2008-04-16 | 1 | -2/+2 |
| | | | | | | | (the first one is the load name, the second the estimated filename on the file system if such a name exists) --HG-- branch : trunk | ||||
* | added new python only debug hack | Armin Ronacher | 2008-04-16 | 1 | -2/+2 |
| | | | | | --HG-- branch : trunk | ||||
* | added globals | Armin Ronacher | 2008-04-13 | 1 | -3/+3 |
| | | | | | --HG-- branch : trunk | ||||
* | basic inheritance works now | Armin Ronacher | 2008-04-11 | 1 | -0/+11 |
| | | | | | --HG-- branch : trunk |