2008-05-26 |
Armin Ronacher | fixed a bug in error reporting and some small documenta... |
commit | commitdiff | tree | snapshot |
2008-05-25 |
Armin Ronacher | and added genshi to rwbench too. want to see how much... |
commit | commitdiff | tree | snapshot |
2008-05-25 |
Armin Ronacher | Automated merge with ssh://team@pocoo.org/jinja2-main |
commit | commitdiff | tree | snapshot |
2008-05-25 |
Armin Ronacher | updated FAQ for performance numbers. I guess I should... |
commit | commitdiff | tree | snapshot |
2008-05-25 |
Armin Ronacher | implemented rwbench for django (uh. that sucks) |
commit | commitdiff | tree | snapshot |
2008-05-25 |
Armin Ronacher | even more tests, fixed severe bug with autoescaping. |
commit | commitdiff | tree | snapshot |
2008-05-24 |
Armin Ronacher | all calls are proxied by context.call now so that we... |
commit | commitdiff | tree | snapshot |
2008-05-24 |
Armin Ronacher | added more unittests for various tasks |
commit | commitdiff | tree | snapshot |
2008-05-24 |
Armin Ronacher | more unittests |
commit | commitdiff | tree | snapshot |
2008-05-24 |
Armin Ronacher | fixed bug with static unicode strings and auto escaping |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Armin Ronacher | added unittest for Markup and let the markup constructo... |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Armin Ronacher | added two more unittests for inheritance |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Armin Ronacher | moved environment defaults to jinja2.defaults |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Armin Ronacher | end of line sequence is no configurable |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Armin Ronacher | Environment.lex returns unicode tokens now, even if... |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Armin Ronacher | more unittests and updated documentation for extensions... |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Armin Ronacher | added loopcontrols extension and added unittests for it |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Armin Ronacher | refactored compiler and improved identifier handling... |
commit | commitdiff | tree | snapshot |
2008-05-22 |
Armin Ronacher | variables starting with one or more underscores are... |
commit | commitdiff | tree | snapshot |
2008-05-22 |
Georg Brandl | Add Jinja2 Emacs mode, first approximation. |
commit | commitdiff | tree | snapshot |
2008-05-22 |
Armin Ronacher | lex includes whitespace now which makes it a lot more... |
commit | commitdiff | tree | snapshot |
2008-05-22 |
Armin Ronacher | call is now handled like a regular unnamed macro, refac... |
commit | commitdiff | tree | snapshot |
2008-05-20 |
Armin Ronacher | fixed babel entry point |
commit | commitdiff | tree | snapshot |
2008-05-19 |
Armin Ronacher | more thread safety in LRUCache |
commit | commitdiff | tree | snapshot |
2008-05-19 |
Armin Ronacher | added unittest for the latest fixed bug |
commit | commitdiff | tree | snapshot |
2008-05-19 |
Armin Ronacher | improved thread safety of the LRUCache and fixed a... |
commit | commitdiff | tree | snapshot |
2008-05-19 |
Armin Ronacher | temporary identifiers are prefixed with "t_" now and... |
commit | commitdiff | tree | snapshot |
2008-05-18 |
Armin Ronacher | fixed an embarrassing mistake in the documentation |
commit | commitdiff | tree | snapshot |
2008-05-18 |
Armin Ronacher | some more cleaning up |
commit | commitdiff | tree | snapshot |
2008-05-18 |
Armin Ronacher | some small documentation fixes |
commit | commitdiff | tree | snapshot |
2008-05-18 |
Armin Ronacher | small refactoring |
commit | commitdiff | tree | snapshot |
2008-05-17 |
Armin Ronacher | removed esection about Jinja semantics as we don't... |
commit | commitdiff | tree | snapshot |
2008-05-17 |
Armin Ronacher | added `ImmutableSandboxedEnvironment`. |
commit | commitdiff | tree | snapshot |
2008-05-16 |
Armin Ronacher | subscribe doesn't eat up unicode errors any longer |
commit | commitdiff | tree | snapshot |
2008-05-16 |
Armin Ronacher | removed attribute local aliasing again because that... |
commit | commitdiff | tree | snapshot |
2008-05-16 |
Armin Ronacher | improved exception system. now both name (load name... |
commit | commitdiff | tree | snapshot |
2008-05-15 |
Armin Ronacher | added disclaimer to rwbench and fixed error reporting... |
commit | commitdiff | tree | snapshot |
2008-05-15 |
Armin Ronacher | void -> do |
commit | commitdiff | tree | snapshot |
2008-05-15 |
Armin Ronacher | simplified from imports |
commit | commitdiff | tree | snapshot |
2008-05-15 |
Armin Ronacher | added a semi realworld benchmark (jinja2 and mako) |
commit | commitdiff | tree | snapshot |
2008-05-15 |
Armin Ronacher | fixed bug with parameter parsing |
commit | commitdiff | tree | snapshot |
2008-05-15 |
Armin Ronacher | fixed error on static subscribe aliasing if the subscri... |
commit | commitdiff | tree | snapshot |
2008-05-15 |
Armin Ronacher | removed the notice about names in imported macros.... |
commit | commitdiff | tree | snapshot |
2008-05-15 |
Armin Ronacher | fixed error reporting for filtered statements |
commit | commitdiff | tree | snapshot |
2008-05-15 |
Armin Ronacher | reversed the internal structure for blocks |
commit | commitdiff | tree | snapshot |
2008-05-15 |
Armin Ronacher | added support for local aliasing of some attributes... |
commit | commitdiff | tree | snapshot |
2008-05-14 |
Armin Ronacher | the two escape implementations work the same now, updat... |
commit | commitdiff | tree | snapshot |
2008-05-13 |
Armin Ronacher | improved subscribe |
commit | commitdiff | tree | snapshot |
2008-05-13 |
Armin Ronacher | removed unused imports |
commit | commitdiff | tree | snapshot |
2008-05-12 |
Armin Ronacher | documented set changes |
commit | commitdiff | tree | snapshot |
2008-05-12 |
Armin Ronacher | Automated merge with ssh://team@pocoo.org/jinja2-main |
commit | commitdiff | tree | snapshot |
2008-05-12 |
Armin Ronacher | switched back to explicit set for assignments. {%... |
commit | commitdiff | tree | snapshot |
2008-05-12 |
Armin Ronacher | improved variable exporting, added TODO file |
commit | commitdiff | tree | snapshot |
2008-05-11 |
Armin Ronacher | documented recursive loops |
commit | commitdiff | tree | snapshot |
2008-05-11 |
Armin Ronacher | made the recursive for loop test easier to debug |
commit | commitdiff | tree | snapshot |
2008-05-11 |
Armin Ronacher | added unittest for recursive for loop |
commit | commitdiff | tree | snapshot |
2008-05-11 |
Armin Ronacher | readded support for recursive for-loops |
commit | commitdiff | tree | snapshot |
2008-05-11 |
Armin Ronacher | added parsing code for "for item in seq recursive"... |
commit | commitdiff | tree | snapshot |
2008-05-11 |
Armin Ronacher | fixed a bug in extension handling |
commit | commitdiff | tree | snapshot |
2008-05-11 |
Georg Brandl | Another typo. |
commit | commitdiff | tree | snapshot |
2008-05-11 |
Georg Brandl | Fix two typos. |
commit | commitdiff | tree | snapshot |
2008-05-10 |
Armin Ronacher | Backed out changeset 6afb554797b6, which added unicode... |
commit | commitdiff | tree | snapshot |
2008-05-10 |
Armin Ronacher | added support for unicode identifiers |
commit | commitdiff | tree | snapshot |
2008-05-10 |
Armin Ronacher | added support for dotted names in tests and filters |
commit | commitdiff | tree | snapshot |
2008-05-10 |
Armin Ronacher | added a function to parse assign targes and documented... |
commit | commitdiff | tree | snapshot |
2008-05-09 |
Armin Ronacher | added djangojinja2 extension |
commit | commitdiff | tree | snapshot |
2008-05-09 |
Armin Ronacher | removed wsgi and django from the integration page,... |
commit | commitdiff | tree | snapshot |
2008-05-09 |
Armin Ronacher | added TextMate bundle and vim syntax files |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Armin Ronacher | more updates on the extension API |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Armin Ronacher | First extension interface documentation and updates... |
commit | commitdiff | tree | snapshot |
2008-05-07 |
Armin Ronacher | moved example code around |
commit | commitdiff | tree | snapshot |
2008-05-07 |
Armin Ronacher | documentation update |
commit | commitdiff | tree | snapshot |
2008-05-07 |
Armin Ronacher | some documentation updates |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Armin Ronacher | Indented environment parameters in docstring so that... |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Armin Ronacher | added nicher margins to jinja docs |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Armin Ronacher | some documentation improvements, jinja escapes " and... |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Armin Ronacher | and another small style update for the docs |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Armin Ronacher | Fixed bug that caused "for item in seq if expr" to... |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Armin Ronacher | documentation style updates, added print css |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Armin Ronacher | added author information and fixed small off-by-one bug |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Armin Ronacher | added macro for char* to Py_UNICODE conversion |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Mickaël Guérin | using a table for _speedups escape |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Armin Ronacher | added intro text to doc index |
commit | commitdiff | tree | snapshot |
2008-05-04 |
Armin Ronacher | fixed a bug with filtered loops |
commit | commitdiff | tree | snapshot |
2008-05-04 |
Armin Ronacher | some small documentation style fixes |
commit | commitdiff | tree | snapshot |
2008-05-04 |
Armin Ronacher | added style for html documentation |
commit | commitdiff | tree | snapshot |
2008-05-04 |
Armin Ronacher | extra security |
commit | commitdiff | tree | snapshot |
2008-05-04 |
Armin Ronacher | improved sandbox, added proper striptags and updated... |
commit | commitdiff | tree | snapshot |
2008-05-03 |
Armin Ronacher | fixed template reloading |
commit | commitdiff | tree | snapshot |
2008-05-03 |
Armin Ronacher | Automated merge with ssh://team@pocoo.org/jinja2-main |
commit | commitdiff | tree | snapshot |
2008-05-03 |
Benjamin Wiegand | added missing import |
commit | commitdiff | tree | snapshot |
2008-05-03 |
Armin Ronacher | changed wordcount filter once more |
commit | commitdiff | tree | snapshot |
2008-05-03 |
Armin Ronacher | updated filters: wordwraps uses the wordwrap module... |
commit | commitdiff | tree | snapshot |
2008-05-03 |
Armin Ronacher | moved concat to utils, fixed a few docstrings, fixed... |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Armin Ronacher | added unittest for context import/includes |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Armin Ronacher | added "with context" or "without context" import/includ... |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Armin Ronacher | moved code from datastructure into lexer as the module... |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Armin Ronacher | reactivated syntax error translations |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Armin Ronacher | Jinja doesn't have keywords any longer. The reason... |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Armin Ronacher | made LRUCache thread safe -.- |
commit | commitdiff | tree | snapshot |
next |