Version | Date | Description |
---|---|---|
1.0.1 | Sept 17, 2005 | General Availability Release |
1.0.1-rc4 | July 24, 2005 | Release Candidate |
1.0.1-rc3 | June 27, 2005 | Release Candidate |
1.0.1-rc2 | Dec 22, 2004 | Release Candidate |
1.0.1-rc1 | Oct 8, 2004 | Release Candidate |
1.0 | 2003 | Initial CVS Import |
Type | Changes | By |
---|---|---|
![]() | Added Pluto 1.1 index page and basic documentation | cdoremus |
![]() | PLUTO 164: response contentType can change after getWriter() | cdoremus |
![]() | PLUTO 155: URL encoding in pluto 1.0.1-RC4 issue when using apache with jk2 | ddewolf |
![]() | PLUTO 157: portlet.tld taglib is using jsp version 1.1. JSR168 spec requires JSP version 1.2 | ddewolf |
![]() | PLUTO 152: Support maven deployment to a remote repository | ddewolf |
![]() | PLUTO 130: portlet:namespace fails inside JSTL c:set | ddewolf |
![]() | PLUTO-107: Admin portlet fails to add page. Hot deployment now supported. | cdoremus |
![]() | PLUTO-92: Deployer strips elements from web.xml (Deploy War Portlet) | cdoremus |
Type | Changes | By |
---|---|---|
![]() | Support Multiple Security Constrains in the portlet driver's web.xml processing | ddewolf |
![]() | PLUTO-131: Login Link Broken | ddewolf |
![]() | PLUTO-138: No Access to OutputStream | ddewolf |
![]() | PLUTO-130: Detailed Error Messages on misconfiguration | ddewolf |
![]() | PLUTO-133: ServiceManager JavaDoc Inaccuracy | ddewolf |
![]() | PLUTO-135: DefineObjectsTag vialates Portlet Spec | mblum |
![]() | PLUTO-129: PortletResponse SetBuffer Size | mblum |
![]() | Added documentation on requirements for JDK 1.5 (J2SE 5.0) to run binary release (install.html) | cdoremus |
![]() | Added documentation on portletcontexts .txt (install.html and faq.html) | cdoremus |
![]() | Added Troubleshooting information to help mode file of Deploy War Portlet (DeployWarHelp.html) | cdoremus |
![]() | Added logging.properties to binary release for logging to pluto.log | cdoremus |
![]() | Pluto logo (pluto.png) now packaged with binary release | cdoremus |
![]() | Added servlet container name to Banner.jsp | cdoremus |
![]() | Fixed Deploy War Portlet to allow for proper redeployment of partially-deployed portlet | cdoremus |
![]() | Fixed Deploy War Portlet to prevent duplicate entries to portletcontexts.txt | cdoremus |
![]() | PLUTO-85: RenderResponse.getNamespace() returns invalid JavaScript name | cdoremus |
![]() | PLUTO-119: setRenderParameter() problematic with keys that contain '?' | cdoremus |
![]() | PLUTO-126: Missing manager web application in binary release. Also added manager user/role to tomcat-users.xml | cdoremus |
![]() | PLUTO-136: Exceptions in Deploy class not propagated to the Admin portlets | cdoremus |
Type | Changes | By |
---|---|---|
![]() | Updated Maven's Default JDK Version | ddewolf |
![]() | Made Session Attributes Serializable for Pluto TestSuite | ddewolf |
![]() | Update PortletSession to return appropriate Context | taylor |
![]() | Update Documentation | cdoremus |
![]() | Update Admin Portlet | cdoremus |
![]() | Update Deployment Descriptor Access | ddewolf |
![]() | Added XML Configuration for action-param and render-param | ddewolf |
![]() | Added Additional TestSuite Tests | ddewolf |
![]() | Fixed Render Parameters Include Bug | ddewolf |
![]() | Updated the Pluto Deployer to be more flexible | ddewolf |
Type | Changes | By |
---|---|---|
![]() | Upgraded to Tomcat 5.5.4 for Pluto/Tomcat Bundle | nlothian |
![]() | Update FAQ and installation instructions. | nlothian |
![]() | Update version number to 1.0.1-rc2 in \project.xml, \deploy\project.xml, \portal\project.xml, \testsuite\project.xml, \container\src\conf\org\apache\pluto\environment.properties and \portal\src\webapp\WEB-INF\config\services\ConfigService.properties | nlothian |
![]() | Altered PortalActionProvider to suit Jetspeed better. See http://issues.apache.org/jira/browse/PLUTO-64 | nlothian |
![]() | Modified RenderResponseImpl.isValidContentType to correctly handle wildcard mime types. See http://issues.apache.org/jira/browse/PLUTO-84 | nlothian |
![]() | Fixed to allow Pluto to work when disconnected from Internet. See http://issues.apache.org/jira/browse/PLUTO-88 | nlothian |
![]() | Fixed spelling error on login_success.jsp | nlothian |
![]() | Fixed TestSuite web.xml to be valid. http://issues.apache.org/jira/browse/PLUTO-81 | nlothian |
![]() | Fix for renderResponse.getNamespace() returns invalid Javascript name. See http://issues.apache.org/jira/browse/PLUTO-85 | nlothian |
![]() | Patch from Craig Doremus to allow portlet deployment using Ant. See http://issues.apache.org/jira/browse/PLUTO-72 | nlothian |
![]() | Updated build.properties.sample to use Tomcat 5 by default | nlothian |
![]() | Added FAQ documentation. | ddewolf |
![]() | Added the Resource Bundle Test to the testsuite. | ddewolf |
![]() | Added the Security Mapping Test to the testsuite. | ddewolf |
![]() | Updated the Security Mapping test in the testsuite to allow simple configuration to determine which roles should be used for the test. | ddewolf |
![]() | PortalURLs were incorrectly converting null values to the String "null". This was happending when action requests with a query string such as:
?param= & param2= . | ddewolf |
![]() | Issue PLUTO-66. The testsuite TestPortlet was not testing for empty string parameters. Thanks Ken Weiner for the patch. | ddewolf |
![]() | Include Pluto Documentation in Binary release | ddewolf |
![]() | Add portlet deployment documentation to installation document. Thank you Ken Ramirez. | ddewolf |
![]() | Add README file to all releases. Thank you Craig Doremus for pointing out that it wasn't included. | ddewolf |
![]() | Removed swallowed error condition in the PortletInvoker. Upon failing to find a RequestDispatcher to which a portlet request could be invoked, the container was previously returning normally. A PortletException is now thrown. Thank you Brad Johnson. | ddewolf |
![]() | Upgraded the default testsuite beanutils and digester dependencies to remove the dependency upon commons-collections. | ddewolf |
Type | Changes | By |
---|---|---|
![]() | Updating Pluto JavaDocs. ( PLUTO-46) | ddewolf |
![]() | Support role mapping in portlet.xml ( PLUTO-46) | ddewolf |
![]() | Support multiple resource-ref entried in portlet app web.xml ( PLUTO-48) | ddewolf |
![]() | Removed fullDeployment dependency from pluto deployer. ( PLUTO-49) | ddewolf |
![]() | Implement Mime Type Matching. ( PLUTO-55) | ddewolf |
![]() | Add handling of mime-mappings in web application definition. | cziegeler |
![]() | Updating site generation for Apache Portals | ddewolf |