gatein SVN: r2966 - portal/trunk/docs/reference-guide/en/modules/PortalDevelopment.
by do-not-reply@jboss.org
Author: thomas.heute(a)jboss.com
Date: 2010-05-04 05:13:42 -0400 (Tue, 04 May 2010)
New Revision: 2966
Modified:
portal/trunk/docs/reference-guide/en/modules/PortalDevelopment/DefaultPortalPermissionConfiguration.xml
Log:
GTNPORTAL-953: wrong definition of UserACL.access.control.workspace
Modified: portal/trunk/docs/reference-guide/en/modules/PortalDevelopment/DefaultPortalPermissionConfiguration.xml
===================================================================
--- portal/trunk/docs/reference-guide/en/modules/PortalDevelopment/DefaultPortalPermissionConfiguration.xml 2010-05-04 08:58:05 UTC (rev 2965)
+++ portal/trunk/docs/reference-guide/en/modules/PortalDevelopment/DefaultPortalPermissionConfiguration.xml 2010-05-04 09:13:42 UTC (rev 2966)
@@ -12,7 +12,7 @@
component configuration in the file <filename>02portal.war:/WEB-INF/conf/portal/portal-configuration.xml</filename>.
</para>
<para>
- It defines 5 permissions types:
+ It defines 8 permissions types:
</para>
<variablelist>
<varlistentry>
@@ -24,6 +24,22 @@
</listitem>
</varlistentry>
<varlistentry>
+ <term>portal.administrator.groups</term>
+ <listitem>
+ <para>
+ Any member of those groups are considered administrators. Default value is <literal>/platform/administrators</literal>.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term>portal.administrator.mstype</term>
+ <listitem>
+ <para>
+ Any user with that membership type would be considered administrator or the associated group. Default value is <literal>manager</literal>.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
<term>portal.creator.groups</term>
<listitem>
<para>
@@ -49,16 +65,21 @@
</listitem>
</varlistentry>
<varlistentry>
- <term>access.control.workspace</term>
+ <term>mandatory.groups</term>
<listitem>
<para>
- Defines the users that have access to the control workspace. In the demo version the control workspace
- is accessible only to <emphasis>root</emphasis> and <emphasis>john</emphasis>. They can expand/collapse
- the workspace at the left hand side. The format is <literal>membership:/group/subgroup</literal> -
- an asterisk '*' gives permission to all memberships.
+ Groups that can't be deleted.
</para>
</listitem>
</varlistentry>
+ <varlistentry>
+ <term>mandatory.mstypes</term>
+ <listitem>
+ <para>
+ Membership types that can't be deleted.
+ </para>
+ </listitem>
+ </varlistentry>
</variablelist>
<programlisting role="XML"><component>
14 years, 7 months
gatein SVN: r2965 - in portal/trunk: server/tomcat/patch/src/main/tomcat/conf and 1 other directory.
by do-not-reply@jboss.org
Author: thomas.heute(a)jboss.com
Date: 2010-05-04 04:58:05 -0400 (Tue, 04 May 2010)
New Revision: 2965
Modified:
portal/trunk/docs/reference-guide/en/modules/AuthenticationAndIdentity/SSO.xml
portal/trunk/server/tomcat/patch/src/main/tomcat/conf/jaas.conf
Log:
GTNPORTAL-955: CAS client setup paragraph is erroneous
Modified: portal/trunk/docs/reference-guide/en/modules/AuthenticationAndIdentity/SSO.xml
===================================================================
--- portal/trunk/docs/reference-guide/en/modules/AuthenticationAndIdentity/SSO.xml 2010-05-04 08:48:40 UTC (rev 2964)
+++ portal/trunk/docs/reference-guide/en/modules/AuthenticationAndIdentity/SSO.xml 2010-05-04 08:58:05 UTC (rev 2965)
@@ -227,7 +227,7 @@
In Tomcat, edit <filename>GATEIN_HOME/conf/jaas.conf</filename> and uncomment this section:
</para>
<programlisting>org.gatein.sso.agent.login.SSOLoginModule required
-org.exoplatform.services.security.j2ee.JbossLoginModule required
+org.exoplatform.services.security.j2ee.TomcatLoginModule required
portalContainerName=portal
realmName=gatein-domain
</programlisting>
@@ -499,7 +499,7 @@
In Tomcat, edit <filename>GATEIN_HOME/conf/jaas.conf</filename> and uncomment this section:
</para>
<programlisting>org.gatein.sso.agent.login.SSOLoginModule required
-org.exoplatform.services.security.j2ee.JbossLoginModule requiredtm
+org.exoplatform.services.security.j2ee.TomcatLoginModule requiredtm
portalContainerName=portal
realmName=gatein-domain
</programlisting>
@@ -828,7 +828,7 @@
If you are running GateIn in Tomcat, edit $GATEIN_HOME/conf/jaas.conf and uncomment this section
</para>
<programlisting>org.gatein.sso.agent.login.SSOLoginModule required
-org.exoplatform.services.security.j2ee.JbossLoginModule required
+org.exoplatform.services.security.j2ee.TomcatLoginModule required
portalContainerName=portal
realmName=gatein-domain
</programlisting>
Modified: portal/trunk/server/tomcat/patch/src/main/tomcat/conf/jaas.conf
===================================================================
--- portal/trunk/server/tomcat/patch/src/main/tomcat/conf/jaas.conf 2010-05-04 08:48:40 UTC (rev 2964)
+++ portal/trunk/server/tomcat/patch/src/main/tomcat/conf/jaas.conf 2010-05-04 08:58:05 UTC (rev 2965)
@@ -5,7 +5,7 @@
// Uncomment the following part (and comment the other part for CAS integration
// org.gatein.sso.agent.login.SSOLoginModule required
- // org.exoplatform.services.security.j2ee.JbossLoginModule required
+ // org.exoplatform.services.security.j2ee.TomcatLoginModule required
// portalContainerName=portal
// realmName=gatein-domain
14 years, 7 months
gatein SVN: r2964 - in portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US/modules: AuthenticationAndIdentity and 1 other directory.
by do-not-reply@jboss.org
Author: thomas.heute(a)jboss.com
Date: 2010-05-04 04:48:40 -0400 (Tue, 04 May 2010)
New Revision: 2964
Removed:
portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US/modules/AuthenticationAndIdentity/DataInjectorConfiguration.xml
Modified:
portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US/modules/AuthenticationAndIdentity.xml
Log:
JBEPP-276: Reference Guide
Remove DataInjectorConfiguration chapter, this is not relevant anymore
Deleted: portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US/modules/AuthenticationAndIdentity/DataInjectorConfiguration.xml
===================================================================
--- portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US/modules/AuthenticationAndIdentity/DataInjectorConfiguration.xml 2010-05-04 08:47:12 UTC (rev 2963)
+++ portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US/modules/AuthenticationAndIdentity/DataInjectorConfiguration.xml 2010-05-04 08:48:40 UTC (rev 2964)
@@ -1,216 +0,0 @@
-<?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 "Reference_Guide.ent">
-%BOOK_ENTITIES;
-]>
-<section id="sect-Reference_Guide-Data_Injector_Configuration">
- <title>Data Injector Configuration</title>
- <section id="sect-Reference_Guide-Data_Injector_Configuration-Data_Injector">
- <title>Data Injector</title>
- <para>
- <emphasis>Data-injector</emphasis> is a utility used to initialize enterprise data for &PRODUCT;. It is packed as a .jar. <!--
- and deployed under $TOMCATHOME/lib. It is started
- automatically when Tomcat starts.
- -->
- </para>
- </section>
-
- <section id="sect-Reference_Guide-Data_Injector_Configuration-OrganizationInitializer">
- <title>OrganizationInitializer</title>
- <para>
- <emphasis>OrganizationInitializer</emphasis> is the service that allows creating a large organization with many groups and users. It also creates portal navigation and page(s) for each group and each user.
- </para>
- <formalpara id="form-Reference_Guide-OrganizationInitializer-Service_configuration_file">
- <title>Service configuration file</title>
- <para>
-
-<programlisting><configuration>
- <component>
- <key>org.exoplatform.portal.initializer.organization.OrganizationInitializer</key>
- <type>org.exoplatform.portal.initializer.organization.OrganizationInitializer</type>
- <init-params>
- <value-param>
- <name>auto.create.group.page.navigation</name>
- <description>true or false</description>
- <value>true</value>
- </value-param>
-
- <value-param>
- <name>auto.create.user.page.navigation</name>
- <description>number of pages per user</description>
- <value>10</value>
- </value-param>
-
- <object-param>
- <name>organization</name>
- <description>description</description>
- <object type="org.exoplatform.portal.initializer.organization.OrganizationConfig">
- <field name="groups">
- <collection type="java.util.ArrayList">
- <value>
- <object type="org.exoplatform.portal.initializer.organization.OrganizationConfig$GroupsConfig">
- <field name="group">
- <object type="org.exoplatform.services.organization.OrganizationConfig$Group">
- <field name="name"><string>province</string></field>
- <field name="parentId"><string>/africa/tanzania</string></field>
- <field name="description"><string>Tanzania's province</string></field>
- <field name="label"><string>Province</string></field>
- </object>
- </field>
- <field name="from"><string>1</string></field>
- <field name="to"><string>10</string></field>
- </object>
- </value>
- </collection>
- </field>
- <field name="users">
- <collection type="java.util.ArrayList">
- <value>
- <object type="org.exoplatform.portal.initializer.organization.OrganizationConfig$UsersConfig">
- <field name="user">
- <object type="org.exoplatform.services.organization.OrganizationConfig$User">
- <field name="userName"><string>user</string></field>
- <field name="password"><string>GateInPlatform</string></field>
- <field name="firstName"><string>First-Name</string></field>
- <field name="lastName"><string>Last-Name</string></field>
- <field name="email"><string>exo@localhost</string></field>
- <field name="groups"><string>member:/africa</string></field>
- </object>
- </field>
- <field name="from"><string>0</string></field>
- <field name="to"><string>9</string></field>
- </object>
- </value>
- </collection>
- </field>
- </object>
- </object-param>
- </init-params>
- </component>
-</configuration>
-</programlisting>
- </para>
- </formalpara>
- </section>
-
- <section id="sect-Reference_Guide-Data_Injector_Configuration-Group_Parameters">
- <title>Group Parameters</title>
- <variablelist>
- <varlistentry>
- <term>Name</term>
- <listitem>
- <para>
- The name of the group.
- </para>
- </listitem>
- </varlistentry>
- <varlistentry>
- <term>ParentId</term>
- <listitem>
- <para>
- The ID of the parent group. If the parent ID is null the group is at the first level. If parent groups do not exist, this ID will be created automatically.
- </para>
- </listitem>
- </varlistentry>
- <varlistentry>
- <term>Description</term>
- <listitem>
- <para>
- A description of the group.
- </para>
- </listitem>
- </varlistentry>
- <varlistentry>
- <term>Label</term>
- <listitem>
- <para>
- A label for the group.
- </para>
- </listitem>
- </varlistentry>
- <varlistentry>
- <term>From and to</term>
- <listitem>
- <para>
- This group can be cloned to may copies and each copy is marked with a number.
- </para>
- </listitem>
- </varlistentry>
- </variablelist>
- </section>
-
- <section id="sect-Reference_Guide-Data_Injector_Configuration-User_Parameters">
- <title>User Parameters</title>
- <variablelist>
- <varlistentry>
- <term>UserName</term>
- <listitem>
- <para>
- The user's ID.
- </para>
- </listitem>
- </varlistentry>
- <varlistentry>
- <term>Password</term>
- <listitem>
- <para>
- The user's password.
- </para>
- </listitem>
- </varlistentry>
- <varlistentry>
- <term>FirstName</term>
- <listitem>
- <para>
- The user's given name.
- </para>
- </listitem>
- </varlistentry>
- <varlistentry>
- <term>LastName</term>
- <listitem>
- <para>
- The user's family name.
- </para>
- </listitem>
- </varlistentry>
- <varlistentry>
- <term>Email</term>
- <listitem>
- <para>
- The user's email address.
- </para>
- </listitem>
- </varlistentry>
- <varlistentry>
- <term>Groups</term>
- <listitem>
- <para>
- A list of groups that the user belongs to.
- </para>
- </listitem>
- </varlistentry>
- <varlistentry>
- <term>From and to</term>
- <listitem>
- <para>
- Users can be cloned and each copy is assigned a number. This allows the creation of a range of users that can be put into various groups based on the range value.
- </para>
- </listitem>
- </varlistentry>
- </variablelist>
- </section>
-
- <section id="sect-Reference_Guide-Data_Injector_Configuration-Automatic_Navigation_Creation">
- <title>Automatic Navigation Creation</title>
- <para>
- The <literal>auto.create.group.page.navigation</literal> parameter can have a value of either <parameter>true</parameter> or <parameter>false</parameter>. If this value is set to <parameter>true</parameter> it automatically creates portal navigations and pages for each group. If the value is <parameter>false</parameter> it does not.
- </para>
- <para>
- The <literal>auto.create.user.page.navigation</literal> parameter value specifies the number of pages that are automatically created for each user.
- </para>
- </section>
-
-</section>
-
-
Modified: portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US/modules/AuthenticationAndIdentity.xml
===================================================================
--- portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US/modules/AuthenticationAndIdentity.xml 2010-05-04 08:47:12 UTC (rev 2963)
+++ portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US/modules/AuthenticationAndIdentity.xml 2010-05-04 08:48:40 UTC (rev 2964)
@@ -8,7 +8,6 @@
<xi:include href="AuthenticationAndIdentity/PredefinedUserConfiguration.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="AuthenticationAndIdentity/AuthenticationTokenConfiguration.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="AuthenticationAndIdentity/BackendConfiguration.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="AuthenticationAndIdentity/DataInjectorConfiguration.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="AuthenticationAndIdentity/OrganizationAPI.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="AuthenticationAndIdentity/AccessingUserProfile.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="AuthenticationAndIdentity/SSO.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
14 years, 7 months
gatein SVN: r2963 - in portal/trunk/docs/reference-guide/en/modules: AuthenticationAndIdentity and 1 other directory.
by do-not-reply@jboss.org
Author: thomas.heute(a)jboss.com
Date: 2010-05-04 04:47:12 -0400 (Tue, 04 May 2010)
New Revision: 2963
Removed:
portal/trunk/docs/reference-guide/en/modules/AuthenticationAndIdentity/DataInjectorConfiguration.xml
Modified:
portal/trunk/docs/reference-guide/en/modules/AuthenticationAndIdentity.xml
Log:
GTNPORTAL-954: Data Injector paragraph is deprecated
Deleted: portal/trunk/docs/reference-guide/en/modules/AuthenticationAndIdentity/DataInjectorConfiguration.xml
===================================================================
--- portal/trunk/docs/reference-guide/en/modules/AuthenticationAndIdentity/DataInjectorConfiguration.xml 2010-05-04 08:25:54 UTC (rev 2962)
+++ portal/trunk/docs/reference-guide/en/modules/AuthenticationAndIdentity/DataInjectorConfiguration.xml 2010-05-04 08:47:12 UTC (rev 2963)
@@ -1,217 +0,0 @@
-<?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 "../../Reference_Guide.ent">
-%BOOK_ENTITIES;
-]>
-<section id="sect-Reference_Guide-Data_Injector_Configuration">
- <title>Data Injector Configuration</title>
- <section id="sect-Reference_Guide-Data_Injector_Configuration-Data_Injector">
- <title>Data Injector</title>
- <para>
- <emphasis>Data-injector</emphasis> is a utility used to initialize enterprise data for &PRODUCT;. It is packed as a .jar. <!--
- and deployed under $TOMCATHOME/lib. It is started
- automatically when Tomcat starts.
- -->
- </para>
- </section>
-
- <section id="sect-Reference_Guide-Data_Injector_Configuration-OrganizationInitializer">
- <title>OrganizationInitializer</title>
- <para>
- <emphasis>OrganizationInitializer</emphasis> is the service that allows creating a large organization with many groups and users.
- It also creates portal navigation and page(s) for each group and each user.
- </para>
- <formalpara id="form-Reference_Guide-OrganizationInitializer-Service_configuration_file">
- <title>Service configuration file</title>
- <para>
-
-<programlisting><configuration>
- <component>
- <key>org.exoplatform.portal.initializer.organization.OrganizationInitializer</key>
- <type>org.exoplatform.portal.initializer.organization.OrganizationInitializer</type>
- <init-params>
- <value-param>
- <name>auto.create.group.page.navigation</name>
- <description>true or false</description>
- <value>true</value>
- </value-param>
-
- <value-param>
- <name>auto.create.user.page.navigation</name>
- <description>number of pages per user</description>
- <value>10</value>
- </value-param>
-
- <object-param>
- <name>organization</name>
- <description>description</description>
- <object type="org.exoplatform.portal.initializer.organization.OrganizationConfig">
- <field name="groups">
- <collection type="java.util.ArrayList">
- <value>
- <object type="org.exoplatform.portal.initializer.organization.OrganizationConfig$GroupsConfig">
- <field name="group">
- <object type="org.exoplatform.services.organization.OrganizationConfig$Group">
- <field name="name"><string>province</string></field>
- <field name="parentId"><string>/africa/tanzania</string></field>
- <field name="description"><string>Tanzania's province</string></field>
- <field name="label"><string>Province</string></field>
- </object>
- </field>
- <field name="from"><string>1</string></field>
- <field name="to"><string>10</string></field>
- </object>
- </value>
- </collection>
- </field>
- <field name="users">
- <collection type="java.util.ArrayList">
- <value>
- <object type="org.exoplatform.portal.initializer.organization.OrganizationConfig$UsersConfig">
- <field name="user">
- <object type="org.exoplatform.services.organization.OrganizationConfig$User">
- <field name="userName"><string>user</string></field>
- <field name="password"><string>GateInPlatform</string></field>
- <field name="firstName"><string>First-Name</string></field>
- <field name="lastName"><string>Last-Name</string></field>
- <field name="email"><string>exo@localhost</string></field>
- <field name="groups"><string>member:/africa</string></field>
- </object>
- </field>
- <field name="from"><string>0</string></field>
- <field name="to"><string>9</string></field>
- </object>
- </value>
- </collection>
- </field>
- </object>
- </object-param>
- </init-params>
- </component>
-</configuration>
-</programlisting>
- </para>
- </formalpara>
- </section>
-
- <section id="sect-Reference_Guide-Data_Injector_Configuration-Group_Parameters">
- <title>Group Parameters</title>
- <variablelist>
- <varlistentry>
- <term>Name</term>
- <listitem>
- <para>
- The name of the group.
- </para>
- </listitem>
- </varlistentry>
- <varlistentry>
- <term>ParentId</term>
- <listitem>
- <para>
- The ID of the parent group. If the parent ID is null the group is at the first level. If parent groups do not exist, this ID will be created automatically.
- </para>
- </listitem>
- </varlistentry>
- <varlistentry>
- <term>Description</term>
- <listitem>
- <para>
- A description of the group.
- </para>
- </listitem>
- </varlistentry>
- <varlistentry>
- <term>Label</term>
- <listitem>
- <para>
- A label for the group.
- </para>
- </listitem>
- </varlistentry>
- <varlistentry>
- <term>From and to</term>
- <listitem>
- <para>
- This group can be cloned to may copies and each copy is marked with a number.
- </para>
- </listitem>
- </varlistentry>
- </variablelist>
- </section>
-
- <section id="sect-Reference_Guide-Data_Injector_Configuration-User_Parameters">
- <title>User Parameters</title>
- <variablelist>
- <varlistentry>
- <term>UserName</term>
- <listitem>
- <para>
- The user's ID.
- </para>
- </listitem>
- </varlistentry>
- <varlistentry>
- <term>Password</term>
- <listitem>
- <para>
- The user's password.
- </para>
- </listitem>
- </varlistentry>
- <varlistentry>
- <term>FirstName</term>
- <listitem>
- <para>
- The user's given name.
- </para>
- </listitem>
- </varlistentry>
- <varlistentry>
- <term>LastName</term>
- <listitem>
- <para>
- The user's family name.
- </para>
- </listitem>
- </varlistentry>
- <varlistentry>
- <term>Email</term>
- <listitem>
- <para>
- The user's email address.
- </para>
- </listitem>
- </varlistentry>
- <varlistentry>
- <term>Groups</term>
- <listitem>
- <para>
- A list of groups that the user belongs to.
- </para>
- </listitem>
- </varlistentry>
- <varlistentry>
- <term>From and to</term>
- <listitem>
- <para>
- Users can be cloned and each copy is assigned a number. This allows the creation of a range of users that can be put into various groups based on the range value.
- </para>
- </listitem>
- </varlistentry>
- </variablelist>
- </section>
-
- <section id="sect-Reference_Guide-Data_Injector_Configuration-Automatic_Navigation_Creation">
- <title>Automatic Navigation Creation</title>
- <para>
- The <literal>auto.create.group.page.navigation</literal> parameter can have a value of either <parameter>true</parameter> or <parameter>false</parameter>. If this value is set to <parameter>true</parameter> it automatically creates portal navigations and pages for each group. If the value is <parameter>false</parameter> it does not.
- </para>
- <para>
- The <literal>auto.create.user.page.navigation</literal> parameter value specifies the number of pages that are automatically created for each user.
- </para>
- </section>
-
-</section>
-
-
Modified: portal/trunk/docs/reference-guide/en/modules/AuthenticationAndIdentity.xml
===================================================================
--- portal/trunk/docs/reference-guide/en/modules/AuthenticationAndIdentity.xml 2010-05-04 08:25:54 UTC (rev 2962)
+++ portal/trunk/docs/reference-guide/en/modules/AuthenticationAndIdentity.xml 2010-05-04 08:47:12 UTC (rev 2963)
@@ -8,7 +8,6 @@
<xi:include href="AuthenticationAndIdentity/PredefinedUserConfiguration.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="AuthenticationAndIdentity/AuthenticationTokenConfiguration.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="AuthenticationAndIdentity/BackendConfiguration.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="AuthenticationAndIdentity/DataInjectorConfiguration.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="AuthenticationAndIdentity/OrganizationAPI.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="AuthenticationAndIdentity/AccessingUserProfile.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="AuthenticationAndIdentity/SSO.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
14 years, 7 months
gatein SVN: r2962 - portal/branches/EPP_5_0_Branch/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium.
by do-not-reply@jboss.org
Author: mvanco(a)redhat.com
Date: 2010-05-04 04:25:54 -0400 (Tue, 04 May 2010)
New Revision: 2962
Modified:
portal/branches/EPP_5_0_Branch/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/Test_SNF_PRL_30_CreateAndEditPageAndEditSiteLayoutForUser.html
Log:
EPP5 ui tests: fixed test SNF_PRL_30
Modified: portal/branches/EPP_5_0_Branch/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/Test_SNF_PRL_30_CreateAndEditPageAndEditSiteLayoutForUser.html
===================================================================
--- portal/branches/EPP_5_0_Branch/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/Test_SNF_PRL_30_CreateAndEditPageAndEditSiteLayoutForUser.html 2010-05-04 08:13:38 UTC (rev 2961)
+++ portal/branches/EPP_5_0_Branch/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/Test_SNF_PRL_30_CreateAndEditPageAndEditSiteLayoutForUser.html 2010-05-04 08:25:54 UTC (rev 2962)
@@ -298,7 +298,7 @@
</tr>
<tr>
<td>waitForElementPresent</td>
- <td>link=Add Gadgets</td>
+ <td>link=Dashboard Editor</td>
<td></td>
</tr>
<tr>
14 years, 7 months
gatein SVN: r2961 - portal/trunk/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium.
by do-not-reply@jboss.org
Author: hangnguyen
Date: 2010-05-04 04:13:38 -0400 (Tue, 04 May 2010)
New Revision: 2961
Modified:
portal/trunk/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/Test_SNF_PRL_23_AddNavigation.html
Log:
Testvn-356 : Clean and improve
Modified: portal/trunk/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/Test_SNF_PRL_23_AddNavigation.html
===================================================================
--- portal/trunk/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/Test_SNF_PRL_23_AddNavigation.html 2010-05-04 08:12:42 UTC (rev 2960)
+++ portal/trunk/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/Test_SNF_PRL_23_AddNavigation.html 2010-05-04 08:13:38 UTC (rev 2961)
@@ -4,12 +4,12 @@
<head profile="http://selenium-ide.openqa.org/profiles/test-case">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="selenium.base" href="" />
-<title>Test_SNF_PRL_23</title>
+<title>Test_SNF_PRL_23_AddNavigation</title>
</head>
<body>
<table cellpadding="1" cellspacing="1" border="1">
<thead>
-<tr><td rowspan="1" colspan="3">Test_SNF_PRL_23</td></tr>
+<tr><td rowspan="1" colspan="3">Test_SNF_PRL_23_AddNavigation</td></tr>
</thead><tbody>
<tr>
<td>open</td>
@@ -42,7 +42,7 @@
<td>gtn</td>
</tr>
<tr>
- <td>clickAndWait</td>
+ <td>clickAt</td>
<td>//div[@id='UIPortalLoginFormAction']/div/div/div/a</td>
<td></td>
</tr>
@@ -52,11 +52,16 @@
<td></td>
</tr>
<tr>
- <td>clickAndWait</td>
+ <td>waitForElementPresent</td>
<td>link=Group</td>
<td></td>
</tr>
<tr>
+ <td>clickAt</td>
+ <td>link=Group</td>
+ <td></td>
+</tr>
+<tr>
<td>waitForElementPresent</td>
<td>link=Add Navigation</td>
<td></td>
@@ -64,10 +69,20 @@
<tr>
<td>clickAt</td>
<td>link=Add Navigation</td>
- <td>1,1</td>
+ <td></td>
</tr>
<tr>
<td>waitForElementPresent</td>
+ <td>//div[@id='UIAddGroupNavigationGrid']/table[1]/tbody/tr/td[2]/a</td>
+ <td></td>
+</tr>
+<tr>
+ <td>clickAt</td>
+ <td>//div[@id='UIAddGroupNavigationGrid']/table[1]/tbody/tr/td[2]/a</td>
+ <td></td>
+</tr>
+<tr>
+ <td>waitForElementPresent</td>
<td>link=Cancel</td>
<td></td>
</tr>
@@ -78,15 +93,20 @@
</tr>
<tr>
<td>waitForElementPresent</td>
- <td>link=Edit Navigation</td>
+ <td>//div[@id='UIGroupNavigationGrid']/table[2]/tbody/tr/td[3]//a</td>
<td></td>
</tr>
<tr>
<td>clickAt</td>
- <td>link=Edit Navigation</td>
+ <td>//div[@id='UIGroupNavigationGrid']/table[2]/tbody/tr/td[3]/a[1]</td>
<td></td>
</tr>
<tr>
+ <td>echo</td>
+ <td>https://jira.jboss.org/jira/browse/GTNPORTAL-1128</td>
+ <td></td>
+</tr>
+<tr>
<td>waitForElementPresent</td>
<td>link=Add Node</td>
<td></td>
@@ -157,31 +177,26 @@
<td></td>
</tr>
<tr>
+ <td>waitForElementPresent</td>
+ <td>link=Save</td>
+ <td></td>
+</tr>
+<tr>
<td>clickAt</td>
<td>link=Save</td>
<td>1,1</td>
</tr>
<tr>
- <td>waitForTextNotPresent</td>
- <td>Navigation Management</td>
- <td></td>
-</tr>
-<tr>
<td>waitForElementPresent</td>
- <td>//div[@id='UIGroupNavigationGrid']//table[1]//a[@class='EditNavIcon']</td>
+ <td>//div[@id='UIGroupNavigationGrid']/table[2]/tbody/tr/td[3]/a[1]</td>
<td></td>
</tr>
<tr>
<td>clickAt</td>
- <td>//div[@id='UIGroupNavigationGrid']//table[1]//a[@class='EditNavIcon']</td>
+ <td>//div[@id='UIGroupNavigationGrid']/table[2]/tbody/tr/td[3]/a[1]</td>
<td></td>
</tr>
<tr>
- <td>pause</td>
- <td>5000</td>
- <td></td>
-</tr>
-<tr>
<td>waitForElementPresent</td>
<td>//a[@title='test_grp_label_23']</td>
<td></td>
@@ -237,6 +252,11 @@
<td></td>
</tr>
<tr>
+ <td>waitForElementPresent</td>
+ <td>link=Sign out</td>
+ <td></td>
+</tr>
+<tr>
<td>clickAt</td>
<td>link=Sign out</td>
<td></td>
14 years, 7 months
gatein SVN: r2960 - portal/trunk/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium.
by do-not-reply@jboss.org
Author: hangnguyen
Date: 2010-05-04 04:12:42 -0400 (Tue, 04 May 2010)
New Revision: 2960
Modified:
portal/trunk/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/Test_SNF_PRL_26_MoveUpAndDownANode.html
Log:
Testvn-356 : Clean and improve
Modified: portal/trunk/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/Test_SNF_PRL_26_MoveUpAndDownANode.html
===================================================================
--- portal/trunk/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/Test_SNF_PRL_26_MoveUpAndDownANode.html 2010-05-04 08:00:47 UTC (rev 2959)
+++ portal/trunk/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/Test_SNF_PRL_26_MoveUpAndDownANode.html 2010-05-04 08:12:42 UTC (rev 2960)
@@ -52,16 +52,26 @@
<td></td>
</tr>
<tr>
- <td>clickAndWait</td>
+ <td>waitForElementPresent</td>
<td>link=Group</td>
<td></td>
</tr>
<tr>
<td>clickAt</td>
+ <td>link=Group</td>
+ <td></td>
+</tr>
+<tr>
+ <td>waitForElementPresent</td>
<td>link=Edit Navigation</td>
<td></td>
</tr>
<tr>
+ <td>clickAt</td>
+ <td>link=Edit Navigation</td>
+ <td></td>
+</tr>
+<tr>
<td>waitForElementPresent</td>
<td>link=Add Node</td>
<td></td>
@@ -112,6 +122,11 @@
<td></td>
</tr>
<tr>
+ <td>echo</td>
+ <td>https://jira.jboss.org/jira/browse/GTNPORTAL-1129</td>
+ <td></td>
+</tr>
+<tr>
<td>waitForElementPresent</td>
<td>link=Save</td>
<td></td>
@@ -142,6 +157,11 @@
<td></td>
</tr>
<tr>
+ <td>waitForElementPresent</td>
+ <td>link=Group</td>
+ <td></td>
+</tr>
+<tr>
<td>clickAt</td>
<td>link=Group</td>
<td></td>
14 years, 7 months
gatein SVN: r2959 - portal/branches/EPP_5_0_Branch/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium.
by do-not-reply@jboss.org
Author: mvanco(a)redhat.com
Date: 2010-05-04 04:00:47 -0400 (Tue, 04 May 2010)
New Revision: 2959
Modified:
portal/branches/EPP_5_0_Branch/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/Test_POR_01_008_SignInByClickTheseAcoountOnHomepage.html
portal/branches/EPP_5_0_Branch/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/Test_SNF_PRL_14_ShowOrNotImportApplicationIcon.html
portal/branches/EPP_5_0_Branch/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/Test_SNF_PRL_21_ChangeUsingPortal.html
portal/branches/EPP_5_0_Branch/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/Test_SNF_PRL_30_CreateAndEditPageAndEditSiteLayoutForUser.html
portal/branches/EPP_5_0_Branch/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/Test_VerifyViewRightsPortlet.html
Log:
EPP5 UI tests: improved tests 14, 30, 21, 01_008, VerifyViewRightsPortlet
Modified: portal/branches/EPP_5_0_Branch/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/Test_POR_01_008_SignInByClickTheseAcoountOnHomepage.html
===================================================================
--- portal/branches/EPP_5_0_Branch/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/Test_POR_01_008_SignInByClickTheseAcoountOnHomepage.html 2010-05-04 07:55:24 UTC (rev 2958)
+++ portal/branches/EPP_5_0_Branch/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/Test_POR_01_008_SignInByClickTheseAcoountOnHomepage.html 2010-05-04 08:00:47 UTC (rev 2959)
@@ -23,6 +23,11 @@
</tr>
<tr>
<td>waitForElementPresent</td>
+ <td>link=Sign in</td>
+ <td></td>
+</tr>
+<tr>
+ <td>waitForElementPresent</td>
<td>link=Administrator</td>
<td></td>
</tr>
@@ -47,8 +52,8 @@
<td></td>
</tr>
<tr>
- <td>waitForTextPresent</td>
- <td>Home</td>
+ <td>waitForElementPresent</td>
+ <td>link=Sign in</td>
<td></td>
</tr>
<tr>
@@ -77,8 +82,8 @@
<td></td>
</tr>
<tr>
- <td>waitForTextPresent</td>
- <td>Home</td>
+ <td>waitForElementPresent</td>
+ <td>link=Sign in</td>
<td></td>
</tr>
<tr>
@@ -107,8 +112,8 @@
<td></td>
</tr>
<tr>
- <td>waitForTextPresent</td>
- <td>Home</td>
+ <td>waitForElementPresent</td>
+ <td>link=Sign in</td>
<td></td>
</tr>
<tr>
Modified: portal/branches/EPP_5_0_Branch/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/Test_SNF_PRL_14_ShowOrNotImportApplicationIcon.html
===================================================================
--- portal/branches/EPP_5_0_Branch/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/Test_SNF_PRL_14_ShowOrNotImportApplicationIcon.html 2010-05-04 07:55:24 UTC (rev 2958)
+++ portal/branches/EPP_5_0_Branch/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/Test_SNF_PRL_14_ShowOrNotImportApplicationIcon.html 2010-05-04 08:00:47 UTC (rev 2959)
@@ -13,7 +13,7 @@
</thead><tbody>
<tr>
<td>open</td>
- <td>/portal/public/classic/</td>
+ <td>/portal/public/classic</td>
<td></td>
</tr>
<tr>
@@ -22,11 +22,21 @@
<td></td>
</tr>
<tr>
+ <td>waitForElementPresent</td>
+ <td>link=Sign in</td>
+ <td></td>
+</tr>
+<tr>
<td>clickAt</td>
<td>link=Sign in</td>
<td></td>
</tr>
<tr>
+ <td>waitForElementPresent</td>
+ <td>username</td>
+ <td></td>
+</tr>
+<tr>
<td>type</td>
<td>username</td>
<td>root</td>
@@ -42,6 +52,11 @@
<td></td>
</tr>
<tr>
+ <td>waitForElementPresent</td>
+ <td>link=Application Registry</td>
+ <td></td>
+</tr>
+<tr>
<td>clickAt</td>
<td>link=Application Registry</td>
<td>1,1</td>
@@ -62,6 +77,11 @@
<td></td>
</tr>
<tr>
+ <td>waitForElementPresent</td>
+ <td>link=Edit Page</td>
+ <td></td>
+</tr>
+<tr>
<td>clickAt</td>
<td>link=Edit Page</td>
<td></td>
@@ -87,7 +107,7 @@
<td></td>
</tr>
<tr>
- <td>uncheck</td>
+ <td>click</td>
<td>xpath=//input[@class='checkbox']</td>
<td></td>
</tr>
@@ -132,6 +152,11 @@
<td></td>
</tr>
<tr>
+ <td>waitForElementNotPresent</td>
+ <td>xpath=//div[@class='IconControl ImportIcon']</td>
+ <td></td>
+</tr>
+<tr>
<td>verifyElementNotPresent</td>
<td>xpath=//div[@class='IconControl ImportIcon']</td>
<td></td>
@@ -142,6 +167,11 @@
<td></td>
</tr>
<tr>
+ <td>waitForElementPresent</td>
+ <td>link=Edit Page</td>
+ <td></td>
+</tr>
+<tr>
<td>clickAt</td>
<td>link=Edit Page</td>
<td></td>
@@ -167,11 +197,16 @@
<td></td>
</tr>
<tr>
- <td>check</td>
+ <td>click</td>
<td>xpath=//input[@class='checkbox']</td>
<td></td>
</tr>
<tr>
+ <td>waitForElementPresent</td>
+ <td>link=Save</td>
+ <td></td>
+</tr>
+<tr>
<td>clickAt</td>
<td>link=Save</td>
<td></td>
@@ -212,6 +247,11 @@
<td></td>
</tr>
<tr>
+ <td>waitForElementPresent</td>
+ <td>xpath=//div[@class='IconControl ImportIcon']</td>
+ <td></td>
+</tr>
+<tr>
<td>verifyElementPresent</td>
<td>xpath=//div[@class='IconControl ImportIcon']</td>
<td></td>
Modified: portal/branches/EPP_5_0_Branch/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/Test_SNF_PRL_21_ChangeUsingPortal.html
===================================================================
--- portal/branches/EPP_5_0_Branch/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/Test_SNF_PRL_21_ChangeUsingPortal.html 2010-05-04 07:55:24 UTC (rev 2958)
+++ portal/branches/EPP_5_0_Branch/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/Test_SNF_PRL_21_ChangeUsingPortal.html 2010-05-04 08:00:47 UTC (rev 2959)
@@ -13,7 +13,7 @@
</thead><tbody>
<tr>
<td>open</td>
- <td>/portal/public/classic/</td>
+ <td>/portal/public/classic</td>
<td></td>
</tr>
<tr>
@@ -22,6 +22,11 @@
<td></td>
</tr>
<tr>
+ <td>waitForElementPresent</td>
+ <td>link=Sign in</td>
+ <td></td>
+</tr>
+<tr>
<td>clickAt</td>
<td>link=Sign in</td>
<td></td>
@@ -47,6 +52,11 @@
<td></td>
</tr>
<tr>
+ <td>waitForElementPresent</td>
+ <td>link=Site</td>
+ <td></td>
+</tr>
+<tr>
<td>clickAt</td>
<td>link=Site</td>
<td></td>
@@ -68,15 +78,10 @@
</tr>
<tr>
<td>waitForElementPresent</td>
- <td>//div[(a)onclick="eXo.webui.UIHorizontalTabs.changeTabForUIFormTabpane(this, 'UIPortalForm', 'PortalSetting');javascript:eXo.webui.UIForm.submitEvent('UIPortalForm','SelectTab','&objectId=PortalSetting')"]</td>
+ <td>name</td>
<td></td>
</tr>
<tr>
- <td>clickAt</td>
- <td>//div[(a)onclick="eXo.webui.UIHorizontalTabs.changeTabForUIFormTabpane(this, 'UIPortalForm', 'PortalSetting');javascript:eXo.webui.UIForm.submitEvent('UIPortalForm','SelectTab','&objectId=PortalSetting')"]</td>
- <td></td>
-</tr>
-<tr>
<td>type</td>
<td>name</td>
<td>test_portal_name_21</td>
@@ -92,22 +97,37 @@
<td></td>
</tr>
<tr>
+ <td>waitForElementPresent</td>
+ <td>publicMode</td>
+ <td></td>
+</tr>
+<tr>
<td>clickAt</td>
<td>publicMode</td>
<td></td>
</tr>
<tr>
+ <td>waitForElementPresent</td>
+ <td>link=Edit Permission Setting</td>
+ <td></td>
+</tr>
+<tr>
<td>clickAt</td>
<td>link=Edit Permission Setting</td>
<td></td>
</tr>
<tr>
+ <td>waitForElementPresent</td>
+ <td>link=Select Permission</td>
+ <td></td>
+</tr>
+<tr>
<td>clickAt</td>
<td>link=Select Permission</td>
<td></td>
</tr>
<tr>
- <td>clickAt</td>
+ <td>waitForElementPresent</td>
<td>link=Platform</td>
<td></td>
</tr>
@@ -118,6 +138,16 @@
</tr>
<tr>
<td>waitForElementPresent</td>
+ <td>link=Administrators</td>
+ <td></td>
+</tr>
+<tr>
+ <td>clickAt</td>
+ <td>link=Administrators</td>
+ <td></td>
+</tr>
+<tr>
+ <td>waitForElementPresent</td>
<td>link=exact:*</td>
<td></td>
</tr>
@@ -132,6 +162,11 @@
<td>exact:*</td>
</tr>
<tr>
+ <td>waitForElementPresent</td>
+ <td>link=Save</td>
+ <td></td>
+</tr>
+<tr>
<td>clickAt</td>
<td>link=Save</td>
<td></td>
@@ -143,7 +178,7 @@
</tr>
<tr>
<td>waitForElementPresent</td>
- <td>//div[@id='UISiteManagement']/table[2]/tbody/tr/td[3]/a[4]</td>
+ <td>//a[@class='DeleteIcon' and contains(@href, 'op=DeletePortal&objectId=test_portal_name_21')]</td>
<td></td>
</tr>
<tr>
@@ -157,11 +192,26 @@
<td></td>
</tr>
<tr>
- <td>clickAndWait</td>
+ <td>waitForElementPresent</td>
<td>link=Site</td>
<td></td>
</tr>
<tr>
+ <td>click</td>
+ <td>link=Site</td>
+ <td></td>
+</tr>
+<tr>
+ <td>pause</td>
+ <td>5000</td>
+ <td></td>
+</tr>
+<tr>
+ <td>waitForElementPresent</td>
+ <td>link=test_portal_name_21</td>
+ <td></td>
+</tr>
+<tr>
<td>clickAndWait</td>
<td>link=test_portal_name_21</td>
<td></td>
@@ -193,12 +243,12 @@
</tr>
<tr>
<td>waitForElementPresent</td>
- <td>//div[@id='UISiteManagement']/table[2]//td[3]/a[4]</td>
+ <td>//a[@class='DeleteIcon' and contains(@href, 'op=DeletePortal&objectId=test_portal_name_21')]</td>
<td></td>
</tr>
<tr>
<td>clickAt</td>
- <td>//div[@id='UISiteManagement']/table[2]//td[3]/a[4]</td>
+ <td>//a[@class='DeleteIcon' and contains(@href, 'op=DeletePortal&objectId=test_portal_name_21')]</td>
<td></td>
</tr>
<tr>
Modified: portal/branches/EPP_5_0_Branch/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/Test_SNF_PRL_30_CreateAndEditPageAndEditSiteLayoutForUser.html
===================================================================
--- portal/branches/EPP_5_0_Branch/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/Test_SNF_PRL_30_CreateAndEditPageAndEditSiteLayoutForUser.html 2010-05-04 07:55:24 UTC (rev 2958)
+++ portal/branches/EPP_5_0_Branch/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/Test_SNF_PRL_30_CreateAndEditPageAndEditSiteLayoutForUser.html 2010-05-04 08:00:47 UTC (rev 2959)
@@ -162,11 +162,6 @@
<td></td>
</tr>
<tr>
- <td>echo</td>
- <td>--------To fast</td>
- <td></td>
-</tr>
-<tr>
<td>verifyElementPresent</td>
<td>//div[@id='UITabPaneDashboard']/div/div/div/div/div/div[2]/div/div/div/div/span</td>
<td></td>
@@ -303,6 +298,11 @@
</tr>
<tr>
<td>waitForElementPresent</td>
+ <td>link=Add Gadgets</td>
+ <td></td>
+</tr>
+<tr>
+ <td>waitForElementPresent</td>
<td>link=Edit Layout</td>
<td></td>
</tr>
@@ -382,11 +382,21 @@
<td></td>
</tr>
<tr>
+ <td>waitForTextNotPresent</td>
+ <td>test_dashboardpage_name_30</td>
+ <td></td>
+</tr>
+<tr>
<td>verifyTextNotPresent</td>
<td>test_dashboardpage_name_30</td>
<td></td>
</tr>
<tr>
+ <td>waitForElementPresent</td>
+ <td>link=Sign out</td>
+ <td></td>
+</tr>
+<tr>
<td>clickAt</td>
<td>link=Sign out</td>
<td></td>
Modified: portal/branches/EPP_5_0_Branch/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/Test_VerifyViewRightsPortlet.html
===================================================================
--- portal/branches/EPP_5_0_Branch/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/Test_VerifyViewRightsPortlet.html 2010-05-04 07:55:24 UTC (rev 2958)
+++ portal/branches/EPP_5_0_Branch/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/Test_VerifyViewRightsPortlet.html 2010-05-04 08:00:47 UTC (rev 2959)
@@ -58,6 +58,11 @@
</tr>
<tr>
<td>waitForElementPresent</td>
+ <td>link=Sign out</td>
+ <td></td>
+</tr>
+<tr>
+ <td>waitForElementPresent</td>
<td>link=SiteMap</td>
<td></td>
</tr>
@@ -248,6 +253,11 @@
</tr>
<tr>
<td>waitForElementPresent</td>
+ <td>link=Sign in</td>
+ <td></td>
+</tr>
+<tr>
+ <td>waitForElementPresent</td>
<td>link=SiteMap</td>
<td></td>
</tr>
@@ -262,13 +272,13 @@
<td></td>
</tr>
<tr>
- <td>waitForElementPresent</td>
- <td>link=Sign in</td>
+ <td>echo</td>
+ <td>--Verify portlet not visible for mary--</td>
<td></td>
</tr>
<tr>
- <td>echo</td>
- <td>--Verify portlet not visible for mary--</td>
+ <td>waitForElementPresent</td>
+ <td>link=Sign in</td>
<td></td>
</tr>
<tr>
@@ -298,6 +308,11 @@
</tr>
<tr>
<td>waitForElementPresent</td>
+ <td>link=Sign out</td>
+ <td></td>
+</tr>
+<tr>
+ <td>waitForElementPresent</td>
<td>link=SiteMap</td>
<td></td>
</tr>
@@ -358,6 +373,11 @@
</tr>
<tr>
<td>waitForElementPresent</td>
+ <td>link=Sign out</td>
+ <td></td>
+</tr>
+<tr>
+ <td>waitForElementPresent</td>
<td>link=SiteMap</td>
<td></td>
</tr>
14 years, 7 months
gatein SVN: r2958 - in portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Installation_Guide/en-US: images and 1 other directory.
by do-not-reply@jboss.org
Author: smumford
Date: 2010-05-04 03:55:24 -0400 (Tue, 04 May 2010)
New Revision: 2958
Modified:
portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Installation_Guide/en-US/ClusteringConfiguration.xml
portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Installation_Guide/en-US/DatabaseConfiguration.xml
portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Installation_Guide/en-US/EMailServiceConfiguration.xml
portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Installation_Guide/en-US/Installation.xml
portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Installation_Guide/en-US/Post_Installation.xml
portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Installation_Guide/en-US/Test_Your_Installation.xml
portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Installation_Guide/en-US/images/test_install.png
Log:
JBEPP-274 See comment 04/May/10 03:53 AM
Modified: portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Installation_Guide/en-US/ClusteringConfiguration.xml
===================================================================
--- portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Installation_Guide/en-US/ClusteringConfiguration.xml 2010-05-04 07:35:13 UTC (rev 2957)
+++ portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Installation_Guide/en-US/ClusteringConfiguration.xml 2010-05-04 07:55:24 UTC (rev 2958)
@@ -25,7 +25,7 @@
<section id="sect-Reference_Guide-Clustering_Configuration-Prerequisite">
<title>Prerequisites</title>
<para>The clustering services are available only in the <literal>all</literal>
- and <remark>production</remark> server configurations. Additionally the following prerequisites
+ and production server configurations. Additionally the following prerequisites
should be met:
</para>
<itemizedlist>
Modified: portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Installation_Guide/en-US/DatabaseConfiguration.xml
===================================================================
--- portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Installation_Guide/en-US/DatabaseConfiguration.xml 2010-05-04 07:35:13 UTC (rev 2957)
+++ portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Installation_Guide/en-US/DatabaseConfiguration.xml 2010-05-04 07:55:24 UTC (rev 2958)
@@ -39,7 +39,7 @@
<para>To configure the database datasource used by JCR you will need to edit the
datasource descriptor located at
- $JBOSS_HOME/server/<remark>$CONFIG</remark>/deploy/gatein-ds.xml:
+ $JBOSS_HOME/server/$CONFIG/deploy/gatein-ds.xml:
<programlisting>
<no-tx-datasource>
<jndi-name>gatein-jcr</jndi-name>
@@ -79,7 +79,7 @@
<title>Configuring the database datasource for the default identity store</title>
<para>To configure the database datasource used by IDM you will need to edit the
- datasource descriptor located at $JBOSS_HOME/server/<remark>$CONFIG</remark>/deploy/gatein-ds.xml:
+ datasource descriptor located at $JBOSS_HOME/server/$CONFIG/deploy/gatein-ds.xml:
<programlisting> <no-tx-datasource>
<jndi-name>gatein-idm</jndi-name>
@@ -127,24 +127,9 @@
<title>Installing the MySQL JDBC connector</title>
<para>The MySQL JDBC connector is required for EPP to use a MySQL database:</para>
</formalpara>
-
- <orderedlist>
- <listitem>
- <para>
- Navigate to http://www.mysql.com/downloads/connector/j/ and download a version listed in the Certified Configurations table available on the <ulink url="http://www.jboss.com/products/platforms/portals/testedconfigurations/">&PRODUCT; website</ulink>.
- </para>
- </listitem>
- <listitem>
- <para>
- Unzip the archive in a directory of your choice.
- </para>
- </listitem>
- <listitem>
- <para>
- Copy the <filename>mysql-connector-java-5.<replaceable>version-number</replaceable>-bin.jar</filename> file into the <filename>$JBOSS_HOME/server/<replaceable>$CONFIG</replaceable>/lib/</filename> directory.
- </para>
- </listitem>
- </orderedlist>
+ <para>
+ The <literal>mysql-java-connector</literal> package is available through <ulink type="http" url="https://www.redhat.com/wapps/sso/rhn/login.html?redirect=http%3A%2F%2Frhn...">RHN</ulink>. This is the recommended installation method.
+ </para>
<formalpara id="form-Portal_EAP-Using_a_MySQL_Database-Creating_a_MySQL_Database">
<title>Creating a MySQL Database</title>
Modified: portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Installation_Guide/en-US/EMailServiceConfiguration.xml
===================================================================
--- portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Installation_Guide/en-US/EMailServiceConfiguration.xml 2010-05-04 07:35:13 UTC (rev 2957)
+++ portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Installation_Guide/en-US/EMailServiceConfiguration.xml 2010-05-04 07:55:24 UTC (rev 2958)
@@ -20,7 +20,7 @@
<title>Configuring the outgoing e-mail account</title>
<para>The e-mail service can use any SMTP account configured in
- $JBOSS_HOME/server/<remark>$CONFIG</remark>/conf/gatein/configuration.properties</para>
+ $JBOSS_HOME/server/$CONFIG/conf/gatein/configuration.properties</para>
<para>The relevant section looks like:</para>
Modified: portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Installation_Guide/en-US/Installation.xml
===================================================================
--- portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Installation_Guide/en-US/Installation.xml 2010-05-04 07:35:13 UTC (rev 2957)
+++ portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Installation_Guide/en-US/Installation.xml 2010-05-04 07:55:24 UTC (rev 2958)
@@ -11,7 +11,7 @@
<title>Downloading</title>
<para>
- The officially supported versions are available from the JBoss Customer Support Portal (CSP) located at <ulink url="https://support.redhat.com/jbossnetwork/restricted/main.html">https://support.redhat.com/jbossnetwork/restricted/main.htmlm</ulink>. Platforms including in your Support subscription are listed in the <literal>Software</literal> section.
+ The officially supported versions are available from the JBoss Customer Support Portal (CSP) located at <ulink url="https://support.redhat.com/jbossnetwork/restricted/main.html">https://support.redhat.com/jbossnetwork/restricted/main.html</ulink>. Platforms including in your Support subscription are listed in the <literal>Software</literal> section.
</para>
</section>
Modified: portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Installation_Guide/en-US/Post_Installation.xml
===================================================================
--- portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Installation_Guide/en-US/Post_Installation.xml 2010-05-04 07:35:13 UTC (rev 2957)
+++ portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Installation_Guide/en-US/Post_Installation.xml 2010-05-04 07:55:24 UTC (rev 2958)
@@ -153,18 +153,25 @@
<title>Disabling Authentication</title>
<para>
- Authentication is disabled by default. Once enabled, it is possible to disable authentication for specific services by following the instructions in this section.
+ It is possible to disable authentication for specific services by following the instructions in this section.
+ </para>
+ <para>
All paths specified in the sub-sections below are relative to <literal>$JBOSS_HOME</literal>.
</para>
<formalpara>
<title>Disabling Authentication for JXM Console:</title>
<para>
To disable authentication for the JMX console, edit the following file and comment out the security-constraint section:
- <programlisting>
+ </para>
+ </formalpara>
+
+<programlisting>
server/$CONFIG/deploy/jmx-console.war/WEB-INF/web.xml
- </programlisting>
- The following fragment should be commented out:
- <programlisting>
+</programlisting>
+ <para>
+ The following fragment should be commented out:
+ </para>
+<programlisting>
<security-constraint>
<web-resource-collection>
<web-resource-name>HtmlAdaptor</web-resource-name>
@@ -180,9 +187,7 @@
<role-name>JBossAdmin</role-name>
</auth-constraint>
</security-constraint>
- </programlisting>
- </para>
- </formalpara>
+</programlisting>
<formalpara>
<title>Disabling Authentication for Web Console:</title>
<para>
Modified: portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Installation_Guide/en-US/Test_Your_Installation.xml
===================================================================
--- portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Installation_Guide/en-US/Test_Your_Installation.xml 2010-05-04 07:35:13 UTC (rev 2957)
+++ portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Installation_Guide/en-US/Test_Your_Installation.xml 2010-05-04 07:55:24 UTC (rev 2958)
@@ -88,7 +88,7 @@
<title>Test your Installation</title>
<mediaobject>
<imageobject role="html">
- <imagedata fileref="images/test_install.png" format="PNG" align="center" scale="90" />
+ <imagedata fileref="images/test_install.png" format="PNG" align="center" scale="100" />
</imageobject>
<imageobject role="fo">
<imagedata fileref="images/test_install.png" format="PNG" align="center" contentwidth="444px" />
Modified: portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Installation_Guide/en-US/images/test_install.png
===================================================================
(Binary files differ)
14 years, 7 months
gatein SVN: r2957 - portal/trunk/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium.
by do-not-reply@jboss.org
Author: hangnguyen
Date: 2010-05-04 03:35:13 -0400 (Tue, 04 May 2010)
New Revision: 2957
Modified:
portal/trunk/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/Test_SNF_PRL_19_EditPortal.html
Log:
Testvn-356 : Clean and improve
Modified: portal/trunk/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/Test_SNF_PRL_19_EditPortal.html
===================================================================
--- portal/trunk/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/Test_SNF_PRL_19_EditPortal.html 2010-05-04 07:01:56 UTC (rev 2956)
+++ portal/trunk/testsuite/selenium-snifftests/src/suite/org/exoplatform/portal/selenium/Test_SNF_PRL_19_EditPortal.html 2010-05-04 07:35:13 UTC (rev 2957)
@@ -4,12 +4,12 @@
<head profile="http://selenium-ide.openqa.org/profiles/test-case">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="selenium.base" href="" />
-<title>SNF_PRL_19</title>
+<title>Test_SNF_PRL_19_EditPortal</title>
</head>
<body>
<table cellpadding="1" cellspacing="1" border="1">
<thead>
-<tr><td rowspan="1" colspan="3">SNF_PRL_19</td></tr>
+<tr><td rowspan="1" colspan="3">Test_SNF_PRL_19_EditPortal</td></tr>
</thead><tbody>
<tr>
<td>open</td>
@@ -42,11 +42,16 @@
<td>gtn</td>
</tr>
<tr>
- <td>clickAndWait</td>
+ <td>clickAt</td>
<td>//div[@id='UIPortalLoginFormAction']/div/div/div</td>
<td></td>
</tr>
<tr>
+ <td>waitForElementPresent</td>
+ <td>link=Site</td>
+ <td></td>
+</tr>
+<tr>
<td>clickAt</td>
<td>link=Site</td>
<td></td>
@@ -173,6 +178,11 @@
</tr>
<tr>
<td>echo</td>
+ <td>https://jira.jboss.org/jira/browse/GTNPORTAL-1129</td>
+ <td></td>
+</tr>
+<tr>
+ <td>echo</td>
<td>--Save</td>
<td></td>
</tr>
@@ -392,6 +402,11 @@
<td></td>
</tr>
<tr>
+ <td>waitForElementPresent</td>
+ <td>link=Sign out</td>
+ <td></td>
+</tr>
+<tr>
<td>clickAt</td>
<td>link=Sign out</td>
<td></td>
14 years, 7 months