1. c44f362 Merge pull request #26 from Claudenw/VELTOOLS-213 by Claude Brisson · 2 months ago master
  2. e3fe634 added .apt() method by Claude Warren · 2 months ago
  3. 3151910 Merge pull request #25 from Claudenw/VELTOOLS-212 by Claude Brisson · 2 months ago
  4. b126503 added markdown method and supporting methods. by Claude Warren · 2 months ago
  5. 1ea4089 Merge pull request #22 from jghansell/VELTOOLS-211 by Claude Brisson · 1 year, 1 month ago
  6. 2c6e64e [VELTOOLS-211] org.apache.velocity.tools.ClassUtils#getClass(String) fails when the context class loader is null by Jadon Hansell · 1 year, 1 month ago
  7. 117bab2 [VELTOOLS-211] org.apache.velocity.tools.ClassUtils#getClass(String) fails when the context class loader is null by Jadon Hansell · 1 year, 1 month ago
  8. 712cfbd Prefer constants over literals by eduarddrenth · 1 year, 7 months ago
  9. 69fbb0e [VELTOOLS-206] Upgrade to Velocity Engine 2.4 by Michael Osipov · 1 year, 4 months ago
  10. 195f2a2 [VELTOOLS-208] Upgrade to Parent 7 by Michael Osipov · 1 year, 6 months ago
  11. c0668da [VELTOOLS-207] Upgrade to EasyMock 5.2.0 by Michael Osipov · 2 years ago
  12. 50babae Skim and correct README by Michael Osipov · 2 years ago
  13. 1f2ae80 Downgrade to Velocity Engine 2.3 by Michael Osipov · 2 years ago
  14. ac1a490 [maven-release-plugin] prepare for next development iteration by Michael Osipov · 2 years ago
  15. 6c910fa [maven-release-plugin] prepare release 3.2 by Michael Osipov · 2 years ago 3.2
  16. 22a0b72 [VELTOOLS-205] Upgrade to Velocity Engine 2.4 by Michael Osipov · 2 years ago
  17. 48d64f3 [VELTOOLS-200] Current Velocity Tools View uses deprecated Velocity properties by Michael Osipov · 2 years ago
  18. 610dae2 [VELTOOLS-204] Upgrade plugins and components by Michael Osipov · 2 years ago
  19. cd1b7ae [VELTOOLS-203] Upgrade to Parent 6 by Michael Osipov · 2 years ago
  20. edeb0ae Merge pull request #16 from andygoblins/fix_LayoutServlet by Claude Brisson · 2 years, 4 months ago
  21. e8bc6b6 bugfix: remove references to deprecated mergeTemplate by andygoblins · 2 years, 4 months ago
  22. d9e31e1 Upgrade master to v5 by Claude Brisson · 2 years, 10 months ago
  23. f0c1cfe Remove travis CI by Claude Brisson · 3 years, 1 month ago
  24. 7984252 Add NumberTool.toBoolean() method - fixes VELTOOLS-195 by Claude Brisson · 3 years, 7 months ago
  25. 8c02ce7 [tools] Fix typos from previous commits by Claude Brisson · 4 years, 2 months ago
  26. 7c182b1 [tools] Address VELTOOLS-194: Deprecate getPath() in favor of getNodePath() for homogeneity with getName()/getNodeName() by Claude Brisson · 4 years, 2 months ago
  27. d5ecd32 [tools] Fix VELTOOLS-193 : XML comments not accepted by Claude Brisson · 4 years, 2 months ago
  28. 994c555 [tools] Fix VELTOOLS-192 : EasyFactoryConfiguration.addDefaultTools() overwriting previously added tools by Claude Brisson · 4 years, 2 months ago
  29. 630e360 [tools] Re-enable travis by Claude Brisson · 4 years, 10 months ago
  30. 6c1da7e [tools/view] Fix some javadoc by Claude Brisson · 5 years ago
  31. 8a18326 [maven-release-plugin] prepare for next development iteration by Claude Brisson · 5 years ago
  32. 8e7f20a [maven-release-plugin] prepare release 3.1-RC1 by Claude Brisson · 5 years ago 3.1 3.1-RC1
  33. 06a8539 [tools] Switch scm URLS from svn to git by Claude Brisson · 5 years ago
  34. b7a144d [tools] Anticipate velocity-master and velocity-engine upcoming releases by Claude Brisson · 5 years ago
  35. 19daa19 [tools] Disable travis temporarily by Claude Brisson · 5 years ago
  36. c72f00e [tools] Update junit, easymock and slf4j versions by Claude Brisson · 5 years ago
  37. e8a22de [tools] Update changelog by Claude Brisson · 5 years ago
  38. bbf16d2 [tools] Add missing gitignore file by Claude Brisson · 5 years ago
  39. 422ed61 Merge pull request #10 from martin-g/feature/use-travis-ci by Claude Brisson · 5 years ago
  40. 897639f Add .travis.yml for testing the PRs at https://travis-ci.com/apache/velocity-tools by Martin Tzvetanov Grigorov · 5 years ago
  41. e141828 Fixed Reflected XSS Vuln by Jackson Henry · 5 years ago
  42. 3324804 [tools] Upgrade velocity-engine-core and commons-lang versions by Claude Brisson · 6 years ago
  43. b40eb9f [tools] Fix obsolete infos in README by Claude Brisson · 6 years ago
  44. 4558c19 [tools] Set up master branch by Claude Brisson · 6 years ago
  45. 3303e54 [tools] Add an obsolescence warning to trunk branch by Claude Brisson · 6 years ago trunk
  46. 7f70b72 Exclude cglib from digester dependencies by Claude Brisson · 6 years ago
  47. 9ee3d5c [tools] Fix typo in parent pom by Claude Brisson · 6 years ago
  48. 269a249 [tools/generic] Tool config: deprecate setClass(Class), have setClass(String) call setClassname(String) by Claude Brisson · 6 years ago
  49. cee3f3a [tools/generic] VELTOOLS-187 : Fix handing of tools 'class' attribute by Claude Brisson · 6 years ago
  50. 06312d0 [tools/showcase] VELOCITY-185 Upgrade cargo to 1.7.10 by Claude Brisson · 6 years ago
  51. f3b9475 [tools/view] Fix breadcrumb configuration issue by Claude Brisson · 6 years ago
  52. 7ec994b [view-tools] JsonTool: bugfix: properly extract mime type from content type when followed by a charset by Claude Brisson · 6 years ago
  53. b4728b0 [tools] Add missing getLong(key) and getLong(key, alternate) besides other typed getters in ValueParser by Claude Brisson · 6 years ago
  54. 26e6b06 [tools] Complete the set of available toDate() and toCalendar() methods by Claude Brisson · 6 years ago
  55. adb8589 [tools] JsonContent getObject() and getArray() methods to get access to underlying oject by Claude Brisson · 6 years ago
  56. 626874f [tools] Add an 'exact' mode to ComparisonDateTool (which uses an actual dates/months difference rather than a global milliseconds difference) by Claude Brisson · 6 years ago
  57. 13f7bef [tools] Refactoring: move some protected ComparisonDateTool methods to inner Comparison class by Claude Brisson · 6 years ago
  58. cb795c0 [VELTOOLS-183] Reset beanutils parsing state after rules relaxing by Claude Brisson · 6 years ago
  59. 116a2bc [VELTOOLS-183] Fix generic tools configuration for beanutils 1.9.4+ by Claude Brisson · 6 years ago
  60. 63e5d4a [tools/view] Have the BreadcrumbTool decode URIs by Claude Brisson · 7 years ago
  61. 336056e [view-tools] Allow subclasses to customize the writer used for merging the template ; add missing javadoc headers by Claude Brisson · 7 years ago
  62. 8014d13 [view-tools] BreadcrumbTool: add potential use of a query string parameter from tools.xml configuration by Claude Brisson · 7 years ago
  63. b4d8187 [view-tools] BreadcrumbTool: Add overridable method for navigation elements customization by Claude Brisson · 7 years ago
  64. 166104c [tools/view] Review last commit by Claude Brisson · 7 years ago
  65. fe6aee4 [tools/view] Let VelocityTools subclasses define their own set of default tools by Claude Brisson · 7 years ago
  66. eb78d03 [tools] Merge minor modifications from obsolete model branch by Claude Brisson · 7 years ago
  67. 6d19938 [tools/model] Fix configuration by Claude Brisson · 7 years ago model
  68. be44f01 [tools/model] Move elsewhere, poms by Claude Brisson · 7 years ago
  69. bd5af86 [tools/model] Move elsewhere by Claude Brisson · 7 years ago
  70. fadd4f8 [tools/model] Review some methods access level, add an Entity.hasPrimaryKey() method by Claude Brisson · 7 years ago
  71. 769fcb1 [tools/model] Fix testcase after VTL objects package change by Claude Brisson · 7 years ago
  72. 440d4fa [tools/model] Fix version error by Claude Brisson · 7 years ago
  73. 0fdd464 [tools/model] Add specific attribute type getters in AttributeHolder by Claude Brisson · 7 years ago
  74. a24ff41 [tools/model] Revert version in pom by Claude Brisson · 7 years ago
  75. efe8e6a [tools/model] Fix testcases for package change by Claude Brisson · 7 years ago
  76. 9a15b6f [tools/model] Remove references to authentication in example by Claude Brisson · 7 years ago
  77. 9e025ef [tools/model] Remove unused imports by Claude Brisson · 7 years ago
  78. ef5fac9 [tools/model] move context objects in a separate package by Claude Brisson · 7 years ago
  79. 8a344a2 [tools/model] Initial import: velocity-tools-examples-bookshelf example webapp by Claude Brisson · 7 years ago
  80. 40e1811 [tools/model] Add tests by Claude Brisson · 7 years ago
  81. 0232241 [tools/model] Driver properties for a few known jdbc drivers by Claude Brisson · 7 years ago
  82. 217a54f [tools/model] Let VelocityView load model velocity properties if present by Claude Brisson · 7 years ago
  83. 9aa48bf [tools/model] Initial import: Velosurf library migration tools (wip) by Claude Brisson · 7 years ago
  84. 34fc6ac [tools/model] Initial import: ModelUberspector by Claude Brisson · 7 years ago
  85. 1bd5e82 [tools/model] Initial import: Velocity context wrappers for all model objects by Claude Brisson · 7 years ago
  86. e4240d3 [tools/model] Initial import: tailored ConfigDigester by Claude Brisson · 7 years ago
  87. 8f134fa [tools/model] Initial import: Model, Entity, Attribute and Instance objects and their dependencies by Claude Brisson · 7 years ago
  88. afb41b4 [tools/model] Remove some unused java imports by Claude Brisson · 7 years ago
  89. 6160887 [tools/model] Initial import: names & values filters by Claude Brisson · 7 years ago
  90. 09aa164 [tools/model] Gather getters/setters discovery code in generic tools' ClassUtils by Claude Brisson · 7 years ago
  91. 4d18800 [tools/model] Initial import: sql utilities by Claude Brisson · 7 years ago
  92. d9fb9b7 [tools/model] Initial import: config constants and config helper by Claude Brisson · 7 years ago
  93. 47294d0 [tools/model] Initial import: utility classes, and shading of commons-codec Base64 by Claude Brisson · 7 years ago
  94. 93c8366 [tools/model] Create velocity-tools-model child module by Claude Brisson · 7 years ago
  95. c4136cf [tools/model] Minor tweaks and code cleaning in view tools by Claude Brisson · 7 years ago
  96. 0365727 [tools/model] Minor tweaks and code cleaning in generic tools by Claude Brisson · 7 years ago
  97. e1728f8 [tools] Create branch for velocity-tools-model proposal by Claude Brisson · 7 years ago
  98. 4ded0a6 [tools] Upgrade engine dependency to 2.1, and fix test case by Claude Brisson · 7 years ago
  99. 8406282 [tools/view] Add BreadcrumbTool to known tools by Claude Brisson · 7 years ago
  100. f8b5e5f [tools/view] New BreadcrumbTool tool; factorize some code in blackbox tools tests by Claude Brisson · 7 years ago