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://nagoya.apache.org/jira/browse/PLUTO-64 |
nlothian
|
| Modified RenderResponseImpl.isValidContentType to correctly handle wildcard mime types. See http://nagoya.apache.org/jira/browse/PLUTO-84 |
nlothian
|
| Fixed to allow Pluto to work when disconnected from Internet. See http://nagoya.apache.org/jira/browse/PLUTO-88 |
nlothian
|
| Fixed spelling error on login_success.jsp |
nlothian
|
| Fixed TestSuite web.xml to be valid. http://nagoya.apache.org/jira/browse/PLUTO-81 |
nlothian
|
| Fix for renderResponse.getNamespace() returns invalid Javascript name. See http://nagoya.apache.org/jira/browse/PLUTO-85 |
nlothian
|
| Patch from Craig Doremus to allow portlet deployment using Ant. See http://nagoya.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
|