You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-scm@portals.apache.org by cd...@apache.org on 2006/09/26 22:13:00 UTC

svn commit: r450174 - /portals/pluto/trunk/README

Author: cdoremus
Date: Tue Sep 26 13:12:59 2006
New Revision: 450174

URL: http://svn.apache.org/viewvc?view=rev&rev=450174
Log:
Updated for Pluto-1.1.0-beta2

Modified:
    portals/pluto/trunk/README

Modified: portals/pluto/trunk/README
URL: http://svn.apache.org/viewvc/portals/pluto/trunk/README?view=diff&rev=450174&r1=450173&r2=450174
==============================================================================
--- portals/pluto/trunk/README (original)
+++ portals/pluto/trunk/README Tue Sep 26 13:12:59 2006
@@ -12,11 +12,11 @@
 #  See the License for the specific language governing permissions and
 #  limitations under the License
 
-README for Pluto 1.1-beta1
+README for Pluto 1.1-beta2
 
-To run the Pluto Portal Driver deployed in Tomcat 5.5.9:
+To run the Pluto Portal Driver deployed in Tomcat 5.5.17:
 1. Unzip the binary distribution into a directory.
-	a. <PLUTO-HOME> will be the pluto-1.1.0-beta1 subdirectory.
+	a. <PLUTO-HOME> will be the pluto-1.1.0-beta2 subdirectory.
 2. Execute startup.bat (Windows) or startup.sh (Unix)
 in <PLUTO-HOME>/bin.
 	a. Use shutdown.bat/shutdown.sh to stop the portal
@@ -28,100 +28,63 @@
   http://portals.apache.org/pluto
   
 ***********************************************************
-* RELEASE NOTES: 1.1.0-beta1 April 15, 2006               *
+* RELEASE NOTES: 1.1.0-beta2 Sept 26, 2006                *
 ***********************************************************
-* Fixed or Resolved Issues                                         *
+* Fixed or Resolved Issues                                *
+***********************************************************
+** Bug ****************************************************
+ PLUTO-191  Dynamic Inclusion of dependencies in Maven Plugin
+ PLUTO-232  Maximize window state does not work properly
+ PLUTO-233  Exception thrown if edit or help mode is not supported by portlet
+ PLUTO-242  Portlet session is invalidated when maxInactiveInterval < 0
+ PLUTO-243  PortalURLParser drops '/' characters when building render path
+ PLUTO-245  Parsing of portlet.xml strips space from init-param values
+ PLUTO-246  PortalURLParser should URLEncode query string parameters 
+ PLUTO-248  PortalUrlParser should encode '#' character
+ PLUTO-251  Pluto fails when navigating between pages using the drop-downs
+ PLUTO-254  NPE in PortalDriverServlet when requesting a resource that doesn't exist 
 ***********************************************************
-** Bug
-    * [PLUTO-78] - Pluto 1.1: portlet info not initialized when defined in resource external to portlet.xml
-    * [PLUTO-79] - Pluto 1.1: portal driver servlet's doPost() method calls itself
-    * [PLUTO-86] - Pluto 1.1: portlet context never initialized for portlet session
-    * [PLUTO-120] - portlet:namespace fails inside JSTL c:set
-    * [PLUTO-145] - Bug in ResourceBundleFactory: NullPointerException when 'portlet.xml' does not define short-title or keywords.
-    * [PLUTO-146] - Tomcat fails to deploy WAR generated by ArchivedFileAssembler.
-    * [PLUTO-147] - Portlet init params get lost: bad castor mapping file 'castor-portlet-xml-mapping.xml'
-    * [PLUTO-148] - When creating PortletRequestDispatcher, all appended parameters are lost.
-    * [PLUTO-149] - common/shared dependencies bundled in jar.
-    * [PLUTO-150] - In version 1.1-ALPHA, RenderResponseImpl.getNamespace() should be updated
-    * [PLUTO-159] - ClassNotFoundException when using testsuites Simple Preference Test
-    * [PLUTO-162] - Some suggestions to the Pluto testsuite, and a bug report.
-    * [PLUTO-166] - Creation of PreferencesValidator breaks the portlet spec.
-    * [PLUTO-167] - PortletPreferencesImpl.getMap() breaks the spec: PLT 14.1 (xci)
-    * [PLUTO-168] - Portlet session binding problem
-    * [PLUTO-173] - Build (mvn install) fails
-    * [PLUTO-175] - [1.1] Testsuite Simple Action Parameter Test fails
-    * [PLUTO-176] - [1.1] Testsuite Simple Preference Test fails
-    * [PLUTO-177] - [1.1] Multiple failures in Testsuite Resource Bundle Test
-    * [PLUTO-178] - [1.1] Testsuite Security Mapping Test cannot be run
-    * [PLUTO-179] - [1.1] Testsuite Application Scoped Session Attributes Test fails
-    * [PLUTO-180] - [1.1] Testsuite Misc Test: Portal Info Test fails
-    * [PLUTO-185] - EmbeddedDataSourceManager not properly connecting to Derby database
-    * [PLUTO-188] - [1.1] Four failures in the testsuite's Simple Preference Test
-    * [PLUTO-189] - [1.1] Three failures in the testsuite's Resource Bundle Test on Test Portlet #1
-    * [PLUTO-190] - [1.1] Two problems in the testsuite's Security Mapping Test
-    * [PLUTO-192] - ActionRequest.isPortletModeAllowed Fails
-    * [PLUTO-193] - ActionRequest.GetParameterMap
-    * [PLUTO-194] - ActionResponse.SetPortletMode IllegalStateException not thrown
-    * [PLUTO-197] - ActionRequest.GetParameterMap
-    * [PLUTO-198] - ActionRequest.GetPreferences NullPointerException
-    * [PLUTO-199] - ActionResponse.setRenderParameter
-    * [PLUTO-205] - PortletPreferences.store() does not throw IllegalStateException when called within render()
-    * [PLUTO-207] - Request did not return correct query string when dispatched
-    * [PLUTO-208] - Render parameters are lost when dispatching request
-    * [PLUTO-209] - RenderResponse: getWriter() and getPortletOutputStream() should have thrown IllegalStateException if content-type is not set
-    * [PLUTO-210] - Default preference value not returned correctly
-    * [PLUTO-213] - PortletSession not invalidated after max inactive interval.
-    * [PLUTO-220] - flush causing problem in doEndTag() in BasicURLTag.java
-    * [PLUTO-221-231] - Sub-project descriptors referencing basedir break multi-project build
-    * [PLUTO-235] - Add example of installing Pluto on Windows
-    * [PLUTO-237] - org.apache.pluto.internal package missing LocalStrings.properties
-
-** Improvement
-    * [PLUTO-151] - New class hierarchy to implement portlet request and response, and resolve the dispatching parameters problem.
-    * [PLUTO-195] - Validate Container Startup / init before servicing requests
-    * [PLUTO-204] - Add spec PLT number to TestResult in portlet tests
-    * [PLUTO-211] - Too many methods overwritten in RenderRequestImpl
-    * [PLUTO-212] - Merge methods in RenderRequestImpl and PortletContextImpl
-
-** New Feature
-    * [PLUTO-108] - Use CSS Positioning for Portal
-    * [PLUTO-144] - Class PlutoTestCase does not compile under JDK1.4 (in container/src/test)
-    * [PLUTO-158] - Sperate pluto-portal-driver from pluto-portal subprojects.
-    * [PLUTO-156] - Support for PortletPreferences
-    * [PLUTO-165] - EL support for portlet:param tag
-    * [PLUTO-181] - Install Pluto Portal from Repository
-    * [PLUTO-183] - pluto 1.1 portal-driver and Spring
 
