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 es...@apache.org on 2007/03/31 20:33:13 UTC

svn commit: r524463 - in /portals/pluto/trunk: README pluto-portal/src/main/webapp/WEB-INF/themes/navigation.jsp pluto-site/src/site/xdoc/index.xml pluto-site/src/site/xdoc/news.xml pluto-site/src/site/xdoc/v11/release-notes.xml

Author: esm
Date: Sat Mar 31 11:33:12 2007
New Revision: 524463

URL: http://svn.apache.org/viewvc?view=rev&rev=524463
Log:
Adding license headers to a couple files.  Updating website with 1.1.3 version numbers.  Updating README with release notes. (trunk)

Modified:
    portals/pluto/trunk/README
    portals/pluto/trunk/pluto-portal/src/main/webapp/WEB-INF/themes/navigation.jsp
    portals/pluto/trunk/pluto-site/src/site/xdoc/index.xml
    portals/pluto/trunk/pluto-site/src/site/xdoc/news.xml
    portals/pluto/trunk/pluto-site/src/site/xdoc/v11/release-notes.xml

Modified: portals/pluto/trunk/README
URL: http://svn.apache.org/viewvc/portals/pluto/trunk/README?view=diff&rev=524463&r1=524462&r2=524463
==============================================================================
--- portals/pluto/trunk/README (original)
+++ portals/pluto/trunk/README Sat Mar 31 11:33:12 2007
@@ -17,7 +17,7 @@
 To run the Pluto Portal Driver deployed in Tomcat 5.5.20:
 
 1. Unzip the binary distribution into a directory.
-	a. <PLUTO-HOME> will be the pluto-1.1.0 subdirectory.
+	a. <PLUTO-HOME> will be the pluto-1.1.3 subdirectory.
 
 2. Execute startup.bat (Windows) or startup.sh (Unix)
    in <PLUTO-HOME>/bin.
@@ -31,6 +31,45 @@
  and for the most up to date documentation please go to:
  
   http://portals.apache.org/pluto
+
+Release Notes - Pluto - Version 1.1.3
+=====================================
+
+** Bug
+    * [PLUTO-351] - Method removeAttribute in PortletRequestImpl causes NullPointerException in Resin 3.0.17 
+
+** Improvement
+    * [PLUTO-350] - Remove absolute url dependency
+
+** New Feature
+    * [PLUTO-352] - Implement "Simple" Portlet Page Support
+
+** Task
+    * [PLUTO-348] - Automate PGP key signing of M2 artifacts.
+    * [PLUTO-349] - Include META-INF/LICENSE and META-INF/NOTICE in maven artifacts
+
+
+Release Notes - Pluto - Version 1.1.2
+=====================================
+
+** Bug
+    * [PLUTO-331] - Page Admin Portlet fails in Pluto 1.1.1
+    * [PLUTO-332] - PortletContextManager.remove(InternalPortletContext) fails
+    * [PLUTO-336] - Provide alternate ways for deriving applicationId
+
+** Improvement
+    * [PLUTO-334] - UserInfoService should provide PortletWindow in getUserInfo()
+    * [PLUTO-335] - Use proper namespacing for JavaScript in Page Admin Portlet
+    * [PLUTO-338] - Remove dependency to plexus file utils, commons httpclient and commons beanutils
+    * [PLUTO-344] - Update maven pluto plugin to accept a list of war files to assemble.
+
+** New Feature
+    * [PLUTO-328] - Add support for a callback right before Render and Action in PortletServlet
+
+** Task
+    * [PLUTO-339] - Deprecate PortletEntity getControllerServletUri() so it can be removed in future versions of Pluto.
+    * [PLUTO-345] - Fix link to distribution website on http://portals.apache.org/pluto/v11/getting-started.html
+
 
 Release Notes - Pluto - Version 1.1.1
 =====================================

Modified: portals/pluto/trunk/pluto-portal/src/main/webapp/WEB-INF/themes/navigation.jsp
URL: http://svn.apache.org/viewvc/portals/pluto/trunk/pluto-portal/src/main/webapp/WEB-INF/themes/navigation.jsp?view=diff&rev=524463&r1=524462&r2=524463
==============================================================================
--- portals/pluto/trunk/pluto-portal/src/main/webapp/WEB-INF/themes/navigation.jsp (original)
+++ portals/pluto/trunk/pluto-portal/src/main/webapp/WEB-INF/themes/navigation.jsp Sat Mar 31 11:33:12 2007
@@ -1,3 +1,21 @@
+<%--
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed  under the  License is distributed on an "AS IS" BASIS,
+WITHOUT  WARRANTIES OR CONDITIONS  OF ANY KIND, either  express  or
+implied.
+
+See the License for the specific language governing permissions and
+limitations under the License.
+--%>
 <%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %>
 <%@ taglib uri="http://portals.apache.org/pluto" prefix="pluto" %>
 

