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 |
2008-05-01 |
Lukas Meuser | Fixed typos in documentation |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Armin Ronacher | added cache_clear function |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Armin Ronacher | improved debugging for syntax errors |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Armin Ronacher | small performance improvements |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Armin Ronacher | moved caching from loaders to environment and added... |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Armin Ronacher | again documentation updates fixed another python 2... |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Armin Ronacher | added python2.4 workaround for unicode.join bug |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Armin Ronacher | fixed xmlattr again |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Armin Ronacher | updated jinja docs |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Armin Ronacher | fixed another python2.4 bug |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Armin Ronacher | Automated merge with ssh://team@pocoo.org/jinja2-main |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Armin Ronacher | python2.4 compatibility and doc updates |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Benjamin Wiegand | small improvement |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Benjamin Wiegand | fixed some NameErrors |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Armin Ronacher | more docs and fixed bug in parser that assigned lineno... |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Armin Ronacher | first version of the jinja2 docs |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Armin Ronacher | autoescaping is separate from finalize now and Markup... |
commit | commitdiff | tree | snapshot |
2008-04-27 |
Armin Ronacher | bootstrapped new documentation |
commit | commitdiff | tree | snapshot |
2008-04-27 |
Armin Ronacher | all unittests pass, the special and dependency lookups... |
commit | commitdiff | tree | snapshot |
2008-04-26 |
Armin Ronacher | added spitfire to bench and did some more refactoring |
commit | commitdiff | tree | snapshot |
2008-04-26 |
Armin Ronacher | worked on the tests and made undefined fail on comparis... |
commit | commitdiff | tree | snapshot |
2008-04-26 |
Armin Ronacher | there is now a workaround in the compiler that makes... |
commit | commitdiff | tree | snapshot |
2008-04-25 |
Armin Ronacher | some performance improvements |
commit | commitdiff | tree | snapshot |
2008-04-25 |
Armin Ronacher | revamped jinja2 import system. the behavior is less... |
commit | commitdiff | tree | snapshot |
2008-04-25 |
Armin Ronacher | `IncludedTemplate` uses getattr rather then getitem now |
commit | commitdiff | tree | snapshot |
2008-04-25 |
Armin Ronacher | moved `IncludedTemplate` into the regular template... |
commit | commitdiff | tree | snapshot |
2008-04-24 |
Armin Ronacher | moved trans extension from jinja2.i18n to jinja2.ext... |
commit | commitdiff | tree | snapshot |
2008-04-24 |
Armin Ronacher | inheritance uses a less awkward hack for contexts now... |
commit | commitdiff | tree | snapshot |
2008-04-23 |
Armin Ronacher | removed loop unrolling. for such optimizations we... |
commit | commitdiff | tree | snapshot |
next |