jinja2.git
16 years agomoved caching from loaders to environment and added environment overlays
Armin Ronacher [Wed, 30 Apr 2008 11:03:59 +0000 (13:03 +0200)]
moved caching from loaders to environment and added environment overlays

--HG--
branch : trunk

16 years agoagain documentation updates fixed another python 2.4 bug. Imports are not evaluated...
Armin Ronacher [Tue, 29 Apr 2008 11:43:16 +0000 (13:43 +0200)]
again documentation updates fixed another python 2.4 bug.  Imports are not evaluated with the template context any longer which makes it possible to keep them in memory

--HG--
branch : trunk

16 years agoadded python2.4 workaround for unicode.join bug
Armin Ronacher [Mon, 28 Apr 2008 18:49:51 +0000 (20:49 +0200)]
added python2.4 workaround for unicode.join bug

--HG--
branch : trunk

16 years agofixed xmlattr again
Armin Ronacher [Mon, 28 Apr 2008 17:59:02 +0000 (19:59 +0200)]
fixed xmlattr again

--HG--
branch : trunk

16 years agoupdated jinja docs
Armin Ronacher [Mon, 28 Apr 2008 17:57:40 +0000 (19:57 +0200)]
updated jinja docs

--HG--
branch : trunk

16 years agofixed another python2.4 bug
Armin Ronacher [Mon, 28 Apr 2008 16:30:27 +0000 (18:30 +0200)]
fixed another python2.4 bug

--HG--
branch : trunk

16 years agoAutomated merge with ssh://team@pocoo.org/jinja2-main
Armin Ronacher [Mon, 28 Apr 2008 16:18:27 +0000 (18:18 +0200)]
Automated merge with ssh://team@pocoo.org/jinja2-main

--HG--
branch : trunk

16 years agopython2.4 compatibility and doc updates
Armin Ronacher [Mon, 28 Apr 2008 16:18:16 +0000 (18:18 +0200)]
python2.4 compatibility and doc updates

--HG--
branch : trunk

16 years agosmall improvement
Benjamin Wiegand [Mon, 28 Apr 2008 16:09:27 +0000 (18:09 +0200)]
small improvement

--HG--
branch : trunk

16 years agofixed some NameErrors
Benjamin Wiegand [Mon, 28 Apr 2008 16:07:52 +0000 (18:07 +0200)]
fixed some NameErrors

--HG--
branch : trunk

16 years agomore docs and fixed bug in parser that assigned lineno for ExprStmt wrong
Armin Ronacher [Mon, 28 Apr 2008 14:14:03 +0000 (16:14 +0200)]
more docs and fixed bug in parser that assigned lineno for ExprStmt wrong

--HG--
branch : trunk

16 years agofirst version of the jinja2 docs
Armin Ronacher [Mon, 28 Apr 2008 11:52:21 +0000 (13:52 +0200)]
first version of the jinja2 docs

--HG--
branch : trunk

16 years agoautoescaping is separate from finalize now and Markup is completely ignored if the...
Armin Ronacher [Mon, 28 Apr 2008 10:20:12 +0000 (12:20 +0200)]
autoescaping is separate from finalize now and Markup is completely ignored if the environment is not in autoescape mode

--HG--
branch : trunk

16 years agobootstrapped new documentation
Armin Ronacher [Sun, 27 Apr 2008 19:42:57 +0000 (21:42 +0200)]
bootstrapped new documentation

--HG--
branch : trunk

16 years agoall unittests pass, the special and dependency lookups have their own visitors now...
Armin Ronacher [Sun, 27 Apr 2008 19:28:03 +0000 (21:28 +0200)]
all unittests pass, the special and dependency lookups have their own visitors now, with `self` one can get a reference to the current template and render blocks multiple times.

--HG--
branch : trunk

16 years agoadded spitfire to bench and did some more refactoring
Armin Ronacher [Sat, 26 Apr 2008 21:21:03 +0000 (23:21 +0200)]
added spitfire to bench and did some more refactoring