Modified: portals/pluto/trunk/pluto-site/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/portals/pluto/trunk/pluto-site/src/site/xdoc/index.xml?view=diff&rev=524463&r1=524462&r2=524463
==============================================================================
--- portals/pluto/trunk/pluto-site/src/site/xdoc/index.xml (original)
+++ portals/pluto/trunk/pluto-site/src/site/xdoc/index.xml Sat Mar 31 11:33:12 2007
@@ -45,13 +45,13 @@
       </div>
       
       <div class="highlightBox">
-        <h5>Get Pluto 1.1.2</h5>
+        <h5>Get Pluto 1.1.3</h5>
         <p>
           <a href="http://www.apache.org/dyn/closer.cgi/portals/pluto/">
             <img valign="top" src="images/download.gif" border="0" title="download"/>
             Download
           </a>
-          Pluto 1.1.2 GA
+          Pluto 1.1.3 GA
         </p>
         <ul>
           <li><a href="v11/getting-started.html">Installation Guide</a></li>
@@ -100,7 +100,7 @@
     <section name="Project Status">
       <p>
         Apache Pluto is a subproject of the Apache Portals Project. The current
-        stable release of Apache Pluto is version 1.1.2.  Pluto 1.1 is being
+        stable release of Apache Pluto is version 1.1.3.  Pluto 1.1 is being
         actively developed as the Reference Implementation of JSR-286.
       </p>
       <subsection name="Pluto 1.1">

Modified: portals/pluto/trunk/pluto-site/src/site/xdoc/news.xml
URL: http://svn.apache.org/viewvc/portals/pluto/trunk/pluto-site/src/site/xdoc/news.xml?view=diff&rev=524463&r1=524462&r2=524463
==============================================================================
--- portals/pluto/trunk/pluto-site/src/site/xdoc/news.xml (original)
+++ portals/pluto/trunk/pluto-site/src/site/xdoc/news.xml Sat Mar 31 11:33:12 2007
@@ -28,6 +28,25 @@
     
     <section name="News and Status">
 
+        <h4>21 March 2007 - Portals Pluto 1.1.2</h4>
+        <p>
+            The Apache Pluto project is proud to announce the General Availability release of Pluto 1.1.2. 
+            This is the third GA release of the 1.1 line of Pluto, which is a major refactoring of 
+            Pluto 1.0.1 to allow for easier integration of Pluto's portlet container into a portal.
+        </p>
+        <p>
+            The 1.1.2 GA release includes a number of minor bugfixes and enhancements including additional 
+            callbacks in the container, and updated assembly support in the Maven 2 plugin.  Release notes 
+            for the 1.1.2 release can be found at http://portals.apache.org/pluto/v11/release-notes.html. 
+        </p>
+        <p>
+            Pluto is the reference implementation of the JSR-168 (Portlet 1.0) specification for a portlet container. 
+            Pluto 1.1 is the basis for the reference implementation of the JSR-286 (Portlet 2.0) specification now 
+            under development by the JSR-286 Expert Group.
+        </p>
+
+
+
 	<h4>26 February 2007 - Portals Pluto 1.1.0 released</h4>
 	<p>
 		The Apache Pluto project is proud to announce the General Availability release of Pluto 1.1.0. 

Modified: portals/pluto/trunk/pluto-site/src/site/xdoc/v11/release-notes.xml
URL: http://svn.apache.org/viewvc/portals/pluto/trunk/pluto-site/src/site/xdoc/v11/release-notes.xml?view=diff&rev=524463&r1=524462&r2=524463
==============================================================================
--- portals/pluto/trunk/pluto-site/src/site/xdoc/v11/release-notes.xml (original)
+++ portals/pluto/trunk/pluto-site/src/site/xdoc/v11/release-notes.xml Sat Mar 31 11:33:12 2007
@@ -26,6 +26,32 @@
   
   <body>
 
+    <section name="Pluto 1.1.3 Release Notes">
+      <subsection name="Bug">
+        <ul>
+          <li><a href='https://issues.apache.org/jira/browse/PLUTO-351'>PLUTO-351</a> - Method removeAttribute in PortletRequestImpl causes NullPointerException in Resin 3.0.17 </li>
+        </ul>
+      </subsection> 
+      
+      <subsection name="Improvement">
+        <ul>
+          <li><a href='https://issues.apache.org/jira/browse/PLUTO-350'>PLUTO-350</a> - Remove absolute url dependency</li>
+        </ul>
+    
+      <subsection name="New Feature">
+        <ul>
+          <li><a href='https://issues.apache.org/jira/browse/PLUTO-352'>PLUTO-352</a> - Implement "Simple" Portlet Page Support</li>
+        </ul>
+      </subsection>
+          
+      <subsection name="Task">
+        <ul>
+          <li><a href='https://issues.apache.org/jira/browse/PLUTO-348'>PLUTO-348</a> - Automate PGP key signing of M2 artifacts.</li>
+          <li><a href='https://issues.apache.org/jira/browse/PLUTO-349'>PLUTO-349</a> - Include META-INF/LICENSE and META-INF/NOTICE in maven artifacts</li>
+        </ul>
+      </subsection>    
+    </section>
+
     <section name="Pluto 1.1.2 Release Notes">
 
       <subsection name="Bug">