gatein SVN: r6588 - epp/docs/branches/5.1/Site_Publisher.
by do-not-reply@jboss.org
Author: smumford
Date: 2011-06-02 23:55:06 -0400 (Thu, 02 Jun 2011)
New Revision: 6588
Added:
epp/docs/branches/5.1/Site_Publisher/README
Removed:
epp/docs/branches/5.1/Site_Publisher/create_site_publisher_docs.sh
Log:
Committed script in error. Replacing with README file.
Added: epp/docs/branches/5.1/Site_Publisher/README
===================================================================
--- epp/docs/branches/5.1/Site_Publisher/README (rev 0)
+++ epp/docs/branches/5.1/Site_Publisher/README 2011-06-03 03:55:06 UTC (rev 6588)
@@ -0,0 +1,23 @@
+Red Hat Site Publisher User Guide Build Instructions:
+
+A script is available to automate this task. Check it out from: https://svn.devel.redhat.com/repos/ecs/JBoss_Enterprise_Portal_Platform/c...
+
+Either run this script or perform the following steps manually (this guide assumes you have the necessary permissions).
+
+1: Check out the eXo WCM User Guide source from: http://svn.exoplatform.org/projects/ecms/branches/2.1.x/docs/userguide
+
+2: Check out the Red hat build files from: https://svn.devel.redhat.com/repos/ecs/JBoss_Enterprise_Portal_Platform/S...
+
+3: Copy the 'userguide' directory to 'User_Guide'.
+
+4: Copy the XML files in the 'SPUG_Build_Files/files' directory into User_Guide/en-US. This will overwrite some eXo-specific files with Red Hat equivalents. Consider removing the original 'User_Guide.xml' and 'User_Guide.ent' files.
+
+5: Copy the PNG files from the 'SPUG_Build_Files/images' folder into User_Guide/images. This will overwrite some eXo-specific screenshots with Red Hat equivalents.
+
+6: Navigate into the 'User_Guide/en-US/images' directory and run the command:
+
+ $ xargs rm < ../../../SPUG_Build_Files/rm_icons.txt.
+
+This will remove inline icons that, if present, will override textual fallbacks and break visual impairment accessibility guidelines mentioned in the Publican User Guide.
+
+7: The Site Publisher User Guide should build using Red Hat images text and product names/numbers.
\ No newline at end of file
Deleted: epp/docs/branches/5.1/Site_Publisher/create_site_publisher_docs.sh
===================================================================
--- epp/docs/branches/5.1/Site_Publisher/create_site_publisher_docs.sh 2011-06-03 03:53:16 UTC (rev 6587)
+++ epp/docs/branches/5.1/Site_Publisher/create_site_publisher_docs.sh 2011-06-03 03:55:06 UTC (rev 6588)
@@ -1,42 +0,0 @@
-#! /bin/bash
-
-echo "Checking for required resources..."
- sleep 2s; echo "Checking for original eXo userguide..."
- if [ ! -d userguide ]; then
- sleep 2s; echo "Nope. Fetching eXo Source..."
- svn co http://svn.exoplatform.org/projects/ecms/branches/2.1.x/docs/userguide
- else
- sleep 2s; echo "Yup. Check for updates..."
- svn up userguide/
- fi
- sleep 2s; echo "Checking for local RH User_Guide..."
- if [ ! -d User_Guide ]; then
- sleep 2s; echo "Nope. Creating Local User_Guide.."
- cp -r userguide/ User_Guide
- else echo "Yup. Updating modules from userguide..."
- sleep 2s; rsync -rvu userguide/en-US/modules/ User_Guide/en-US/modules
- fi
- sleep 2s; echo "Checking for RH SP build files..."
- if [ ! -d SPUG_Build_Files ]; then
- sleep 2s; echo "Nope. Fetching RH SP build files..."
- svn co https://svn.devel.redhat.com/repos/ecs/JBoss_Enterprise_Portal_Platform/S...
- else
- sleep 2s; echo "Yup. Checking for updates..."
- svn up SPUG_Build_Files/
- fi
-
-sleep 2s; echo "Creating Red Hat Site Publisher User Guide..."
-
- sleep 2s; echo "Copying Red Hat build files"
- sleep 2s; cp -v SPUG_Build_Files/files/* User_Guide/en-US/; rm -v User_Guide/en-US/User_Guide.xml User_Guide/en-US/User_Guide.ent
-
- sleep 2s; echo "Copying Red Hat images..."
- sleep 2s; cp -v SPUG_Build_Files/images/* User_Guide/en-US/images/
-
- sleep 2s; echo "Removing inline icon files..."
- sleep 2s; cd User_Guide/en-US/images; xargs rm -v < ../../../SPUG_Build_Files/rm_icons.txt
- cd ..
- sleep 2s; echo "Replacing PRODUCT entities with text..."
- grep -lr "\&PRODUCT\;" User_Guide/en-US/ | xargs sed -i 's/\&PRODUCT\;/Site Publisher/g'
-
-exit
\ No newline at end of file
13 years, 6 months
gatein SVN: r6587 - in epp/docs/branches/5.1/Site_Publisher: Installation_Guide/en-US and 2 other directories.
by do-not-reply@jboss.org
Author: smumford
Date: 2011-06-02 23:53:16 -0400 (Thu, 02 Jun 2011)
New Revision: 6587
Added:
epp/docs/branches/5.1/Site_Publisher/Release_Notes/en-US/Site_Publisher_5.1.1_Release_Notes.ent
epp/docs/branches/5.1/Site_Publisher/Release_Notes/en-US/Site_Publisher_5.1.1_Release_Notes.xml
epp/docs/branches/5.1/Site_Publisher/Release_Notes/en-US/known_issues.xml
epp/docs/branches/5.1/Site_Publisher/Release_Notes/en-US/need_info.xml
epp/docs/branches/5.1/Site_Publisher/Release_Notes/en-US/resolved_issues.xml
epp/docs/branches/5.1/Site_Publisher/create_site_publisher_docs.sh
Removed:
epp/docs/branches/5.1/Site_Publisher/Release_Notes/en-US/Site_Publisher_5.1.0_Release_Notes.ent
epp/docs/branches/5.1/Site_Publisher/Release_Notes/en-US/Site_Publisher_5.1.0_Release_Notes.xml
Modified:
epp/docs/branches/5.1/Site_Publisher/Installation_Guide/en-US/Book_Info.xml
epp/docs/branches/5.1/Site_Publisher/Installation_Guide/en-US/Installation.xml
epp/docs/branches/5.1/Site_Publisher/Installation_Guide/en-US/Introduction.xml
epp/docs/branches/5.1/Site_Publisher/Installation_Guide/en-US/Middleware_Feedback.xml
epp/docs/branches/5.1/Site_Publisher/Installation_Guide/en-US/Revision_History.xml
epp/docs/branches/5.1/Site_Publisher/Installation_Guide/en-US/Site_Publisher_Installation_Guide.ent
epp/docs/branches/5.1/Site_Publisher/Release_Notes/en-US/Article_Info.xml
epp/docs/branches/5.1/Site_Publisher/Release_Notes/en-US/Revision_History.xml
epp/docs/branches/5.1/Site_Publisher/Release_Notes/publican.cfg
Log:
Updating with 5.1.1 changes
Modified: epp/docs/branches/5.1/Site_Publisher/Installation_Guide/en-US/Book_Info.xml
===================================================================
--- epp/docs/branches/5.1/Site_Publisher/Installation_Guide/en-US/Book_Info.xml 2011-06-03 00:16:12 UTC (rev 6586)
+++ epp/docs/branches/5.1/Site_Publisher/Installation_Guide/en-US/Book_Info.xml 2011-06-03 03:53:16 UTC (rev 6587)
@@ -5,14 +5,14 @@
]>
<bookinfo id="book-Installation_Guide-Installation_Guide">
<title>Site Publisher Installation Guide</title>
- <subtitle>An Installation Guide for JBoss Enterprise Portal Platform</subtitle>
+ <subtitle>An Installation Guide for Site Publisher &VX;</subtitle>
<productname>JBoss Enterprise Portal Platform</productname>
<productnumber>5.1</productnumber>
<edition>1</edition>
- <pubsnumber>5.1</pubsnumber>
+ <pubsnumber>5.2</pubsnumber>
<abstract>
<para>
- This book provides information about obtaining, installing and running JBoss Enterprise Portal Platform. It forms the documentation suite along with the JBoss Enterprise Portal Platform User Guide available at <ulink type="http" url="http://docs.redhat.com/docs/en-US/JBoss_Site_Publisher/index.html" />
+ This book provides information about obtaining, installing and running the JBoss Enterprise Portal Platform Site Publisher extension. It forms the documentation suite along with the Site Publisher User Guide available at <ulink type="http" url="http://docs.redhat.com/docs/en-US/JBoss_Site_Publisher/index.html" />
</para>
</abstract>
Modified: epp/docs/branches/5.1/Site_Publisher/Installation_Guide/en-US/Installation.xml
===================================================================
--- epp/docs/branches/5.1/Site_Publisher/Installation_Guide/en-US/Installation.xml 2011-06-03 00:16:12 UTC (rev 6586)
+++ epp/docs/branches/5.1/Site_Publisher/Installation_Guide/en-US/Installation.xml 2011-06-03 03:53:16 UTC (rev 6587)
@@ -9,7 +9,7 @@
<section id="sect-Installation_Guide-Installation-Pre_Installation_Requirements">
<title><emphasis role="bold">Pre-Installation Requirements</emphasis></title>
<para>
- JBoss Enterprise Portal Platform is an extension to the JBoss Enterprise Portal Platform product. It is not a standalone product. Therefore it needs to be installed into a working installation of JBoss Enterprise Portal Platform to function.
+ Site Publisher is an extension to the JBoss Enterprise Portal Platform product. It is not a standalone product. Therefore it needs to be installed into a working installation of JBoss Enterprise Portal Platform to function.
</para>
<para>
If you do not already have a installation of JBoss Enterprise Portal Platform you should follow the steps outlined in the JBoss Enterprise Portal Platform Installation Guide to obtain and install an instance of the Portal Platform.
@@ -20,12 +20,12 @@
<important>
<title>JBoss Enterprise Portal Platform Environments</title>
<para>
- The Site Publisher add-on can only be installed into a <emphasis>clean</emphasis> installation of JBoss Enterprise Portal Platform 5.1.0.
+ The Site Publisher add-on can only be installed into a <emphasis>clean</emphasis> installation of JBoss Enterprise Portal Platform &VX;.
</para>
<itemizedlist>
<listitem>
<para>
- It <emphasis role="bold">cannot</emphasis> be installed into a <emphasis>pre-existing</emphasis> JBoss Enterprise Portal Platform 5.1.0 installation (in this instance pre-existing is taken to mean a deployment that contains configuration settings or data that is not standard in the release).
+ It <emphasis role="bold">cannot</emphasis> be installed into a <emphasis>pre-existing</emphasis> JBoss Enterprise Portal Platform installation (in this instance <emphasis>pre-existing</emphasis> is taken to mean a deployment that contains configuration settings or data that is not standard in the release).
</para>
</listitem>
<listitem>
@@ -33,7 +33,7 @@
Likewise, Site Publisher <emphasis role="bold">cannot</emphasis> be installed onto JBoss Enterprise Portal Platform 5.0 or 5.0.1 versions (including installations that include the technical preview release of the Site Publisher extension).
</para>
<para>
- You must deploy a new instance of JBoss Enterprise Portal Platform 5.1.0 in order to use the Site Publisher add-on.
+ You must deploy a new instance of JBoss Enterprise Portal Platform &VX; in order to use the Site Publisher add-on.
</para>
</listitem>
</itemizedlist>
@@ -41,10 +41,10 @@
<note>
<title>JBoss Enterprise Portal Platform Subscriptions</title>
<para>
- Subscriptions for JBoss Enterprise Portal Platform are separate from JBoss Enterprise Portal Platform subscriptions.
+ Subscriptions for Site Publisher are separate from JBoss Enterprise Portal Platform subscriptions.
</para>
<para>
- If you do not already have a subscription to JBoss Enterprise Portal Platform you will need to obtain one in addition to your JBoss Enterprise Portal Platform subscription in order to install and run JBoss Enterprise Portal Platform
+ If you do not already have a subscription to JBoss Enterprise Portal Platform you will need to obtain one in addition to your Site Publisher subscription in order to install and run Site Publisher.
</para>
</note>
</section>
@@ -62,7 +62,7 @@
<term>Default</term>
<listitem>
<para>
- <filename>jboss-epp-5.1/jboss-as/server/default/deploy</filename>.
+ <filename>jboss-epp-&VX;/jboss-as/server/default/deploy</filename>.
</para>
</listitem>
@@ -72,7 +72,7 @@
<term>All</term>
<listitem>
<para>
- <filename>jboss-epp-5.1/jboss-as/server/all/deploy</filename>.
+ <filename>jboss-epp-&VX;/jboss-as/server/all/deploy</filename>.
</para>
</listitem>
@@ -82,7 +82,7 @@
<term>Production</term>
<listitem>
<para>
- <filename>jboss-epp-5.1/jboss-as/server/production/deploy</filename>.
+ <filename>jboss-epp-&VX;/jboss-as/server/production/deploy</filename>.
</para>
</listitem>
@@ -94,7 +94,7 @@
Ensure you know which of the above configuration profiles are to be used in your JBoss Enterprise Portal Platform environment before you begin the installation.
</para>
<para>
- Alternatively, the required files can be copied into each of the three locations to ensure JBoss Enterprise Portal Platform can be used with each of the three configuration profiles.
+ Alternatively, the required files can be copied into each of the three locations to ensure that Site Publisher can be used with each of the three configuration profiles.
</para>
<para>
If you use a custom configuration profile, copy the files into the corresponding location of your profile.
@@ -107,19 +107,19 @@
<procedure>
<step>
<para>
- If you have not already done so, deploy a new installation of JBoss Enterprise Portal Platform 5.1.
+ If you have not already done so, deploy a new installation of JBoss Enterprise Portal Platform &VX;.
</para>
</step>
<step>
<para>
- Download the <filename>jboss-eppsp-5.1.0-exo-2.1.2-GA.zip</filename> file from the Red Hat JBoss Customer Support Portal and extract it to an easily accessible location.
+ Download the <filename>jboss-eppsp-&VX;-exo-<version>-GA.zip</filename> file from the Red Hat JBoss Customer Support Portal and extract it to an easily accessible location.
</para>
</step>
<step>
<para>
- Copy the <filename>gatein-wcm-extension-2.1.2-GA.ear</filename> file from the extracted location to the configuration location of your JBoss Enterprise Portal Platform installation (as discussed in <xref linkend="sect-Installation_Guide-Installation-Configuration_Locations" />).
+ Copy the <filename>gatein-wcm-extension-<version>-GA.ear</filename> file from the extracted location to the configuration location of your JBoss Enterprise Portal Platform installation (as discussed in <xref linkend="sect-Installation_Guide-Installation-Configuration_Locations" />).
</para>
</step>
<step>
@@ -132,7 +132,7 @@
<itemizedlist>
<listitem>
<para>
- <filename>gatein-eppspdemo-portal-2.1.2-GA.ear</filename>
+ <filename>gatein-eppspdemo-portal-<version>-GA.ear</filename>
</para>
</listitem>
<listitem>
@@ -164,12 +164,12 @@
</step>
<step>
<para>
- Start JBoss Enterprise Portal Platform using your established method, the procedures outlined in the JBoss Enterprise Portal Platform Installation Guide or by following the steps below.
+ Start JBoss Enterprise Portal Platform using your established method, the procedures outlined in the JBoss Enterprise Portal Platform Installation Guide or by following the steps below:
</para>
<procedure>
<step>
<para>
- Open a command-line terminal session and navigate to the <filename>jboss-epp-5.1/jboss-as/bin</filename> directory in the JBoss Enterprise Portal Platform location.
+ Open a command-line terminal session and navigate to the <filename>jboss-epp-&VX;/jboss-as/bin</filename> directory in the JBoss Enterprise Portal Platform location.
</para>
</step>
@@ -203,7 +203,7 @@
</step>
<step>
<para>
- If you included the <filename>gatein-ecmdemo-portal-2.0.0-GA.ear</filename> file from step five (5), navigate to <ulink type="http" url="http://localhost:8080/ecmdemo/public/classic">http://localhost:8080/ecmdemo/public/classic</ulink>.
+ If you included the <filename>gatein-ecmdemo-portal-<version>-GA.ear</filename> file from <emphasis role="bold">Step 5</emphasis>, navigate to <ulink type="http" url="http://localhost:8080/ecmdemo/public/classic">http://localhost:8080/ecmdemo/public/classic</ulink>.
</para>
<para>
If your installation has been successful, you will see the following sample homepage:
@@ -218,7 +218,7 @@
</mediaobject>
<para>
- If you did not include the <filename>gatein-ecmdemo-portal-2.0.0-GA.ear</filename> file, refer to the documentation available at <ulink type="http" url="http://docs.redhat.com/docs/en-US/JBoss_Enterprise_Portal_Platform/index...." /> for instructions on how to create a portal using Site Publisher's features.
+ If you did not include the <filename>gatein-ecmdemo-portal-<version>-GA.ear</filename> file, refer to the documentation available at <ulink type="http" url="http://docs.redhat.com/docs/en-US/JBoss_Enterprise_Portal_Platform/index...." /> for instructions on how to create a portal using Site Publisher's features.
</para>
</step>
@@ -227,7 +227,7 @@
<note>
<title>JBoss Enterprise Portal Platform Installation</title>
<para>
- If you have read this guide as part of a complete installation of JBoss Enterprise Portal Platform and JBoss Enterprise Portal Platform, you should now return to Chapter 7 of the JBoss Enterprise Portal Platform Installation Guide to test your Portal Platform environment:
+ If you have read this guide as part of a complete installation of JBoss Enterprise Portal Platform and Site Publisher, you should now return to <emphasis role="bold">Chapter 7</emphasis> of the JBoss Enterprise Portal Platform Installation Guide to test your Portal Platform environment:
</para>
<para>
<ulink type="http" url="http://docs.redhat.com/docs/en-US/JBoss_Enterprise_Portal_Platform/index...."></ulink>
Modified: epp/docs/branches/5.1/Site_Publisher/Installation_Guide/en-US/Introduction.xml
===================================================================
--- epp/docs/branches/5.1/Site_Publisher/Installation_Guide/en-US/Introduction.xml 2011-06-03 00:16:12 UTC (rev 6586)
+++ epp/docs/branches/5.1/Site_Publisher/Installation_Guide/en-US/Introduction.xml 2011-06-03 03:53:16 UTC (rev 6587)
@@ -6,7 +6,7 @@
<chapter id="chap-Installation_Guide-Introduction">
<title>Introduction</title>
<para>
- JBoss Enterprise Portal Platform (powered by eXo) is a new add-on component for JBoss Enterprise Portal Platform. It enables users to create, edit and publish rich web content within the context of their portal installation.
+ JBoss Site Publisher (powered by eXo) is a new add-on component for JBoss Enterprise Portal Platform. It enables users to create, edit and publish rich web content within the context of their portal installation.
</para>
<para>
Site Publisher simplifies the authoring and management for every website an organization needs to deploy. It includes the ability to administer sites, manage navigation, and publish content. Site Publisher delivers powerful functionality to everyone responsible for maintaining web content.
Modified: epp/docs/branches/5.1/Site_Publisher/Installation_Guide/en-US/Middleware_Feedback.xml
===================================================================
--- epp/docs/branches/5.1/Site_Publisher/Installation_Guide/en-US/Middleware_Feedback.xml 2011-06-03 00:16:12 UTC (rev 6586)
+++ epp/docs/branches/5.1/Site_Publisher/Installation_Guide/en-US/Middleware_Feedback.xml 2011-06-03 03:53:16 UTC (rev 6587)
@@ -18,7 +18,7 @@
<title>Give us Feedback</title>
<para>
- If you find a typographical error, or know how this guide can be improved, we would love to hear from you. Submit a report in Bugzilla against the JBoss Enterprise Portal Platform &BOOKID;. The following link will take you to bug report for JBoss Enterprise Portal Platform <ulink type="http" url="https://bugzilla.redhat.com/enter_bug.cgi?product=JBoss%20Enterprise%20Po...">https://bugzilla.redhat.com/</ulink>.
+ If you find a typographical error, or know how this guide can be improved, we would love to hear from you. Submit a report in Bugzilla against the Site Publisher &BOOKID;. The following link will take you to bug report for JBoss Enterprise Portal Platform <ulink type="http" url="https://bugzilla.redhat.com/enter_bug.cgi?product=JBoss%20Enterprise%20Po...">https://bugzilla.redhat.com/</ulink>.
</para>
<para>
Select the document name and version number relevant to the document you found the error in from the available lists then complete the description with as much detail as you can provide.
Modified: epp/docs/branches/5.1/Site_Publisher/Installation_Guide/en-US/Revision_History.xml
===================================================================
--- epp/docs/branches/5.1/Site_Publisher/Installation_Guide/en-US/Revision_History.xml 2011-06-03 00:16:12 UTC (rev 6586)
+++ epp/docs/branches/5.1/Site_Publisher/Installation_Guide/en-US/Revision_History.xml 2011-06-03 03:53:16 UTC (rev 6587)
@@ -8,6 +8,20 @@
<simpara>
<revhistory>
<revision>
+ <revnumber>1-5.2</revnumber>
+ <date>Thu Jun 02 2011</date>
+ <author>
+ <firstname>Scott</firstname>
+ <surname>Mumford</surname>
+ <email>smumford(a)redhat.com</email>
+ </author>
+ <revdescription>
+ <simplelist>
+ <member>Corrected errors after PRODUCT entity find/replace sweep.</member>
+ </simplelist>
+ </revdescription>
+ </revision>
+ <revision>
<revnumber>1-5.1</revnumber>
<date>Tue Dec 21 2010</date>
<author>
Modified: epp/docs/branches/5.1/Site_Publisher/Installation_Guide/en-US/Site_Publisher_Installation_Guide.ent
===================================================================
--- epp/docs/branches/5.1/Site_Publisher/Installation_Guide/en-US/Site_Publisher_Installation_Guide.ent 2011-06-03 00:16:12 UTC (rev 6586)
+++ epp/docs/branches/5.1/Site_Publisher/Installation_Guide/en-US/Site_Publisher_Installation_Guide.ent 2011-06-03 03:53:16 UTC (rev 6587)
@@ -1,5 +1,5 @@
<!-- Product Specifics: -->
-<!ENTITY PRODUCT "JBoss Enterprise Portal Platform">
+<!ENTITY PRODUCT "Site Publisher">
<!-- Book specifics: -->
<!ENTITY BOOKID "Site Publisher Installation Guide">
@@ -7,3 +7,8 @@
<!-- Corporate Specifics: -->
<!ENTITY YEAR "2010">
<!ENTITY HOLDER "Red Hat, Inc">
+
+<!-- Version Specifcs: -->
+<!ENTITY VX "5">
+<!ENTITY VY "5.1">
+<!ENTITY VZ "5.1.1">
\ No newline at end of file
Modified: epp/docs/branches/5.1/Site_Publisher/Release_Notes/en-US/Article_Info.xml
===================================================================
--- epp/docs/branches/5.1/Site_Publisher/Release_Notes/en-US/Article_Info.xml 2011-06-03 00:16:12 UTC (rev 6586)
+++ epp/docs/branches/5.1/Site_Publisher/Release_Notes/en-US/Article_Info.xml 2011-06-03 03:53:16 UTC (rev 6587)
@@ -4,15 +4,15 @@
%BOOK_ENTITIES;
]>
<articleinfo id="arti-Release_Notes-Release_Notes">
- <title>Site Publisher 5.1.0 Release Notes</title>
+ <title>Site Publisher 5.1.1 Release Notes</title>
<subtitle>For use with the JBoss Enterprise Portal Platform Site Publisher extension.</subtitle>
<productname>JBoss Enterprise Portal Platform</productname>
<productnumber>5.1</productnumber>
<edition>1</edition>
- <pubsnumber>5.1</pubsnumber>
+ <pubsnumber>1.2</pubsnumber>
<abstract>
<para>
- These release notes contain important information related to JBoss Enterprise Portal Platform 5.1.0 that may not be currently available in the Product Manuals. You should read these Release Notes in their entirety before installing the product.
+ These release notes contain important information related to JBoss Site Publisher &VZ; that may not be currently available in the Product Manuals. You should read these Release Notes in their entirety before installing the product.
</para>
</abstract>
Modified: epp/docs/branches/5.1/Site_Publisher/Release_Notes/en-US/Revision_History.xml
===================================================================
--- epp/docs/branches/5.1/Site_Publisher/Release_Notes/en-US/Revision_History.xml 2011-06-03 00:16:12 UTC (rev 6586)
+++ epp/docs/branches/5.1/Site_Publisher/Release_Notes/en-US/Revision_History.xml 2011-06-03 03:53:16 UTC (rev 6587)
@@ -8,8 +8,8 @@
<simpara>
<revhistory>
<revision>
- <revnumber>1-5.1</revnumber>
- <date>Tue Dec 21 2010</date>
+ <revnumber>1-1.2</revnumber>
+ <date>Thu Jun 02 2011</date>
<author>
<firstname>Scott</firstname>
<surname>Mumford</surname>
@@ -17,13 +17,13 @@
</author>
<revdescription>
<simplelist>
- <member>December 2010 release.</member>
+ <member>Corrected errors after PRODUCT entity find/replace sweep.</member>
</simplelist>
</revdescription>
</revision>
<revision>
- <revnumber>1-1.3</revnumber>
- <date>Sun Dec 19 2010</date>
+ <revnumber>1-1.1</revnumber>
+ <date>Wed Jun 01 2011</date>
<author>
<firstname>Scott</firstname>
<surname>Mumford</surname>
@@ -31,27 +31,13 @@
</author>
<revdescription>
<simplelist>
- <member>Added Known Issues descriptions.</member>
+ <member>Rebuilt documment to capture updated Release Notes JIRA.</member>
</simplelist>
</revdescription>
</revision>
- <!--<revision>
- <revnumber>1-1.2</revnumber>
- <date>Mon Dec 06 2010</date>
- <author>
- <firstname>Scott</firstname>
- <surname>Mumford</surname>
- <email>smumford(a)redhat.com</email>
- </author>
- <revdescription>
- <simplelist>
- <member>Publish to 5.1 branch.</member>
- </simplelist>
- </revdescription>
- </revision>
<revision>
- <revnumber>1-1.1</revnumber>
- <date>Wed Nov 17 2010</date>
+ <revnumber>1-1.0</revnumber>
+ <date>Mon May 30 2011</date>
<author>
<firstname>Scott</firstname>
<surname>Mumford</surname>
@@ -59,24 +45,10 @@
</author>
<revdescription>
<simplelist>
- <member>Added draft content and section placeholders.</member>
+ <member>Initial creation of book for Staging.</member>
</simplelist>
</revdescription>
- </revision> -->
- <revision>
- <revnumber>1-1.0</revnumber>
- <date>Wed Nov 17 2010</date>
- <author>
- <firstname>Scott</firstname>
- <surname>Mumford</surname>
- <email>smumford(a)redhat.com</email>
- </author>
- <revdescription>
- <simplelist>
- <member>Initial creation of book by publican</member>
- </simplelist>
- </revdescription>
- </revision>
+ </revision>
</revhistory>
</simpara>
Deleted: epp/docs/branches/5.1/Site_Publisher/Release_Notes/en-US/Site_Publisher_5.1.0_Release_Notes.ent
===================================================================
--- epp/docs/branches/5.1/Site_Publisher/Release_Notes/en-US/Site_Publisher_5.1.0_Release_Notes.ent 2011-06-03 00:16:12 UTC (rev 6586)
+++ epp/docs/branches/5.1/Site_Publisher/Release_Notes/en-US/Site_Publisher_5.1.0_Release_Notes.ent 2011-06-03 03:53:16 UTC (rev 6587)
@@ -1,9 +0,0 @@
-<!-- Product Specifics: -->
-<!ENTITY PRODUCT "JBoss Enterprise Portal Platform">
-
-<!-- Book specifics: -->
-<!ENTITY BOOKID "Site Publisher Release Notes">
-
-<!-- Corporate Specifics: -->
-<!ENTITY YEAR "2010">
-<!ENTITY HOLDER "Red Hat, Inc">
Deleted: epp/docs/branches/5.1/Site_Publisher/Release_Notes/en-US/Site_Publisher_5.1.0_Release_Notes.xml
===================================================================
--- epp/docs/branches/5.1/Site_Publisher/Release_Notes/en-US/Site_Publisher_5.1.0_Release_Notes.xml 2011-06-03 00:16:12 UTC (rev 6586)
+++ epp/docs/branches/5.1/Site_Publisher/Release_Notes/en-US/Site_Publisher_5.1.0_Release_Notes.xml 2011-06-03 03:53:16 UTC (rev 6587)
@@ -1,349 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "Release_Notes.ent">
-%BOOK_ENTITIES;
-]>
-<article>
- <xi:include href="Article_Info.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
- <section id="sect-Release_Notes-Introduction">
- <title>Introduction</title>
- <para>
- JBoss Enterprise Portal Platform (powered by eXo) is a new add-on component for JBoss Enterprise Portal Platform. JBoss Enterprise Portal Platform enables users to create, edit and publish rich web content within the context of their portal installation.
- </para>
- <note>
- <title>Subscription</title>
- <para>
- A subscriptions to JBoss Enterprise Portal Platform are available at an additional fee over and above JBoss Enterprise Portal Platform subscriptions.
- </para>
- </note>
- <para>
- JBoss Enterprise Portal Platform simplifies the authoring and management for every website an organization needs to deploy. It includes the ability to administer sites, manage navigation, and publish content. JBoss Enterprise Portal Platform delivers powerful functionality to everyone responsible for maintaining web content:
- </para>
- <itemizedlist>
- <listitem>
- <para>
- Webmasters can easily administer multiple websites.
- </para>
- </listitem>
- <listitem>
- <para>
- Website administrators can set permission policies according to user roles to better control website changes.
- </para>
- </listitem>
- <listitem>
- <para>
- Content providers can use JBoss Enterprise Portal Platform’s tools to create content and then choose how to publish it using blogs, RSS feeds, social networks and more.
- </para>
- </listitem>
- <listitem>
- <para>
- Web developers can introduce other forms of rich media content to create truly professional websites easily and efficiently.
- </para>
- </listitem>
- </itemizedlist>
- </section>
-
- <!-- <section id="sect-Release_Notes-New_Features_and_Components">
- <title>New and Upgraded Components</title>
- <variablelist id="vari-Release_Notes-New_Features_and_Components-New_Features">
- <title>New Components</title>
- <varlistentry>
- <term></term>
- <listitem>
- <para>
- stuff
- </para>
- </listitem>
- </varlistentry>
- </variablelist>
- <variablelist id="vari-Release_Notes-New_Features_and_Components-Component_Upgrades_in_VERSION_MICRO">
- <title><emphasis role="bold">Upgraded Components</emphasis></title>
- <varlistentry>
- <term></term>
- <listitem>
- <para>
- stuff
- </para>
- </listitem>
- </varlistentry>
- </variablelist>
- </section>-->
-
- <!--<section id="sect-Release_Notes-Component_Versions">
- <title>Component Versions</title>
- <para>
- This section details the versions of the components in JBoss Enterprise Portal Platform 5.1.0.
- </para>
- <table id="tabl-Release_Notes-Component_Versions-JBoss_Enterprise_Portal_Platform_Component_Versions">
- <title>JBoss Enterprise Portal Platform Component Versions</title>
- <tgroup cols="2">
- <thead>
- <row>
- <entry>
- Component
- </entry>
- <entry>
- Version
- </entry>
- </row>
- </thead>
- <tbody>
- <row>
- <entry>
-
- </entry>
- <entry>
-
- </entry>
- </row>
- </tbody>
-
- </tgroup>
-
- </table>
-
- </section> -->
-
- <section id="sect-Release_Notes-Component_Features">
- <title>Component Features</title>
- <variablelist>
- <varlistentry>
- <term>Search</term>
- <listitem>
- <para>
- Categorization and tag features enable users to search contents and documents in the current website or all websites.
- </para>
- </listitem>
- </varlistentry>
- <varlistentry>
- <term>Broken link detection engine</term>
- <listitem>
- <para>
- Site Publisher’s site explorer displays the current number of broken links.
- </para>
- </listitem>
- </varlistentry>
- <varlistentry>
- <term> Versioning and rollback of content</term>
- <listitem>
- <para>
- If needed, administrators can simply roll back website content with automatic site versioning.
- </para>
- </listitem>
- </varlistentry>
- <varlistentry>
- <term>Web-based administration</term>
- <listitem>
- <para>
- Your website can be administered remotely, simply by using a web browser, and requires no additional software to be installed on your computer.
- </para>
- </listitem>
- </varlistentry>
- <varlistentry>
- <term>Media library</term>
- <listitem>
- <para>
- Users can add any media they want to use on a website to the media library. They can also re-use this media on other websites and update media across multiple websites.
- </para>
- </listitem>
- </varlistentry>
- <varlistentry>
- <term>Web page management tools</term>
- <listitem>
- <para>
- Webmasters can organize website content and menus.
- </para>
- </listitem>
- </varlistentry>
- <varlistentry>
- <term>Content features</term>
- <listitem>
- <para>
- Webmasters can easily edit categories, comments, versions, and permissions.
- </para>
- </listitem>
- </varlistentry>
- <varlistentry>
- <term>Search engine optimization (SEO)</term>
- <listitem>
- <para>
- SEO processes are now easier and more effective with an intuitive interface to edit meta tags.
- </para>
- </listitem>
- </varlistentry>
- <varlistentry>
- <term>Friendly URLs</term>
- <listitem>
- <para>
- Site Publisher gives every piece of content a specific URL, which further helps your organization improve SEO processes and results.
- </para>
- </listitem>
- </varlistentry>
- </variablelist>
- </section>
-
- <section id="sect-Release_Notes-Installation">
- <title>Installation</title>
- <para>
- The JBoss Enterprise Portal Platform Installation Guide contains environment requirements as well as detailed installation instructions.
- </para>
- <para>
- The Installation Guide can be found online at <ulink type="http" url="http://docs.redhat.com/docs/en-US/JBoss_Enterprise_Portal_Platform/index...."/>.
- </para>
- </section>
-
-<!--<section id="sect-Release_Notes-Issues_fixed_in_this_release">
- <title> Issues fixed in this release </title>
- <para>
- The following is a list of issues fixed in this release:
- </para>
- Commented out for current release. Retaining the text to be reused in future release drafts.
- <warning>
- <title>Draft Content!</title>
- <para>
- These entries are drafts.
- </para>
- <para>
- <emphasis role="bold">They are likely not technically correct at the moment</emphasis>, but they will serve as a basis and will be corrected in subsequent iterations after technical and QE reviews.
- </para>
- </warning>
- <variablelist>
- <title><emphasis role="bold">Issues fixed in the product:</emphasis></title>
- <varlistentry>
- <term><ulink type="http" url="https://jira.jboss.org/browse/JBEPP-"></ulink></term>
- <listitem>
- <para>
- stuff
- </para>
- </listitem>
- </varlistentry>
- </variablelist>
-
- <variablelist>
- <title>New Features</title>
- <varlistentry>
- <term></term>
- <listitem>
- <para>
- stuff
- </para>
- </listitem>
- </varlistentry>
- </variablelist>
-
- <variablelist>
- <title>Issues fixed upstream:</title>
- <varlistentry>
- <term><ulink type="http" url="https://jira.jboss.org/browse/JBEPP-454"></ulink></term>
- <listitem>
- <para>
- This release includes numerous fixes for issues reported upstream. Follow the link above to review a tracking ticket listing these issues and fixes.
- </para>
- </listitem>
- </varlistentry>
- </variablelist>
- </section> -->
-
- <section id="sect-Release_Notes-_Known_Issues_in_this_release">
- <title> Known Issues in this release</title>
- <para>
- The following is a list of known issues in this release:
- </para>
- <variablelist>
- <varlistentry>
- <term><ulink type="http" url="https://issues.jboss.org/browse/JBEPP-733"></ulink></term>
- <listitem>
- <para>
- The upload service will not work with Internet Explorer 7. Any application using the upload service (such as Site Publisher) will not behave correctly with this web browser unless a name has been provided for the file being uploaded.
- </para>
- <para>
- A patch is available from the <ulink type="http" url="https://access.redhat.com/jbossnetwork/restricted/softwareDetail.html?sof...">Red Hat Customer Support Portal</ulink>.
- </para>
- </listitem>
- </varlistentry>
- <varlistentry>
- <term><ulink type="http" url="https://issues.jboss.org/browse/JBEPP-645"></ulink></term>
- <listitem>
- <para>
- A content duplicity check in Site Publisher's "Multiple content selector" does not work as expected. Users are able to select the same content item more than once if it has multiple "paths" in the the Java Content Repository (if the item is available in more than one category, for example).
- </para>
- <para>
- The Multiple content selector should not allow selecting the same item more than once.
- </para>
- </listitem>
- </varlistentry>
- <varlistentry>
- <term><ulink type="http" url="http://jira.exoplatform.org/browse/ECMS-1876"></ulink></term>
- <listitem>
- <para>
- New users, when added as managers for newly created groups, are unable to administer actions on that group as they are not presented with the administration navigation needed to perform those actions.
- </para>
- </listitem>
- </varlistentry>
- </variablelist>
- </section>
-
- <section id="sect-Release_Notes-Security_Issues">
- <title>Security Issues</title>
- <para>
- At this time there are no known Security Issues in JBoss Enterprise Portal Platform.
- </para>
- </section>
-
- <section id="sect-Release_Notes-Documentation">
- <title>Documentation</title>
- <para>
- An Installation Guide and a User Guide for JBoss Enterprise Portal Platform are available at <ulink type="http" url="http://docs.redhat.com/docs/en-US/JBoss_Enterprise_Portal_Platform/index...." />. JBoss Enterprise Portal Platform specific documentation is also available from this location.
- </para>
- </section>
-
- <section id="sect-Release_Notes-_Product_Support_and_License_Website_Links_">
- <title> Product Support and License Website Links </title>
- <formalpara id="form-Release_Notes-_Product_Support_and_License_Website_Links_-Support_Processes">
- <title>Support Processes</title>
- <para>
- <ulink url="http://www.redhat.com/support/process/">http://www.redhat.com/support/process/</ulink>
- </para>
- </formalpara>
- <formalpara id="form-Release_Notes-_Product_Support_and_License_Website_Links_-_Production_Support_Scope_of_Coverage_">
- <title> Production Support Scope of Coverage </title>
- <para>
- <ulink url="http://www.redhat.com/support/policy/soc/production">http://www.redhat.com/support/policy/soc/production</ulink>
- </para>
- </formalpara>
- <formalpara id="form-Release_Notes-_Product_Support_and_License_Website_Links_-_Production_Support_Service_Level_Agreement_">
- <title> Production Support Service Level Agreement </title>
- <para>
- <ulink url="http://www.redhat.com/support/policy/sla/production/">http://www.redhat.com/support/policy/sla/production/</ulink>
- </para>
- </formalpara>
- <formalpara id="form-Release_Notes-_Product_Support_and_License_Website_Links_-_Developer_Support_Scope_of_Coverage_">
- <title> Developer Support Scope of Coverage </title>
- <para>
- <ulink url="http://www.redhat.com/support/policy/soc/developer/">http://www.redhat.com/support/policy/soc/developer/</ulink>
- </para>
- </formalpara>
- <formalpara id="form-Release_Notes-_Product_Support_and_License_Website_Links_-_Developer_Support_Service_Level_Agreement_">
- <title> Developer Support Service Level Agreement </title>
- <para>
- <ulink url="http://www.redhat.com/support/policy/sla/developer/">http://www.redhat.com/support/policy/sla/developer/</ulink>
- </para>
- </formalpara>
- <formalpara id="form-Release_Notes-_Product_Support_and_License_Website_Links_-_Product_Update_and_Support_Policy_by_Product_">
- <title> Product Update and Support Policy by Product </title>
- <para>
- <ulink url="http://www.redhat.com/security/updates/jboss_notes/">http://www.redhat.com/security/updates/jboss_notes/</ulink>
- </para>
- </formalpara>
- <formalpara id="form-Release_Notes-_Product_Support_and_License_Website_Links_-_JBoss_End_User_License_Agreement_">
- <title> JBoss End User License Agreement </title>
- <para>
- <ulink url="http://www.redhat.com/licenses/jboss_eula.html">http://www.redhat.com/licenses/jboss_eula.html</ulink>
- </para>
- </formalpara>
- </section>
-
- <xi:include href="Revision_History.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
- <index />
-</article>
-
Copied: epp/docs/branches/5.1/Site_Publisher/Release_Notes/en-US/Site_Publisher_5.1.1_Release_Notes.ent (from rev 6295, epp/docs/branches/5.1/Site_Publisher/Release_Notes/en-US/Site_Publisher_5.1.0_Release_Notes.ent)
===================================================================
--- epp/docs/branches/5.1/Site_Publisher/Release_Notes/en-US/Site_Publisher_5.1.1_Release_Notes.ent (rev 0)
+++ epp/docs/branches/5.1/Site_Publisher/Release_Notes/en-US/Site_Publisher_5.1.1_Release_Notes.ent 2011-06-03 03:53:16 UTC (rev 6587)
@@ -0,0 +1,14 @@
+<!-- Product Specifics: -->
+<!ENTITY PRODUCT "JBoss Site Publisher">
+
+<!-- Book specifics: -->
+<!ENTITY BOOKID "Site Publisher Release Notes">
+
+<!-- Corporate Specifics: -->
+<!ENTITY YEAR "2010">
+<!ENTITY HOLDER "Red Hat, Inc">
+
+<!-- Version Specifcs: -->
+<!ENTITY VX "5">
+<!ENTITY VY "5.1">
+<!ENTITY VZ "5.1.1">
\ No newline at end of file
Copied: epp/docs/branches/5.1/Site_Publisher/Release_Notes/en-US/Site_Publisher_5.1.1_Release_Notes.xml (from rev 6295, epp/docs/branches/5.1/Site_Publisher/Release_Notes/en-US/Site_Publisher_5.1.0_Release_Notes.xml)
===================================================================
--- epp/docs/branches/5.1/Site_Publisher/Release_Notes/en-US/Site_Publisher_5.1.1_Release_Notes.xml (rev 0)
+++ epp/docs/branches/5.1/Site_Publisher/Release_Notes/en-US/Site_Publisher_5.1.1_Release_Notes.xml 2011-06-03 03:53:16 UTC (rev 6587)
@@ -0,0 +1,231 @@
+<?xml version='1.0' encoding='utf-8' ?>
+<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+<!ENTITY % BOOK_ENTITIES SYSTEM "Release_Notes.ent">
+%BOOK_ENTITIES;
+]>
+<article status="draft">
+ <xi:include href="Article_Info.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+ <section id="sect-Release_Notes-Introduction">
+ <title>Introduction</title>
+ <para>
+ JBoss Site Publisher (powered by eXo) is a new add-on component for JBoss Enterprise Portal Platform. Site Publisher enables users to create, edit and publish rich web content within the context of their portal installation.
+ </para>
+ <note>
+ <title>Subscription</title>
+ <para>
+ Subscriptions to JBoss Site Publisher are available at an additional fee over and above JBoss Enterprise Portal Platform subscriptions.
+ </para>
+ </note>
+ <para>
+ JBoss Site Publisher simplifies the authoring and management for every website an organization needs to deploy. It includes the ability to administer sites, manage navigation, and publish content. Site Publisher delivers powerful functionality to everyone responsible for maintaining web content:
+ </para>
+ <itemizedlist>
+ <listitem>
+ <para>
+ Webmasters can easily administer multiple websites.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Website administrators can set permission policies according to user roles to better control website changes.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Content providers can use JBoss Enterprise Portal Platform’s tools to create content and then choose how to publish it using blogs, RSS feeds, social networks and more.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Web developers can introduce other forms of rich media content to create truly professional websites easily and efficiently.
+ </para>
+ </listitem>
+ </itemizedlist>
+ </section>
+
+ <section id="sect-Release_Notes-Component_Features">
+ <title>Component Features</title>
+ <variablelist>
+ <varlistentry>
+ <term>Search</term>
+ <listitem>
+ <para>
+ Categorization and tag features enable users to search contents and documents in the current website or all websites.
+ </para>
+ </listitem>
+ </varlistentry>
+ <!-- Commenting out pending resolution of JBEPP-949 (also in SP User Guide rh-Preamble.xml)
+ <varlistentry>
+ <term>Broken link detection engine</term>
+ <listitem>
+ <para>
+ Site Publisher’s site explorer displays the current number of broken links.
+ </para>
+ </listitem>
+ </varlistentry>-->
+ <varlistentry>
+ <term> Versioning and rollback of content</term>
+ <listitem>
+ <para>
+ If needed, administrators can simply roll back website content with automatic site versioning.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term>Web-based administration</term>
+ <listitem>
+ <para>
+ Your website can be administered remotely, simply by using a web browser, and requires no additional software to be installed on your computer.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term>Media library</term>
+ <listitem>
+ <para>
+ Users can add any media they want to use on a website to the media library. They can also re-use this media on other websites and update media across multiple websites.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term>Web page management tools</term>
+ <listitem>
+ <para>
+ Webmasters can organize website content and menus.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term>Content features</term>
+ <listitem>
+ <para>
+ Webmasters can easily edit categories, comments, versions, and permissions.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term>Search engine optimization (SEO)</term>
+ <listitem>
+ <para>
+ SEO processes are now easier and more effective with an intuitive interface to edit meta tags.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term>Friendly URLs</term>
+ <listitem>
+ <para>
+ Site Publisher gives every piece of content a specific URL, which further helps your organization improve SEO processes and results.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </section>
+
+ <section id="sect-Release_Notes-Installation">
+ <title>Installation</title>
+ <para>
+ The JBoss Site Publisher Installation Guide contains detailed installation instructions as well as environment requirements.
+ </para>
+ <para>
+ The Installation Guide can be found online at <ulink type="http" url="http://docs.redhat.com/docs/en-US/JBoss_Enterprise_Portal_Platform/index...."/>.
+ </para>
+ </section>
+
+ <section id="sect-5.1.1_Release_Notes-Resolved_Issues">
+ <title><remark>Resolved Issues</remark></title>
+ <!--Comment either of the below sections based on JOT results.-->
+ <!-- No Issues:-->
+ <para>
+ There are no resolved issues in this release.
+ </para>
+ <!-- Some Issues:-->
+ <!--<para>
+ The following is a list of known|resolved issues in this release:
+ </para>
+ <xi:include href="resolved_issues.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />-->
+ </section>
+
+ <section id="sect-5.1.1_Release_Notes-Known_Issues">
+ <title><remark>Known Issues</remark></title>
+ <!--Comment either of the below sections based on JOT results.-->
+ <!-- No Issues:-->
+ <!--<para>
+ There are no known issues in this release.
+ </para>-->
+ <!-- Some Issues:-->
+ <para>
+ The following is a list of known issues in this release:
+ </para>
+ <xi:include href="known_issues.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+ </section>
+
+ <!--<section>
+ <title><remark>NEEDINFO</remark></title>
+ <xi:include href="need_info.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+ </section>-->
+
+ <section id="sect-5.1.1_Release_Notes-Migration">
+ <title><remark>Migration</remark></title>
+ <para>
+ Stuff about migration from 5.1.0 to 5.1.1.
+ </para>
+ </section>
+
+ <section id="sect-Release_Notes-Documentation">
+ <title>Documentation</title>
+ <para>
+ An Installation Guide and a User Guide for JBoss Site Publisher are available at <ulink type="http" url="http://docs.redhat.com/docs/en-US/JBoss_Enterprise_Portal_Platform/index...." />. JBoss Enterprise Portal Platform specific documentation is also available from this location.
+ </para>
+ </section>
+
+ <section id="sect-Release_Notes-_Product_Support_and_License_Website_Links_">
+ <title> Product Support and License Website Links </title>
+ <formalpara id="form-Release_Notes-_Product_Support_and_License_Website_Links_-Support_Processes">
+ <title>Support Processes</title>
+ <para>
+ <ulink url="http://www.redhat.com/support/process/">http://www.redhat.com/support/process/</ulink>
+ </para>
+ </formalpara>
+ <formalpara id="form-Release_Notes-_Product_Support_and_License_Website_Links_-_Production_Support_Scope_of_Coverage_">
+ <title> Production Support Scope of Coverage </title>
+ <para>
+ <ulink url="http://www.redhat.com/support/policy/soc/production">http://www.redhat.com/support/policy/soc/production</ulink>
+ </para>
+ </formalpara>
+ <formalpara id="form-Release_Notes-_Product_Support_and_License_Website_Links_-_Production_Support_Service_Level_Agreement_">
+ <title> Production Support Service Level Agreement </title>
+ <para>
+ <ulink url="http://www.redhat.com/support/policy/sla/production/">http://www.redhat.com/support/policy/sla/production/</ulink>
+ </para>
+ </formalpara>
+ <formalpara id="form-Release_Notes-_Product_Support_and_License_Website_Links_-_Developer_Support_Scope_of_Coverage_">
+ <title> Developer Support Scope of Coverage </title>
+ <para>
+ <ulink url="http://www.redhat.com/support/policy/soc/developer/">http://www.redhat.com/support/policy/soc/developer/</ulink>
+ </para>
+ </formalpara>
+ <formalpara id="form-Release_Notes-_Product_Support_and_License_Website_Links_-_Developer_Support_Service_Level_Agreement_">
+ <title> Developer Support Service Level Agreement </title>
+ <para>
+ <ulink url="http://www.redhat.com/support/policy/sla/developer/">http://www.redhat.com/support/policy/sla/developer/</ulink>
+ </para>
+ </formalpara>
+ <formalpara id="form-Release_Notes-_Product_Support_and_License_Website_Links_-_Product_Update_and_Support_Policy_by_Product_">
+ <title> Product Update and Support Policy by Product </title>
+ <para>
+ <ulink url="http://www.redhat.com/security/updates/jboss_notes/">http://www.redhat.com/security/updates/jboss_notes/</ulink>
+ </para>
+ </formalpara>
+ <formalpara id="form-Release_Notes-_Product_Support_and_License_Website_Links_-_JBoss_End_User_License_Agreement_">
+ <title> JBoss End User License Agreement </title>
+ <para>
+ <ulink url="http://www.redhat.com/licenses/jboss_eula.html">http://www.redhat.com/licenses/jboss_eula.html</ulink>
+ </para>
+ </formalpara>
+ </section>
+
+ <xi:include href="Revision_History.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+ <index />
+</article>
+
Added: epp/docs/branches/5.1/Site_Publisher/Release_Notes/en-US/known_issues.xml
===================================================================
--- epp/docs/branches/5.1/Site_Publisher/Release_Notes/en-US/known_issues.xml (rev 0)
+++ epp/docs/branches/5.1/Site_Publisher/Release_Notes/en-US/known_issues.xml 2011-06-03 03:53:16 UTC (rev 6587)
@@ -0,0 +1,22 @@
+<?xml version='1.0'?>
+<!DOCTYPE variablelist PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+]>
+<!-- release notes text customfield_12310211 -->
+
+
+<variablelist>
+
+ <!-- https://issues.jboss.org/browse/JBEPP-957 -->
+ <varlistentry>
+ <term><ulink url="https://issues.jboss.org/browse/JBEPP-957" /></term>
+ <listitem>
+ <para>
+ Proposed 'Known Issues' text:
+ </para>
+ <para>
+ A bug in the Site Publisher code prevents the system from correctly calculating the size of an upload. This may allow files that do not adhere to the 10MB size limit to be uploaded. A fix is in development.
+ </para>
+ </listitem>
+ </varlistentry>
+
+</variablelist>
Added: epp/docs/branches/5.1/Site_Publisher/Release_Notes/en-US/need_info.xml
===================================================================
--- epp/docs/branches/5.1/Site_Publisher/Release_Notes/en-US/need_info.xml (rev 0)
+++ epp/docs/branches/5.1/Site_Publisher/Release_Notes/en-US/need_info.xml 2011-06-03 03:53:16 UTC (rev 6587)
@@ -0,0 +1,9 @@
+<?xml version='1.0'?>
+<!DOCTYPE variablelist PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+]>
+<!-- release notes text customfield_12310211 -->
+
+
+<variablelist>
+
+</variablelist>
Added: epp/docs/branches/5.1/Site_Publisher/Release_Notes/en-US/resolved_issues.xml
===================================================================
--- epp/docs/branches/5.1/Site_Publisher/Release_Notes/en-US/resolved_issues.xml (rev 0)
+++ epp/docs/branches/5.1/Site_Publisher/Release_Notes/en-US/resolved_issues.xml 2011-06-03 03:53:16 UTC (rev 6587)
@@ -0,0 +1,9 @@
+<?xml version='1.0'?>
+<!DOCTYPE variablelist PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+]>
+<!-- release notes text customfield_12310211 -->
+
+
+<variablelist>
+
+</variablelist>
Modified: epp/docs/branches/5.1/Site_Publisher/Release_Notes/publican.cfg
===================================================================
--- epp/docs/branches/5.1/Site_Publisher/Release_Notes/publican.cfg 2011-06-03 00:16:12 UTC (rev 6586)
+++ epp/docs/branches/5.1/Site_Publisher/Release_Notes/publican.cfg 2011-06-03 03:53:16 UTC (rev 6587)
@@ -4,4 +4,4 @@
xml_lang: en-US
type: Article
brand: JBoss
-
+show_remarks: 1
Added: epp/docs/branches/5.1/Site_Publisher/create_site_publisher_docs.sh
===================================================================
--- epp/docs/branches/5.1/Site_Publisher/create_site_publisher_docs.sh (rev 0)
+++ epp/docs/branches/5.1/Site_Publisher/create_site_publisher_docs.sh 2011-06-03 03:53:16 UTC (rev 6587)
@@ -0,0 +1,42 @@
+#! /bin/bash
+
+echo "Checking for required resources..."
+ sleep 2s; echo "Checking for original eXo userguide..."
+ if [ ! -d userguide ]; then
+ sleep 2s; echo "Nope. Fetching eXo Source..."
+ svn co http://svn.exoplatform.org/projects/ecms/branches/2.1.x/docs/userguide
+ else
+ sleep 2s; echo "Yup. Check for updates..."
+ svn up userguide/
+ fi
+ sleep 2s; echo "Checking for local RH User_Guide..."
+ if [ ! -d User_Guide ]; then
+ sleep 2s; echo "Nope. Creating Local User_Guide.."
+ cp -r userguide/ User_Guide
+ else echo "Yup. Updating modules from userguide..."
+ sleep 2s; rsync -rvu userguide/en-US/modules/ User_Guide/en-US/modules
+ fi
+ sleep 2s; echo "Checking for RH SP build files..."
+ if [ ! -d SPUG_Build_Files ]; then
+ sleep 2s; echo "Nope. Fetching RH SP build files..."
+ svn co https://svn.devel.redhat.com/repos/ecs/JBoss_Enterprise_Portal_Platform/S...
+ else
+ sleep 2s; echo "Yup. Checking for updates..."
+ svn up SPUG_Build_Files/
+ fi
+
+sleep 2s; echo "Creating Red Hat Site Publisher User Guide..."
+
+ sleep 2s; echo "Copying Red Hat build files"
+ sleep 2s; cp -v SPUG_Build_Files/files/* User_Guide/en-US/; rm -v User_Guide/en-US/User_Guide.xml User_Guide/en-US/User_Guide.ent
+
+ sleep 2s; echo "Copying Red Hat images..."
+ sleep 2s; cp -v SPUG_Build_Files/images/* User_Guide/en-US/images/
+
+ sleep 2s; echo "Removing inline icon files..."
+ sleep 2s; cd User_Guide/en-US/images; xargs rm -v < ../../../SPUG_Build_Files/rm_icons.txt
+ cd ..
+ sleep 2s; echo "Replacing PRODUCT entities with text..."
+ grep -lr "\&PRODUCT\;" User_Guide/en-US/ | xargs sed -i 's/\&PRODUCT\;/Site Publisher/g'
+
+exit
\ No newline at end of file
13 years, 6 months
gatein SVN: r6585 - in epp/portal/branches/EPP-5-1-tmp/distribution/serverAddon/src/main/resources/deploy: gatein.ear and 1 other directories.
by do-not-reply@jboss.org
Author: hfnukal
Date: 2011-06-02 10:24:07 -0400 (Thu, 02 Jun 2011)
New Revision: 6585
Added:
epp/portal/branches/EPP-5-1-tmp/distribution/serverAddon/src/main/resources/deploy/gatein.ear/
epp/portal/branches/EPP-5-1-tmp/distribution/serverAddon/src/main/resources/deploy/gatein.ear/META-INF/
epp/portal/branches/EPP-5-1-tmp/distribution/serverAddon/src/main/resources/deploy/gatein.ear/META-INF/gatein-jboss-beans.xml
epp/portal/branches/EPP-5-1-tmp/distribution/serverAddon/src/main/resources/deploy/gatein.ear/META-INF/jboss-scanning.xml
Log:
EPP packaging with assemble, added patching and divided to submodules. Copy gatein to default, production and all profiles.
Package to zip.
Copied: epp/portal/branches/EPP-5-1-tmp/distribution/serverAddon/src/main/resources/deploy/gatein.ear/META-INF/gatein-jboss-beans.xml (from rev 6572, epp/portal/branches/EPP-5-1-tmp/server/jboss/patch-ear/src/main/jboss/server/default/deploy/gatein.ear/META-INF/gatein-jboss-beans.xml)
===================================================================
--- epp/portal/branches/EPP-5-1-tmp/distribution/serverAddon/src/main/resources/deploy/gatein.ear/META-INF/gatein-jboss-beans.xml (rev 0)
+++ epp/portal/branches/EPP-5-1-tmp/distribution/serverAddon/src/main/resources/deploy/gatein.ear/META-INF/gatein-jboss-beans.xml 2011-06-02 14:24:07 UTC (rev 6585)
@@ -0,0 +1,44 @@
+<deployment xmlns="urn:jboss:bean-deployer:2.0">
+
+ <application-policy xmlns="urn:jboss:security-beans:1.0" name="gatein-domain">
+ <authentication>
+ <login-module code="org.exoplatform.web.security.PortalLoginModule" flag="required">
+ <module-option name="portalContainerName">portal</module-option>
+ <module-option name="realmName">gatein-domain</module-option>
+ </login-module>
+ <login-module code="org.exoplatform.services.security.jaas.SharedStateLoginModule" flag="required">
+ <module-option name="portalContainerName">portal</module-option>
+ <module-option name="realmName">gatein-domain</module-option>
+ </login-module>
+
+ <!-- Uncomment this part to check on each login if user is member of "/platform/users" group and if not
+ create such membership -->
+ <!--
+ <login-module code="org.exoplatform.services.organization.idm.CustomMembershipLoginModule" flag="required">
+ <module-option name="portalContainerName">portal</module-option>
+ <module-option name="realmName">gatein-domain</module-option>
+ <module-option name="membershipType">member</module-option>
+ <module-option name="groupId">/platform/users</module-option>
+ </login-module>
+ -->
+
+ <login-module code="org.exoplatform.services.security.j2ee.JbossLoginModule" flag="required">
+ <module-option name="portalContainerName">portal</module-option>
+ <module-option name="realmName">gatein-domain</module-option>
+ </login-module>
+ </authentication>
+
+ <!-- Uncomment this part (and comment the other part for CAS integration -->
+ <!--
+ <authentication>
+ <login-module code="org.gatein.sso.agent.login.SSOLoginModule" flag="required">
+ </login-module>
+ <login-module code="org.exoplatform.services.security.j2ee.JbossLoginModule" flag="required">
+ <module-option name="portalContainerName">portal</module-option>
+ <module-option name="realmName">gatein-domain</module-option>
+ </login-module>
+ </authentication>
+ -->
+ </application-policy>
+
+</deployment>
Copied: epp/portal/branches/EPP-5-1-tmp/distribution/serverAddon/src/main/resources/deploy/gatein.ear/META-INF/jboss-scanning.xml (from rev 6572, epp/portal/branches/EPP-5-1-tmp/server/jboss/patch-ear/src/main/jboss/server/default/deploy/gatein.ear/META-INF/jboss-scanning.xml)
===================================================================
--- epp/portal/branches/EPP-5-1-tmp/distribution/serverAddon/src/main/resources/deploy/gatein.ear/META-INF/jboss-scanning.xml (rev 0)
+++ epp/portal/branches/EPP-5-1-tmp/distribution/serverAddon/src/main/resources/deploy/gatein.ear/META-INF/jboss-scanning.xml 2011-06-02 14:24:07 UTC (rev 6585)
@@ -0,0 +1,2 @@
+<scanning xmlns="urn:jboss:scanning:1.0">
+</scanning>
\ No newline at end of file
13 years, 6 months
gatein SVN: r6583 - portal/trunk/testsuite.
by do-not-reply@jboss.org
Author: arthurpeltier
Date: 2011-06-02 00:39:50 -0400 (Thu, 02 Jun 2011)
New Revision: 6583
Removed:
portal/trunk/testsuite/selenium-snifftests/
Log:
Del selenium-snifftest is old
13 years, 6 months
gatein SVN: r6582 - epp/docs/branches/5.1/Release_Notes/en-US.
by do-not-reply@jboss.org
Author: smumford
Date: 2011-06-01 01:31:35 -0400 (Wed, 01 Jun 2011)
New Revision: 6582
Modified:
epp/docs/branches/5.1/Release_Notes/en-US/5.1.1_Release_Notes.ent
epp/docs/branches/5.1/Release_Notes/en-US/5.1.1_Release_Notes.xml
epp/docs/branches/5.1/Release_Notes/en-US/Book_Info.xml
epp/docs/branches/5.1/Release_Notes/en-US/Revision_History.xml
epp/docs/branches/5.1/Release_Notes/en-US/resolved_issues.xml
Log:
Updated for 5.1.1 Release
Modified: epp/docs/branches/5.1/Release_Notes/en-US/5.1.1_Release_Notes.ent
===================================================================
--- epp/docs/branches/5.1/Release_Notes/en-US/5.1.1_Release_Notes.ent 2011-05-31 15:12:57 UTC (rev 6581)
+++ epp/docs/branches/5.1/Release_Notes/en-US/5.1.1_Release_Notes.ent 2011-06-01 05:31:35 UTC (rev 6582)
@@ -7,3 +7,8 @@
<!-- Corporate Specifics: -->
<!ENTITY YEAR "2011">
<!ENTITY HOLDER "Red Hat, Inc">
+
+<!-- Version Specifcs: -->
+<!ENTITY VX "5">
+<!ENTITY VY "5.1">
+<!ENTITY VZ "5.1.1">
\ No newline at end of file
Modified: epp/docs/branches/5.1/Release_Notes/en-US/5.1.1_Release_Notes.xml
===================================================================
--- epp/docs/branches/5.1/Release_Notes/en-US/5.1.1_Release_Notes.xml 2011-05-31 15:12:57 UTC (rev 6581)
+++ epp/docs/branches/5.1/Release_Notes/en-US/5.1.1_Release_Notes.xml 2011-06-01 05:31:35 UTC (rev 6582)
@@ -369,7 +369,7 @@
<section id="sect-5.1.1_Release_Notes-Known_Issues">
<title>Known Issues</title>
<para>
- There are no known issues in this release of JBoss Enterprise Portal Platform
+ There are no known issues in this release of JBoss Enterprise Portal Platform.
</para>
<!-- <para>
The following is a list of known issues in this release:
@@ -377,11 +377,32 @@
<xi:include href="known_issues.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> -->
</section>
- <!-- <section>
+ <section>
+ <title>Recommended Practices</title>
+ <variablelist>
+ <!-- https://issues.jboss.org/browse/JBEPP-610 -->
+ <varlistentry>
+ <term>Plain Text Passwords</term>
+ <listitem>
+ <para>
+ JBoss Enterprise Portal Platform administrators should be aware that passwords saved by users who chose the <guilabel>Remember Me</guilabel> option when logging in are stored in the underlying JCR in plain text. This creates a possible security risk as user passwords could be obtained with an SQL query.
+ </para>
+ <para>
+ While this is the default behavior of JBoss Enterprise Portal Platform, administrators can negate this risk by either disabling the <guilabel>Remember Me</guilabel> option or encrypting the passwords stored in the JCR.
+ </para>
+ <para>
+ Instructions for implementing both of these solutions are included in section 14.1 of the JBoss Enterprise Portal Platform Reference Guide which is available at <ulink type="http" url="http://docs.redhat.com/docs/en-US/JBoss_Enterprise_Portal_Platform/index...."></ulink>.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </section>
+
+ <!-- <section>
<title><remark>NEEDINFO</remark></title>
<xi:include href="need_info.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
</section> -->
-
+
<section id="sect-5.1.1_Release_Notes-Migration">
<title>Migration</title>
<para>
@@ -399,9 +420,7 @@
</section>
<section id="sect-5.1.1_Release_Notes-Site_Publisher">
- <title><remark>Site Publisher</remark>
- </title>
- <remark>DOCS NOTE: Do we still want this here?</remark>
+ <title>Site Publisher</title>
<para>
Site Publisher provides many additional features for organizations looking to enable line of business resources to directly manage sites, pages and content within the context of the portal versus through integration with an external web content management system.
</para>
Modified: epp/docs/branches/5.1/Release_Notes/en-US/Book_Info.xml
===================================================================
--- epp/docs/branches/5.1/Release_Notes/en-US/Book_Info.xml 2011-05-31 15:12:57 UTC (rev 6581)
+++ epp/docs/branches/5.1/Release_Notes/en-US/Book_Info.xml 2011-06-01 05:31:35 UTC (rev 6582)
@@ -6,10 +6,10 @@
<articleinfo id="arti-5.1.1_Release_Notes-a5.1.1_Release_Notes">
<title>5.1.1 Release Notes</title>
<subtitle>For use with JBoss Enterprise Portal Platform 5.1.1</subtitle>
- <edition>1</edition>
- <pubsnumber>1.1</pubsnumber>
<productname>JBoss Enterprise Portal Platform</productname>
<productnumber>5.1</productnumber>
+ <edition>1</edition>
+ <pubsnumber>1.2</pubsnumber>
<abstract>
<para>
These release notes contain important information related to JBoss Enterprise Portal Platform 5.1.1 that may not be currently available in the Product Manuals. You should read these Release Notes in their entirety before installing the product.
Modified: epp/docs/branches/5.1/Release_Notes/en-US/Revision_History.xml
===================================================================
--- epp/docs/branches/5.1/Release_Notes/en-US/Revision_History.xml 2011-05-31 15:12:57 UTC (rev 6581)
+++ epp/docs/branches/5.1/Release_Notes/en-US/Revision_History.xml 2011-06-01 05:31:35 UTC (rev 6582)
@@ -8,6 +8,20 @@
<simpara>
<revhistory>
<revision>
+ <revnumber>1-1.2</revnumber>
+ <date>Mon May 23 2011</date>
+ <author>
+ <firstname>Scott</firstname>
+ <surname>Mumford</surname>
+ <email>smumford(a)redhat.com</email>
+ </author>
+ <revdescription>
+ <simplelist>
+ <member>Added "Recommended Practices" section.</member>
+ </simplelist>
+ </revdescription>
+ </revision>
+ <revision>
<revnumber>1-1.1</revnumber>
<date>Wed May 4 2011</date>
<author>
Modified: epp/docs/branches/5.1/Release_Notes/en-US/resolved_issues.xml
===================================================================
--- epp/docs/branches/5.1/Release_Notes/en-US/resolved_issues.xml 2011-05-31 15:12:57 UTC (rev 6581)
+++ epp/docs/branches/5.1/Release_Notes/en-US/resolved_issues.xml 2011-06-01 05:31:35 UTC (rev 6582)
@@ -1,159 +1,139 @@
-<?xml version='1.0' encoding='utf-8' ?>
+<?xml version='1.0'?>
<!DOCTYPE variablelist PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "5.1.1_Release_Notes.ent">
-%BOOK_ENTITIES;
]>
-<variablelist>
- <!-- release notes text customfield_12310211 --> <!-- https://issues.jboss.org/browse/JBEPP-400 --> <varlistentry>
- <term><ulink url="https://issues.jboss.org/browse/JBEPP-400" /></term>
- <listitem>
- <para>
- Warning messages were found in the server log when starting JBoss Enterprise Portal Platform 5 without an active internet connection. This was because the Java EE Webservices Metadata Handler 2.0 schema was requested via the network at start up. The schema is now bundled with the WSRP which allows JBoss Enterprise Portal Platform to start without producing error messages if there is no internet connection.
- </para>
+<!-- release notes text customfield_12310211 -->
- </listitem>
- </varlistentry>
- <!-- https://issues.jboss.org/browse/JBEPP-459 --> <varlistentry>
- <term><ulink url="https://issues.jboss.org/browse/JBEPP-459" /></term>
- <listitem>
- <para>
- A thread safety issue in the breadcrumb portlet could lead to NullPointerException under load.The issue has been fixed.
- </para>
+<variablelist>
+
+ <!-- https://issues.jboss.org/browse/JBEPP-400 -->
+ <varlistentry>
+ <term><ulink url="https://issues.jboss.org/browse/JBEPP-400" /></term>
+ <listitem>
+ <para>
+ Warning messages were found in the server log when starting JBoss Enterprise Portal Platform 5 without an active internet connection. This was because the Java EE Webservices Metadata Handler 2.0 schema was requested via the network at start up. The schema is now bundled with the WSRP which allows JBoss Enterprise Portal Platform to start without producing error messages if there is no internet connection.
+ </para>
+ </listitem>
+ </varlistentry>
- </listitem>
+ <!-- https://issues.jboss.org/browse/JBEPP-459 -->
+ <varlistentry>
+ <term><ulink url="https://issues.jboss.org/browse/JBEPP-459" /></term>
+ <listitem>
+ <para>
+ A thread safety issue in the breadcrumb portlet could lead to NullPointerException under load. The issue has been fixed.
+ </para>
+ </listitem>
+ </varlistentry>
- </varlistentry>
- <!-- https://issues.jboss.org/browse/JBEPP-597 --> <varlistentry>
- <term><ulink url="https://issues.jboss.org/browse/JBEPP-597" /></term>
- <listitem>
- <para>
- The name of a dashboard page entered by user was not properly encoded before being returned on the web browser. This allowed javascript snippets to be executed when creating a new page through the Portal Dashboard. The name of the page is now properly HTML encoded before being returned and javascript is no longer invoked when entered into page fields.
- </para>
+ <!-- https://issues.jboss.org/browse/JBEPP-597 -->
+ <varlistentry>
+ <term><ulink url="https://issues.jboss.org/browse/JBEPP-597" /></term>
+ <listitem>
+ <para>
+ The name of a dashboard page entered by user was not properly encoded before being returned on the web browser. This allowed javascript snippets to be executed when creating a new page through the Portal Dashboard. The name of the page is now properly HTML encoded before being returned and javascript is no longer invoked when entered into page fields.
+ </para>
+ </listitem>
+ </varlistentry>
- </listitem>
+ <!-- https://issues.jboss.org/browse/JBEPP-733 -->
+ <varlistentry>
+ <term><ulink url="https://issues.jboss.org/browse/JBEPP-733" /></term>
+ <listitem>
+ <para>
+ A bug cause the JBoss Enterprise Portal Platform upload service to not work properly with Internet Explorer 7. As a result, any application using the upload service (such as Site Publisher) would not behave correctly with this web browser unless a name was provided. The bug has been fixed and the upload service now works as expected in all browsers (including IE7).
+ </para>
+ </listitem>
+ </varlistentry>
- </varlistentry>
- <!-- https://issues.jboss.org/browse/JBEPP-610 --> <varlistentry>
- <term><ulink url="https://issues.jboss.org/browse/JBEPP-610" /></term>
- <listitem>
- <para>
- Previous versions of JBoss Enterprise Portal Platform wrote saved passwords to the JCR database in plain text. This created a possible security risk as user passwords could be obtained with an SQL query. Passwords are now encrypted when written to the database, negating the security risk.
- </para>
+ <!-- https://issues.jboss.org/browse/JBEPP-773 -->
+ <varlistentry>
+ <term><ulink url="https://issues.jboss.org/browse/JBEPP-773" /></term>
+ <listitem>
+ <para>
+ A bug prevented the 'Preferences' tab from appearing in some portlets. The tab would only appear in portlets that were customized during the first deployment through the portal.xml descriptor. Non-customized portlets would not show a 'Preferences' tab. The UIFormInputSet.java and UIPortletForm.java files have been patched to fix the issue and now the tab now appears in all portlets that have configurable preferences.
+ </para>
+ </listitem>
+ </varlistentry>
- </listitem>
+ <!-- https://issues.jboss.org/browse/JBEPP-780 -->
+ <varlistentry>
+ <term><ulink url="https://issues.jboss.org/browse/JBEPP-780" /></term>
+ <listitem>
+ <para>
+ The two JBoss Cache instances created by PicketLink were calling on the same configuration file in idm-configuration.xml and, as a result, were using the same cluster names. This could lead to conflicts as the same JBoss Cache instance could join the same channel twice. Separate configuration files were added to the distribution package and the Portal configuration was customized to call on the different files. JBoss Cache instances can now run simultaneously without conflict.
+ </para>
+ </listitem>
+ </varlistentry>
- </varlistentry>
- <!-- https://issues.jboss.org/browse/JBEPP-733 --> <varlistentry>
- <term><ulink url="https://issues.jboss.org/browse/JBEPP-733" /></term>
- <listitem>
- <para>
- A bug cause the JBoss Enterprise Portal Platform upload service to not work properly with Internet Explorer 7. As a result, any application using the upload service (such as Site Publisher) would not behave correctly with this web browser unless a name was provided. The bug has been fixed and the upload service now works as expected in all browsers (including IE7).
- </para>
+ <!-- https://issues.jboss.org/browse/JBEPP-794 -->
+ <varlistentry>
+ <term><ulink url="https://issues.jboss.org/browse/JBEPP-794" /></term>
+ <listitem>
+ <para>
+ When adding resources (js, css, etc) to the Head of the HTML response with the doHeaders method a bug was encountered which caused those resources to be added twice. A patch has been applied to fix the bug and new resources are now only linked once.
+ </para>
+ </listitem>
+ </varlistentry>
- </listitem>
+ <!-- https://issues.jboss.org/browse/JBEPP-848 -->
+ <varlistentry>
+ <term><ulink url="https://issues.jboss.org/browse/JBEPP-848" /></term>
+ <listitem>
+ <para>
+ A bug in data caching prevented some changes to Portal navigation from reloading in real time. When changing a group navigation priority, the reordering of the groups was only happening after a log-out. The UIPageNavigationForm.java has been patched to correct this and navigation changes now update immediately, without the user needing to log-out.
+ </para>
+ </listitem>
+ </varlistentry>
- </varlistentry>
- <!-- https://issues.jboss.org/browse/JBEPP-773 --> <varlistentry>
- <term><ulink url="https://issues.jboss.org/browse/JBEPP-773" /></term>
- <listitem>
- <para>
- A bug prevented the 'Preferences' tab from appearing in some portlets. The tab would only appear in portlets that were customized during the first deployment through the portal.xml descriptor. Non-customized portlets would not show a 'Preferences' tab. The UIFormInputSet.java and UIPortletForm.java files have been patched to fix the issue and now the tab now appears in all portlets that have configurable preferences.
- </para>
+ <!-- https://issues.jboss.org/browse/JBEPP-857 -->
+ <varlistentry>
+ <term><ulink url="https://issues.jboss.org/browse/JBEPP-857" /></term>
+ <listitem>
+ <para>
+ WSRP Strict mode was previously set only via listeners, which were not triggered at startup since they don't yet exist at that time. This meant that WSRP Strict Mode was not properly restored when JBoss Enterprise Portal Platform was started. An upgrade to WSRP 2.0.1 GA corrects this issue and WSRP Strict Mode is now properly restored from persistent state at startup.
+ </para>
+ </listitem>
+ </varlistentry>
- </listitem>
+ <!-- https://issues.jboss.org/browse/JBEPP-890 -->
+ <varlistentry>
+ <term><ulink url="https://issues.jboss.org/browse/JBEPP-890" /></term>
+ <listitem>
+ <para>
+ Exceptions thrown by the handleFaceletNotFound method (when a facelet file was not found) were being obscured by FaceletViewHandler as the response object was not a subtype of HttpServletResponse (it is a instance of PortletResponse). FaceletPortletViewHandler.java has been updated to handle instances of both HttpServletResponse and PortletResponse response objects.
+ </para>
+ </listitem>
+ </varlistentry>
- </varlistentry>
- <!-- https://issues.jboss.org/browse/JBEPP-780 --> <varlistentry>
- <term><ulink url="https://issues.jboss.org/browse/JBEPP-780" /></term>
- <listitem>
- <para>
- The two JBoss Cache instances created by PicketLink were calling on the same configuration file in idm-configuration.xml and, as a result, were using the same cluster names. This could lead to conflicts as the same JBoss Cache instance could join the same channel twice. Separate configuration files were added to the distribution package and the Portal configuration was customized to call on the different files. JBoss Cache instances can now run simultaneously without conflict.
- </para>
+ <!-- https://issues.jboss.org/browse/JBEPP-896 -->
+ <varlistentry>
+ <term><ulink url="https://issues.jboss.org/browse/JBEPP-896" /></term>
+ <listitem>
+ <para>
+ The Single Sign On (SSO) AbstractLogoutFilter in JBoss Enterprise Portal Platform would read request parameters before setting the character encoding. When a form was submitted with non-UTF-8 characters (while SSO was enabled) the values could be garbled on output. An upgrade of the SSO component to version 1.0.2-epp-GA (which includes a patch to the AbstractLogoutFilter code) resolves this issue and Non-UTF-8 characters are now specified correctly.
+ </para>
+ </listitem>
+ </varlistentry>
- </listitem>
+ <!-- https://issues.jboss.org/browse/JBEPP-902 -->
+ <varlistentry>
+ <term><ulink url="https://issues.jboss.org/browse/JBEPP-902" /></term>
+ <listitem>
+ <para>
+ In previous Portal versions, page definitions were held in system memory before being written when starting the Portal. This could cause an Out Of Memory error if a large number of pages were defined in the XML descriptors. The transaction has now been split so that not all page definitions are held in memory prior to being written and the Out Of Memory error is no longer encountered.
+ </para>
+ </listitem>
+ </varlistentry>
- </varlistentry>
- <!-- https://issues.jboss.org/browse/JBEPP-794 --> <varlistentry>
- <term><ulink url="https://issues.jboss.org/browse/JBEPP-794" /></term>
- <listitem>
- <para>
- When adding resources (js, css, etc) to the Head of the HTML response with the doHeaders method a bug was encountered which caused those resources to be added twice. A patch has been applied to fix the bug and new resources are now only linked once.
- </para>
+ <!-- https://issues.jboss.org/browse/JBEPP-904 -->
+ <varlistentry>
+ <term><ulink url="https://issues.jboss.org/browse/JBEPP-904" /></term>
+ <listitem>
+ <para>
+ JBoss Enterprise Portal Platform doesn't set content-type on css-files added via gatein-resources.xml. This causes Internet Explorer 9 to ignore these css-files due to new security policy (a console message states: SEC7113: CSS was ignored due to mime type mismatch). The ResourceRequestFilter.java file has been modified to set the content type so that content-types will be set and Internet Explorer 9 will render the Portal as expected.
+ </para>
+ </listitem>
+ </varlistentry>
- </listitem>
-
- </varlistentry>
- <!-- https://issues.jboss.org/browse/JBEPP-848 --> <varlistentry>
- <term><ulink url="https://issues.jboss.org/browse/JBEPP-848" /></term>
- <listitem>
- <para>
- A bug in data caching prevented some changes to Portal navigation from reloading in real time. When changing a group navigation priority, the reordering of the groups was only happening after a log-out. The UIPageNavigationForm.java has been patched to correct this and navigation changes now update immediately, without the user needing to log-out.
- </para>
-
- </listitem>
-
- </varlistentry>
- <!-- https://issues.jboss.org/browse/JBEPP-857 --> <varlistentry>
- <term><ulink url="https://issues.jboss.org/browse/JBEPP-857" /></term>
- <listitem>
- <para>
- WSRP Strict mode was previously set only via listeners, which were not triggered at startup since they don't yet exist at that time. This meant that WSRP Strict Mode was not properly restored when JBoss Enterprise Portal Platform was started. An upgrade to WSRP 2.0.1 GA corrects this issue and WSRP Strict Mode is now properly restored from persistent state at startup.
- </para>
-
- </listitem>
-
- </varlistentry>
- <!-- https://issues.jboss.org/browse/JBEPP-890 --> <varlistentry>
- <term><ulink url="https://issues.jboss.org/browse/JBEPP-890" /></term>
- <listitem>
- <para>
- Exceptions thrown by the handleFaceletNotFound method (when a facelet file was not found) were being obscured by FaceletViewHandler as the response object was not a subtype of HttpServletResponse (it is a instance of PortletResponse). FaceletPortletViewHandler.java has been updated to handle instances of both HttpServletResponse and PortletResponse response objects.
- </para>
-
- </listitem>
-
- </varlistentry>
- <!-- https://issues.jboss.org/browse/JBEPP-896 --> <varlistentry>
- <term><ulink url="https://issues.jboss.org/browse/JBEPP-896" /></term>
- <listitem>
- <para>
- The Single Sign On (SSO) AbstractLogoutFilter in JBoss Enterprise Portal Platform would read request parameters before setting the character encoding. When a form was submitted with non-UTF-8 characters (while SSO was enabled) the values could be garbled on output. An upgrade of the SSO component to version 1.0.2-epp-GA (which includes a patch to the AbstractLogoutFilter code) resolves this issue and Non-UTF-8 characters are now specified correctly.
- </para>
-
- </listitem>
-
- </varlistentry>
- <!-- https://issues.jboss.org/browse/JBEPP-899 --> <varlistentry>
- <term><ulink url="https://issues.jboss.org/browse/JBEPP-899" /></term>
- <listitem>
- <para>
- MOPPortalStructuralAccess was improperly closing the POMSession that was under control of another Portal component, leaving that component unable to properly access JCR state. An NPE was thrown when other components tried to access the closed POMSession. MOPPortalStructureAccess now simply saves the session instead of saving *and* closing it. Since MOPPortalStructuralAccess doesn't close the POMSession anymore, it can still be used by components upstream without issue.
- </para>
-
- </listitem>
-
- </varlistentry>
- <!-- https://issues.jboss.org/browse/JBEPP-902 --> <varlistentry>
- <term><ulink url="https://issues.jboss.org/browse/JBEPP-902" /></term>
- <listitem>
- <para>
- In previous Portal versions, page definitions were held in system memory before being written when starting the Portal. This could cause an Out Of Memory error if a large number of pages were defined in the XML descriptors. The transaction has now been split so that not all page definitions are held in memory prior to being written and the Out Of Memory error is no longer encountered.
- </para>
-
- </listitem>
-
- </varlistentry>
- <!-- https://issues.jboss.org/browse/JBEPP-904 --> <varlistentry>
- <term><ulink url="https://issues.jboss.org/browse/JBEPP-904" /></term>
- <listitem>
- <para>
- JBoss Enterprise Portal Platform doesn't set content-type on css-files added via gatein-resources.xml. This causes Internet Explorer 9 to ignore these css-files due to new security policy (a console message states: SEC7113: CSS was ignored due to mime type mismatch). The ResourceRequestFilter.java file has been modified to set the content type so that content-types will be set and Internet Explorer 9 will render the Portal as expected.
- </para>
-
- </listitem>
-
- </varlistentry>
-
</variablelist>
-
13 years, 7 months