1. fb9335a Merge pull request #101 from bmarwell/patch-1 by ddekany · 6 months ago
  2. 039ae47 [BUILD] remove travis.yaml, use ci goal by Benjamin Marwell · 6 months ago
  3. 05d6158 Update .asf.yaml, disable issues by Benjamin Marwell · 6 months ago
  4. caba878 Merge pull request #99 from bmarwell/asf-yaml-autolinks by ddekany · 6 months ago
  5. a33970d [BUILD] add github workflow by Benjamin Marwell · 6 months ago
  6. 7e5b6df add .asf.yaml by Benjamin Marwell · 6 months ago
  7. a8bb8f9 Manual: Typo fix, and refined compatibility warning. by ddekany · 7 months ago
  8. e552154 Fix tyop. by Alon Ziv · 10 months ago
  9. c38c887 Change error messages to explicitly refer to auto_escaping_policy. by Alon Ziv · 11 months ago
  10. df938ce Version history: Added JavaCC upgrade by ddekany · 12 months ago
  11. 301f3ef Merge pull request #90 from donnchadhpop/FREEMARKER-214-updata-javacc-to-7.0.12 by ddekany · 12 months ago
  12. 345b6ee Merge pull request #93 from prushforth/2.3-gae by ddekany · 12 months ago
  13. feb612b Update docgen.cjson - fix broken link to template tester by Peter Rushforth · 12 months ago
  14. 09e81c1 Merge branch 'apache:2.3-gae' into FREEMARKER-214-updata-javacc-to-7.0.12 by donnchadhpop · 1 year, 1 month ago
  15. 57a7608 Another typo in the Manual (reported in private) by ddekany · 1 year, 1 month ago
  16. a00b6c7 #91 (from Github, but re-done manually): Fix wrong link text in documentation by ddekany · 1 year, 1 month ago
  17. 3ac86b5 Updated version to 2.3.33-nightly by ddekany · 1 year, 1 month ago
  18. 5f8e1cb FREEMARKER-214 - updating JavaCC to 7.0.12 by Donnchadh Ó Donnabháin · 1 year, 2 months ago
  19. 66857d9 Make the `TemplateProcessingTracer` interface slightly more useful. by Alon Ziv · 1 year, 3 months ago
  20. 8756804 Add a `TemplateProcessingTracer` interface. by Alon Ziv · 1 year, 3 months ago
  21. 2713f7a Ensure the "else" part of a `#list` is evaluated in `Environment.visit()`. by Alon Ziv · 1 year, 3 months ago
  22. 1c274bc Only use the new logic (without Collator) when `incompatibleImprovements` >= 2.3.33. by Alon Ziv · 1 year, 3 months ago
  23. 020e54e Support "forced" auto-escaping policy. by Alon Ziv · 1 year, 3 months ago
  24. 0d80363 Updated release date in the manual by ddekany · 1 year, 4 months ago
  25. 611f27e Unicode-normalize strings before comparing them. by Alon Ziv · 1 year, 4 months ago
  26. 5d16d1c Fix string comparison to avoid using the collator. Benchmarking has by Alon Ziv · 1 year, 4 months ago
  27. 8050768 Version history improvements by ddekany · 1 year, 4 months ago v2.3.32-gae
  28. 7daadad Added java.lang.ThreadGroup.suspend() to unsafeMethods.properties by ddekany · 1 year, 4 months ago
  29. a3f52d0 (Typo fix) by ddekany · 1 year, 4 months ago
  30. 3d96ae8 Manual: Typo fixes by ddekany · 1 year, 4 months ago
  31. a10b762 Fixed broken dist classpath check, and the Java 7 compatibility issue that stay hidden because of that, till now. by ddekany · 1 year, 4 months ago
  32. b08bee6 Minor documentation adjustments by ddekany · 1 year, 4 months ago
  33. de52b49 Updated version for the coming release by ddekany · 1 year, 4 months ago
  34. 3018a7b Slightly improved DefaultMemberAccessPolicy-rules (used by default), and unsafeMethods.properties (long deprecated, not used by default). by ddekany · 1 year, 4 months ago
  35. 7aebdda Improved documentation for the MarkupOutputFormat.outputForeign PR (and minor test cleanup). by ddekany · 1 year, 4 months ago
  36. 836903b Merge pull request #83 from nolaviz/nolaviz-devel by ddekany · 1 year, 4 months ago
  37. 9f120df (Missing list of predefined values in output_format JavaDoc) by ddekany · 1 year, 4 months ago
  38. f6cd05d Manual: Random minor improvements by ddekany · 1 year, 4 months ago
  39. b65c56e Fixed outdated try.freemarker link. by ddekany · 1 year, 4 months ago
  40. c4244bc Deleted long unmaintained Chinese translation of the Manual by ddekany · 1 year, 4 months ago
  41. 956067c (Minor typos) by ddekany · 1 year, 4 months ago
  42. ea1c5ea Mostly CFormat-related code cleanup (things spotted during forward porting into FM3) by ddekany · 1 year, 4 months ago
  43. 9e14cb0 CFormat: Replace two Default23*CFormat classes with a single LegacyCFormat. by ddekany · 1 year, 4 months ago
  44. 21022a6 CFormat: Further API and javadoc cleanup by ddekany · 1 year, 4 months ago
  45. 14f651f Further javadoc fixes/improvements related to CFormat-s/?c/?cn. by ddekany · 1 year, 4 months ago
  46. 77adbf2 Added "JavaScript or JSON" CFormat, and made that the default. Some CFormat-related JavaDoc improvements/fixes. by ddekany · 1 year, 4 months ago
  47. e5fa45f Improved StringUtil.jsStringEnc to support both quotation marks and apostrophe. Added a mode that is both compatible with JSON and JavaScript, without decreasing safety when used in JavaScript. by ddekany · 1 year, 4 months ago
  48. dc59282 Manual: Adjusted version history, and some typo by ddekany · 1 year, 4 months ago
  49. 782daab ?c now works on strings, and it outputs a quoted string literal that's compatible with JSON, and JavaScript. Added ?cn to format missing/null values. Added cFormat setting to specify in what language should ?c output the values. by ddekany · 1 year, 4 months ago
  50. f3d9d89 (Javadoc adjustments) by ddekany · 1 year, 4 months ago
  51. f6f5207 FREEMARKER-208: Added ?c_lower_case, and ?c_upper_case, which are the non-localized (computer language) variants of ?lower_case, and ?upper_case. The primary problem people run into with the localized versions is that with Turkish locale the letter i, and I has different conversions as in most languages, which causes problem if the conversion was for computer consumption (for technical purposes), and not for humans. by ddekany · 1 year, 4 months ago
  52. 7ebbd5c (Refactorings/changed related to computer number format (like ?c): Added some more to version history.) by ddekany · 1 year, 4 months ago
  53. 37b5b16 FREEMARKER-198: To avoid deadlock when class initialization happens on multiple threads (like _TemplateAPI->DefaultObjectWrapper, and DefaultObjectWrapper->_TemplateAPI), factored out static fields from _TemplateAPI into their owns classes. by ddekany · 1 year, 4 months ago
  54. 613b8f2 (Added some tests for ArithmeticEngine.toNumber, and ?number) by ddekany · 1 year, 5 months ago
  55. 37e4dff (Updated version number in Manual) by ddekany · 1 year, 5 months ago
  56. 5082571 Typo/grammar fixes in messages and comments by ddekany · 1 year, 5 months ago
  57. f4a42db Refactorings/changed related to computer number format (like ?c): by ddekany · 1 year, 5 months ago
  58. 77cc7ed Disabled Google Analytics, as per ASF Privacy Policy. Updated footer link section to be similar to what we have in freemarker-site. by ddekany · 1 year, 5 months ago
  59. 6af3a3b Merge pull request #84 from chrisrueger/allow-bnd-workspace-for-bndtools by ddekany · 1 year, 7 months ago
  60. f1ae495 Add support for bndtools in Eclipse by Christoph Rueger · 1 year, 7 months ago
  61. 204d76a Add fine-grained mixed-content support to markup output formats. by Alon Ziv · 1 year, 8 months ago
  62. 0684856 Added the description of GitHub PR 82 to version history by ddekany · 1 year, 11 months ago
  63. 1ac8b9c Merge pull request #82 from GVDV/2.3-gae-fix by ddekany · 1 year, 11 months ago
  64. 8b81102 replace String by StringBuilder in ElementModel by Gert Van der Voorde · 1 year, 11 months ago
  65. fd18d8e Merge pull request #77 from powercomstar/2.3-gae by ddekany · 2 years, 6 months ago
  66. e536082 Delete malformed.tld by powercomstar · 2 years, 6 months ago
  67. 537bf05 Update malformed.tld by powercomstar · 2 years, 6 months ago
  68. 5821339 README update: dom4j-*.jar order is not a concern anymore, as the version now we use doesn't embed Jaxen anymore. by ddekany · 2 years, 6 months ago
  69. b5d2d40 This is related to freemarker.ext.xml, which is the very old, long deprecated XML wrapper (the commonly used one is freemarker.ext.dom), which almost nobody uses, or maybe truly nobody. Still, now the _registerNamespace key works, doing what the documentation always stated. Before this fix it just behaved as if it was the name of an element you are looking for. by ddekany · 2 years, 6 months ago
  70. ec74c48 Fixed mistake in legacy XML wrapper documentation by ddekany · 2 years, 6 months ago
  71. 054b290 [FREEMARKER-190]: Updated dom4j version used during FreeMarker project compilation from 1.3 to 2.1.3. Users can still use FreeMarker with dom4j 1.3 (mostly just luck, but it works). We were forced to do this because old dom4j versions have security vulnerabilities, and although FreeMarker is not affected by them (like we do not pull in dom4j as dependency into the projects of our users), we were flagged as vulnerable at certain places for merely supporting 1.3. by ddekany · 2 years, 6 months ago
  72. 172bffc Updated version to 2.3.32-SNAPSHOT by ddekany · 2 years, 6 months ago
  73. e34c270 [FREEMARKER-187] Build failed on some systems due to character encoding issue by ddekany · 2 years, 7 months ago
  74. 3a311da Merge pull request #76 from theHacker/patch-1 by ddekany · 2 years, 8 months ago
  75. d0c00d6 Fix: Typos "clalc." in TemplateException by Alexander Münch · 2 years, 8 months ago
  76. 0cfab23 Merge pull request #75 from ILyaCyclone/2.3-gae by ddekany · 3 years ago
  77. a3b88c1 fix typo 'TemplatException' to 'TemplateException' by ILya Cyclone · 3 years ago
  78. 201533e Merge pull request #73 from agriffis/fix-htlm-typos by ddekany · 3 years, 2 months ago
  79. 75f3996 Manual: Fix HTLM typos by Aron Griffis · 3 years, 2 months ago
  80. 3bc5753 Manual: Finalized release date. Some version history refinement. by ddekany · 3 years, 2 months ago
  81. 5f2da02 Added build related changes to version history. by ddekany · 3 years, 3 months ago
  82. 16df1b4 Manual: Cleaner ?chop_linebreak description. by ddekany · 3 years, 3 months ago
  83. 8d15d85 Manual: Updated release date by ddekany · 3 years, 3 months ago v2.3.31-gae
  84. fe119a4 Updated version.properties by ddekany · 3 years, 3 months ago
  85. 1f0b69f Disabled accessing local maven repo from Ivy, as "changing" Maven dependencies aren't updated if it's there. by ddekany · 3 years, 3 months ago
  86. 65c8b98 Added new special variable, time_zone (referred like .time_zone, like all special variables), to retrieve the current value of the time_zone setting as a string. by ddekany · 3 years, 3 months ago
  87. 74070ab (Some built-in variable expression code cleanup) by ddekany · 3 years, 3 months ago
  88. 31bcf07 Manual: Improved documentation for "computer" number format by ddekany · 3 years, 3 months ago
  89. 83f6a58 Allowed escaping # with backlash in identifier names (not in string), as it used to occur in database column names. by ddekany · 3 years, 3 months ago
  90. a7c3fc8 (Manual: typo) by ddekany · 3 years, 3 months ago
  91. f3a3d53 (Improved version history) by ddekany · 3 years, 3 months ago
  92. bd3907b FREEMARKER-169: If incomplatible_improvements is set to 2.3.31 (or higher), when you set the number_format setting to "computer" (or you call Environment.getCNumberFormat()), the format now matches the behavior of ?c, when formatting infinite (positive and negative), and NaN. Matching the behavior of ?c was always the intent, but before this incompatible improvement, the computer format always behaved like ?c before incompatible improvements 2.3.21, where instead of "INF", and "NaN", the results used Unicode characters U+221E, and U+FFFD. by ddekany · 3 years, 3 months ago
  93. 08f3858 Merge pull request #72 from martin-g/feature/build-on-arm64 by ddekany · 3 years, 5 months ago
  94. 158edb6 Merge branch '2.3-gae' into feature/build-on-arm64 by Martin Tzvetanov Grigorov · 3 years, 5 months ago
  95. de5de02 Cache $HOME/.ivy-freemarker/cache folder by Martin Tzvetanov Grigorov · 3 years, 5 months ago
  96. 0bb9b7f Added special Ivy settings for CI, so that the Ivy cache can be reused between checkouts by ddekany · 3 years, 5 months ago
  97. 609f038 Move the printing of java and ant versions to before_install by Martin Tzvetanov Grigorov · 3 years, 5 months ago
  98. 61be173 Ant JUnit task is in ant-optional, not in ant-contrib by Martin Tzvetanov Grigorov · 3 years, 5 months ago
  99. eae06ba Cache Ivy's cache folder by Martin Tzvetanov Grigorov · 3 years, 5 months ago
  100. bdd0f6e Use ant-contrib for JUnit tasks by Martin Tzvetanov Grigorov · 3 years, 5 months ago