[gatein/gatein-wsrp] eb5d23: Activate rewriting for some javascript and CSS.
by GitHub
Branch: refs/heads/master
Home: https://github.com/gatein/gatein-wsrp
Commit: eb5d23969086c2d1f4e1a88633d172c57bbefd66
https://github.com/gatein/gatein-wsrp/commit/eb5d23969086c2d1f4e1a88633d1...
Author: Chris Laprun <metacosm(a)gmail.com>
Date: 2012-10-08 (Mon, 08 Oct 2012)
Changed paths:
M producer/src/main/java/org/gatein/wsrp/producer/handlers/processors/MimeResponseProcessor.java
Log Message:
-----------
Activate rewriting for some javascript and CSS.
Commit: 67c81b953f6647cd28dbc4ef750058668e3214eb
https://github.com/gatein/gatein-wsrp/commit/67c81b953f6647cd28dbc4ef7500...
Author: Chris Laprun <metacosm(a)gmail.com>
Date: 2012-10-08 (Mon, 08 Oct 2012)
Changed paths:
M admin-gui/src/main/java/org/gatein/wsrp/admin/ui/ConsumerBean.java
M admin-gui/src/main/webapp/WEB-INF/classes/locale/portlet/Resource.properties
M admin-gui/src/main/webapp/WEB-INF/classes/locale/portlet/Resource_fr.properties
M admin-gui/src/main/webapp/jsf/consumers/exports/exportDetail.xhtml
M admin-gui/src/main/webapp/jsf/consumers/exports/exports.xhtml
M admin-gui/src/main/webapp/styles/style.css
M admin-gui/src/test/java/org/gatein/wsrp/admin/ui/ConsumerBeanTestCase.java
Log Message:
-----------
GTNWSRP-311 Fixed issue with ConsumerBean now being view-scoped.
Needed to be able to retrieve ExportInfo from export time from different scopes as views are created with different modalities:
export detail view after creation requires time to be set in session, delete scenario can work with passed param.
Fixed display when there is no exports. Added some space.
Adapted TestBeanContext.
Compare: https://github.com/gatein/gatein-wsrp/compare/711ad860803f...67c81b953f66
12 years, 12 months
[gatein/gatein-wci] 43799e: GTNWCI-38: Jetty8 implementation
by GitHub
Branch: refs/heads/master
Home: https://github.com/gatein/gatein-wci
Commit: 43799ea15084b4a64da6a586f2fe85a1c6d35637
https://github.com/gatein/gatein-wci/commit/43799ea15084b4a64da6a586f2fe8...
Author: Minh Hoang TO <hoang281283(a)gmail.com>
Date: 2012-10-03 (Wed, 03 Oct 2012)
Changed paths:
A jetty/jetty8/pom.xml
A jetty/jetty8/src/main/java/org/gatein/wci/jetty/Jetty8Bean.java
A jetty/jetty8/src/main/java/org/gatein/wci/jetty/Jetty8ServletContainerContext.java
A jetty/jetty8/src/main/java/org/gatein/wci/jetty/Jetty8WebAppContext.java
M pom.xml
M test/core/src/test/java/org/gatein/wci/test/authentication/AbstractAuthenticationTestCase.java
M test/core/src/test/java/org/gatein/wci/test/authentication/AuthenticationServlet.java
A test/servers/jetty8/pom.xml
A test/servers/jetty8/src/main/java/org/gatein/wci/test/jetty8/BasicLoginService.java
A test/servers/jetty8/src/main/java/org/gatein/wci/test/jetty8/BasicUserIdentity.java
A test/servers/jetty8/src/main/java/org/gatein/wci/test/jetty8/BeanInjector.java
A test/servers/jetty8/src/test/java/org/gatein/wci/test/jetty8/authentication/AuthenticationTestCase.java
A test/servers/jetty8/src/test/java/org/gatein/wci/test/jetty8/crosscontext/CrossContextTestCase.java
A test/servers/jetty8/src/test/java/org/gatein/wci/test/jetty8/deployment/DeploymentTestCase.java
A test/servers/jetty8/src/test/java/org/gatein/wci/test/jetty8/requestdispatch/RequestDispatchTestCase.java
A test/servers/jetty8/src/test/resources/org/gatein/wci/test/jetty8/authentication/jetty-web.xml
A test/servers/jetty8/src/test/resources/org/gatein/wci/test/jetty8/authentication/web.xml
A test/servers/jetty8/src/test/resources/org/gatein/wci/test/jetty8/crosscontext/jetty-web.xml
A test/servers/jetty8/src/test/resources/org/gatein/wci/test/jetty8/crosscontext/web.xml
A test/servers/jetty8/src/test/resources/org/gatein/wci/test/jetty8/deployment/jetty-web.xml
A test/servers/jetty8/src/test/resources/org/gatein/wci/test/jetty8/deployment/web.xml
A test/servers/jetty8/src/test/resources/org/gatein/wci/test/jetty8/requestdispatch/jetty-web.xml
A test/servers/jetty8/src/test/resources/org/gatein/wci/test/jetty8/requestdispatch/web.xml
M test/servers/pom.xml
Log Message:
-----------
GTNWCI-38: Jetty8 implementation
Commit: 9f5a19695b5a0c7a7dc1e861560d9eabbbf84cc6
https://github.com/gatein/gatein-wci/commit/9f5a19695b5a0c7a7dc1e861560d9...
Author: Minh Hoang TO <hoang281283(a)gmail.com>
Date: 2012-10-03 (Wed, 03 Oct 2012)
Changed paths:
A jetty/exo/security/pom.xml
A jetty/exo/security/src/main/java/org/gatein/wci/exo/security/Jetty8LoginModule.java
M pom.xml
Log Message:
-----------
Add custom login module to be used while running GateIn on Jetty
Commit: 5708cea9e0205800a30690c8fba711c7fc71bcbc
https://github.com/gatein/gatein-wci/commit/5708cea9e0205800a30690c8fba71...
Author: Minh Hoang TO <hoang281283(a)gmail.com>
Date: 2012-10-03 (Wed, 03 Oct 2012)
Changed paths:
M jetty/jetty8/src/main/java/org/gatein/wci/jetty/Jetty8ServletContainerContext.java
Log Message:
-----------
Make programmatic login with FORM authentication work
Commit: 7686b965235dfaddc4089860d1c2e8bb789af747
https://github.com/gatein/gatein-wci/commit/7686b965235dfaddc4089860d1c2e...
Author: Julien Viet <julien(a)julienviet.com>
Date: 2012-10-08 (Mon, 08 Oct 2012)
Changed paths:
R jetty/exo/security/pom.xml
R jetty/exo/security/src/main/java/org/gatein/wci/exo/security/Jetty8LoginModule.java
A jetty/pom.xml
M pom.xml
Log Message:
-----------
Minor improve to Jetty 8
Commit: e80c833100e21c2151be78c028f8f3664c8980e0
https://github.com/gatein/gatein-wci/commit/e80c833100e21c2151be78c028f8f...
Author: Julien Viet <julien(a)julienviet.com>
Date: 2012-10-08 (Mon, 08 Oct 2012)
Changed paths:
A jetty/jetty8/pom.xml
A jetty/jetty8/src/main/java/org/gatein/wci/jetty/Jetty8Bean.java
A jetty/jetty8/src/main/java/org/gatein/wci/jetty/Jetty8ServletContainerContext.java
A jetty/jetty8/src/main/java/org/gatein/wci/jetty/Jetty8WebAppContext.java
A jetty/pom.xml
M pom.xml
M test/core/src/test/java/org/gatein/wci/test/authentication/AbstractAuthenticationTestCase.java
M test/core/src/test/java/org/gatein/wci/test/authentication/AuthenticationServlet.java
A test/servers/jetty8/pom.xml
A test/servers/jetty8/src/main/java/org/gatein/wci/test/jetty8/BasicLoginService.java
A test/servers/jetty8/src/main/java/org/gatein/wci/test/jetty8/BasicUserIdentity.java
A test/servers/jetty8/src/main/java/org/gatein/wci/test/jetty8/BeanInjector.java
A test/servers/jetty8/src/test/java/org/gatein/wci/test/jetty8/authentication/AuthenticationTestCase.java
A test/servers/jetty8/src/test/java/org/gatein/wci/test/jetty8/crosscontext/CrossContextTestCase.java
A test/servers/jetty8/src/test/java/org/gatein/wci/test/jetty8/deployment/DeploymentTestCase.java
A test/servers/jetty8/src/test/java/org/gatein/wci/test/jetty8/requestdispatch/RequestDispatchTestCase.java
A test/servers/jetty8/src/test/resources/org/gatein/wci/test/jetty8/authentication/jetty-web.xml
A test/servers/jetty8/src/test/resources/org/gatein/wci/test/jetty8/authentication/web.xml
A test/servers/jetty8/src/test/resources/org/gatein/wci/test/jetty8/crosscontext/jetty-web.xml
A test/servers/jetty8/src/test/resources/org/gatein/wci/test/jetty8/crosscontext/web.xml
A test/servers/jetty8/src/test/resources/org/gatein/wci/test/jetty8/deployment/jetty-web.xml
A test/servers/jetty8/src/test/resources/org/gatein/wci/test/jetty8/deployment/web.xml
A test/servers/jetty8/src/test/resources/org/gatein/wci/test/jetty8/requestdispatch/jetty-web.xml
A test/servers/jetty8/src/test/resources/org/gatein/wci/test/jetty8/requestdispatch/web.xml
M test/servers/pom.xml
Log Message:
-----------
GTNWCI-38: Jetty8 implementation
Compare: https://github.com/gatein/gatein-wci/compare/6d62cf992072...e80c833100e2
12 years, 12 months
[gatein/gatein-portal] 499f35: GTNPORTAL-2638 Merge AS7 cluster config into defau...
by GitHub
Branch: refs/heads/master
Home: https://github.com/gatein/gatein-portal
Commit: 499f35c4cf27ed56003bc92094c3b70d78fe15b2
https://github.com/gatein/gatein-portal/commit/499f35c4cf27ed56003bc92094...
Author: Marko Strukelj <marko.strukelj(a)gmail.com>
Date: 2012-10-08 (Mon, 08 Oct 2012)
Changed paths:
M packaging/jboss-as7/README.txt
M packaging/jboss-as7/pkg/pom.xml
R packaging/jboss-as7/pkg/src/main/resources/7.1.3.Final/cluster/gatein/gatein.ear/portal.war/WEB-INF/conf/jcr/jcr-configuration.xml
R packaging/jboss-as7/pkg/src/main/resources/7.1.3.Final/cluster/gatein/gatein.ear/portal.war/WEB-INF/conf/organization/idm-configuration.xml
R packaging/jboss-as7/pkg/src/main/resources/7.1.3.Final/cluster/gatein/gatein.ear/portal.war/WEB-INF/conf/organization/picketlink-idm/picketlink-idm-config.xml
M packaging/jboss-as7/pkg/src/main/resources/7.1.3.Final/cluster/standalone/configuration/gatein/configuration.properties
M packaging/jboss-as7/pkg/src/main/resources/7.1.3.Final/main/standalone/configuration/standalone-ha.xml
M packaging/jboss-as7/pkg/src/main/resources/jboss/main/standalone/configuration/gatein/configuration.properties
Log Message:
-----------
GTNPORTAL-2638 Merge AS7 cluster config into default profile, and simplify -Dcluster by removing JTA
12 years, 12 months