--HG--
branch : trunk

16 years agoworked on the tests and made undefined fail on comparisons now
Armin Ronacher [Sat, 26 Apr 2008 16:30:19 +0000 (18:30 +0200)]
worked on the tests and made undefined fail on comparisons now

--HG--
branch : trunk

16 years agothere is now a workaround in the compiler that makes sure it's possible to call thing...
Armin Ronacher [Sat, 26 Apr 2008 14:26:52 +0000 (16:26 +0200)]
there is now a workaround in the compiler that makes sure it's possible to call things with python keywords.  {{ foo(class=42) }} works again

--HG--
branch : trunk

16 years agosome performance improvements
Armin Ronacher [Fri, 25 Apr 2008 23:44:14 +0000 (01:44 +0200)]
some performance improvements

--HG--
branch : trunk

16 years agorevamped jinja2 import system. the behavior is less confusing now, but it's not...
Armin Ronacher [Fri, 25 Apr 2008 21:44:14 +0000 (23:44 +0200)]
revamped jinja2 import system.  the behavior is less confusing now, but it's not backwards compatible.  I like it though ;)

--HG--
branch : trunk

16 years ago`IncludedTemplate` uses getattr rather then getitem now
Armin Ronacher [Fri, 25 Apr 2008 10:32:36 +0000 (12:32 +0200)]
`IncludedTemplate` uses getattr rather then getitem now

--HG--
branch : trunk

16 years agomoved `IncludedTemplate` into the regular template API, fixed more unittests
Armin Ronacher [Fri, 25 Apr 2008 09:44:59 +0000 (11:44 +0200)]
moved `IncludedTemplate` into the regular template API, fixed more unittests

--HG--
branch : trunk

16 years agomoved trans extension from jinja2.i18n to jinja2.ext and fixed some more unittests
Armin Ronacher [Thu, 24 Apr 2008 22:36:14 +0000 (00:36 +0200)]
moved trans extension from jinja2.i18n to jinja2.ext and fixed some more unittests

--HG--
branch : trunk

16 years agoinheritance uses a less awkward hack for contexts now and subclassing templates is...
Armin Ronacher [Thu, 24 Apr 2008 19:54:44 +0000 (21:54 +0200)]
inheritance uses a less awkward hack for contexts now and subclassing templates is possible

--HG--
branch : trunk

16 years agoremoved loop unrolling. for such optimizations we would need a separate syntax tree...
Armin Ronacher [Wed, 23 Apr 2008 20:28:42 +0000 (22:28 +0200)]
removed loop unrolling.  for such optimizations we would need a separate syntax tree as far as i can see

--HG--
branch : trunk

16 years agofixed more unittests
Armin Ronacher [Tue, 22 Apr 2008 08:40:26 +0000 (10:40 +0200)]
fixed more unittests

--HG--
branch : trunk

16 years agofixed setup.py, a type and removed the possibility to use multiple statements per...
Armin Ronacher [Mon, 21 Apr 2008 06:23:59 +0000 (08:23 +0200)]
fixed setup.py, a type and removed the possibility to use multiple statements per block. The latter makes it easier to write custom tags

--HG--
branch : trunk

16 years agoremoved custom nodes again
Armin Ronacher [Mon, 21 Apr 2008 05:55:52 +0000 (07:55 +0200)]
removed custom nodes again

--HG--
branch : trunk

16 years agorefactored extensions a bit
Armin Ronacher [Sun, 20 Apr 2008 11:27:49 +0000 (13:27 +0200)]
refactored extensions a bit

--HG--
branch : trunk

16 years agoadded first code for parser extensions and moved some code in speedups around
Armin Ronacher [Sun, 20 Apr 2008 11:11:43 +0000 (13:11 +0200)]
added first code for parser extensions and moved some code in speedups around

