jinja2.git
16 years agoswitch away from svn, fix #283.
Armin Ronacher [Thu, 18 Oct 2007 22:04:52 +0000 (00:04 +0200)]
switch away from svn, fix #283.

--HG--
branch : trunk

16 years agofixed but in requirement extraction that came up because the template node doesn...
Armin Ronacher [Thu, 18 Oct 2007 21:15:40 +0000 (23:15 +0200)]
fixed but in requirement extraction that came up because the template node doesn't have direct children any more.

--HG--
branch : trunk

16 years agoiteration over old style class that have no length should work now
Armin Ronacher [Thu, 18 Oct 2007 20:33:45 +0000 (22:33 +0200)]
iteration over old style class that have no length should work now

--HG--
branch : trunk

16 years agomerged
Armin Ronacher [Sun, 7 Oct 2007 16:54:45 +0000 (18:54 +0200)]
merged

--HG--
branch : trunk

16 years agoadded jinja unicode whitespace handling
Armin Ronacher [Sun, 7 Oct 2007 16:53:29 +0000 (18:53 +0200)]
added jinja unicode whitespace handling

--HG--
branch : trunk

16 years agoadded missing lineno, filename forward in jinja parser
Armin Ronacher [Mon, 1 Oct 2007 20:31:16 +0000 (22:31 +0200)]
added missing lineno, filename forward in jinja parser

--HG--
branch : trunk

16 years agofixed little typos in _djangosupport.py
Christopher Grebs [Fri, 28 Sep 2007 14:51:40 +0000 (16:51 +0200)]
fixed little typos in _djangosupport.py

--HG--
branch : trunk

16 years agoadded new testcase
Armin Ronacher [Wed, 26 Sep 2007 11:16:41 +0000 (13:16 +0200)]
added new testcase

--HG--
branch : trunk

16 years agofixed typo in parser.py that caused a broken traceback on syntax errors
Armin Ronacher [Sat, 22 Sep 2007 10:19:24 +0000 (12:19 +0200)]
fixed typo in parser.py that caused a broken traceback on syntax errors

--HG--
branch : trunk

16 years agomerged
Armin Ronacher [Mon, 17 Sep 2007 13:34:34 +0000 (15:34 +0200)]
merged

--HG--
branch : trunk

16 years agocontext doesn't convert dict subclasses to dicts now
Armin Ronacher [Mon, 17 Sep 2007 13:33:45 +0000 (15:33 +0200)]
context doesn't convert dict subclasses to dicts now

--HG--
branch : trunk

16 years agoFix docstring typo.
Georg Brandl [Sun, 16 Sep 2007 06:00:56 +0000 (08:00 +0200)]
Fix docstring typo.

--HG--
branch : trunk

16 years agothis fixes #1.
Armin Ronacher [Tue, 11 Sep 2007 15:06:10 +0000 (17:06 +0200)]
this fixes #1.

--HG--
branch : trunk

16 years agofixed #276.
Armin Ronacher [Tue, 11 Sep 2007 11:51:57 +0000 (13:51 +0200)]
fixed #276.

--HG--
branch : trunk

16 years agofixed error in error message (-.-)
Armin Ronacher [Mon, 10 Sep 2007 14:03:32 +0000 (16:03 +0200)]
fixed error in error message (-.-)

--HG--
branch : trunk

16 years agoadded unittest for the breakage i encountered today
Armin Ronacher [Sat, 8 Sep 2007 23:11:24 +0000 (01:11 +0200)]
added unittest for the breakage i encountered today

--HG--
branch : trunk

16 years agofixed bug in jinja filter parser (why the fuck was there no unittest for that??)...
Armin Ronacher [Sat, 8 Sep 2007 16:24:25 +0000 (18:24 +0200)]
fixed bug in jinja filter parser (why the fuck was there no unittest for that??) XXX: add unittest

--HG--
branch : trunk

16 years agofixed bug in jinja doc
Armin Ronacher [Sat, 8 Sep 2007 11:59:04 +0000 (13:59 +0200)]
fixed bug in jinja doc

--HG--
branch : trunk

