Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Reverted [73b04625ab54]. The old behavior is the new behavior, the other | Armin Ronacher | 2009-10-26 | 1 | -1/+1 | |
| | | | | | | | is not consistenly implementable. --HG-- branch : trunk | |||||
* | added a deprecation warning for a variable assignment, scope bug | Armin Ronacher | 2009-09-18 | 1 | -1/+1 | |
| | | | | | | | | | | that exists since 2.0, code could depend on. See :ref:`jinja-scoping-bug` for more information on this problem. Tip is 2.3 as this will be the next release (will happen soon!) --HG-- branch : trunk | |||||
* | fixes issue with code generator that causes unbound variables | Armin Ronacher | 2009-09-17 | 1 | -1/+1 | |
| | | | | | | | to be generated if set was used in if-blocks. --HG-- branch : trunk | |||||
* | Tip is 2.3 | Armin Ronacher | 2009-09-14 | 1 | -1/+1 | |
| | | | | | --HG-- branch : trunk | |||||
* | fixes some smaller problems for Jinja2 on Jython.2.2.1 | Armin Ronacher | 2009-09-14 | 1 | -1/+1 | |
| | | | | | --HG-- branch : trunk | |||||
* | Improved wording in the CHANGES file. | Armin Ronacher | 2009-09-13 | 1 | -1/+1 | |
| | | | | | --HG-- branch : trunk | |||||
* | Disabled speedups by default.2.2 | Armin Ronacher | 2009-09-13 | 1 | -2/+1 | |
| | | | | | --HG-- branch : trunk | |||||
* | (codename Kong, released on September 12th 2009) | Armin Ronacher | 2009-09-13 | 1 | -32/+2 | |
| | | | | | --HG-- branch : trunk | |||||
* | Tip is 2.2 | Armin Ronacher | 2008-12-25 | 1 | -1/+1 | |
| | | | | | --HG-- branch : trunk | |||||
* | On our way to 2.2 we found a bug in 2.1 and our repo is now 2.1.1 :) No ↵2.1.1 | Armin Ronacher | 2008-12-25 | 1 | -1/+1 | |
| | | | | | | | need to branch for that. --HG-- branch : trunk | |||||
* | tip is now 2.2-dev | Armin Ronacher | 2008-11-23 | 1 | -1/+1 | |
| | | | | | --HG-- branch : trunk | |||||
* | Removed optional speedups extension hack. | Armin Ronacher | 2008-11-23 | 1 | -23/+0 | |
| | | | | | --HG-- branch : trunk | |||||
* | fixed development status classification | Armin Ronacher | 2008-07-18 | 1 | -1/+1 | |
| | | | | | --HG-- branch : trunk | |||||
* | tip is now 2.1-dev | Armin Ronacher | 2008-07-17 | 1 | -1/+1 | |
| | | | | | --HG-- branch : trunk | |||||
* | make -> fab | Armin Ronacher | 2008-07-17 | 1 | -1/+6 | |
| | | | | | --HG-- branch : trunk | |||||
* | ez_setup is no longer needed/imported in the setup file | Armin Ronacher | 2008-07-15 | 1 | -2/+0 | |
| | | | | | --HG-- branch : trunk | |||||
* | small fix for Python 2.4 | Armin Ronacher | 2008-06-09 | 1 | -2/+2 | |
| | | | | | --HG-- branch : trunk | |||||
* | release trying #3: fixed typos in description :) | Armin Ronacher | 2008-06-09 | 1 | -3/+3 | |
| | | | | | --HG-- branch : trunk | |||||
* | untagged 2.0rc1 again and fixed classifier | Armin Ronacher | 2008-06-09 | 1 | -1/+1 | |
| | | | | | --HG-- branch : trunk | |||||
* | updated setup file for Jinja2 rc1 | Armin Ronacher | 2008-06-09 | 1 | -1/+1 | |
| | | | | | --HG-- branch : trunk | |||||
* | data files are optional now | Armin Ronacher | 2008-05-28 | 1 | -11/+11 | |
| | | | | | --HG-- branch : trunk | |||||
* | improved sandbox and updated setup.py | Armin Ronacher | 2008-05-26 | 1 | -1/+1 | |
| | | | | | --HG-- branch : trunk | |||||
* | fixed babel entry point | Armin Ronacher | 2008-05-20 | 1 | -1/+1 | |
| | | | | | --HG-- branch : trunk | |||||
* | moved concat to utils, fixed a few docstrings, fixed memory leak in ↵ | Armin Ronacher | 2008-05-03 | 1 | -2/+1 | |
| | | | | | | | _speedups.escape --HG-- branch : trunk | |||||
* | moved trans extension from jinja2.i18n to jinja2.ext and fixed some more ↵ | Armin Ronacher | 2008-04-25 | 1 | -1/+1 | |
| | | | | | | | unittests --HG-- branch : trunk | |||||
* | inheritance uses a less awkward hack for contexts now and subclassing ↵ | Armin Ronacher | 2008-04-24 | 1 | -28/+28 | |
| | | | | | | | templates is possible --HG-- branch : trunk | |||||
* | fixed setup.py, a type and removed the possibility to use multiple ↵ | Armin Ronacher | 2008-04-21 | 1 | -1/+1 | |
| | | | | | | | statements per block. The latter makes it easier to write custom tags --HG-- branch : trunk | |||||
* | added first code for parser extensions and moved some code in speedups around | Armin Ronacher | 2008-04-20 | 1 | -2/+6 | |
| | | | | | --HG-- branch : trunk | |||||
* | added C escape and tb_set_next functions | Armin Ronacher | 2008-04-18 | 1 | -2/+35 | |
| | | | | | --HG-- branch : trunk | |||||
* | update setup.py so that setup.py develop works | Armin Ronacher | 2008-04-07 | 1 | -62/+6 | |
| | | | | | --HG-- branch : trunk | |||||
* | moved docstring into setup.py, this fixes #297 | Armin Ronacher | 2008-02-11 | 1 | -3/+54 | |
| | | | | | --HG-- branch : trunk | |||||
* | added jinja.contrib to setup.py | Armin Ronacher | 2007-11-27 | 1 | -1/+1 | |
| | | | | | --HG-- branch : trunk | |||||
* | tip is now going towards 1.3 | Armin Ronacher | 2007-11-18 | 1 | -1/+1 | |
| | | | | | --HG-- branch : trunk | |||||
* | some more small release changes | Armin Ronacher | 2007-11-17 | 1 | -1/+1 | |
| | | | | | | | | | --HG-- branch : trunk rename : docs/build/jinjabanner.png => docs/html/jinjabanner.png rename : docs/build/jinjalogo.png => docs/html/jinjalogo.png rename : docs/build/style.css => docs/html/style.css rename : docs/build/watermark.png => docs/html/watermark.png | |||||
* | some more doc changes in jinja for the upcoming release | Armin Ronacher | 2007-11-16 | 1 | -4/+4 | |
| | | | | | --HG-- branch : trunk | |||||
* | some documentation changes | Armin Ronacher | 2007-11-11 | 1 | -16/+16 | |
| | | | | | --HG-- branch : trunk | |||||
* | bumped jinja version | Armin Ronacher | 2007-10-22 | 1 | -1/+1 | |
| | | | | | --HG-- branch : trunk | |||||
* | fixed a couple of errors with the c extensions build process on windows | Armin Ronacher | 2007-10-19 | 1 | -1/+10 | |
| | | | | | --HG-- branch : trunk | |||||
* | [svn] added "debugger of awesomeness" :D | Armin Ronacher | 2007-06-15 | 1 | -7/+16 | |
| | | | | | --HG-- branch : trunk | |||||
* | [svn] made jinja platform depending and adedd manifest for the built ↵ | Armin Ronacher | 2007-06-02 | 1 | -1/+0 | |
| | | | | | | | documentation. Improved loader documentation --HG-- branch : trunk | |||||
* | [svn] added some more jinja unittests | Armin Ronacher | 2007-06-01 | 1 | -1/+1 | |
| | | | | | --HG-- branch : trunk | |||||
* | [svn] updated Jinja setup.py for (hopefully for) win32 compatibility | Armin Ronacher | 2007-05-28 | 1 | -4/+12 | |
| | | | | | --HG-- branch : trunk | |||||
* | [svn] added c implementation of the jinja context class. | Armin Ronacher | 2007-04-20 | 1 | -2/+29 | |
| | | | | | --HG-- branch : trunk | |||||
* | [svn] various updates i haven't checked in so far (see the diff of the ↵ | Armin Ronacher | 2007-04-17 | 1 | -0/+4 | |
| | | | | | | | changelog) and fixed critical bug reported by Alexey Melchakov --HG-- branch : trunk | |||||
* | [svn] reworked the jinja escaping system, removed getattr concatenating and ↵ | Armin Ronacher | 2007-03-27 | 1 | -52/+3 | |
| | | | | | | | documented internal jinja functions. --HG-- branch : trunk | |||||
* | [svn] added doc notes to the installation instructions | Armin Ronacher | 2007-03-23 | 1 | -2/+2 | |
| | | | | | --HG-- branch : trunk | |||||
* | [svn] jinja 1.0 out now | Armin Ronacher | 2007-03-23 | 1 | -0/+4 | |
| | | | | | --HG-- branch : trunk | |||||
* | [svn] again jinja setup.py update. works now | Armin Ronacher | 2007-03-22 | 1 | -3/+14 | |
| | | | | | --HG-- branch : trunk | |||||
* | [svn] moved www out of jinja trunk and updated setup.py file | Armin Ronacher | 2007-03-22 | 1 | -6/+10 | |
| | | | | | --HG-- branch : trunk | |||||
* | [svn] updated setup.py file for jinja 1.0 release | Armin Ronacher | 2007-03-22 | 1 | -1/+48 | |
| | | | | | --HG-- branch : trunk |