+** New Feature ********************************************
+ PLUTO-214  Add logout link to portal page.
+ PLUTO-255   Seperate portal-driver into portal-driver-api and portal-driver-impl
+***********************************************************
+***********************************************************
+
+***********************************************************
 ***********************************************************
 * Open Issues                                             *
 ***********************************************************
 
-** Bug
-    * [PLUTO-122] - Portlet Preferences need to be user specific
-    * [PLUTO-124] - POST Data gets truncated due to internal redirect by pluto
-    * [PLUTO-191] - Dynamic Inclusion of dependencies in Maven Plugin
-    * [PLUTO-200] - Missing Resource Exception from PortletConfig.getResourceBundle
-    * [PLUTO-232] - Maximize window state does not work properly
-    * [PLUTO-233] - Exception thrown if edit or help mode is not supported by portlet
-    * [PLUTO-234] - Session Timeout Test in testsuite fails
-    * [PLUTO-239] - Missing error message key pair results in an ambiquous log entry
+** Bug ****************************************************
+ PLUTO-124  POST Data gets truncated due to internal redirect by pluto
+ PLUTO-122  Portlet Preferences need to be user specific
+ PLUTO-257  Pluto 1.1 plugin for the deployment of custom portlets does not work
+ PLUTO-200  Missing Resource Exception from PortletConfig.getResourceBundle
+ PLUTO-234  Session Timeout Test in testsuite fails
+***********************************************************
     
-** New Feature
-    * [PLUTO-38] - user profile attribute support
-    * [PLUTO-182] - [1.1] Add assembly plugin to create distributions
-    * [PLUTO-186] - ToolTips to Portlet Controls
-    * [PLUTO-214] - Add logout link to portal page.
+** New Feature ********************************************
+ PLUTO-215  Create admin portlet for Pluto portal driver
+ PLUTO-252  Custom Tags with response.encodeUrl( url ) and Render hidden portlet mode.
+ PLUTO-38   user profile attribute support
+ PLUTO-186  ToolTips to Portlet Controls
+***********************************************************
     
-** Improvement
-    * [PLUTO-215] - Create admin portlet for Pluto portal driver
-    * [PLUTO-204] - Add spec PLT number to TestResult in portlet tests
+** Improvement ********************************************
+ PLUTO-204  Add spec PLT number to TestResult in portlet tests
+ PLUTO-247  PortalURLParser: Avoid putting '?' and '&' characters in query string if unnecessary
+***********************************************************
     
-** Task
-    * [PLUTO-217] - [1.1] Script to package binary release
-    * [PLUTO-218] - [1.1] Script to package source release
+** Task ***************************************************
+ PLUTO-218  [1.1] Script to package source release
+ PLUTO-217  [1.1] Script to package binary release
+***********************************************************
 
-** Test
-    * [PLUTO-206] - Improve pluto-testsuite to test more aspects
+** Test ***************************************************
+ PLUTO-206  Improve pluto-testsuite to test more aspects
+***********************************************************
     
-** Wish
-    * [PLUTO-153] - Jetty Deployment Support
+** Wish ***************************************************
+ PLUTO-153  Jetty Deployment Support
+***********************************************************
\ No newline at end of file