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