[gatein/gatein-wci] 8a23ab: GTNWCI-47 Add ability for ServletRequestListener e...
by GitHub
Branch: refs/heads/master
Home: https://github.com/gatein/gatein-wci
Commit: 8a23abb69bd21365c12d081527f7a30a94e94fae
https://github.com/gatein/gatein-wci/commit/8a23abb69bd21365c12d081527f7a...
Author: Ken Finnigan <ken(a)kenfinnigan.me>
Date: 2013-04-17 (Wed, 17 Apr 2013)
Changed paths:
M jetty/jetty8/src/main/java/org/gatein/wci/jetty/Jetty8WebAppContext.java
A test/core/src/test/java/org/gatein/wci/test/servletlistener/AbstractServletListenerTestCase.java
…
[View More] A test/core/src/test/java/org/gatein/wci/test/servletlistener/ListenerServlet.java
A test/core/src/test/java/org/gatein/wci/test/servletlistener/ServletEventCountListener.java
A test/servers/jboss7/run/src/test/java/org/gatein/wci/test/jboss7/servletlistener/ServletListenerTestCase.java
A test/servers/jboss7/run/src/test/resources/org/gatein/wci/test/jboss7/servletlistener/listener_web.xml
A test/servers/jboss7/run/src/test/resources/org/gatein/wci/test/jboss7/servletlistener/web.xml
A test/servers/tomcat7/src/test/java/org/gatein/wci/test/tomcat7/servletlistener/ServletListenerTestCase.java
A test/servers/tomcat7/src/test/resources/org/gatein/wci/test/tomcat7/servletlistener/listener_web.xml
A test/servers/tomcat7/src/test/resources/org/gatein/wci/test/tomcat7/servletlistener/web.xml
A tomcat/tomcat7/src/main/java/org/gatein/wci/command/TomcatCommandDispatcher.java
M tomcat/tomcat7/src/main/java/org/gatein/wci/tomcat/TC7ServletContainerContext.java
M tomcat/tomcat7/src/main/java/org/gatein/wci/tomcat/TC7WebAppContext.java
M wci/src/main/java/org/gatein/wci/ServletContainer.java
M wci/src/main/java/org/gatein/wci/WebApp.java
M wci/src/main/java/org/gatein/wci/command/CommandDispatcher.java
M wci/src/main/java/org/gatein/wci/spi/CatalinaWebAppContext.java
M wci/src/main/java/org/gatein/wci/spi/SimpleWebAppContext.java
M wci/src/main/java/org/gatein/wci/spi/WebAppContext.java
Log Message:
-----------
GTNWCI-47 Add ability for ServletRequestListener events to be fired on Tomcat
[View Less]
11 years, 11 months
[gatein/gatein-portal] 190093: GTNPORTAL-2922 Removed AS5-specific code since it'...
by GitHub
Branch: refs/heads/master
Home: https://github.com/gatein/gatein-portal
Commit: 1900937fd8f0340915d9967aee8d2e8b576ba893
https://github.com/gatein/gatein-portal/commit/1900937fd8f0340915d9967aee...
Author: Chris Laprun <metacosm(a)gmail.com>
Date: 2013-04-16 (Tue, 16 Apr 2013)
Changed paths:
M pom.xml
M wsrp-integration/extension-component/pom.xml
R wsrp-integration/extension-component/src/main/java/org/gatein/integration/wsrp/wss/…
[View More]JBoss5WSSServiceIntegration.java
R wsrp-integration/extension-ear-as7/pom.xml
M wsrp-integration/extension-ear/pom.xml
M wsrp-integration/pom.xml
Log Message:
-----------
GTNPORTAL-2922 Removed AS5-specific code since it's not supported anymore.
Commit: d7b1b64c25324ecc1be6a439972a0179e59941de
https://github.com/gatein/gatein-portal/commit/d7b1b64c25324ecc1be6a43997...
Author: mwringe <mwringe(a)localhost.localdomain>
Date: 2013-04-16 (Tue, 16 Apr 2013)
Changed paths:
M component/portal/src/main/java/org/exoplatform/portal/pom/data/Mapper.java
Log Message:
-----------
GTNPORTAL-2924: rebuild the conditions on save so that the order can be modified.
Commit: aa782ed759dbd5e7442eb9f666a11e1adc35c5ab
https://github.com/gatein/gatein-portal/commit/aa782ed759dbd5e7442eb9f666...
Author: Lucas Ponce <lponce(a)redhat.com>
Date: 2013-04-16 (Tue, 16 Apr 2013)
Changed paths:
M component/common/src/main/java/conf/configuration-jboss.properties
M component/common/src/main/java/conf/configuration-jetty.properties
M component/common/src/main/java/conf/configuration-tomcat.properties
M component/portal/pom.xml
A component/portal/src/main/java/org/gatein/portal/installer/PBEUtils.java
A component/portal/src/main/java/org/gatein/portal/installer/PortalSetupCommand.java
A component/portal/src/main/java/org/gatein/portal/installer/PortalSetupFilter.java
A component/portal/src/main/java/org/gatein/portal/installer/PortalSetupService.java
A component/portal/src/main/java/org/gatein/portal/installer/PortalSetupServlet.java
A component/portal/src/main/java/org/gatein/portal/installer/SetupOrganizationDatabaseInitializer.java
A packaging/jboss-as7/pkg/src/main/resources/jboss/main/bin/portal-setup.bat
A packaging/jboss-as7/pkg/src/main/resources/jboss/main/bin/portal-setup.sh
M packaging/jboss-as7/pkg/src/main/resources/jboss/main/standalone/configuration/gatein/configuration.properties
A packaging/tomcat/pkg/src/main/resources/tomcat/bin/portal-setup.bat
A packaging/tomcat/pkg/src/main/resources/tomcat/bin/portal-setup.sh
M pom.xml
M web/portal/src/main/webapp/WEB-INF/conf/configuration.xml
M web/portal/src/main/webapp/WEB-INF/conf/organization/organization-configuration.xml
M web/portal/src/main/webapp/WEB-INF/web.xml
A web/portal/src/main/webapp/setup/jsp/setup.jsp
Log Message:
-----------
GTNPORTAL-2857 Introduce a welcome screen present only after first boot/run that lets you define admin user password
Commit: 205aea83c60d6113a6aceee65e153e593219b7d4
https://github.com/gatein/gatein-portal/commit/205aea83c60d6113a6aceee65e...
Author: ammendonca <ammendonca>
Date: 2013-04-16 (Tue, 16 Apr 2013)
Changed paths:
M portlet/admin/redirect/src/main/java/org/gatein/ui/admin/redirect/beans/EditRedirectBean.java
Log Message:
-----------
GTNPORTAL-2903: Fixed retrieval of Redirect Nodes for Node Mapping
Compare: https://github.com/gatein/gatein-portal/compare/5cc2ee8b7e9d...205aea83c60d
[View Less]
11 years, 11 months
[gatein/gatein-wsrp] a5a8ff: GTNWSRP-359 - Add profile to Maven build to be abl...
by GitHub
Branch: refs/heads/master
Home: https://github.com/gatein/gatein-wsrp
Commit: a5a8ff9ab31eb0360580f30e8268c4f39cad2a0e
https://github.com/gatein/gatein-wsrp/commit/a5a8ff9ab31eb0360580f30e8268...
Author: vramik <vramik(a)redhat.com>
Date: 2013-04-15 (Mon, 15 Apr 2013)
Changed paths:
M wsrp-producer-war/pom.xml
A wsrp-producer-war/src/test/assembly/test-applicationscope-portlet.xml
A wsrp-producer-war/src/test/assembly/test-basic-portlet.xml
A wsrp-…
[View More]producer-war/src/test/assembly/test-dispatcher-portlet.xml
A wsrp-producer-war/src/test/assembly/test-encodeurl-portlet.xml
A wsrp-producer-war/src/test/assembly/test-events-portlet.xml
A wsrp-producer-war/src/test/assembly/test-eventswithobject-portlet.xml
A wsrp-producer-war/src/test/assembly/test-getlocales-portlet.xml
A wsrp-producer-war/src/test/assembly/test-implicitcloning-portlet.xml
A wsrp-producer-war/src/test/assembly/test-markup-portlet.xml
A wsrp-producer-war/src/test/assembly/test-multivalued-portlet.xml
A wsrp-producer-war/src/test/assembly/test-portletmodes-portlet.xml
A wsrp-producer-war/src/test/assembly/test-portletstate-portlet.xml
A wsrp-producer-war/src/test/assembly/test-prp-portlet.xml
A wsrp-producer-war/src/test/assembly/test-renderparam-portlet.xml
A wsrp-producer-war/src/test/assembly/test-resource-portlet.xml
A wsrp-producer-war/src/test/assembly/test-resourcenoencodeurl-portlet.xml
A wsrp-producer-war/src/test/assembly/test-resourceserving-portlet.xml
A wsrp-producer-war/src/test/assembly/test-session-portlet.xml
A wsrp-producer-war/src/test/assembly/test-state-portlet.xml
A wsrp-producer-war/src/test/assembly/test-usercontext-portlet.xml
A wsrp-producer-war/src/test/assembly/test-windowstates-portlet.xml
Log Message:
-----------
GTNWSRP-359 - Add profile to Maven build to be able to generate war files for test portlets
[View Less]
11 years, 11 months