1. 2feed1d 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 by Armin Ronacher · 16 years ago
  2. 0611e49 revamped jinja2 import system. the behavior is less confusing now, but it's not backwards compatible. I like it though ;) by Armin Ronacher · 16 years ago
  3. b5124e6 moved trans extension from jinja2.i18n to jinja2.ext and fixed some more unittests by Armin Ronacher · 16 years ago
  4. 203bfcb inheritance uses a less awkward hack for contexts now and subclassing templates is possible by Armin Ronacher · 16 years ago
  5. 4f7d2d5 fixed more unittests by Armin Ronacher · 16 years ago
  6. 7324eb8 removed custom nodes again by Armin Ronacher · 16 years ago
  7. f59bac2 added first code for parser extensions and moved some code in speedups around by Armin Ronacher · 16 years ago
  8. 9a027f4 improved filters by Armin Ronacher · 16 years ago
  9. 2e9396b reimplemented {% trans %} by Armin Ronacher · 16 years ago
  10. c63243e added sandbox and exchageable undefined objects by Armin Ronacher · 16 years ago
  11. e9e43bb converted unit tests, started rewriting filters by Christoph Hack · 16 years ago
  12. 625215e optimizer can optimize filtered for loops now by Armin Ronacher · 16 years ago
  13. 3d8b784 added loop filtering by Armin Ronacher · 16 years ago
  14. 00d5d21 some more stuff for jinja2 by Armin Ronacher · 16 years ago
  15. fa865fb filter tag works now by Armin Ronacher · 16 years ago
  16. 7108207 added support for new call statement by Armin Ronacher · 16 years ago
  17. d436e98 fixed deepcopy by Armin Ronacher · 17 years ago
  18. 0ecb859 added broken copy method by Armin Ronacher · 17 years ago
  19. d55ab53 nodes have access to environment now by Armin Ronacher · 17 years ago
  20. 4dfc975 simplified undefined behavior for better compile time processing by Armin Ronacher · 17 years ago
  21. 8efc522 more compiler stuff by Armin Ronacher · 17 years ago
  22. e791c2a added first working pieces of compiler by Armin Ronacher · 17 years ago
  23. 82b3f3d first version of new parser by Armin Ronacher · 17 years ago
  24. 07bc684 a clean restart by Armin Ronacher · 17 years ago