gatein SVN: r6819 - portal/branches.
by do-not-reply@jboss.org
Author: hoang_to
Date: 2011-07-04 23:15:46 -0400 (Mon, 04 Jul 2011)
New Revision: 6819
Removed:
portal/branches/branch-GTNPORTAL-1921/
Log:
Delete branch of Sprint 55 & 56
13 years, 5 months
gatein SVN: r6818 - epp/docs/branches.
by do-not-reply@jboss.org
Author: smumford
Date: 2011-07-04 23:12:39 -0400 (Mon, 04 Jul 2011)
New Revision: 6818
Removed:
epp/docs/branches/5.2/
Log:
Removing for more up-to-date clone of 5.1 branch.
13 years, 5 months
gatein SVN: r6817 - in portal/trunk/component/web/resources/src/test: resources/conf and 1 other directory.
by do-not-reply@jboss.org
Author: hoang_to
Date: 2011-07-04 22:04:44 -0400 (Mon, 04 Jul 2011)
New Revision: 6817
Modified:
portal/trunk/component/web/resources/src/test/java/org/exoplatform/portal/resource/TestSkinService.java
portal/trunk/component/web/resources/src/test/resources/conf/skin-service-configuration.xml
Log:
Fix failure of TestSkinService due to duplicated config of resource compressor
Modified: portal/trunk/component/web/resources/src/test/java/org/exoplatform/portal/resource/TestSkinService.java
===================================================================
--- portal/trunk/component/web/resources/src/test/java/org/exoplatform/portal/resource/TestSkinService.java 2011-07-04 16:16:04 UTC (rev 6816)
+++ portal/trunk/component/web/resources/src/test/java/org/exoplatform/portal/resource/TestSkinService.java 2011-07-05 02:04:44 UTC (rev 6817)
@@ -41,7 +41,8 @@
*/
@ConfiguredBy(
{
- @ConfigurationUnit(scope = ContainerScope.PORTAL, path = "conf/skin-service-configuration.xml")
+ @ConfigurationUnit(scope = ContainerScope.PORTAL, path = "conf/skin-service-configuration.xml") ,
+ @ConfigurationUnit(scope = ContainerScope.PORTAL, path = "conf/resource-compressor-service-configuration.xml")
}
)
public class TestSkinService extends AbstractKernelTest
Modified: portal/trunk/component/web/resources/src/test/resources/conf/skin-service-configuration.xml
===================================================================
--- portal/trunk/component/web/resources/src/test/resources/conf/skin-service-configuration.xml 2011-07-04 16:16:04 UTC (rev 6816)
+++ portal/trunk/component/web/resources/src/test/resources/conf/skin-service-configuration.xml 2011-07-05 02:04:44 UTC (rev 6817)
@@ -26,52 +26,6 @@
xmlns="http://www.exoplaform.org/xml/ns/kernel_1_1.xsd">
<component>
- <key>org.exoplatform.portal.resource.compressor.ResourceCompressor</key>
- <type>org.exoplatform.portal.resource.compressor.impl.ResourceCompressorService</type>
- <component-plugins>
- <component-plugin>
- <name>MockCompressorPlugin</name>
- <set-method>registerCompressorPlugin</set-method>
- <type>org.exoplatform.portal.resource.compressor.MockCompressorPlugin</type>
- <init-params>
- <value-param>
- <name>plugin.priority</name>
- <value>5</value>
- </value-param>
- </init-params>
- </component-plugin>
-
- <component-plugin>
- <name>JSMinCompressorPlugin</name>
- <set-method>registerCompressorPlugin</set-method>
- <type>org.exoplatform.portal.resource.compressor.impl.JSMinCompressorPlugin</type>
- <init-params>
- <value-param>
- <name>plugin.priority</name>
- <value>9</value>
- </value-param>
- </init-params>
- </component-plugin>
-
- <component-plugin>
- <name>YUICSSCompressorPlugin</name>
- <set-method>registerCompressorPlugin</set-method>
- <type>org.exoplatform.portal.resource.compressor.css.YUICSSCompressorPlugin</type>
- <init-params>
- <value-param>
- <name>plugin.priority</name>
- <value>1</value>
- </value-param>
- <value-param>
- <name>line.break.position</name>
- <value>100</value>
- </value-param>
- </init-params>
- </component-plugin>
- </component-plugins>
- </component>
-
- <component>
<key>org.exoplatform.portal.resource.SkinService</key>
<type>org.exoplatform.portal.resource.SkinService</type>
</component>
13 years, 5 months
gatein SVN: r6815 - sandbox/as7_support/trunk.
by do-not-reply@jboss.org
Author: mstruk
Date: 2011-07-04 12:15:03 -0400 (Mon, 04 Jul 2011)
New Revision: 6815
Modified:
sandbox/as7_support/trunk/settings.xml
Log:
Enable snapshots for JBoss Repository
Modified: sandbox/as7_support/trunk/settings.xml
===================================================================
--- sandbox/as7_support/trunk/settings.xml 2011-07-04 16:13:45 UTC (rev 6814)
+++ sandbox/as7_support/trunk/settings.xml 2011-07-04 16:15:03 UTC (rev 6815)
@@ -15,7 +15,7 @@
<updatePolicy>never</updatePolicy>
</releases>
<snapshots>
- <enabled>false</enabled>
+ <enabled>true</enabled>
<updatePolicy>never</updatePolicy>
</snapshots>
</repository>
13 years, 5 months
gatein SVN: r6814 - sandbox/as7_support/tags.
by do-not-reply@jboss.org
Author: mstruk
Date: 2011-07-04 12:13:45 -0400 (Mon, 04 Jul 2011)
New Revision: 6814
Removed:
sandbox/as7_support/tags/blog/
Log:
Remove tag - fails to build
13 years, 5 months
gatein SVN: r6813 - in epp/portal/branches/EPP_5_2_Branch: webui/core/src/main/java/org/exoplatform/webui/form and 1 other directory.
by do-not-reply@jboss.org
Author: hfnukal
Date: 2011-07-04 12:01:19 -0400 (Mon, 04 Jul 2011)
New Revision: 6813
Modified:
epp/portal/branches/EPP_5_2_Branch/web/eXoResources/src/main/webapp/javascript/eXo/webui/UIForm.js
epp/portal/branches/EPP_5_2_Branch/webui/core/src/main/java/org/exoplatform/webui/form/UIFormCheckBoxInput.java
Log:
JBEPP-631 Checkbox selection is lost with paginator when add gadget or portlet in categories
Modified: epp/portal/branches/EPP_5_2_Branch/web/eXoResources/src/main/webapp/javascript/eXo/webui/UIForm.js
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/web/eXoResources/src/main/webapp/javascript/eXo/webui/UIForm.js 2011-07-04 15:47:37 UTC (rev 6812)
+++ epp/portal/branches/EPP_5_2_Branch/web/eXoResources/src/main/webapp/javascript/eXo/webui/UIForm.js 2011-07-04 16:01:19 UTC (rev 6813)
@@ -144,6 +144,11 @@
break;
case "checkbox":
+ if(element.checked)
+ this.addField(element.name, "true");
+ else
+ this.addField(element.name, "false");
+ break;
case "radio":
if(element.checked) this.addField(element.name, element.value);
break;
Modified: epp/portal/branches/EPP_5_2_Branch/webui/core/src/main/java/org/exoplatform/webui/form/UIFormCheckBoxInput.java
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/webui/core/src/main/java/org/exoplatform/webui/form/UIFormCheckBoxInput.java 2011-07-04 15:47:37 UTC (rev 6812)
+++ epp/portal/branches/EPP_5_2_Branch/webui/core/src/main/java/org/exoplatform/webui/form/UIFormCheckBoxInput.java 2011-07-04 16:01:19 UTC (rev 6813)
@@ -118,13 +118,16 @@
{
if (!isEnable())
return;
- if (input == null)
- checked = false;
- else
- checked = true;
- if (typeValue_ == Boolean.class || typeValue_ == boolean.class)
- {
- value_ = typeValue_.cast(checked);
+
+ if (input != null) {
+ if(input.equals("true"))
+ checked = true;
+ else
+ checked = false;
+ if (typeValue_ == Boolean.class || typeValue_ == boolean.class)
+ {
+ value_ = typeValue_.cast(checked);
+ }
}
}
13 years, 5 months
gatein SVN: r6811 - sandbox/as7_support/trunk.
by do-not-reply@jboss.org
Author: mstruk
Date: 2011-07-04 11:43:23 -0400 (Mon, 04 Jul 2011)
New Revision: 6811
Modified:
sandbox/as7_support/trunk/README.txt
Log:
README.txt updates
Modified: sandbox/as7_support/trunk/README.txt
===================================================================
--- sandbox/as7_support/trunk/README.txt 2011-07-04 15:26:23 UTC (rev 6810)
+++ sandbox/as7_support/trunk/README.txt 2011-07-04 15:43:23 UTC (rev 6811)
@@ -3,25 +3,27 @@
To deploy SimplePortal to JBoss AS7 follow these steps:
-svn co http://anonsvn.jboss.org/repos/gatein/sandbox/as7_support
+Check out the sources. To checkout as7_support trunk use:
+svn co http://anonsvn.jboss.org/repos/gatein/sandbox/as7_support/trunk as7_support
cd as7_support
+
+Now build WCI and PC component:
+
cd wci
-mvn install -Dmaven.test.skip
+mvn -s ../settings.xml install -Dmaven.test.skip
-(Make sure you're using maven 2.2.1 as wci and pc don't work with maven 3 yet due to JBoss Unit AFAICT)
+(The build should work with latest Maven 3)
cd ..
cd pc
-mvn install -P\!default,portal -Dmaven.test.skip
+mvn -s ../settings.xml install -Pportal -DskipTests
-(on Windows remove the backslash: -P!default,portal)
-
cd jboss-as7-integration
-mvn install -Ppkg-jbossas7,download -Dexo.projects.directory.dependencies=SERVERS_DIR
+mvn -s ../../settings.xml install -Ppkg-jbossas7,download -Dexo.projects.directory.dependencies=SERVERS_DIR
-(the previous command automatically downloads jboss-7.0.0.CR1 build and unpacks it into SERVERS_DIR. If you already have this JBoss AS7 build in SERVERS_DIR you can omit 'download' profile)
+(this command automatically downloads jboss-7.0.0.CR1 build and unpacks it into SERVERS_DIR. If you already have this JBoss AS7 build in SERVERS_DIR you can omit 'download' profile)
cp pkg
cd target
@@ -33,5 +35,6 @@
Goto: http://localhost:8080/simple-portal
-Click around, and see how everything that should be working is working, and how what shouldn't be working isn't working :)
+Click around, and see how everything works (note that some portlets deliberately don't work - that's in order to test various scenarios).
+Have Fun!
\ No newline at end of file
13 years, 5 months
gatein SVN: r6810 - in sandbox/as7_support/trunk: pc and 1 other directory.
by do-not-reply@jboss.org
Author: mstruk
Date: 2011-07-04 11:26:23 -0400 (Mon, 04 Jul 2011)
New Revision: 6810
Added:
sandbox/as7_support/trunk/settings.xml
Modified:
sandbox/as7_support/trunk/pc/pom.xml
Log:
Build fixes
Modified: sandbox/as7_support/trunk/pc/pom.xml
===================================================================
--- sandbox/as7_support/trunk/pc/pom.xml 2011-07-04 15:13:37 UTC (rev 6809)
+++ sandbox/as7_support/trunk/pc/pom.xml 2011-07-04 15:26:23 UTC (rev 6810)
@@ -220,6 +220,12 @@
<groupId>org.jboss.logging</groupId>
<artifactId>jboss-logging-log4j</artifactId>
<version>${version.jboss.logging}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>apache-log4j</groupId>
+ <artifactId>log4j</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
Added: sandbox/as7_support/trunk/settings.xml
===================================================================
--- sandbox/as7_support/trunk/settings.xml (rev 0)
+++ sandbox/as7_support/trunk/settings.xml 2011-07-04 15:26:23 UTC (rev 6810)
@@ -0,0 +1,83 @@
+<settings>
+
+ <profiles>
+
+ <profile>
+ <id>jboss-public-repository</id>
+ <repositories>
+ <repository>
+ <id>jboss-public-repository-group</id>
+ <name>JBoss Public Maven Repository Group</name>
+ <url>https://repository.jboss.org/nexus/content/groups/public-jboss/</url>
+ <layout>default</layout>
+ <releases>
+ <enabled>true</enabled>
+ <updatePolicy>never</updatePolicy>
+ </releases>
+ <snapshots>
+ <enabled>false</enabled>
+ <updatePolicy>never</updatePolicy>
+ </snapshots>
+ </repository>
+ </repositories>
+ <pluginRepositories>
+ <pluginRepository>
+ <id>jboss-public-repository-group</id>
+ <name>JBoss Public Maven Repository Group</name>
+ <url>https://repository.jboss.org/nexus/content/groups/public-jboss/</url>
+ <layout>default</layout>
+ <releases>
+ <enabled>true</enabled>
+ <updatePolicy>never</updatePolicy>
+ </releases>
+ <snapshots>
+ <enabled>false</enabled>
+ <updatePolicy>never</updatePolicy>
+ </snapshots>
+ </pluginRepository>
+ </pluginRepositories>
+ </profile>
+
+ <profile>
+ <id>exo-public-repository</id>
+ <repositories>
+ <repository>
+ <id>exo-public-repository-group</id>
+ <name>eXo Public Maven Repository Group</name>
+ <url>http://repository.exoplatform.org/content/groups/public</url>
+ <layout>default</layout>
+ <releases>
+ <enabled>true</enabled>
+ <updatePolicy>never</updatePolicy>
+ </releases>
+ <snapshots>
+ <enabled>false</enabled>
+ <updatePolicy>never</updatePolicy>
+ </snapshots>
+ </repository>
+ </repositories>
+ <pluginRepositories>
+ <pluginRepository>
+ <id>exo-public-repository-group</id>
+ <name>eXo Public Maven Repository Group</name>
+ <url>http://repository.exoplatform.org/content/groups/public</url>
+ <layout>default</layout>
+ <releases>
+ <enabled>true</enabled>
+ <updatePolicy>never</updatePolicy>
+ </releases>
+ <snapshots>
+ <enabled>false</enabled>
+ <updatePolicy>never</updatePolicy>
+ </snapshots>
+ </pluginRepository>
+ </pluginRepositories>
+ </profile>
+ </profiles>
+
+ <activeProfiles>
+ <activeProfile>jboss-public-repository</activeProfile>
+ <activeProfile>exo-public-repository</activeProfile>
+ </activeProfiles>
+
+</settings>
\ No newline at end of file
13 years, 5 months