--HG--
branch : trunk

16 years agofixed more unittests
Armin Ronacher [Fri, 18 Apr 2008 14:41:52 +0000 (16:41 +0200)]
fixed more unittests

--HG--
branch : trunk

16 years agoloops and `tests` tests pass now
Armin Ronacher [Fri, 18 Apr 2008 09:30:37 +0000 (11:30 +0200)]
loops and `tests` tests pass now

--HG--
branch : trunk

16 years agoremoved loop.parent. If this variable is wanted you can get it by doing something...
Armin Ronacher [Fri, 18 Apr 2008 08:32:14 +0000 (10:32 +0200)]
removed loop.parent.  If this variable is wanted you can get it by doing something like `{% parent_looo = loop %}` before the iteration

--HG--
branch : trunk

16 years agosamp and friends from char* to const char*
Priit Laes [Fri, 18 Apr 2008 07:52:58 +0000 (09:52 +0200)]
samp and friends from char* to const char*

--HG--
branch : trunk

16 years agofixed a few bugs from the unittests
Armin Ronacher [Fri, 18 Apr 2008 07:49:08 +0000 (09:49 +0200)]
fixed a few bugs from the unittests

--HG--
branch : trunk

16 years agoadded C escape and tb_set_next functions
Armin Ronacher [Fri, 18 Apr 2008 07:17:32 +0000 (09:17 +0200)]
added C escape and tb_set_next functions

--HG--
branch : trunk

16 years agoimproved wordcount by removing pointless test
Priit Laes [Thu, 17 Apr 2008 19:22:00 +0000 (21:22 +0200)]
improved wordcount by removing pointless test

--HG--
branch : trunk

16 years agoadded missing indent filter
Priit Laes [Thu, 17 Apr 2008 19:21:04 +0000 (21:21 +0200)]
added missing indent filter

--HG--
branch : trunk

16 years agofixed two typos
Priit Laes [Thu, 17 Apr 2008 17:04:44 +0000 (19:04 +0200)]
fixed two typos

--HG--
branch : trunk

16 years agoimproved undefined behavior
Armin Ronacher [Thu, 17 Apr 2008 16:44:07 +0000 (18:44 +0200)]
improved undefined behavior

--HG--
branch : trunk

16 years agosimplified loader api and added builtin caching
Armin Ronacher [Thu, 17 Apr 2008 13:52:23 +0000 (15:52 +0200)]
simplified loader api and added builtin caching

--HG--
branch : trunk

16 years agovarious docstring changes
Armin Ronacher [Thu, 17 Apr 2008 09:50:39 +0000 (11:50 +0200)]
various docstring changes

--HG--
branch : trunk

16 years ago`TemplateData` -> `Markup`
Armin Ronacher [Thu, 17 Apr 2008 09:23:16 +0000 (11:23 +0200)]
`TemplateData` -> `Markup`

--HG--
branch : trunk

16 years agoupdated a few docstrings and removed contrib
Armin Ronacher [Thu, 17 Apr 2008 09:16:01 +0000 (11:16 +0200)]
updated a few docstrings and removed contrib

--HG--
branch : trunk

16 years agoimproved filters
Armin Ronacher [Thu, 17 Apr 2008 09:13:40 +0000 (11:13 +0200)]
improved filters

--HG--
branch : trunk

16 years agoadded autoescaping
Armin Ronacher [Thu, 17 Apr 2008 08:03:29 +0000 (10:03 +0200)]
added autoescaping

--HG--
branch : trunk

16 years agoadded broken example template for debugger testing
Armin Ronacher [Wed, 16 Apr 2008 21:15:41 +0000 (23:15 +0200)]
added broken example template for debugger testing

--HG--
branch : trunk

16 years agodebugger skips two internal frames now
Armin Ronacher [Wed, 16 Apr 2008 21:15:15 +0000 (23:15 +0200)]
debugger skips two internal frames now

