1. 5c1afdf Added myself as committer by Scott Nicklous · 11 years ago trunk
  2. a9c1daf [maven-release-plugin] prepare for next development iteration by Eric Dalquist · 12 years ago
  3. 1e21903 [maven-release-plugin] prepare release pluto-2.1.0-M3 by Eric Dalquist · 12 years ago
  4. 08e0ff8 PLUTO-619 Fix parsing of escapeXml container runtime option by Eric Dalquist · 12 years ago
  5. a7622a6 PLUTO-618 Fix default supported container options by Eric Dalquist · 12 years ago
  6. 2ebb720 KEYS files were out of sync/incomplete for my keys (old and new) by Ate Douma · 13 years ago
  7. 6dbd6b4 PLUTO-611: Upgrade binary distribution to use latest Tomcat 7.0.21 by Ate Douma · 13 years ago
  8. 06d52db PLUTO-609: Reimplementation for new interpretation of PLT.17.1 concerning getting and setting of null values for portlet preferences. by Ate Douma · 13 years ago
  9. c2681f9 PLUTO-610 Fix so parent class is a 168 URL not a 286 URL by Eric Dalquist · 13 years ago
  10. d2d5fe8 PLUTO-609 Fix logic that handles null values for portlet preferences by Eric Dalquist · 13 years ago
  11. 64ca424 [maven-release-plugin] prepare for next development iteration by Eric Dalquist · 13 years ago
  12. cb74d4a [maven-release-plugin] prepare release pluto-2.1.0-M2 by Eric Dalquist · 13 years ago
  13. 1f46cd6 Update for 2.1 by Eric Dalquist · 13 years ago
  14. d17124a PLUTO-600 Add method to PortletRequestContext SPI that allows the portal to have complete control over request attribute resolution for portlets and servlets that portlets delegate to by Eric Dalquist · 13 years ago
  15. fa79690 Ignore some eclipse project files by Eric Dalquist · 13 years ago
  16. 766f52f Ignore some eclipse project files by Eric Dalquist · 13 years ago
  17. 825e4ff PLUTO-598: refined handling of possible "injected" and servlet container managed attributes. by Ate Douma · 13 years ago
  18. 767c818 [maven-release-plugin] prepare for next development iteration by Eric Dalquist · 14 years ago
  19. 2c84ab6 [maven-release-plugin] prepare release pluto-2.1.0-M1 by Eric Dalquist · 14 years ago
  20. df60702 Adding key hash to keys file by Eric Dalquist · 14 years ago
  21. 8895dbf Fix problem with GPG plugin and release plugin not showing prompt. by Eric Dalquist · 14 years ago
  22. 5c2db6a PLUTO-601 Throw IOException instead of NullPointerException when passed a null InputStream to keep functionality consistent between releases. by Eric Dalquist · 14 years ago
  23. 44ad3ed Partially reverting r1026934 to remove accidentally committed files by Eric Dalquist · 14 years ago
  24. 6c4e18c PLUTO-601 Remove use of JDK 1.6 API by Eric Dalquist · 14 years ago
  25. 2def5ec PLUTO-601 Move XMLInputFactory and DocumentBuilderFactory out of field level variables for thread saftey by Eric Dalquist · 14 years ago
  26. 81bf46c PLUTO-601 Use class member variables for expensive XML and RegEx related objects. by Eric Dalquist · 14 years ago
  27. 1735d33 PLUTO-600 Leave fall-back to ServletRequest attributes to the PortletRequestContext implementation by Eric Dalquist · 14 years ago
  28. a9bf4b1 PLUTO-599 Make the resource url tag check the javax.portlet.escapeXml setting by Eric Dalquist · 14 years ago
  29. 8cd1103 PLUTO-598: Retrieving Portlet invoked servlet request attributes should first check PortletRequest attributes before using fallback to the web container by Ate Douma · 14 years ago
  30. b70c928 PLUTO-314 Adding back in assembler task enhancements from 1.1 branch by Eric Dalquist · 14 years ago
  31. 0f33065 Fix for org.apache.felix maven-bundle-plugin error during a release:prepare where it cannot find (just build) dependent artifacts like the pluto-container-api to determine needed OSGi imports. by Ate Douma · 14 years ago
  32. 8b98d67 Keep rat tool happy by Ate Douma · 14 years ago
  33. 04057c2 Fix incorrect scm configurations by Ate Douma · 14 years ago
  34. 1f17b3e Fix for PLUTO-590: Nested dispatching from a portlet to two or more servlet/jsps does not retain the portlet contextPath when calling (servlet)request.getContextPath() but returns the portal contextPath by Ate Douma · 14 years ago
  35. edc6d39 Fix for PLUTO-583: PortalURLParserImpl: unnecessary "?" by Ate Douma · 14 years ago
  36. 8098424 PLUTO-575: Javascript fails to correctly clear out select boxes by Ate Douma · 14 years ago
  37. e44356d PLUTO-594: pluto-container-api-xxx.jar needs to include Specification-Version by Ate Douma · 14 years ago
  38. 6ca7dba PLUTO-569: Threading issue in DefaulltPortletInvoker by Ate Douma · 14 years ago
  39. e5f7be8 Fix for PLUTO-581: org.apache.pluto.driver.url.impl.PortalURLParserImpl not properly decoding public/private render parameters by Ate Douma · 14 years ago
  40. 9b81c62 Adding ASF licence header to keep rat check happy by Ate Douma · 14 years ago
  41. f6c5fec Moving the setup and run instructions for the Portlet 2.0 JSR-286 TCK under a jsr-286-tck folder by Ate Douma · 14 years ago
  42. 6b4ccf2 Providing setup and run instructions for the Portlet 2.0 JSR-286 TCK by Ate Douma · 14 years ago
  43. f56d293 PLUTO-590: rolling back previous fix which caused Portlet 2.0 TCK test failures. by Ate Douma · 14 years ago
  44. 7e2c0a9 Fix for PLUTO-593: don't remove leading '/' anymore from context path to determine portlet application name. by Ate Douma · 14 years ago
  45. a5ca004 PLUTO-590 Delegate getContextPath() to PortletRequest by Eric Dalquist · 14 years ago
  46. 2d629cd Update version for trunk development after creating the 2.0.x branch by Eric Dalquist · 14 years ago
  47. cd56852 PLUTO-590 Don't trim leading /'s from portlet application names as this will break for a portlet application deployed to the root servlet context. by Eric Dalquist · 14 years ago
  48. 937991a PLUTO-591: HttpServletPortletResponseWrapper incorrectly assumes MimeResponse.getPortletOutputStream() is upcastable to ServletOutputStream by Ate Douma · 14 years ago
  49. 9d6aada Pluto site skin better be part of the Pluto project itself to support building the project "site" without depending on the never released portals site project by Ate Douma · 14 years ago
  50. 553d4be Pluto site skin better be part of the Pluto project itself to support building the project "site" without depending on the never released portals site project by Ate Douma · 14 years ago
  51. dff24e5 Adding minimal Pluto project site generation configuration to be embedding in the overal Pluto site documentation. by Ate Douma · 14 years ago
  52. 0435fea Fix botched up version bump by Ate Douma · 14 years ago
  53. 3b129bd bumping to next development version 2.0.2-SNAPSHOT by Ate Douma · 14 years ago
  54. e3af202 [maven-release-plugin] prepare release pluto-2.0.1 by Ate Douma · 14 years ago
  55. a65eacb ignore by Ate Douma · 14 years ago
  56. a5450ed Cleanout of no longer used project-src assembly-plugin descriptor as we can use the inherited apache-7 pom configuration now by Ate Douma · 14 years ago
  57. 34bd1d4 Preparing for Pluto 2.0.1 release: by Ate Douma · 14 years ago
  58. 2d5c0a2 Upgrade Tomcat version for the distribution bundle to latest 6.0.26 by Ate Douma · 14 years ago
  59. 3f06964 Fix for PLUTO-568: Request attributes with javax not getting namespaced and hence colliding by Ate Douma · 14 years ago
  60. 8f297d0 PLUTO-567: Make Pluto work even if main portlets are not available. by Ate Douma · 14 years ago
  61. 5e4fb83 PLUTO-585 Considerable refactoring to use DI techniques compatible with osgi blueprint. The blueprint version works in geronimo, I don't know how to test the spring version by David Jencks · 14 years ago
  62. 4b7c379 PLUTO-586 use simpler release profile config from 1.3 parent. Also reformat to appraent 2-space indent convention used in other portals projects by David Jencks · 14 years ago
  63. e8ea907 PLUTO-585 make pluto work in osgi as blueprint services. (some code still in geronimo). Fix poms. Add some more DI constructors. Abstract away from ServletContext for non-DI configuration. Provide defaults for tooltip ResourceBundle in case osgi can't find the properties file. by David Jencks · 14 years ago
  64. 952ba47 PLUTO-585 use the felix maven plugin to build osgi bundles instead of plain jars. Make some osgi package imports optional. Not yet completely running in an osgi environment but jars at least load. by David Jencks · 14 years ago
  65. 4955daf PLUTO-387. Remove page functionality got lost on way to 2.0? by David Jencks · 14 years ago
  66. e1ce527 PLUTO-580: Allowing portlet descriptors which do not have namespace uris but have version attributes. by Woonsan Ko · 15 years ago
  67. 0579661 [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 15 years ago
  68. d9b0974 [maven-release-plugin] prepare release pluto-2.0.0 by Carsten Ziegeler · 15 years ago
  69. 5f65994 Temporary fix for http://jira.codehaus.org/browse/MASSEMBLY-409 by using a custom assembly descriptor. by Ate Douma · 15 years ago
  70. 97e726b Add missing assembly configuration. by Carsten Ziegeler · 15 years ago
  71. 50ca33f Adding rat exclusions for third party LICENSE files by Ate Douma · 15 years ago
  72. 5b8ec1a Include license files in tomcat dist. by Carsten Ziegeler · 15 years ago
  73. bd81092 Removing build <finalName> configuration as it interferes with the release process and isn't needed anyway. by Ate Douma · 15 years ago
  74. 593b5be Add missing license files by Carsten Ziegeler · 15 years ago
  75. 907cd0b Use Tomcat 6 again. by Carsten Ziegeler · 15 years ago
  76. f07d35c Adding jcl-over-slf4j as commons-logging is still needed for libraries like commons-digester by Ate Douma · 15 years ago
  77. 85b39bc Minor update on the readme. by Carsten Ziegeler · 15 years ago
  78. 242be19 Don't generate source or javadoc for web apps. by Carsten Ziegeler · 15 years ago
  79. 7051637 Use older Tomcat version. by Carsten Ziegeler · 15 years ago
  80. d846e9b Move legal files into meta-inf to avoid overwriting the ianal plugin config. by Carsten Ziegeler · 15 years ago
  81. 60c4372 Add missing licence headers and remove web dtd from rat check. by Carsten Ziegeler · 15 years ago
  82. 00e72a3 Correct portlet xsd licence header and remove xsds and dtds from rats check. by Carsten Ziegeler · 15 years ago
  83. 0b09d4a Restoring maven-war-plugin and maven-pluto-plugin configuration by Ate Douma · 15 years ago
  84. fa4fd54 Use jcl-over-slf4j instead of directly including jcl. by Carsten Ziegeler · 15 years ago
  85. a7e11a9 Remove obsolete assembly stuff and try to get dist build running. by Carsten Ziegeler · 15 years ago
  86. 807feac Remove obsolete assembly stuff and try to get dist build running. by Carsten Ziegeler · 15 years ago
  87. da85d1c Add missing commons logging (Spring requires commons logging) by Carsten Ziegeler · 15 years ago
  88. a6e9290 Fix ianal configuration, add missing headers. by Carsten Ziegeler · 15 years ago
  89. 49fa967 Fix ianal configuration, add missing headers. by Carsten Ziegeler · 15 years ago
  90. bab3c3c Remove obsolete assemblies and further clean up of poms by Carsten Ziegeler · 15 years ago
  91. ce58550 Remove obsolete assemblies and further clean up of poms by Carsten Ziegeler · 15 years ago
  92. b5130df Fix pom for ant tasks and remove obsolete assembly config. by Carsten Ziegeler · 15 years ago
  93. 4965a4a Some pom formatting and correct reference to parent pom. by Carsten Ziegeler · 15 years ago
  94. 6f7040a Some pom formatting and correct reference to parent pom. by Carsten Ziegeler · 15 years ago
  95. 0d63cea Remove obsolete resources and format pom. by Carsten Ziegeler · 15 years ago
  96. 2ea9c37 Remove site and site skin as the docs are now in the site module. Start cleaning up poms for the release. by Carsten Ziegeler · 15 years ago
  97. 1faea9b Remove site and site skin as the docs are now in the site module. Start cleaning up poms for the release. by Carsten Ziegeler · 15 years ago
  98. 7150f82 Remove stuff that is already inherited from parent apache parent pom. by Carsten Ziegeler · 15 years ago
  99. fb13a17 PLUTO-546 : Remove separate parent pom again, root pom is also the parent pom by Carsten Ziegeler · 15 years ago
  100. 83f5955 PLUTO-546 : Remove separate parent pom again, root pom is also the parent pom by Carsten Ziegeler · 15 years ago