JBoss Portal SVN: r13746 - branches/Enterprise_Portal_Platform_4_3/core-admin/src/resources/portal-admin-war/jsf/dashboard.
by portal-commits@lists.jboss.org
Author: thomas.heute(a)jboss.com
Date: 2009-08-12 11:11:11 -0400 (Wed, 12 Aug 2009)
New Revision: 13746
Modified:
branches/Enterprise_Portal_Platform_4_3/core-admin/src/resources/portal-admin-war/jsf/dashboard/dashboard.xhtml
Log:
Dummy input field for IE
Modified: branches/Enterprise_Portal_Platform_4_3/core-admin/src/resources/portal-admin-war/jsf/dashboard/dashboard.xhtml
===================================================================
--- branches/Enterprise_Portal_Platform_4_3/core-admin/src/resources/portal-admin-war/jsf/dashboard/dashboard.xhtml 2009-08-12 13:44:18 UTC (rev 13745)
+++ branches/Enterprise_Portal_Platform_4_3/core-admin/src/resources/portal-admin-war/jsf/dashboard/dashboard.xhtml 2009-08-12 15:11:11 UTC (rev 13746)
@@ -24,6 +24,7 @@
<tr>
<td align="left" valign="top"><b>#{bundle.DASHBOARD_CREATE_NEW_PAGE}:</b><br/>#{bundle.DASHBOARD_CREATE_PAGE}: 
<h:form style="padding:0;margin:0">
+<!--[if IE]><input type="text" style="display: none;" disabled="disabled" size="1" /><![endif]-->
<h:inputText id="pageName" value="#{addDashboardPageAction.pageName}"
styleClass="portlet-form-input-field"/>
<h:commandButton value="#{bundle.SAVE}"
16 years, 8 months
JBoss Portal SVN: r13745 - tags/Enterprise_Portal_Platform_4_3_GA_CP02/core-admin/src/main/org/jboss/portal/core/admin/ui.
by portal-commits@lists.jboss.org
Author: thomas.heute(a)jboss.com
Date: 2009-08-12 09:44:18 -0400 (Wed, 12 Aug 2009)
New Revision: 13745
Modified:
tags/Enterprise_Portal_Platform_4_3_GA_CP02/core-admin/src/main/org/jboss/portal/core/admin/ui/PreferenceBean.java
Log:
After playing with various things, it looks like validation might not be necessary here
Modified: tags/Enterprise_Portal_Platform_4_3_GA_CP02/core-admin/src/main/org/jboss/portal/core/admin/ui/PreferenceBean.java
===================================================================
--- tags/Enterprise_Portal_Platform_4_3_GA_CP02/core-admin/src/main/org/jboss/portal/core/admin/ui/PreferenceBean.java 2009-08-12 13:40:30 UTC (rev 13744)
+++ tags/Enterprise_Portal_Platform_4_3_GA_CP02/core-admin/src/main/org/jboss/portal/core/admin/ui/PreferenceBean.java 2009-08-12 13:44:18 UTC (rev 13745)
@@ -210,7 +210,7 @@
if (s.startsWith("index_"))
{
int index = Integer.parseInt(s.substring(6));
- stringValue = checkValidity(stringValue, "common-edit-existing-form:pref-input-" + index);
+// stringValue = checkValidity(stringValue, "common-edit-existing-form:pref-input-" + index);
if (stringValue != null)
{
@@ -225,7 +225,7 @@
}
else
{
- stringValue = checkValidity(stringValue, "common-append-form:new_value");
+// stringValue = checkValidity(stringValue, "common-append-form:new_value");
if (stringValue == null)
{
throw new EvaluationException("Invalid preference value: " + value);
16 years, 8 months
JBoss Portal SVN: r13744 - branches/Enterprise_Portal_Platform_4_3/core-admin/src/main/org/jboss/portal/core/admin/ui.
by portal-commits@lists.jboss.org
Author: thomas.heute(a)jboss.com
Date: 2009-08-12 09:40:30 -0400 (Wed, 12 Aug 2009)
New Revision: 13744
Modified:
branches/Enterprise_Portal_Platform_4_3/core-admin/src/main/org/jboss/portal/core/admin/ui/PreferenceBean.java
Log:
Seems like an unnecessary checking.
A user should be able to enter scripts as preference
Modified: branches/Enterprise_Portal_Platform_4_3/core-admin/src/main/org/jboss/portal/core/admin/ui/PreferenceBean.java
===================================================================
--- branches/Enterprise_Portal_Platform_4_3/core-admin/src/main/org/jboss/portal/core/admin/ui/PreferenceBean.java 2009-08-11 19:23:57 UTC (rev 13743)
+++ branches/Enterprise_Portal_Platform_4_3/core-admin/src/main/org/jboss/portal/core/admin/ui/PreferenceBean.java 2009-08-12 13:40:30 UTC (rev 13744)
@@ -210,7 +210,7 @@
if (s.startsWith("index_"))
{
int index = Integer.parseInt(s.substring(6));
- stringValue = checkValidity(stringValue, "common-edit-existing-form:pref-input-" + index);
+// stringValue = checkValidity(stringValue, "common-edit-existing-form:pref-input-" + index);
if (stringValue != null)
{
@@ -225,7 +225,7 @@
}
else
{
- stringValue = checkValidity(stringValue, "common-append-form:new_value");
+// stringValue = checkValidity(stringValue, "common-append-form:new_value");
if (stringValue == null)
{
throw new EvaluationException("Invalid preference value: " + value);
16 years, 8 months
JBoss Portal SVN: r13743 - docs/enterprise/tags/Enterprise_Portal_Platform_4_3_GA_CP02/output.
by portal-commits@lists.jboss.org
Author: prabhat.jha(a)jboss.com
Date: 2009-08-11 15:23:57 -0400 (Tue, 11 Aug 2009)
New Revision: 13743
Modified:
docs/enterprise/tags/Enterprise_Portal_Platform_4_3_GA_CP02/output/Reference_Guide.pdf
Log:
fixed jBPM parts
Modified: docs/enterprise/tags/Enterprise_Portal_Platform_4_3_GA_CP02/output/Reference_Guide.pdf
===================================================================
(Binary files differ)
16 years, 8 months
JBoss Portal SVN: r13742 - docs/enterprise/tags/Enterprise_Portal_Platform_4_3_GA_CP02/Reference_Guide/en-US.
by portal-commits@lists.jboss.org
Author: prabhat.jha(a)jboss.com
Date: 2009-08-11 15:14:29 -0400 (Tue, 11 Aug 2009)
New Revision: 13742
Modified:
docs/enterprise/tags/Enterprise_Portal_Platform_4_3_GA_CP02/Reference_Guide/en-US/Migration.xml
Log:
more JBpm to jBPM
Modified: docs/enterprise/tags/Enterprise_Portal_Platform_4_3_GA_CP02/Reference_Guide/en-US/Migration.xml
===================================================================
--- docs/enterprise/tags/Enterprise_Portal_Platform_4_3_GA_CP02/Reference_Guide/en-US/Migration.xml 2009-08-11 19:09:15 UTC (rev 13741)
+++ docs/enterprise/tags/Enterprise_Portal_Platform_4_3_GA_CP02/Reference_Guide/en-US/Migration.xml 2009-08-11 19:14:29 UTC (rev 13742)
@@ -23,10 +23,10 @@
<para>The columns SER_STATE of the table JBP_INSTANCE and SER_STATE of the table JBP_INSTANCE_PER_USER have changed from a length of 50000000 to 16384.
You can either alter the tables or modify the hibernate mapping file <literal>portal-core-sar/conf/hibernate/instance/domain.hbm.xml
</literal> to set back the length to 50000000 if your database allows it.</para>
- <para>The major changes on the schema are related to JBpm as stated in the jBPM 3.2 release notes. JBoss Portal 2.6 was using JBpm 3.1 while
- the Enterprise Portal Platform 4.3 is using JBpm 3.2. Here is the relevant part from the JBpm release note:</para>
+ <para>The major changes on the schema are related to jBPM as stated in the jBPM 3.2 release notes. JBoss Portal 2.6 was using jBPM 3.1 while
+ the Enterprise Portal Platform 4.3 is using jBPM 3.2. Here is the relevant part from the jBPM release note:</para>
<section>
- <title>JBpm 3.2 release note extract</title>
+ <title>jBPM 3.2 release note extract</title>
<para>jPDL Database Schema Updates from 3.1.x to 3.2.x
<programlisting><![CDATA[
create table JBPM_JOB (
16 years, 8 months
JBoss Portal SVN: r13741 - docs/enterprise/tags/Enterprise_Portal_Platform_4_3_GA_CP02/Reference_Guide/en-US.
by portal-commits@lists.jboss.org
Author: prabhat.jha(a)jboss.com
Date: 2009-08-11 15:09:15 -0400 (Tue, 11 Aug 2009)
New Revision: 13741
Modified:
docs/enterprise/tags/Enterprise_Portal_Platform_4_3_GA_CP02/Reference_Guide/en-US/Migration.xml
Log:
[JBEPP-105] Use Martin's suggeston
Modified: docs/enterprise/tags/Enterprise_Portal_Platform_4_3_GA_CP02/Reference_Guide/en-US/Migration.xml
===================================================================
--- docs/enterprise/tags/Enterprise_Portal_Platform_4_3_GA_CP02/Reference_Guide/en-US/Migration.xml 2009-08-11 16:14:07 UTC (rev 13740)
+++ docs/enterprise/tags/Enterprise_Portal_Platform_4_3_GA_CP02/Reference_Guide/en-US/Migration.xml 2009-08-11 19:09:15 UTC (rev 13741)
@@ -18,12 +18,12 @@
<section>
<title>Schema update</title>
- <note><para>If you haven't used any workflow mechanism in JBoss Portal 2.6 and if the database user has the rights to alter/create tables in the
- running database, all the following changes will be automatically be done.</para></note>
+ <note><para>If the database user has the rights to alter/create tables in the running database, all the following changes will
+be automatically done. The JBPM* tables are only used when the workflow services are activated.</para></note>
<para>The columns SER_STATE of the table JBP_INSTANCE and SER_STATE of the table JBP_INSTANCE_PER_USER have changed from a length of 50000000 to 16384.
You can either alter the tables or modify the hibernate mapping file <literal>portal-core-sar/conf/hibernate/instance/domain.hbm.xml
</literal> to set back the length to 50000000 if your database allows it.</para>
- <para>The major changes on the schema are related to JBpm as stated in the JBpm 3.2 release note. JBoss Portal 2.6 was using JBpm 3.1 while
+ <para>The major changes on the schema are related to JBpm as stated in the jBPM 3.2 release notes. JBoss Portal 2.6 was using JBpm 3.1 while
the Enterprise Portal Platform 4.3 is using JBpm 3.2. Here is the relevant part from the JBpm release note:</para>
<section>
<title>JBpm 3.2 release note extract</title>
16 years, 8 months
JBoss Portal SVN: r13740 - tags/Enterprise_Portal_Platform_4_3_GA_CP02/testsuite/ui-tests/src/org/jboss/portal/test/selenium/cms.
by portal-commits@lists.jboss.org
Author: vrockai
Date: 2009-08-11 12:14:07 -0400 (Tue, 11 Aug 2009)
New Revision: 13740
Modified:
tags/Enterprise_Portal_Platform_4_3_GA_CP02/testsuite/ui-tests/src/org/jboss/portal/test/selenium/cms/CMSArchiveUploadTestCase.java
Log:
[selenium] - more archive attempts
Modified: tags/Enterprise_Portal_Platform_4_3_GA_CP02/testsuite/ui-tests/src/org/jboss/portal/test/selenium/cms/CMSArchiveUploadTestCase.java
===================================================================
--- tags/Enterprise_Portal_Platform_4_3_GA_CP02/testsuite/ui-tests/src/org/jboss/portal/test/selenium/cms/CMSArchiveUploadTestCase.java 2009-08-11 14:48:06 UTC (rev 13739)
+++ tags/Enterprise_Portal_Platform_4_3_GA_CP02/testsuite/ui-tests/src/org/jboss/portal/test/selenium/cms/CMSArchiveUploadTestCase.java 2009-08-11 16:14:07 UTC (rev 13740)
@@ -23,7 +23,7 @@
public static final int ARCHIVE_WAITING = 5000;
/** The constant defining the the number of attempts when checking if the file was uploaded. */
- public static final int ATTEMPTS = 50;
+ public static final int ATTEMPTS = 100;
/*
* uncomment following lines and set the right path to the workspace in the
* case you want to use this test case locally from eclipse
16 years, 8 months
JBoss Portal SVN: r13739 - tags/Enterprise_Portal_Platform_4_3_GA_CP02/core/src/resources/portal-server-war.
by portal-commits@lists.jboss.org
Author: thomas.heute(a)jboss.com
Date: 2009-08-11 10:48:06 -0400 (Tue, 11 Aug 2009)
New Revision: 13739
Modified:
tags/Enterprise_Portal_Platform_4_3_GA_CP02/core/src/resources/portal-server-war/login.jsp
Log:
JBEPP-104: IE8 doesn't like UTF-8... Oh well...
Modified: tags/Enterprise_Portal_Platform_4_3_GA_CP02/core/src/resources/portal-server-war/login.jsp
===================================================================
--- tags/Enterprise_Portal_Platform_4_3_GA_CP02/core/src/resources/portal-server-war/login.jsp 2009-08-11 14:40:39 UTC (rev 13738)
+++ tags/Enterprise_Portal_Platform_4_3_GA_CP02/core/src/resources/portal-server-war/login.jsp 2009-08-11 14:48:06 UTC (rev 13739)
@@ -20,7 +20,6 @@
~ Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA ~
~ 02110-1301 USA, or see the FSF site: http://www.fsf.org. ~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~--%>
-<%@ page pageEncoding="utf-8" %>
<%@page import="org.jboss.portal.identity.UserStatus" %>
<%@page import="org.jboss.portal.server.ParameterSanitizer" %>
<%@page import="java.util.ResourceBundle" %>
16 years, 8 months
JBoss Portal SVN: r13738 - branches/Enterprise_Portal_Platform_4_3/core/src/resources/portal-server-war.
by portal-commits@lists.jboss.org
Author: thomas.heute(a)jboss.com
Date: 2009-08-11 10:40:39 -0400 (Tue, 11 Aug 2009)
New Revision: 13738
Modified:
branches/Enterprise_Portal_Platform_4_3/core/src/resources/portal-server-war/login.jsp
Log:
IE8 doesn't like UTF-8... Oh well...
Modified: branches/Enterprise_Portal_Platform_4_3/core/src/resources/portal-server-war/login.jsp
===================================================================
--- branches/Enterprise_Portal_Platform_4_3/core/src/resources/portal-server-war/login.jsp 2009-08-11 13:48:54 UTC (rev 13737)
+++ branches/Enterprise_Portal_Platform_4_3/core/src/resources/portal-server-war/login.jsp 2009-08-11 14:40:39 UTC (rev 13738)
@@ -20,7 +20,6 @@
~ Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA ~
~ 02110-1301 USA, or see the FSF site: http://www.fsf.org. ~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~--%>
-<%@ page pageEncoding="utf-8" %>
<%@page import="org.jboss.portal.identity.UserStatus" %>
<%@page import="org.jboss.portal.server.ParameterSanitizer" %>
<%@page import="java.util.ResourceBundle" %>
16 years, 8 months
JBoss Portal SVN: r13737 - jbossexo/modules/portlet/trunk/build.
by portal-commits@lists.jboss.org
Author: mwringe
Date: 2009-08-11 09:48:54 -0400 (Tue, 11 Aug 2009)
New Revision: 13737
Modified:
jbossexo/modules/portlet/trunk/build/pom.xml
Log:
Update exo pc version.
Modified: jbossexo/modules/portlet/trunk/build/pom.xml
===================================================================
--- jbossexo/modules/portlet/trunk/build/pom.xml 2009-08-11 12:41:46 UTC (rev 13736)
+++ jbossexo/modules/portlet/trunk/build/pom.xml 2009-08-11 13:48:54 UTC (rev 13737)
@@ -50,7 +50,7 @@
<version.xerces>2.9.1</version.xerces>
<version.exo.kernel>2.1.1</version.exo.kernel>
<!-- eXo PC dependency temporarily until we move over some of the pc classes in the portlet module -->
- <version.exo.pc>2.1.2-SNAPSHOT</version.exo.pc>
+ <version.exo.pc>2.1.2</version.exo.pc>
</properties>
<repositories>
16 years, 8 months