--HG--
branch : trunk

16 years agobetter debugging information. compiler knows about name and filename now (the first...
Armin Ronacher [Wed, 16 Apr 2008 21:10:49 +0000 (23:10 +0200)]
better debugging information.  compiler knows about name and filename now (the first one is the load name, the second the estimated filename on the file system if such a name exists)

--HG--
branch : trunk

16 years agoadded new python only debug hack
Armin Ronacher [Wed, 16 Apr 2008 17:43:16 +0000 (19:43 +0200)]
added new python only debug hack

--HG--
branch : trunk

16 years agoported the tests
Armin Ronacher [Wed, 16 Apr 2008 13:36:49 +0000 (15:36 +0200)]
ported the tests

--HG--
branch : trunk

16 years agoupdated a few filters and improved i18n
Armin Ronacher [Wed, 16 Apr 2008 13:29:52 +0000 (15:29 +0200)]
updated a few filters and improved i18n

--HG--
branch : trunk

16 years agoreimplemented {% trans %}
Armin Ronacher [Wed, 16 Apr 2008 12:21:57 +0000 (14:21 +0200)]
reimplemented {% trans %}

--HG--
branch : trunk

16 years agoremoved unusde __delitem__ for context
Armin Ronacher [Tue, 15 Apr 2008 20:10:46 +0000 (22:10 +0200)]
removed unusde __delitem__ for context

--HG--
branch : trunk

16 years agoAutomated merge with ssh://team@pocoo.org/jinja2-main
Armin Ronacher [Mon, 14 Apr 2008 20:55:32 +0000 (22:55 +0200)]
Automated merge with ssh://team@pocoo.org/jinja2-main

--HG--
branch : trunk

16 years agoadded sandbox and exchageable undefined objects
Armin Ronacher [Mon, 14 Apr 2008 20:53:58 +0000 (22:53 +0200)]
added sandbox and exchageable undefined objects

--HG--
branch : trunk

16 years agocontinued convertig filters
Christoph Hack [Sun, 13 Apr 2008 23:35:10 +0000 (01:35 +0200)]
continued convertig filters

--HG--
branch : trunk

16 years agohopefully fixed `Template`
Armin Ronacher [Sun, 13 Apr 2008 21:50:11 +0000 (23:50 +0200)]
hopefully fixed `Template`

--HG--
branch : trunk

16 years agoAutomated merge with ssh://dev.pocoo.org/jinja2-main
Christoph Hack [Sun, 13 Apr 2008 21:37:02 +0000 (23:37 +0200)]
Automated merge with ssh://dev.pocoo.org/jinja2-main

--HG--
branch : trunk

16 years agoconverted unit tests, started rewriting filters
Christoph Hack [Sun, 13 Apr 2008 21:35:48 +0000 (23:35 +0200)]
converted unit tests, started rewriting filters

--HG--
branch : trunk

16 years agoadded super()
Armin Ronacher [Sun, 13 Apr 2008 21:18:05 +0000 (23:18 +0200)]
added super()

--HG--
branch : trunk

16 years agoadded globals
Armin Ronacher [Sun, 13 Apr 2008 17:42:53 +0000 (19:42 +0200)]
added globals

--HG--
branch : trunk

16 years agooptimizer can optimize filtered for loops now
Armin Ronacher [Sun, 13 Apr 2008 14:31:08 +0000 (16:31 +0200)]
optimizer can optimize filtered for loops now

--HG--
branch : trunk

16 years agomoved example tests into a folder
Armin Ronacher [Sun, 13 Apr 2008 11:17:21 +0000 (13:17 +0200)]
moved example tests into a folder

--HG--
branch : trunk
rename : bench.py => examples/bench.py
rename : test.py => examples/test.py
rename : test_filter_and_linestatements.py => examples/test_filter_and_linestatements.py
rename : test_loop_filter.py => examples/test_loop_filter.py

16 years agoadded loop filtering
Armin Ronacher [Sun, 13 Apr 2008 11:16:50 +0000 (13:16 +0200)]
added loop filtering

--HG--
branch : trunk

16 years agosome more stuff for jinja2
Armin Ronacher [Sat, 12 Apr 2008 23:10:18 +0000 (01:10 +0200)]
some more stuff for jinja2

--HG--
branch : trunk

16 years agofilter tag works now
Armin Ronacher [Sat, 12 Apr 2008 20:11:53 +0000 (22:11 +0200)]
filter tag works now

--HG--
branch : trunk

16 years agoadded support for new call statement
Armin Ronacher [Sat, 12 Apr 2008 12:19:36 +0000 (14:19 +0200)]
added support for new call statement

--HG--
branch : trunk

16 years agoadded support for line statement prefixes (cheetah/mako/erb like)
Armin Ronacher [Sat, 12 Apr 2008 10:02:36 +0000 (12:02 +0200)]
added support for line statement prefixes (cheetah/mako/erb like)

--HG--
branch : trunk

16 years agofixed include
Armin Ronacher [Fri, 11 Apr 2008 22:06:19 +0000 (00:06 +0200)]
fixed include

--HG--
branch : trunk

16 years agoimplemented includes
Armin Ronacher [Fri, 11 Apr 2008 20:21:00 +0000 (22:21 +0200)]
implemented includes

--HG--
branch : trunk

16 years agobasic inheritance works now
Armin Ronacher [Fri, 11 Apr 2008 17:55:08 +0000 (19:55 +0200)]
basic inheritance works now

--HG--
branch : trunk

16 years agofixed a bug in the compiler
Armin Ronacher [Fri, 11 Apr 2008 15:55:05 +0000 (17:55 +0200)]
fixed a bug in the compiler

--HG--
branch : trunk

16 years agofilters are always used as locals now and we don't do any post-loop cleanup
Armin Ronacher [Fri, 11 Apr 2008 15:15:29 +0000 (17:15 +0200)]
filters are always used as locals now and we don't do any post-loop cleanup

--HG--
branch : trunk

16 years agow000t. first template
Armin Ronacher [Fri, 11 Apr 2008 14:40:09 +0000 (16:40 +0200)]
w000t. first template

--HG--
branch : trunk

16 years agowork on tha runtime
Armin Ronacher [Fri, 11 Apr 2008 14:30:34 +0000 (16:30 +0200)]
work on tha runtime

--HG--
branch : trunk

16 years agofixed a small bug
Armin Ronacher [Fri, 11 Apr 2008 11:58:22 +0000 (13:58 +0200)]
fixed a small bug

--HG--
branch : trunk

16 years ago*now* we have no overhead :)
Armin Ronacher [Fri, 11 Apr 2008 11:54:28 +0000 (13:54 +0200)]
*now* we have no overhead :)