16 years agoupdate in todo list
Armin Ronacher [Fri, 7 Sep 2007 18:27:02 +0000 (20:27 +0200)]
update in todo list

--HG--
branch : trunk

16 years ago[svn] merged newparser into trunk
Armin Ronacher [Fri, 7 Sep 2007 15:52:41 +0000 (17:52 +0200)]
[svn] merged newparser into trunk

--HG--
branch : trunk

16 years ago[svn] applied patch from #272, cmemcached is now used if available
Armin Ronacher [Tue, 24 Jul 2007 07:15:00 +0000 (09:15 +0200)]
[svn] applied patch from #272, cmemcached is now used if available

--HG--
branch : trunk

16 years ago[svn] Fix a rst hyperlink.
Georg Brandl [Wed, 18 Jul 2007 07:27:01 +0000 (09:27 +0200)]
[svn] Fix a rst hyperlink.

--HG--
branch : trunk

16 years ago[svn] Typo fix.
Georg Brandl [Sat, 14 Jul 2007 17:07:21 +0000 (19:07 +0200)]
[svn] Typo fix.

--HG--
branch : trunk

16 years ago[svn] added missing license files for werkzeug and jinja
Armin Ronacher [Wed, 11 Jul 2007 21:25:41 +0000 (23:25 +0200)]
[svn] added missing license files for werkzeug and jinja

--HG--
branch : trunk

16 years ago[svn] fixed groupby (sorted has some weird behavior Oo)
Armin Ronacher [Tue, 10 Jul 2007 18:51:47 +0000 (20:51 +0200)]
[svn] fixed groupby (sorted has some weird behavior Oo)

--HG--
branch : trunk

16 years ago[svn] updated groupby filter for better sorting
Armin Ronacher [Tue, 10 Jul 2007 18:07:15 +0000 (20:07 +0200)]
[svn] updated groupby filter for better sorting

--HG--
branch : trunk

16 years ago[svn] groupby sorts on it's own now
Armin Ronacher [Tue, 10 Jul 2007 17:49:35 +0000 (19:49 +0200)]
[svn] groupby sorts on it's own now

--HG--
branch : trunk

16 years ago[svn] fixed bug in the template streaming interface
Armin Ronacher [Tue, 10 Jul 2007 12:11:35 +0000 (14:11 +0200)]
[svn] fixed bug in the template streaming interface

--HG--
branch : trunk

16 years ago[svn] added sameas test function
Armin Ronacher [Sun, 24 Jun 2007 10:37:13 +0000 (12:37 +0200)]
[svn] added sameas test function

--HG--
branch : trunk

16 years ago[svn] added groupby filter and fixed some small bugs
Armin Ronacher [Sat, 23 Jun 2007 19:11:53 +0000 (21:11 +0200)]
[svn] added groupby filter and fixed some small bugs

--HG--
branch : trunk

16 years ago[svn] fixed debugger
Armin Ronacher [Sat, 16 Jun 2007 18:53:52 +0000 (20:53 +0200)]
[svn] fixed debugger

--HG--
branch : trunk

16 years ago[svn] Fix 2.4ism.
Georg Brandl [Sat, 16 Jun 2007 17:08:58 +0000 (19:08 +0200)]
[svn] Fix 2.4ism.

--HG--
branch : trunk

16 years ago[svn] Fix _debugger module.
Georg Brandl [Sat, 16 Jun 2007 17:04:52 +0000 (19:04 +0200)]
[svn] Fix _debugger module.

--HG--
branch : trunk

16 years ago[svn] some small code cleanups in jinja
Armin Ronacher [Fri, 15 Jun 2007 22:47:27 +0000 (00:47 +0200)]
[svn] some small code cleanups in jinja

--HG--
branch : trunk

16 years ago[svn] added "debugger of awesomeness" :D
Armin Ronacher [Fri, 15 Jun 2007 16:03:21 +0000 (18:03 +0200)]
[svn] added "debugger of awesomeness" :D

--HG--
branch : trunk

17 years ago[svn] fixed package loader in buffet plugin
Armin Ronacher [Fri, 8 Jun 2007 11:02:38 +0000 (13:02 +0200)]
[svn] fixed package loader in buffet plugin

