1. ba6e25a Added support for `Environment.compile_expression`. by Armin Ronacher · 16 years ago
  2. d34eb12 Implemented and documented "joiner" by Armin Ronacher · 16 years ago
  3. ccae055 Various cleanups and added custom cycler. by Armin Ronacher · 16 years ago
  4. 673aa88 imports and includes "with context" are passed the full context now, not only the initial one. by Armin Ronacher · 16 years ago
  5. dcc217c It's now possible to create weak references to template contexts. by Armin Ronacher · 16 years ago
  6. a816bf4 Improved bbcache and documented it. by Armin Ronacher · 16 years ago
  7. f40c884 Fixed a bug with the handling of empty statements in macros (it also fixes a bug introduced in one of the previous changesets) by Armin Ronacher · 16 years ago
  8. 205bae5 Implemented a sort filter that sorts arbitrary sequences. by Armin Ronacher · 16 years ago
  9. 3213355 Fixed a confusing edge case (thanks apollo13) by Armin Ronacher · 16 years ago
  10. 5c3c470 Fixed a bug in the subscript operation. by Armin Ronacher · 16 years ago
  11. cb1b97f It's now possible to use ``{{ foo.0.0 }}`` by Armin Ronacher · 16 years ago
  12. 4720c36 Fixed a bug in the i18n extension that caused the explicit pluralization block to look up the wrong variable. by Armin Ronacher · 16 years ago
  13. ff53c78 fixed a bug with nested loops and the special loop variable. by Armin Ronacher · 16 years ago
  14. 237cdde tip is now 2.1-dev by Armin Ronacher · 16 years ago
  15. bf94394 preparing the big 2.0 release by Armin Ronacher · 16 years ago
  16. 665bfb8 Fixed bug in finalizer by Armin Ronacher · 16 years ago
  17. 76f9aa4 Altered filesizeformat to support both MB and MiB, documented `{% filter %}`. by Armin Ronacher · 16 years ago
  18. 547d0b6 Fixed a bug with the loop context of a for loop if the iterator passed has a volatile `__len__` like the listreverseiterator. `else` in inline if-expressions is optional now. by Armin Ronacher · 16 years ago
  19. 0fad031 Fixed release date by Armin Ronacher · 16 years ago
  20. 53db78e Fixed a link to the renamed section. by Armin Ronacher · 16 years ago
  21. 4778bda added support for implicit string literal concatenation by Armin Ronacher · 16 years ago
  22. 74b5106 Added `TemplateStream.dump`. by Armin Ronacher · 16 years ago
  23. 9ad96e7 added support for token stream filtering and preprocessing. by Armin Ronacher · 16 years ago
  24. 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
  25. 9d472df added style for html documentation by Armin Ronacher · 16 years ago
  26. c689cf1 added entry for jinja 1.3 in CHANGES by Armin Ronacher · 17 years ago
  27. 825e522 some more doc changes in jinja for the upcoming release by Armin Ronacher · 17 years ago
  28. 015b0c9 some documentation changes by Armin Ronacher · 17 years ago
  29. 77e2ab5 documented change by Armin Ronacher · 17 years ago
  30. 5f3f136 pp -> pretty by Armin Ronacher · 17 years ago
  31. c6a3652 added pp info to changelog by Armin Ronacher · 17 years ago
  32. 1cc232c [svn] merged newparser into trunk by Armin Ronacher · 17 years ago
  33. 69ddc58 [svn] added sameas test function by Armin Ronacher · 17 years ago
  34. e39a5d2 [svn] added groupby filter and fixed some small bugs by Armin Ronacher · 17 years ago
  35. a7804ef [svn] added "debugger of awesomeness" :D by Armin Ronacher · 17 years ago
  36. 2f43ba4 [svn] removed "release" shortcut in makefile by Armin Ronacher · 17 years ago
  37. db69d0a [svn] added baseclasses for loaders, added the memcaching loader, updated documentation for loaders by Armin Ronacher · 17 years ago
  38. ecc051b [svn] added some more jinja unittests by Armin Ronacher · 17 years ago
  39. 63ca721 [svn] added changelog and thanks entry by Armin Ronacher · 17 years ago
  40. 9bcd411 [svn] again some jinja updates, some minor performance and doc improvements by Armin Ronacher · 17 years ago
  41. 6dba4d6 [svn] checked in changes regarding variable length iteration by Armin Ronacher · 17 years ago
  42. ccf284b [svn] added many new tests to jinja by Armin Ronacher · 17 years ago
  43. 33d528a [svn] jinja can now handle variables and blocks with the same delimiters. Thanks Getty for the "nice" discussion today -.- by Armin Ronacher · 17 years ago
  44. 4965987 [svn] added block shortcut syntax for jinja by Armin Ronacher · 17 years ago
  45. ce513f2 [svn] fixed bug reported by stefan ebner and implemented cache_keys to fix problems with multiple laoders caching in the same folder by Armin Ronacher · 17 years ago
  46. 4f41711 [svn] added a sanity check for block tags outside the root level by Armin Ronacher · 17 years ago
  47. fb5bebc [svn] many jinja changes: by Armin Ronacher · 17 years ago
  48. e98c5f5 [svn] updated documentation regarding "{% call %}" and documented speedup module. also fixed some minor bugs in the speedup module by Armin Ronacher · 18 years ago
  49. ee2c18e [svn] added c implementation of the jinja context class. by Armin Ronacher · 18 years ago
  50. 2158091 [svn] various updates i haven't checked in so far (see the diff of the changelog) and fixed critical bug reported by Alexey Melchakov by Armin Ronacher · 18 years ago
  51. 450756b [svn] added `xmlattr` filter to jinja by Armin Ronacher · 18 years ago
  52. 90a5cb3 [svn] documented debug.foobar and added it to the CHANGES by Armin Ronacher · 18 years ago
  53. af31e4d [svn] Add striptags filter.^ by Georg Brandl · 18 years ago
  54. eec3138 [svn] implemented some of the builtin functions as filters (namely sum, abs and round). this fixes #238 by Armin Ronacher · 18 years ago
  55. d071f95 [svn] added `|batch` and `|slice` jinja filters by Armin Ronacher · 18 years ago
  56. 2acbac1 [svn] checked in changes from the last days regarding jinja, added jinja 1.1 notice for floor divison operator by Armin Ronacher · 18 years ago
  57. 859efe0 [svn] added ugly, ugly, ugly even more ugly but working hack to jinja to patch the template sources into linecache in order to support broken traceback formatters which go unnamed. by Armin Ronacher · 18 years ago
  58. 5a8e497 [svn] moved some of the documentation into docstrings by Armin Ronacher · 18 years ago
  59. 40cf47c [svn] some changes in jinja regarding silent and non silent failure, the exception fun and documented block.super on the webpage by Armin Ronacher · 18 years ago
  60. a22a53d [svn] added jinja changelog and missing file jinja.constants by Armin Ronacher · 18 years ago