--HG--
branch : trunk

16 years agooptimized child template code generation. we now have zero overhead for the most...
Armin Ronacher [Fri, 11 Apr 2008 11:47:22 +0000 (13:47 +0200)]
optimized child template code generation.  we now have zero overhead for the most common inheritance case

--HG--
branch : trunk

16 years agoremoved debug print
Armin Ronacher [Thu, 10 Apr 2008 18:51:49 +0000 (20:51 +0200)]
removed debug print

--HG--
branch : trunk

16 years agoassignments are traversed in the correct order now
Armin Ronacher [Thu, 10 Apr 2008 18:51:23 +0000 (20:51 +0200)]
assignments are traversed in the correct order now

--HG--
branch : trunk

16 years agofixed one bug with blocks, one to go
Armin Ronacher [Thu, 10 Apr 2008 18:43:43 +0000 (20:43 +0200)]
fixed one bug with blocks, one to go

--HG--
branch : trunk

16 years agofixed deepcopy
Armin Ronacher [Wed, 9 Apr 2008 14:31:20 +0000 (16:31 +0200)]
fixed deepcopy

--HG--
branch : trunk

16 years agoadded broken copy method
Armin Ronacher [Wed, 9 Apr 2008 14:29:47 +0000 (16:29 +0200)]
added broken copy method