--HG--
branch : trunk

17 years ago[svn] fixed unicode issues with dump textile library. this fixes #249.
Armin Ronacher [Thu, 7 Jun 2007 23:07:48 +0000 (01:07 +0200)]
[svn] fixed unicode issues with dump textile library. this fixes #249.

--HG--
branch : trunk

17 years ago[svn] fixed indention in documentation example
Armin Ronacher [Sat, 2 Jun 2007 22:11:43 +0000 (00:11 +0200)]
[svn] fixed indention in documentation example

--HG--
branch : trunk

17 years ago[svn] removed "release" shortcut in makefile
Armin Ronacher [Sat, 2 Jun 2007 12:11:35 +0000 (14:11 +0200)]
[svn] removed "release" shortcut in makefile

--HG--
branch : trunk

17 years ago[svn] last changes before release
Armin Ronacher [Sat, 2 Jun 2007 10:57:38 +0000 (12:57 +0200)]
[svn] last changes before release

--HG--
branch : trunk

17 years ago[svn] made jinja platform depending and adedd manifest for the built documentation...
Armin Ronacher [Sat, 2 Jun 2007 10:12:56 +0000 (12:12 +0200)]
[svn] made jinja platform depending and adedd manifest for the built documentation. Improved loader documentation

--HG--
branch : trunk

17 years ago[svn] Remove useless checks.
Georg Brandl [Sat, 2 Jun 2007 08:43:43 +0000 (10:43 +0200)]
[svn] Remove useless checks.

--HG--
branch : trunk

17 years ago[svn] added simple memcached loader test
Armin Ronacher [Fri, 1 Jun 2007 23:47:34 +0000 (01:47 +0200)]
[svn] added simple memcached loader test

--HG--
branch : trunk

17 years ago[svn] added baseclasses for loaders, added the memcaching loader, updated documentati...
Armin Ronacher [Fri, 1 Jun 2007 23:35:53 +0000 (01:35 +0200)]
[svn] added baseclasses for loaders, added the memcaching loader, updated documentation for loaders

--HG--
branch : trunk

17 years ago[svn] added some more jinja unittests
Armin Ronacher [Fri, 1 Jun 2007 16:25:28 +0000 (18:25 +0200)]
[svn] added some more jinja unittests

--HG--
branch : trunk

17 years ago[svn] fixed extended slicing
Armin Ronacher [Fri, 1 Jun 2007 10:54:40 +0000 (12:54 +0200)]
[svn] fixed extended slicing

--HG--
branch : trunk

17 years ago[svn] added django translator documentation
Armin Ronacher [Wed, 30 May 2007 22:02:15 +0000 (00:02 +0200)]
[svn] added django translator documentation

--HG--
branch : trunk

17 years ago[svn] some minor updates in jinja
Armin Ronacher [Wed, 30 May 2007 18:59:06 +0000 (20:59 +0200)]
[svn] some minor updates in jinja

--HG--
branch : trunk

17 years ago[svn] fixed a lexer error reporting issue
Armin Ronacher [Tue, 29 May 2007 22:57:49 +0000 (00:57 +0200)]
[svn] fixed a lexer error reporting issue

--HG--
branch : trunk

17 years ago[svn] added changelog and thanks entry
Armin Ronacher [Tue, 29 May 2007 22:29:39 +0000 (00:29 +0200)]
[svn] added changelog and thanks entry

--HG--
branch : trunk

17 years ago[svn] choice loader now doesn't screen template not found exception of imports /...
Armin Ronacher [Tue, 29 May 2007 22:27:32 +0000 (00:27 +0200)]
[svn] choice loader now doesn't screen template not found exception of imports / extends

--HG--
branch : trunk

17 years ago[svn] removed default get_source
Armin Ronacher [Tue, 29 May 2007 22:07:03 +0000 (00:07 +0200)]
[svn] removed default get_source

--HG--
branch : trunk

