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