1. 30b17d8 eached->reached by Kevin Schuetz · 13 years ago
  2. 0614747 Fix a typo by Wieland Hoffmann · 13 years ago
  3. 449ef02 fixed typo in documentation: "environmentfilter" -> "evalcontextfilter" by Jeffrey Finkelstein · 13 years ago
  4. 2004449 fix typo by Andy McKay · 13 years ago
  5. 6ae1285 Fixed example of a division with a truncated integer result (it's // instead of /) by Fabian Topfstedt · 13 years ago
  6. accd062 Kampala is the capital of Uganda! Jinja's significant, but not the capital... by Joe Wass · 13 years ago
  7. 02901a8 Clarity by Alan Hogan · 13 years ago
  8. 4b37694 Use actual release info by Armin Ronacher · 13 years ago
  9. 89f61fd Yay. PDF docs for Jinja2 by Armin Ronacher · 13 years ago
  10. 2a590ef Another reference by Armin Ronacher · 14 years ago
  11. 4684498 Added missing references to docs by Armin Ronacher · 14 years ago
  12. c6749dc Slightly modified headline style by Armin Ronacher · 14 years ago
  13. 988a04c New documentation style go match Flask and Werkzeug better by Armin Ronacher · 14 years ago
  14. d464d08 Fixed a bug in the documentation tool by Armin Ronacher · 14 years ago
  15. 9adf937 Updated documentation for operator intercepting by Armin Ronacher · 14 years ago
  16. d6a2003 Documentation update. Documentation will become the new Jinja2 website by Armin Ronacher · 14 years ago
  17. 54a13bc Fixed link to git by Armin Ronacher · 14 years ago
  18. d811ab5 Changed links to github by Armin Ronacher · 14 years ago
  19. 10c34da Documented switch to MarkupSafe by Armin Ronacher · 14 years ago
  20. fd72972 Meh. Fixed a typo by Armin Ronacher · 14 years ago
  21. 3c95532 Fixed spelling by Armin Ronacher · 14 years ago
  22. 13203e1 Added docs for comparisions by Armin Ronacher · 14 years ago
  23. 8a3d93b Fixed a typo in the docs by Armin Ronacher · 14 years ago
  24. ffaa2e7 it's now possible to register extensions after an environment was created. by Armin Ronacher · 14 years ago
  25. 2e3c9c7 three is the new two by Armin Ronacher · 14 years ago
  26. 752ba7f Added missing reference. by Armin Ronacher · 14 years ago
  27. 1da23d1 autoescape no longer is a plain boolean value but can also be a function by Armin Ronacher · 14 years ago
  28. 76ae15e Hopefully fixed EvalContext documentation. by Armin Ronacher · 14 years ago
  29. 30fda27 More documentation updates. by Armin Ronacher · 14 years ago
  30. e3faeb5 Updated copyright. It's 2010! by Armin Ronacher · 14 years ago
  31. fe150f3 Documented autoescaping behavior and eval contexts. by Armin Ronacher · 14 years ago
  32. 9165d3e the environment template loading functions now transparently by Armin Ronacher · 14 years ago
  33. eb43b12 Added Python 3 section to the documentation. by Armin Ronacher · 14 years ago
  34. 0045216 Documentation recommends distribute now. by Armin Ronacher · 14 years ago
  35. 656d5e7 Some tiny documentation fixes (unicode -> Unicode) by Armin Ronacher · 14 years ago
  36. 9b4cc9f added with-statement extension. by Armin Ronacher · 14 years ago
  37. 4ac4bdf Documentation no longer mentiones "no multiple inheritance" support. that by Armin Ronacher · 14 years ago
  38. 890dac0 Fixed typo in documentation. by Armin Ronacher · 14 years ago
  39. 31bbd9e include tags are now able to select between multiple templates by Armin Ronacher · 15 years ago
  40. 2f0d659 Reverted [73b04625ab54]. The old behavior is the new behavior, the other by Armin Ronacher · 15 years ago
  41. 79cc8d1 Fix typo. by Georg Brandl · 15 years ago
  42. 2b48839 added a deprecation warning for a variable assignment, scope bug by Armin Ronacher · 15 years ago
  43. 237f01b Fixed the install docs. by Armin Ronacher · 15 years ago
  44. a93df48 speedup extension is now disabled by default (added message) and fixed a by Armin Ronacher · 15 years ago
  45. 9ebc457 Disabled speedups by default. by Armin Ronacher · 15 years ago
  46. 86b5cb5 (codename Kong, released on September 12th 2009) by Armin Ronacher · 15 years ago
  47. 63cf9b8 Added the `meta` module. by Armin Ronacher · 15 years ago
  48. d1442c8 Merged by Armin Ronacher · 15 years ago
  49. a092a78 typo fix by Christopher Denter · 15 years ago
  50. 671e06b Automated merge with ssh://team@pocoo.org/jinja2-main by Armin Ronacher · 15 years ago
  51. 6601537 Fixed typo. by Armin Ronacher · 15 years ago
  52. f49f8f7 Improved changelog rendering by Armin Ronacher · 15 years ago
  53. 604b846 Fix typo. Closes #343 by Christopher Denter · 15 years ago
  54. 59b6bd5 Added support for line-based comments. by Armin Ronacher · 15 years ago
  55. 0aa0f58 Applied documentation patches by Clemens Hermann. by Armin Ronacher · 15 years ago
  56. 74a0cd9 Added support for optional `scoped` modifier to blocks. by Armin Ronacher · 15 years ago
  57. 7850dc5 Fixed a documenation bug in the cache extension. by Armin Ronacher · 15 years ago
  58. d89f0f3 Priority of `not` raised. It's now possible to write `not foo in bar` by Armin Ronacher · 15 years ago
  59. 37f58ce Include statements can now be marked with ``ignore missing`` to skip by Armin Ronacher · 16 years ago
  60. 2bc1ef7 Fixed a typo by Armin Ronacher · 16 years ago
  61. 56d0107 Updated documentation to reflect the new speedups installation behavior. by Armin Ronacher · 16 years ago
  62. ba6e25a Added support for `Environment.compile_expression`. by Armin Ronacher · 16 years ago
  63. d34eb12 Implemented and documented "joiner" by Armin Ronacher · 16 years ago
  64. ccae055 Various cleanups and added custom cycler. by Armin Ronacher · 16 years ago
  65. 673aa88 imports and includes "with context" are passed the full context now, not only the initial one. by Armin Ronacher · 16 years ago
  66. c347ed0 Unified some code in the super/template reference system. by Armin Ronacher · 16 years ago
  67. aa1d17d Fixed bytecode cache and added support for memcached (tests still missing) by Armin Ronacher · 16 years ago
  68. a816bf4 Improved bbcache and documented it. by Armin Ronacher · 16 years ago
  69. a5d8f55 filter -> test in the tests section (i feel so embarrassed). by Armin Ronacher · 16 years ago
  70. 76f9aa4 Altered filesizeformat to support both MB and MiB, documented `{% filter %}`. by Armin Ronacher · 16 years ago
  71. a0e3ac0 Documented if-conditional changes. by Armin Ronacher · 16 years ago
  72. abd3657 Added non-babel output mode to extract_from_ast, integreated jinja2 doctests directly into the py.test suite (ugh, that's an ugly hack) by Armin Ronacher · 16 years ago
  73. b938877 Changed all sentences with occurrences of subscribing to a similar sentence that uses the word "subscript". And the person that comes up with a less confusing verb for the attribute/item lookup method (that is not lookup!!1) gets an extra THANKS entry. by Armin Ronacher · 16 years ago
  74. f288b7a Documented differences of cycling between Django and Jinja2. by Armin Ronacher · 16 years ago
  75. 74b5106 Added `TemplateStream.dump`. by Armin Ronacher · 16 years ago
  76. d02fc7d Added example extension that uses the stream filtering and added unittests. by Armin Ronacher · 16 years ago
  77. 9ad96e7 added support for token stream filtering and preprocessing. by Armin Ronacher · 16 years ago
  78. 6dc6f29 Improved attribute and item lookup by allowing template designers to express the priority. foo.bar checks foo.bar first and then foo['bar'] and the other way round. by Armin Ronacher · 16 years ago
  79. 3ef2043 updated documentation by Armin Ronacher · 16 years ago
  80. 58f351d data files are optional now by Armin Ronacher · 16 years ago
  81. 9bb7e47 some more documentation updates and minor code cleanups. Additionally True and true in the template are the same now, same for false/False and none/None. by Armin Ronacher · 16 years ago
  82. d71fff0 improved sandbox and updated setup.py by Armin Ronacher · 16 years ago
  83. 4dcc237 fixed linking in jinja docs for the intro by Armin Ronacher · 16 years ago
  84. 61a5a24 fixed a bug in error reporting and some small documentation updates by Armin Ronacher · 16 years ago
  85. 5dfbfc1 updated FAQ for performance numbers. I guess I should remove that point anyways. by Armin Ronacher · 16 years ago
  86. 5411ce7 even more tests, fixed severe bug with autoescaping. by Armin Ronacher · 16 years ago
  87. fd31049 all calls are proxied by context.call now so that we can inject environment and context as first arguments. This slows calls down a bit but is a lot more user friendly. Added first draft of FAQ by Armin Ronacher · 16 years ago
  88. f3c35c4 end of line sequence is no configurable by Armin Ronacher · 16 years ago
  89. 6df604e more unittests and updated documentation for extensions. Fixed bug in optimizer that caused blocks to be optimized away under some circumstances. by Armin Ronacher · 16 years ago
  90. 3da9031 added loopcontrols extension and added unittests for it by Armin Ronacher · 16 years ago
  91. 903d168 variables starting with one or more underscores are not exported by Armin Ronacher · 16 years ago
  92. a2eb77d call is now handled like a regular unnamed macro, refactored compiled a bit by Armin Ronacher · 16 years ago
  93. e25f24d more thread safety in LRUCache by Armin Ronacher · 16 years ago
  94. e224488 improved thread safety of the LRUCache and fixed a bug in for loops by Armin Ronacher · 16 years ago
  95. bbbe062 fixed an embarrassing mistake in the documentation by Armin Ronacher · 16 years ago
  96. 2b22874 some small documentation fixes by Armin Ronacher · 16 years ago
  97. dd65ef4 removed esection about Jinja semantics as we don't have local aliasing currently by Armin Ronacher · 16 years ago
  98. 522cad6 added `ImmutableSandboxedEnvironment`. by Armin Ronacher · 16 years ago
  99. 67fdddf removed attribute local aliasing again because that implementation was broken by Armin Ronacher · 16 years ago
  100. 7f15ef8 improved exception system. now both name (load name) and filename are passed. by Armin Ronacher · 16 years ago