17 years ago[svn] simplified code that calculates the import filename
Armin Ronacher [Tue, 29 May 2007 22:05:24 +0000 (00:05 +0200)]
[svn] simplified code that calculates the import filename

--HG--
branch : trunk

17 years ago[svn] improved generic "EOF while lexing" exception message so that it tells about...
Armin Ronacher [Tue, 29 May 2007 21:22:38 +0000 (23:22 +0200)]
[svn] improved generic "EOF while lexing" exception message so that it tells about unbalanced parentheses.

--HG--
branch : trunk

17 years ago[svn] added new jinja unittest and added snipped contributed by Bryan McLemore.
Armin Ronacher [Tue, 29 May 2007 21:07:48 +0000 (23:07 +0200)]
[svn] added new jinja unittest and added snipped contributed by Bryan McLemore.

--HG--
branch : trunk

17 years ago[svn] again some jinja updates, some minor performance and doc improvements
Armin Ronacher [Tue, 29 May 2007 12:17:24 +0000 (14:17 +0200)]
[svn] again some jinja updates, some minor performance and doc improvements

--HG--
branch : trunk

17 years ago[svn] added pylint script for jinja and cleaned code up a bit (and importing is faste...
Armin Ronacher [Mon, 28 May 2007 21:15:43 +0000 (23:15 +0200)]
[svn] added pylint script for jinja and cleaned code up a bit (and importing is faster now)

--HG--
branch : trunk

17 years ago[svn] updated Jinja setup.py for (hopefully for) win32 compatibility
Armin Ronacher [Mon, 28 May 2007 16:16:16 +0000 (18:16 +0200)]
[svn] updated Jinja setup.py for (hopefully for) win32 compatibility

--HG--
branch : trunk

17 years ago[svn] fixed bug in iteration over none
Armin Ronacher [Sat, 26 May 2007 11:18:14 +0000 (13:18 +0200)]
[svn] fixed bug in iteration over none

--HG--
branch : trunk

17 years ago[svn] renderincluded is now rendertemplate
Armin Ronacher [Tue, 22 May 2007 09:42:31 +0000 (11:42 +0200)]
[svn] renderincluded is now rendertemplate

--HG--
branch : trunk

17 years ago[svn] added "renderinclude" function (highly experimental)
Armin Ronacher [Tue, 22 May 2007 09:27:11 +0000 (11:27 +0200)]
[svn] added "renderinclude" function (highly experimental)

--HG--
branch : trunk

17 years ago[svn] iteration over an undefined singleton is now handled in the singleton itself...
Armin Ronacher [Mon, 21 May 2007 21:52:15 +0000 (23:52 +0200)]
[svn] iteration over an undefined singleton is now handled in the singleton itself and not the loop context

--HG--
branch : trunk

17 years ago[svn] checked in changes regarding variable length iteration
Armin Ronacher [Mon, 21 May 2007 21:41:36 +0000 (23:41 +0200)]
[svn] checked in changes regarding variable length iteration

--HG--
branch : trunk

17 years ago[svn] ...
Armin Ronacher [Mon, 21 May 2007 21:20:39 +0000 (23:20 +0200)]
[svn] ...

--HG--
branch : trunk

17 years ago[svn] star to plus due to weird formatting rules
Armin Ronacher [Mon, 21 May 2007 21:19:29 +0000 (23:19 +0200)]
[svn] star to plus due to weird formatting rules

--HG--
branch : trunk

17 years ago[svn] fixed formatting issue
Armin Ronacher [Mon, 21 May 2007 21:14:44 +0000 (23:14 +0200)]
[svn] fixed formatting issue

--HG--
branch : trunk

17 years ago[svn] added a snippet to the jinja docs for using django filters in jinja
Armin Ronacher [Mon, 21 May 2007 21:12:59 +0000 (23:12 +0200)]
[svn] added a snippet to the jinja docs for using django filters in jinja

--HG--
branch : trunk

17 years ago[svn] added many new tests to jinja
Armin Ronacher [Mon, 21 May 2007 14:44:26 +0000 (16:44 +0200)]
[svn] added many new tests to jinja

--HG--
branch : trunk

17 years ago[svn] Fix a few typos.
Georg Brandl [Fri, 18 May 2007 12:44:32 +0000 (14:44 +0200)]
[svn] Fix a few typos.

--HG--
branch : trunk

17 years ago[svn] minor reindenting in the jinja parser
Armin Ronacher [Wed, 16 May 2007 13:24:16 +0000 (15:24 +0200)]
[svn] minor reindenting in the jinja parser

--HG--
branch : trunk

17 years ago[svn] jinja can now handle variables and blocks with the same delimiters. Thanks...
Armin Ronacher [Mon, 14 May 2007 16:21:44 +0000 (18:21 +0200)]
[svn] jinja can now handle variables and blocks with the same delimiters. Thanks Getty for the "nice" discussion today -.-

--HG--
branch : trunk

17 years ago[svn] added block shortcut syntax for jinja
Armin Ronacher [Sat, 12 May 2007 21:29:33 +0000 (23:29 +0200)]
[svn] added block shortcut syntax for jinja

--HG--
branch : trunk

17 years ago[svn] fixed bug with caching into same directory if the searchpath was relative
Armin Ronacher [Tue, 8 May 2007 19:50:41 +0000 (21:50 +0200)]
[svn] fixed bug with caching into same directory if the searchpath was relative

--HG--
branch : trunk

17 years ago[svn] fixed bug reported by stefan ebner and implemented cache_keys to fix problems...
Armin Ronacher [Sun, 29 Apr 2007 17:56:52 +0000 (19:56 +0200)]
[svn] fixed bug reported by stefan ebner and implemented cache_keys to fix problems with multiple laoders caching in the same folder

--HG--
branch : trunk

17 years ago[svn] splitted jinja documentation into more files
Armin Ronacher [Sun, 29 Apr 2007 16:21:13 +0000 (18:21 +0200)]
[svn] splitted jinja documentation into more files

--HG--
branch : trunk

17 years ago[svn] added more jinja unittests
Armin Ronacher [Sun, 29 Apr 2007 07:45:00 +0000 (09:45 +0200)]
[svn] added more jinja unittests

--HG--
branch : trunk

17 years ago[svn] added a sanity check for block tags outside the root level
Armin Ronacher [Sat, 28 Apr 2007 21:23:44 +0000 (23:23 +0200)]
[svn] added a sanity check for block tags outside the root level

--HG--
branch : trunk

17 years ago[svn] checkpoint
Armin Ronacher [Sat, 28 Apr 2007 13:56:27 +0000 (15:56 +0200)]
[svn] checkpoint

--HG--
branch : trunk

17 years ago[svn] removed len() for context. wasn't there in jinja 1.0 and nobody uses it
Armin Ronacher [Sat, 28 Apr 2007 12:57:29 +0000 (14:57 +0200)]
[svn] removed len() for context. wasn't there in jinja 1.0 and nobody uses it

--HG--
branch : trunk

17 years ago[svn] added missing comma
Armin Ronacher [Sat, 28 Apr 2007 12:49:15 +0000 (14:49 +0200)]
[svn] added missing comma

--HG--
branch : trunk

17 years ago[svn] made speedups python2.3/python2.4 compatible
Armin Ronacher [Sat, 28 Apr 2007 12:47:32 +0000 (14:47 +0200)]
[svn] made speedups python2.3/python2.4 compatible

--HG--
branch : trunk

17 years ago[svn] many jinja changes:
Armin Ronacher [Fri, 27 Apr 2007 16:24:19 +0000 (18:24 +0200)]
[svn] many jinja changes:

- improved generated bytecode
- improved streaming system
- buffer variable substitution syntax

--HG--
branch : trunk

17 years ago[svn] " -> "
Armin Ronacher [Sat, 21 Apr 2007 18:51:22 +0000 (20:51 +0200)]
[svn] " -> "

--HG--
branch : trunk

17 years ago[svn] Another small issue.
Georg Brandl [Sat, 21 Apr 2007 18:49:13 +0000 (20:49 +0200)]
[svn] Another small issue.

--HG--
branch : trunk

17 years ago[svn] Fix refleaks and API usage in C module. Will need to test the changes though.
Georg Brandl [Sat, 21 Apr 2007 18:42:34 +0000 (20:42 +0200)]
[svn] Fix refleaks and API usage in C module. Will need to test the changes though.

--HG--
branch : trunk

17 years ago[svn] added c implementation of cgi.escape to jinja (fast for unicode, awefully slow...
Armin Ronacher [Sat, 21 Apr 2007 17:54:15 +0000 (19:54 +0200)]
[svn] added c implementation of cgi.escape to jinja (fast for unicode, awefully slow for str)

--HG--
branch : trunk

17 years ago[svn] fixed "Deferred" implementation for the c context
Armin Ronacher [Sat, 21 Apr 2007 08:12:43 +0000 (10:12 +0200)]
[svn] fixed "Deferred" implementation for the c context

--HG--
branch : trunk

17 years ago[svn] updated documentation regarding "{% call %}" and documented speedup module...
Armin Ronacher [Sat, 21 Apr 2007 07:39:06 +0000 (09:39 +0200)]
[svn] updated documentation regarding "{% call %}" and documented speedup module. also fixed some minor bugs in the speedup module

--HG--
branch : trunk

17 years ago[svn] added c implementation of the jinja context class.
Armin Ronacher [Fri, 20 Apr 2007 20:39:04 +0000 (22:39 +0200)]
[svn] added c implementation of the jinja context class.

--HG--
branch : trunk

17 years ago[svn] added missing documentation file
Armin Ronacher [Tue, 17 Apr 2007 15:16:21 +0000 (17:16 +0200)]
[svn] added missing documentation file

--HG--
branch : trunk

17 years ago[svn] various updates i haven't checked in so far (see the diff of the changelog...
Armin Ronacher [Tue, 17 Apr 2007 15:13:10 +0000 (17:13 +0200)]
[svn] various updates i haven't checked in so far (see the diff of the changelog) and fixed critical bug reported by Alexey Melchakov

--HG--
branch : trunk

17 years ago[svn] 5th change on the same docstring
Armin Ronacher [Sun, 15 Apr 2007 13:31:05 +0000 (15:31 +0200)]
[svn] 5th change on the same docstring

--HG--
branch : trunk

17 years ago[svn] guess what. right. that docstring was broken again
Armin Ronacher [Sun, 15 Apr 2007 13:25:41 +0000 (15:25 +0200)]
[svn] guess what. right. that docstring was broken again

--HG--
branch : trunk

17 years ago[svn] added whitespace to that docstring
Armin Ronacher [Sun, 15 Apr 2007 13:22:39 +0000 (15:22 +0200)]
[svn] added whitespace to that docstring

--HG--
branch : trunk

17 years ago[svn] fixed another typo
Armin Ronacher [Sun, 15 Apr 2007 13:21:11 +0000 (15:21 +0200)]
[svn] fixed another typo

--HG--
branch : trunk

17 years ago[svn] fixed docstring
Armin Ronacher [Sun, 15 Apr 2007 13:16:08 +0000 (15:16 +0200)]
[svn] fixed docstring

--HG--
branch : trunk

17 years ago[svn] added `xmlattr` filter to jinja
Armin Ronacher [Sun, 15 Apr 2007 13:13:59 +0000 (15:13 +0200)]
[svn] added `xmlattr` filter to jinja

--HG--
branch : trunk

17 years ago[svn] added missing documentation file
Armin Ronacher [Sat, 14 Apr 2007 23:12:20 +0000 (01:12 +0200)]
[svn] added missing documentation file

--HG--
branch : trunk

17 years ago[svn] documented debug.foobar and added it to the CHANGES
Armin Ronacher [Sat, 14 Apr 2007 22:56:32 +0000 (00:56 +0200)]
[svn] documented debug.foobar and added it to the CHANGES

--HG--
branch : trunk

17 years ago[svn] added changelog to docs and updated missing version info for some filters
Armin Ronacher [Sat, 14 Apr 2007 22:49:13 +0000 (00:49 +0200)]
[svn] added changelog to docs and updated missing version info for some filters

--HG--
branch : trunk