gatein SVN: r8880 - epp/docs/branches/5.2/Developer_Guide/en-US.
by do-not-reply@jboss.org
Author: ppenicka
Date: 2012-10-12 08:12:56 -0400 (Fri, 12 Oct 2012)
New Revision: 8880
Modified:
epp/docs/branches/5.2/Developer_Guide/en-US/Book_Info.xml
epp/docs/branches/5.2/Developer_Guide/en-US/Revision_History.xml
epp/docs/branches/5.2/Developer_Guide/en-US/chapter-3-GDG_Design_choices.xml
Log:
Implemented changes required in BZ#850726.
Modified: epp/docs/branches/5.2/Developer_Guide/en-US/Book_Info.xml
===================================================================
--- epp/docs/branches/5.2/Developer_Guide/en-US/Book_Info.xml 2012-10-12 04:23:38 UTC (rev 8879)
+++ epp/docs/branches/5.2/Developer_Guide/en-US/Book_Info.xml 2012-10-12 12:12:56 UTC (rev 8880)
@@ -5,7 +5,7 @@
<subtitle>For use with JBoss Enterprise Portal Platform 5</subtitle>
<productname>JBoss Enterprise Portal Platform</productname>
<productnumber>5.2</productnumber>
- <edition>5.2.3</edition>
+ <edition>5.2.4</edition>
<abstract>
<para>
This guide is intended to assist developers working with JBoss Enterprise Portal Platform. It assumes a high level of technical knowledge.
Modified: epp/docs/branches/5.2/Developer_Guide/en-US/Revision_History.xml
===================================================================
--- epp/docs/branches/5.2/Developer_Guide/en-US/Revision_History.xml 2012-10-12 04:23:38 UTC (rev 8879)
+++ epp/docs/branches/5.2/Developer_Guide/en-US/Revision_History.xml 2012-10-12 12:12:56 UTC (rev 8880)
@@ -6,6 +6,20 @@
<simpara>
<revhistory>
<revision>
+ <revnumber>5.2.4-100</revnumber>
+ <date>Thu Oct 12 2012</date>
+ <author>
+ <firstname>Petr</firstname>
+ <surname>Penicka</surname>
+ <email/>
+ </author>
+ <revdescription>
+ <simplelist>
+ <member>Implemented changes required in BZ#850726.</member>
+ </simplelist>
+ </revdescription>
+ </revision>
+ <revision>
<revnumber>5.2.3-100</revnumber>
<date>Thu Oct 11 2012</date>
<author>
@@ -15,7 +29,7 @@
</author>
<revdescription>
<simplelist>
- <member>Implemented changes required in BZ#</member>
+ <member>Implemented changes required in BZ#813583.</member>
</simplelist>
</revdescription>
</revision>
Modified: epp/docs/branches/5.2/Developer_Guide/en-US/chapter-3-GDG_Design_choices.xml
===================================================================
--- epp/docs/branches/5.2/Developer_Guide/en-US/chapter-3-GDG_Design_choices.xml 2012-10-12 04:23:38 UTC (rev 8879)
+++ epp/docs/branches/5.2/Developer_Guide/en-US/chapter-3-GDG_Design_choices.xml 2012-10-12 12:12:56 UTC (rev 8880)
@@ -159,7 +159,7 @@
<itemizedlist>
<listitem>
<para>
- Requires a highly available NFS set-up (NFS 4 is recommended)
+ Requires a highly available NFS set-up (NFS 3 is recommended)
</para>
</listitem>
12 years, 2 months
gatein SVN: r8879 - epp/docs/branches/6.0/User_Guide/en-US/modules/portal.
by do-not-reply@jboss.org
Author: smumford
Date: 2012-10-12 00:23:38 -0400 (Fri, 12 Oct 2012)
New Revision: 8879
Added:
epp/docs/branches/6.0/User_Guide/en-US/modules/portal/EPP_Roles.xml
Log:
BZ#793802: Actually adding EPP_Roles.xml file to repo
Added: epp/docs/branches/6.0/User_Guide/en-US/modules/portal/EPP_Roles.xml
===================================================================
--- epp/docs/branches/6.0/User_Guide/en-US/modules/portal/EPP_Roles.xml (rev 0)
+++ epp/docs/branches/6.0/User_Guide/en-US/modules/portal/EPP_Roles.xml 2012-10-12 04:23:38 UTC (rev 8879)
@@ -0,0 +1,238 @@
+<?xml version='1.0' encoding='utf-8' ?>
+<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+<!ENTITY % BOOK_ENTITIES SYSTEM "../../User_Guide.ent">
+%BOOK_ENTITIES;
+]>
+ <section>
+ <title>Roles</title>
+
+ <para>
+ Effective user management in JBoss Enterprise Portal Platform relies on an understanding of the rights and responsibilities of the various user roles available.
+ </para>
+<!-- DOCS NOTE: Removed as SP is not shipped in 6.0. Retaining in case this changes.
+
+ <note>
+ <para>
+ The details below refer only to roles and memberships for the core JBoss Enterprise Portal Platform product. For information regarding the roles in the Site Publisher extension, refer to the the <citetitle>JBoss Enterprise Portal Platform Site Publisher User Guide</citetitle> available on <ulink type="http" url="https://access.redhat.com/knowledge/docs/"></ulink>.
+ </para>
+ </note>
+
+ -->
+ <itemizedlist>
+ <title>Core Portal Memberships</title>
+
+ <listitem>
+ <para>
+ Member
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Manager
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Validator
+ </para>
+ </listitem>
+ </itemizedlist>
+
+ <table>
+ <title>Role Attributes of Example Users</title>
+
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>
+ User
+ </entry>
+
+ <entry>
+ Roles
+ </entry>
+ </row>
+ </thead>
+
+ <tbody>
+ <row>
+ <entry>
+ root
+ </entry>
+
+ <entry>
+ manager:/platform/administrators,member:/platform/users,member:/organization/management/executive-board
+ </entry>
+ </row>
+
+ <row>
+ <entry>
+ john
+ </entry>
+
+ <entry>
+ member:/platform/administrators,member:/platform/users,manager:/organization/management/executive-board
+ </entry>
+ </row>
+
+ <row>
+ <entry>
+ mary
+ </entry>
+
+ <entry>
+ member:/platform/users
+ </entry>
+ </row>
+
+ <row>
+ <entry>
+ demo
+ </entry>
+
+ <entry>
+ member:/platform/guests,member:/platform/users
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+
+ <variablelist>
+ <title>Roles</title>
+
+ <varlistentry>
+ <term>manager:/platform/administrators</term>
+
+ <listitem>
+ <para>
+ This role is for users to have access and edit administrators pages. Examples are the New Account, Community Management, Registry, Page Management, New Staff, Organization Management and WSRP Admin pages.
+ </para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term>member:/platform/administrators</term>
+
+ <listitem>
+ <para>
+ This role is similar to the manager role above. The main difference is that it does not have access to the administrators pages, but can access and edit everything that falls under the <literal>*:/platform/administrators</literal> pages.
+ </para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term>*:/platform/administrators</term>
+
+ <listitem>
+ <para>
+ This role has edit permissions for everything. This includes; the Home Page, Group Navigation, Portal Navigation, Register and Site Map (in the <emphasis>classic</emphasis> portal). This membership also has permission to create and manage portals and has full permission with group navigation.
+ </para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term>member:/platform/users</term>
+
+ <listitem>
+ <para>
+ This role allows standard users to log in.
+ </para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term>*:/platform/users</term>
+
+ <listitem>
+ <para>
+ This role has access to portal toolbars, dashboard, default gadgets (todo, rss, calculator and calendar) and basic portlets (sitemap and iframe). In general it can access but cannot edit these areas.
+ </para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term>member:/organization/management/executive-board</term>
+
+ <listitem>
+ <para>
+ This role can edit New Staff and Organization Management pages. <remark>DOCS NOTE: I didn't see it in our EPP</remark>
+ </para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term>member:/platform/guests</term>
+
+ <listitem>
+ <para>
+ Members of this role can access the Register and Site Map pages.
+ </para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term>*:/platform/web-contributors</term>
+
+ <listitem>
+ <para>
+ This role can edit the Contact Us page, has taxonomies permission to read, add nodes, set and remove properties in <emphasis>acme</emphasis>, <emphasis>classic</emphasis> and <emphasis>events</emphasis> and is the newsletter marketing moderator, general moderator and subscription redactor. They have access to the <literal>ManageDrivePlugin</literal> for Collaboration and Events. This role also has access to toolbars.
+ </para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term>*:/platform/administrators</term>
+
+ <listitem>
+ <para>
+ This role grants access to the edit mode drop-down in toolbar visible (<literal>WCMAdminToolbarPortlet</literal>)
+ </para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term>validator:*</term>
+
+ <listitem>
+ <para>
+ This role is not used. It can be removed if it is present in your instance.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+
+ <itemizedlist>
+ <title>Mandatory groups (groups that can not be deleted)</title>
+
+ <listitem>
+ <para>
+ /platform/administrators
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ /platform/users
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ /platform/guests
+ </para>
+ </listitem>
+ </itemizedlist>
+
+ <itemizedlist>
+ <title>Mandatory membership types (Membership type that can not be deleted)</title>
+
+ <listitem>
+ <para>
+ member
+ </para>
+ </listitem>
+ </itemizedlist>
+ </section>
12 years, 2 months
gatein SVN: r8878 - epp/docs/branches/5.2/Migration_Guide/en-US.
by do-not-reply@jboss.org
Author: smumford
Date: 2012-10-11 22:54:24 -0400 (Thu, 11 Oct 2012)
New Revision: 8878
Modified:
epp/docs/branches/5.2/Migration_Guide/en-US/Revision_History.xml
Log:
Incrementing for staging
Modified: epp/docs/branches/5.2/Migration_Guide/en-US/Revision_History.xml
===================================================================
--- epp/docs/branches/5.2/Migration_Guide/en-US/Revision_History.xml 2012-10-12 02:46:59 UTC (rev 8877)
+++ epp/docs/branches/5.2/Migration_Guide/en-US/Revision_History.xml 2012-10-12 02:54:24 UTC (rev 8878)
@@ -4,7 +4,21 @@
<title>Revision History</title>
<simpara>
<revhistory>
-
+
+ <revision>
+ <revnumber>5.2.2-101</revnumber>
+ <date>Fri Oct 12 2012</date>
+ <author>
+ <firstname>Scott</firstname>
+ <surname>Mumford</surname>
+ <email></email>
+ </author>
+ <revdescription>
+ <simplelist>
+ <member>BZ#846281: Added content about installing SP upgrade binaries.</member>
+ </simplelist>
+ </revdescription>
+ </revision>
<revision>
<revnumber>5.2.2-100</revnumber>
<date>Wed Sep 05 2012</date>
12 years, 2 months
gatein SVN: r8877 - epp/docs/branches/5.2/Migration_Guide/en-US.
by do-not-reply@jboss.org
Author: smumford
Date: 2012-10-11 22:46:59 -0400 (Thu, 11 Oct 2012)
New Revision: 8877
Modified:
epp/docs/branches/5.2/Migration_Guide/en-US/chapter-6-Site_Publisher.xml
Log:
BZ#846281: Minor edit to new content
Modified: epp/docs/branches/5.2/Migration_Guide/en-US/chapter-6-Site_Publisher.xml
===================================================================
--- epp/docs/branches/5.2/Migration_Guide/en-US/chapter-6-Site_Publisher.xml 2012-10-12 02:45:42 UTC (rev 8876)
+++ epp/docs/branches/5.2/Migration_Guide/en-US/chapter-6-Site_Publisher.xml 2012-10-12 02:46:59 UTC (rev 8877)
@@ -7,7 +7,7 @@
<chapter>
<title>Installing Site Publisher upgrade binaries</title>
<para>
- During the migration from JBoss Enterprise Portal Platform Site Publisher 5.1.x to Site Publisher 5.2.x the templates stored in the JCR database needs to be updated to the new version.
+ During the migration from JBoss Enterprise Portal Platform Site Publisher 5.1.x to Site Publisher 5.2.x the templates stored in the JCR database need to be updated to the new version.
</para>
<para>
An archive of upgrade binaries is available for download <ulink type="http" url="http://intranet.exoplatform.org/rest/jcr/repository/collaboration/Groups/...">here</ulink> to facilitate this change. <remark>DOCS NOTE: Is this archive available on the CSP? Or anywhere other than eXo's repo?</remark>
12 years, 2 months
gatein SVN: r8876 - epp/docs/branches/5.2/Migration_Guide/en-US.
by do-not-reply@jboss.org
Author: smumford
Date: 2012-10-11 22:45:42 -0400 (Thu, 11 Oct 2012)
New Revision: 8876
Modified:
epp/docs/branches/5.2/Migration_Guide/en-US/chapter-6-Site_Publisher.xml
Log:
BZ#846281: Minor edit to new content
Modified: epp/docs/branches/5.2/Migration_Guide/en-US/chapter-6-Site_Publisher.xml
===================================================================
--- epp/docs/branches/5.2/Migration_Guide/en-US/chapter-6-Site_Publisher.xml 2012-10-12 02:42:20 UTC (rev 8875)
+++ epp/docs/branches/5.2/Migration_Guide/en-US/chapter-6-Site_Publisher.xml 2012-10-12 02:45:42 UTC (rev 8876)
@@ -38,7 +38,7 @@
<remark>DOCS NOTE: I assume the most recently updated zip file (upgrade-plugins-2.3.6-CP01-SPUB-185.zip) makes the following workaround unnecessary, however I'm including anyway, just in case.</remark>
<important>
<para>
- There is a known issue with this upgrade method that returns incorrect paths from Quick Search results. The results are returned with a <emphasis>parameterizedviewer?</emphasis> URL, rather than a <emphasis>detail?</emphasis> URL.
+ There is a known issue with this upgrade method that returns incorrect paths from <emphasis>Quick Search</emphasis> results. The results are returned with a <emphasis>parameterizedviewer?</emphasis> URL, rather than a <emphasis>detail?</emphasis> URL.
</para>
<para>
A workaround is included below.
@@ -53,7 +53,7 @@
</step>
<step>
<para>
- Open the Quick Search page in the <emphasis>classic</emphasis> portal.
+ Open the <emphasis>Quick Search</emphasis> page in the <emphasis>classic</emphasis> portal.
</para>
</step>
<step>
@@ -74,5 +74,7 @@
</substeps>
</step>
</procedure>
-
+ <para>
+ <emphasis>Quick Search</emphasis> should now work as expected with imported data in the newer Site Publisher installation.
+ </para>
</chapter>
\ No newline at end of file
12 years, 2 months
gatein SVN: r8875 - epp/docs/branches/5.2/Migration_Guide/en-US.
by do-not-reply@jboss.org
Author: smumford
Date: 2012-10-11 22:42:20 -0400 (Thu, 11 Oct 2012)
New Revision: 8875
Added:
epp/docs/branches/5.2/Migration_Guide/en-US/chapter-6-Site_Publisher.xml
Log:
BZ#846281: Added content about installing SP upgrade binaries
Added: epp/docs/branches/5.2/Migration_Guide/en-US/chapter-6-Site_Publisher.xml
===================================================================
--- epp/docs/branches/5.2/Migration_Guide/en-US/chapter-6-Site_Publisher.xml (rev 0)
+++ epp/docs/branches/5.2/Migration_Guide/en-US/chapter-6-Site_Publisher.xml 2012-10-12 02:42:20 UTC (rev 8875)
@@ -0,0 +1,78 @@
+<?xml version='1.0' encoding='utf-8' ?>
+<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+<!ENTITY % BOOK_ENTITIES SYSTEM "Migration_Guide.ent">
+%BOOK_ENTITIES;
+]>
+
+<chapter>
+ <title>Installing Site Publisher upgrade binaries</title>
+ <para>
+ During the migration from JBoss Enterprise Portal Platform Site Publisher 5.1.x to Site Publisher 5.2.x the templates stored in the JCR database needs to be updated to the new version.
+ </para>
+ <para>
+ An archive of upgrade binaries is available for download <ulink type="http" url="http://intranet.exoplatform.org/rest/jcr/repository/collaboration/Groups/...">here</ulink> to facilitate this change. <remark>DOCS NOTE: Is this archive available on the CSP? Or anywhere other than eXo's repo?</remark>
+ </para>
+ <procedure>
+ <title>Installing upgrade binaries</title>
+ <step>
+ <para>
+ Download the archive containing the upgrade binaries from the link above.
+ </para>
+ </step>
+ <step>
+ <para>
+ Copy data from your old Portal installatin (<filename>epp-sp-5.1.1</filename>, for example) to your new installation <remark>DOCS NOTE: Is 'data' in this sentence referring to unique client data (from the JCR database) or config data?</remark>
+ </para>
+ </step>
+ <step>
+ <para>
+ Extract the archive into <filename><replaceable><JBOSS_HOME></replaceable>/server/default/lib</filename>
+ </para>
+ </step>
+ <step>
+ <para>
+ Start (or restart) your new installation.
+ </para>
+ </step>
+ </procedure>
+ <remark>DOCS NOTE: I assume the most recently updated zip file (upgrade-plugins-2.3.6-CP01-SPUB-185.zip) makes the following workaround unnecessary, however I'm including anyway, just in case.</remark>
+ <important>
+ <para>
+ There is a known issue with this upgrade method that returns incorrect paths from Quick Search results. The results are returned with a <emphasis>parameterizedviewer?</emphasis> URL, rather than a <emphasis>detail?</emphasis> URL.
+ </para>
+ <para>
+ A workaround is included below.
+ </para>
+ </important>
+ <procedure>
+ <title>Workaround</title>
+ <step>
+ <para>
+ Log in as an administrator.
+ </para>
+ </step>
+ <step>
+ <para>
+ Open the Quick Search page in the <emphasis>classic</emphasis> portal.
+ </para>
+ </step>
+ <step>
+ <para>
+ Edit the page as follows:
+ </para>
+ <substeps>
+ <step>
+ <para>
+ Edit the <guilabel>Search result</guilabel> portlet.
+ </para>
+ </step>
+ <step>
+ <para>
+ Update <guilabel>Base path</guilabel> to point to the <emphasis>detail?</emphasis> page.
+ </para>
+ </step>
+ </substeps>
+ </step>
+ </procedure>
+
+</chapter>
\ No newline at end of file
12 years, 2 months
gatein SVN: r8874 - in epp/docs/branches/5.2/Migration_Guide: en-US and 1 other directory.
by do-not-reply@jboss.org
Author: smumford
Date: 2012-10-11 22:41:58 -0400 (Thu, 11 Oct 2012)
New Revision: 8874
Modified:
epp/docs/branches/5.2/Migration_Guide/en-US/Migration_Guide.xml
epp/docs/branches/5.2/Migration_Guide/publican.cfg
Log:
BZ#846281: Added content about installing SP upgrade binaries
Modified: epp/docs/branches/5.2/Migration_Guide/en-US/Migration_Guide.xml
===================================================================
--- epp/docs/branches/5.2/Migration_Guide/en-US/Migration_Guide.xml 2012-10-11 19:11:22 UTC (rev 8873)
+++ epp/docs/branches/5.2/Migration_Guide/en-US/Migration_Guide.xml 2012-10-12 02:41:58 UTC (rev 8874)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
-<book>
+
+<book status="draft">
<xi:include href="Book_Info.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="Preface.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="chapter-1-JCR.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
@@ -8,6 +9,7 @@
<xi:include href="chapter-3-Portal_URLs.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="chapter-4-Portlets.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="chapter-5-User_interface.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+ <xi:include href="chapter-6-Site_Publisher.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="Revision_History.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
</book>
Modified: epp/docs/branches/5.2/Migration_Guide/publican.cfg
===================================================================
--- epp/docs/branches/5.2/Migration_Guide/publican.cfg 2012-10-11 19:11:22 UTC (rev 8873)
+++ epp/docs/branches/5.2/Migration_Guide/publican.cfg 2012-10-12 02:41:58 UTC (rev 8874)
@@ -3,5 +3,5 @@
debug: 1
type: Book
git_branch: docs-rhel-6
-#show_remarks: 1
+show_remarks: 1
12 years, 2 months
gatein SVN: r8873 - in epp/docs/branches/6.0: User_Guide/en-US and 1 other directory.
by do-not-reply@jboss.org
Author: ppenicka
Date: 2012-10-11 15:11:22 -0400 (Thu, 11 Oct 2012)
New Revision: 8873
Modified:
epp/docs/branches/6.0/Developer_Guide/en-US/Book_Info.xml
epp/docs/branches/6.0/Developer_Guide/en-US/Revision_History.xml
epp/docs/branches/6.0/Developer_Guide/en-US/chapter-2-GDG_Architectural_choices.xml
epp/docs/branches/6.0/Developer_Guide/en-US/chapter-4-GDG_Portal_Development.xml
epp/docs/branches/6.0/Developer_Guide/en-US/chapter-5-GDG_Application_development.xml
epp/docs/branches/6.0/User_Guide/en-US/Book_Info.xml
Log:
Implemented changes required in BZ#813583.
Modified: epp/docs/branches/6.0/Developer_Guide/en-US/Book_Info.xml
===================================================================
--- epp/docs/branches/6.0/Developer_Guide/en-US/Book_Info.xml 2012-10-11 19:08:38 UTC (rev 8872)
+++ epp/docs/branches/6.0/Developer_Guide/en-US/Book_Info.xml 2012-10-11 19:11:22 UTC (rev 8873)
@@ -5,7 +5,7 @@
<subtitle>For use with JBoss Enterprise Portal Platform 5</subtitle>
<productname>JBoss Enterprise Portal Platform</productname>
<productnumber>5.2</productnumber>
- <edition>5.2.2</edition>
+ <edition>5.2.3</edition>
<abstract>
<para>
This guide is intended to assist developers working with JBoss Enterprise Portal Platform. It assumes a high level of technical knowledge.
Modified: epp/docs/branches/6.0/Developer_Guide/en-US/Revision_History.xml
===================================================================
--- epp/docs/branches/6.0/Developer_Guide/en-US/Revision_History.xml 2012-10-11 19:08:38 UTC (rev 8872)
+++ epp/docs/branches/6.0/Developer_Guide/en-US/Revision_History.xml 2012-10-11 19:11:22 UTC (rev 8873)
@@ -5,6 +5,20 @@
<title>Revision History</title>
<simpara>
<revhistory>
+ <revision>
+ <revnumber>5.2.3-100</revnumber>
+ <date>Wed Oct 11 2012</date>
+ <author>
+ <firstname>Petr</firstname>
+ <surname>Penicka</surname>
+ <email/>
+ </author>
+ <revdescription>
+ <simplelist>
+ <member>Implemented changes required in BZ#813583.</member>
+ </simplelist>
+ </revdescription>
+ </revision>
<revision>
<revnumber>5.2.2-100</revnumber>
<date>Wed Sep 05 2012</date>
Modified: epp/docs/branches/6.0/Developer_Guide/en-US/chapter-2-GDG_Architectural_choices.xml
===================================================================
--- epp/docs/branches/6.0/Developer_Guide/en-US/chapter-2-GDG_Architectural_choices.xml 2012-10-11 19:08:38 UTC (rev 8872)
+++ epp/docs/branches/6.0/Developer_Guide/en-US/chapter-2-GDG_Architectural_choices.xml 2012-10-11 19:11:22 UTC (rev 8873)
@@ -59,11 +59,11 @@
</para>
<para>
- We do not provide additional recommendation to choose one database server over another as long as it is one of the certified environment.
+ We do not provide additional recommendations to choose one database server over another as long as it is one of the certified environments.
</para>
<para>
- As said earlier, content is stored through a JCR API, RDBMS aren't a great fit to store large files and it is possible to configure eXo JCR to store such files in the filesystem instead of a database, whereas metadata about the files would still be stored into the database. Note that if the website is running on a cluster, the filesystem will need to be accessible from all the nodes and a NFS solution needs to be set up. For more details see the notion of "value storage" in the reference guide.
+ As said earlier, content is stored through a JCR API, RDBMS aren't a great fit to store large files and it is possible to configure eXo JCR to store such files in the filesystem instead of a database, whereas metadata about the files would still be stored in the database. Note that if the website is running on a cluster, the filesystem will need to be accessible from all the nodes and a NFS solution needs to be set up. For more details see the notion of "value storage" in the reference guide.
</para>
</section>
Modified: epp/docs/branches/6.0/Developer_Guide/en-US/chapter-4-GDG_Portal_Development.xml
===================================================================
--- epp/docs/branches/6.0/Developer_Guide/en-US/chapter-4-GDG_Portal_Development.xml 2012-10-11 19:08:38 UTC (rev 8872)
+++ epp/docs/branches/6.0/Developer_Guide/en-US/chapter-4-GDG_Portal_Development.xml 2012-10-11 19:11:22 UTC (rev 8873)
@@ -7,13 +7,13 @@
<title>Portal containers</title>
<para>
- In a single instance (or cluster) of JBoss Enterprise Portal Platform, multiple portals can be running and share resources with other portals with two level of granularity:
+ In a single instance (or cluster) of JBoss Enterprise Portal Platform, multiple portals can be running and share resources with other portals with two levels of granularity:
</para>
<itemizedlist>
<listitem>
<para>
- Portal Containers: A portal container can host multiple sites, and an JBoss Enterprise Portal Platform instance can host multiple portal containers
+ Portal Containers: A portal container can host multiple sites, and a JBoss Enterprise Portal Platform instance can host multiple portal containers
</para>
</listitem>
@@ -25,11 +25,11 @@
</itemizedlist>
<para>
- The biggest granularity is what is called "Portal Containers". A Portal Container can host multiple "Sites". Those two components have a unique identifier that can be found in the default URL mapping according to the following scheme: <code> <ulink url="http://localhost:8080/"/> <portalcontainer>/<site> </code>
+ The biggest granularity is what is called "Portal Containers". A Portal Container can host multiple "Sites". Those two components have a unique identifier that can be found in the default URL mapping according to the following scheme: <code> <ulink url="http://localhost:8080/"/><portalcontainer>/<site> </code>
</para>
<para>
- When creating a website, it is possible to create a portal container from scratch or extend an existing one. It is then possible to extend the portal container which is accessed at <ulink url="http://localhost:8080/portal"/> on the out of the box solution, this is the recommended way. While running multiple portal containers is possible, it's usually better to keep those on separate installation. Note that multiple websites can run in a single portal container and share some services.
+ When creating a website, it is possible to create a portal container from scratch or extend an existing one. It is then possible to extend the portal container which is accessed at <ulink url="http://localhost:8080/portal"/> on the out of the box solution, this is the recommended way. While running multiple portal containers is possible, it's usually better to keep those on separate installations. Note that multiple websites can run in a single portal container and share some services.
</para>
<para>
Modified: epp/docs/branches/6.0/Developer_Guide/en-US/chapter-5-GDG_Application_development.xml
===================================================================
--- epp/docs/branches/6.0/Developer_Guide/en-US/chapter-5-GDG_Application_development.xml 2012-10-11 19:08:38 UTC (rev 8872)
+++ epp/docs/branches/6.0/Developer_Guide/en-US/chapter-5-GDG_Application_development.xml 2012-10-11 19:11:22 UTC (rev 8873)
@@ -22,7 +22,7 @@
<title>Developing Gadgets</title>
<para>
- OpenSocial gadgets are made of standard HTML and javascript. The container offers an API, the documentation for which is available <ulink url="http://opensocial-resources.googlecode.com/svn/spec/1.0/Core-Gadget.xml">here</ulink> .
+ OpenSocial gadgets are made of standard HTML and JavaScript. The container offers an API, the documentation for which is available <ulink url="http://opensocial-resources.googlecode.com/svn/spec/1.0/Core-Gadget.xml">here</ulink> .
</para>
<para>
@@ -39,7 +39,7 @@
<title>Portlet Development</title>
<para>
- JBoss Enterprise Portal interface is fully customized with applications called portlets. Application development can be done by using the plain Portlet specification JSR-286 (refer to the "Portlet Primer" chapter in the JBoss Enterprise Portal Platform Reference Guide for more information), but it is also possible to use the JBoss Portlet Bridge to write applications with JSF and/or RichFaces and/or Seam, (refer to the "Getting started with JBoss Portlet Bridge" chapter of the JBoss Enterprise Portal Platform Reference Guide).
+ JBoss Enterprise Portal interface is fully customized with applications called portlets. Application development can be done by using the plain Portlet specification JSR-286 (refer to the "Portlet Primer" chapter in the JBoss Enterprise Portal Platform Reference Guide for more information), but it is also possible to use the JBoss Portlet Bridge to write applications with JSF and/or RichFaces and/or Seam (refer to the "Getting started with JBoss Portlet Bridge" chapter of the JBoss Enterprise Portal Platform Reference Guide).
</para>
<para>
Modified: epp/docs/branches/6.0/User_Guide/en-US/Book_Info.xml
===================================================================
--- epp/docs/branches/6.0/User_Guide/en-US/Book_Info.xml 2012-10-11 19:08:38 UTC (rev 8872)
+++ epp/docs/branches/6.0/User_Guide/en-US/Book_Info.xml 2012-10-11 19:11:22 UTC (rev 8873)
@@ -7,7 +7,7 @@
<title>User Guide</title>
<subtitle>A User Guide for Enterprise Portal Platform &VZ;</subtitle>
<productname>JBoss Enterprise Portal Platform</productname>
- <productnumber>5.2</productnumber>
+ <productnumber>6.0</productnumber>
<edition>5.2.3</edition>
<abstract>
<para>
12 years, 2 months
gatein SVN: r8872 - epp/docs/branches/5.2/Developer_Guide/en-US.
by do-not-reply@jboss.org
Author: ppenicka
Date: 2012-10-11 15:08:38 -0400 (Thu, 11 Oct 2012)
New Revision: 8872
Modified:
epp/docs/branches/5.2/Developer_Guide/en-US/Revision_History.xml
Log:
Fixed tag mismatch in revision history.
Modified: epp/docs/branches/5.2/Developer_Guide/en-US/Revision_History.xml
===================================================================
--- epp/docs/branches/5.2/Developer_Guide/en-US/Revision_History.xml 2012-10-11 19:03:45 UTC (rev 8871)
+++ epp/docs/branches/5.2/Developer_Guide/en-US/Revision_History.xml 2012-10-11 19:08:38 UTC (rev 8872)
@@ -18,9 +18,6 @@
<member>Implemented changes required in BZ#</member>
</simplelist>
</revdescription>
- </revision></member>
- </simplelist>
- </revdescription>
</revision>
<revision>
<revnumber>5.2.2-100</revnumber>
12 years, 2 months
gatein SVN: r8871 - epp/docs/branches/5.2/Developer_Guide/en-US.
by do-not-reply@jboss.org
Author: ppenicka
Date: 2012-10-11 15:03:45 -0400 (Thu, 11 Oct 2012)
New Revision: 8871
Modified:
epp/docs/branches/5.2/Developer_Guide/en-US/Book_Info.xml
epp/docs/branches/5.2/Developer_Guide/en-US/Revision_History.xml
Log:
Again, only modified revision history after the previous commit.
Modified: epp/docs/branches/5.2/Developer_Guide/en-US/Book_Info.xml
===================================================================
--- epp/docs/branches/5.2/Developer_Guide/en-US/Book_Info.xml 2012-10-11 19:03:37 UTC (rev 8870)
+++ epp/docs/branches/5.2/Developer_Guide/en-US/Book_Info.xml 2012-10-11 19:03:45 UTC (rev 8871)
@@ -5,7 +5,7 @@
<subtitle>For use with JBoss Enterprise Portal Platform 5</subtitle>
<productname>JBoss Enterprise Portal Platform</productname>
<productnumber>5.2</productnumber>
- <edition>5.2.2</edition>
+ <edition>5.2.3</edition>
<abstract>
<para>
This guide is intended to assist developers working with JBoss Enterprise Portal Platform. It assumes a high level of technical knowledge.
Modified: epp/docs/branches/5.2/Developer_Guide/en-US/Revision_History.xml
===================================================================
--- epp/docs/branches/5.2/Developer_Guide/en-US/Revision_History.xml 2012-10-11 19:03:37 UTC (rev 8870)
+++ epp/docs/branches/5.2/Developer_Guide/en-US/Revision_History.xml 2012-10-11 19:03:45 UTC (rev 8871)
@@ -5,6 +5,23 @@
<title>Revision History</title>
<simpara>
<revhistory>
+ <revision>
+ <revnumber>5.2.3-100</revnumber>
+ <date>Thu Oct 11 2012</date>
+ <author>
+ <firstname>Petr</firstname>
+ <surname>Penicka</surname>
+ <email/>
+ </author>
+ <revdescription>
+ <simplelist>
+ <member>Implemented changes required in BZ#</member>
+ </simplelist>
+ </revdescription>
+ </revision></member>
+ </simplelist>
+ </revdescription>
+ </revision>
<revision>
<revnumber>5.2.2-100</revnumber>
<date>Wed Sep 05 2012</date>
12 years, 2 months