--HG--
branch : trunk

16 years agoAutomated merge with ssh://team@pocoo.org/jinja2-main
Armin Ronacher [Wed, 9 Apr 2008 14:14:18 +0000 (16:14 +0200)]
Automated merge with ssh://team@pocoo.org/jinja2-main

--HG--
branch : trunk

16 years agonodes have access to environment now
Armin Ronacher [Wed, 9 Apr 2008 14:13:39 +0000 (16:13 +0200)]
nodes have access to environment now

--HG--
branch : trunk

16 years agorender templates
Christoph Hack [Wed, 9 Apr 2008 13:08:11 +0000 (15:08 +0200)]
render templates

--HG--
branch : trunk

16 years agoAutomated merge with ssh://team@pocoo.org/jinja2-main
Armin Ronacher [Wed, 9 Apr 2008 13:03:33 +0000 (15:03 +0200)]
Automated merge with ssh://team@pocoo.org/jinja2-main

--HG--
branch : trunk

16 years agosimplified undefined behavior for better compile time processing
Armin Ronacher [Wed, 9 Apr 2008 13:03:29 +0000 (15:03 +0200)]
simplified undefined behavior for better compile time processing

--HG--
branch : trunk

16 years agoimproved loop unrolling
Armin Ronacher [Wed, 9 Apr 2008 12:02:55 +0000 (14:02 +0200)]
improved loop unrolling

--HG--
branch : trunk

16 years agomerged again
Christoph Hack [Wed, 9 Apr 2008 12:01:24 +0000 (14:01 +0200)]
merged again

--HG--
branch : trunk

16 years agomerged
Christoph Hack [Wed, 9 Apr 2008 11:56:30 +0000 (13:56 +0200)]
merged

--HG--
branch : trunk

16 years agoconverted some filters
Christoph Hack [Wed, 9 Apr 2008 10:14:55 +0000 (12:14 +0200)]
converted some filters

--HG--
branch : trunk

16 years agotuple unpacking at compile time is handled properly now
Armin Ronacher [Wed, 9 Apr 2008 10:14:24 +0000 (12:14 +0200)]
tuple unpacking at compile time is handled properly now

--HG--
branch : trunk

16 years agoimproved static optimizer
Armin Ronacher [Tue, 8 Apr 2008 22:40:05 +0000 (00:40 +0200)]
improved static optimizer

--HG--
branch : trunk

16 years agoAutomated merge with ssh://team@pocoo.org/jinja2-main
Armin Ronacher [Tue, 8 Apr 2008 21:20:22 +0000 (23:20 +0200)]
Automated merge with ssh://team@pocoo.org/jinja2-main

--HG--
branch : trunk

16 years agoadded subscribe-optimation
Christoph Hack [Tue, 8 Apr 2008 21:17:27 +0000 (23:17 +0200)]
added subscribe-optimation

--HG--
branch : trunk

16 years agoused the new nodetransformer to make mitsuhiko happy
Christoph Hack [Tue, 8 Apr 2008 21:01:58 +0000 (23:01 +0200)]
used the new nodetransformer to make mitsuhiko happy

--HG--
branch : trunk

16 years agoAutomated merge with ssh://team@pocoo.org/jinja2-main
Armin Ronacher [Tue, 8 Apr 2008 19:48:10 +0000 (21:48 +0200)]
Automated merge with ssh://team@pocoo.org/jinja2-main

--HG--
branch : trunk

16 years agoremoved unused import
Armin Ronacher [Tue, 8 Apr 2008 19:48:05 +0000 (21:48 +0200)]
removed unused import

--HG--
branch : trunk