1. 1edcc9a Cleaning up the submenus to not have incorrect mailing lists. No real need for the examples to be pointing back to the lists. by Henri Yandell · 11 years ago
  2. 481a44a Tightening the text so it focuses on the Standard taglib instead of JSTL 1.1 development by Henri Yandell · 11 years ago
  3. 0162f7c standardize module names by Jeremy Boynes · 11 years ago
  4. 8799921 Remove "executable" property by Jeremy Boynes · 11 years ago
  5. 9756398 Remove @version markers left in examples and jstlel modules by Jeremy Boynes · 11 years ago
  6. b4f42ed Update eol-style by Jeremy Boynes · 11 years ago
  7. b75ca84 Update copyright year and text by Jeremy Boynes · 11 years ago
  8. 9c75007 Added Derby as a dependency and switched the source from using Cloudscape by Henri Yandell · 11 years ago
  9. 0c345a6 Xalan needs to be included in the war for testing by Henri Yandell · 11 years ago
  10. eb3030e Fixed titles by Henri Yandell · 11 years ago
  11. 872c11b Fixed spelling error by Henri Yandell · 11 years ago
  12. 9093bbd Fixing import statements, presumably the examples used to be in the same packge as the spec code by Henri Yandell · 11 years ago
  13. 7ebaf43 First pass at pom by Henri Yandell · 11 years ago
  14. cc385f8 Structuring in the maven way by Henri Yandell · 11 years ago
  15. 08f6a6a [maven-release-plugin] prepare for next development iteration by Jeremy Boynes · 11 years ago
  16. 2ee3e9b [maven-release-plugin] prepare release taglibs-standard-1.2.0-RC1 by Jeremy Boynes · 11 years ago
  17. f7fa7dc add new JDBC method to support building with Java7 but don't actually change version by Jeremy Boynes · 11 years ago
  18. 733dd5d major refactor of ForEachSupport to reduce array allocation and use auto-boxing by Jeremy Boynes · 11 years ago
  19. 7802e69 fix for #54544 where loop variables are not reset when the tag is recycled by Jeremy Boynes · 11 years ago
  20. 292ab1c rename method to make purpose clearer by Jeremy Boynes · 11 years ago
  21. 6c91152 refactor parsing of attributes used to specify a locale by Jeremy Boynes · 11 years ago
  22. dfd50bf add tests for SetLocaleSupport parseLocale function prior to refactor by Jeremy Boynes · 11 years ago
  23. 11a8b85 clean up IDE warnings by Jeremy Boynes · 11 years ago
  24. bdba1e6 update site and ci locations by Jeremy Boynes · 12 years ago
  25. 5cfe6a4 update spec reference to Oracle's site by Jeremy Boynes · 12 years ago
  26. 509229a start cleaning up site prior to release by Jeremy Boynes · 12 years ago
  27. 1210ee7 update standard to use released parent pom by Jeremy Boynes · 12 years ago
  28. 129f6f3 rename trunk level license files and remove from modules by Jeremy Boynes · 12 years ago
  29. 1ae903b remove relative path now we have a published parent pom by Jeremy Boynes · 12 years ago
  30. 5ec1d31 Change to version 1 of taglibs-parent to resolve Gump build failure by Konstantin Kolinko · 12 years ago
  31. a5ae736 ignore IDEA directories as well as module files by Jeremy Boynes · 12 years ago
  32. 4122654 Fix the download link to point to the archives by Henri Yandell · 12 years ago
  33. c3af32b s/2011/2012/g by Rainer Jung · 12 years ago
  34. f7848a4 don't use ${version} but ${project.version} by Olivier Lamy · 13 years ago
  35. a1cacda ignore target by Olivier Lamy · 13 years ago
  36. 6bb387a fix parent path by Olivier Lamy · 13 years ago
  37. b44bf1e fix warning from JavaDoc report by Jeremy Boynes · 13 years ago
  38. 9ffcfc9 applied standard patch for #50674 from Olivier Lamy by Jeremy Boynes · 13 years ago
  39. cb15e4e Update copyright year. by Rainer Jung · 13 years ago
  40. 9b1bada fix bug #50265 by undoing caching change by Jeremy Boynes · 13 years ago
  41. 83e619f remove obsolete exception class by Jeremy Boynes · 13 years ago
  42. 3405763 make Xalan dependency optional as only XML tags require it by Jeremy Boynes · 13 years ago
  43. cad2ebc remove optional OSGi dependency on org.apache.x* by Jeremy Boynes · 13 years ago
  44. 84ab6ed Refactor XPath to use low-level Xalan API. Fixes by Jeremy Boynes · 13 years ago
  45. 977d197 Fix #50414 by moving EL TLVs to sub-package by Jeremy Boynes · 13 years ago
  46. 4155b58 Apply patch from Rex Wang for #50461 and add test case by Jeremy Boynes · 13 years ago
  47. bc4747f remove empty directory by Jeremy Boynes · 13 years ago
  48. 295d2a5 Formatting followup. by Konstantin Kolinko · 13 years ago
  49. 4003ced Formatting followup. by Konstantin Kolinko · 13 years ago
  50. 8aa4eb4 Formatting followup. Do not wrap <function-signature/>. by Konstantin Kolinko · 13 years ago
  51. c705789 Code formatting followup. by Konstantin Kolinko · 13 years ago
  52. 6312806 Code formatting followup. by Konstantin Kolinko · 13 years ago
  53. d256ab9 Remove empty lines. by Konstantin Kolinko · 13 years ago
  54. 14de24d Remove empty lines. by Konstantin Kolinko · 13 years ago
  55. 4aa15a5 Code formatting followup. Remove '<p/>' added by the formatter from javadocs. by Konstantin Kolinko · 13 years ago
  56. 1b66c8e add common module for tool configuration; use common checkstyle rules for all modules by Jeremy Boynes · 13 years ago
  57. 4bbedea reformat examples to clean up tabs by Jeremy Boynes · 13 years ago
  58. 2faf688 remove extraneous package import that caused a build warning by Jeremy Boynes · 13 years ago
  59. 19220b3 reformat code to clean up tabs by Jeremy Boynes · 13 years ago
  60. c9e67fa reformat code to clean up tabs by Jeremy Boynes · 13 years ago
  61. 73bef8b reformat to clean up tabs by Jeremy Boynes · 13 years ago
  62. ad61e62 reformat code to remove tabs;add checkstyle report by Jeremy Boynes · 13 years ago
  63. dcb8212 add remaining core tags for compat module by Jeremy Boynes · 13 years ago
  64. adeb802 Switching the Logger to use the constructor parameter PrintStream instead of a hardcoded System.out. Also protected the only use of mOut in Logger from a null mOut. It would be a better API to throw an NPE if one is passed in, but that would affect backwards compat. by Henri Yandell · 13 years ago
  65. 1bc11ab apply patch from Sebb for #50266 to fix javadoc and imports by Jeremy Boynes · 13 years ago
  66. 9272fc8 update README_src.txt for new build environment by Jeremy Boynes · 13 years ago
  67. 6d3dcf4 apply patch from Sebb for #50264 that adds @Override annotations by Jeremy Boynes · 13 years ago
  68. 4858cb5 Moving the JSTL EL Resources from impl to jstlel per #50250 by Henri Yandell · 13 years ago
  69. 736d0b0 re-enable bundle packaging now Gump uses install goal by Jeremy Boynes · 14 years ago
  70. 64bad5b revert bundle packaging as it breaks Gump by Jeremy Boynes · 14 years ago
  71. bdac435 update to V7 of apache parent pom by Jeremy Boynes · 14 years ago
  72. da2b9d7 Apply patch from Rex Wang for creating OSGi bundle bug #50064 by Jeremy Boynes · 14 years ago
  73. b20d0f2 set svn:eol-style for remaining files by Jeremy Boynes · 14 years ago
  74. 210365e fix svn:eol-style property by Jeremy Boynes · 14 years ago
  75. 69fde41 Add JSTL 1.0 Out tag that uses javax.el to process EL expressions by Jeremy Boynes · 14 years ago
  76. 8ec5f80 Add JSTL 1.0 Import tag that uses javax.el to process EL expressions by Jeremy Boynes · 14 years ago
  77. 53cf959 Add JSTL 1.0 If tag that uses javax.el to process EL expressions by Jeremy Boynes · 14 years ago
  78. 45db368 Add JSTL 1.0 ForTokens tag that uses javax.el to process EL expressions by Jeremy Boynes · 14 years ago
  79. a02abd4 Add JSTL 1.0 ForEach tag that uses javax.el to process EL expressions by Jeremy Boynes · 14 years ago
  80. 1bc0c86 Add helper class for working with javax.el expressions by Jeremy Boynes · 14 years ago
  81. 26efb52 clean up null value handling by Jeremy Boynes · 14 years ago
  82. 444eb27 refactor c:set to resolve memory leak from bug #33934 by Jeremy Boynes · 14 years ago
  83. 07451e0 refactor 1.0 EL tag support into jstlel module by Jeremy Boynes · 14 years ago
  84. 4bdc623 Add compat and jstlel modules to start refactoring 1.0 support by Jeremy Boynes · 14 years ago
  85. 5c1357b refactor Evaluator tests to use JUnit and fix problems with boolean comparision by Jeremy Boynes · 14 years ago
  86. 6182993 fix method renamed for debugging by Jeremy Boynes · 14 years ago
  87. 4f8fa4e make ParserTest pass, assuming EL functions should be allowed by Jeremy Boynes · 14 years ago
  88. c4741f6 add test to confirm bugzilla #49900 and verify fix by Jeremy Boynes · 14 years ago
  89. 2ef5972 remove duplicate dependency by Jeremy Boynes · 14 years ago
  90. 2fcb93a remove empty directories by Jeremy Boynes · 14 years ago
  91. d6b5592 ignore test files by Jeremy Boynes · 14 years ago
  92. 0d4170b Rename tests to match default **/*Test.java pattern by Jeremy Boynes · 14 years ago
  93. 7311024 set svn:ignore to ignore IDE files and build target by Jeremy Boynes · 14 years ago
  94. d90312c fix project names by Jeremy Boynes · 14 years ago
  95. 8c530be Set JDK level using default maven.compiler.* properties by Jeremy Boynes · 14 years ago
  96. 305dfd5 move resources to location in default Maven resources tree to remove need for custom definition by Jeremy Boynes · 14 years ago
  97. 907182a ensure LICENSE and NOTICE file are included in every project jar by Jeremy Boynes · 14 years ago
  98. f292d9a remove obsolete DriverTag implementation as it has been replaced with SetDataSource and is no longer used by Jeremy Boynes · 14 years ago
  99. 3ff9d20 apply patch from Jarek Gawor for bugzilla #48773 by Jeremy Boynes · 14 years ago
  100. 3c7ee15 refactor Resources to use varargs by Jeremy Boynes · 14 years ago