Branch: refs/heads/master
Home:
https://github.com/gatein/gatein-portal
Commit: c4d0ae88bf5c87733085bfa59a6b37dabb0b554a
https://github.com/gatein/gatein-portal/commit/c4d0ae88bf5c87733085bfa59a...
Author: Matt Wringe <mwringe(a)gmail.com>
Date: 2012-07-19 (Thu, 19 Jul 2012)
Changed paths:
M docs/reference-guide/en-US/modules/WSRP.xml
Log Message:
-----------
GTNWSRP-288: Update to the documentation.
The configuration options are more simpler now and are located
in the conf/gatein directory instead of existing within the zipped
wsrp archive.
Commit: 689ba1ed5ad736af13875e024fa98f3b6567db1d
https://github.com/gatein/gatein-portal/commit/689ba1ed5ad736af13875e024f...
Author: Matt Wringe <mwringe(a)gmail.com>
Date: 2012-07-19 (Thu, 19 Jul 2012)
Changed paths:
M packaging/jboss-as5/pkg/pom.xml
M packaging/jboss-as5/pkg/src/main/resources/jboss/bin/run.conf
M
packaging/jboss-as5/pkg/src/main/resources/jboss/server/default/deploy/gatein.ear/META-INF/application.xml
M packaging/jboss-as6/pkg/pom.xml
M
packaging/jboss-as6/pkg/src/main/resources/jboss/server/default/deploy/gatein.ear/META-INF/application.xml
M packaging/jboss-as7/pkg/pom.xml
M
packaging/jboss-as7/pkg/src/main/resources/jboss/gatein/deployments/gatein.ear/META-INF/application.xml
M packaging/jetty/pkg/pom.xml
M packaging/tomcat/pkg/pom.xml
M pom.xml
M portlet/pom.xml
A portlet/redirect/pom.xml
A portlet/redirect/src/main/java/org/gatein/portlet/redirect/RedirectBean.java
A portlet/redirect/src/main/java/org/gatein/portlet/redirect/RedirectLink.java
A portlet/redirect/src/main/webapp/WEB-INF/faces-config.xml
A portlet/redirect/src/main/webapp/WEB-INF/gatein-resources.xml
A portlet/redirect/src/main/webapp/WEB-INF/portlet.xml
A portlet/redirect/src/main/webapp/WEB-INF/web.xml
A portlet/redirect/src/main/webapp/css/DefaultStylesheet.css
A portlet/redirect/src/main/webapp/css/SimpleSkinStylesheet.css
A portlet/redirect/src/main/webapp/jsf/redirect.jsp
M web/portal/src/main/webapp/WEB-INF/conf/configuration.xml
M web/portal/src/main/webapp/WEB-INF/conf/portal/controller-configuration.xml
R web/portal/src/main/webapp/WEB-INF/conf/portal/device-configuration.xml
M web/portal/src/main/webapp/WEB-INF/conf/portal/portal/classic/portal.xml
M web/portal/src/main/webapp/WEB-INF/conf/portal/portal/mobile/portal.xml
M web/portal/src/main/webapp/WEB-INF/conf/portal/portal/template/basic/portal.xml
M web/portal/src/main/webapp/WEB-INF/conf/portal/portal/template/classic/portal.xml
A web/portal/src/main/webapp/WEB-INF/conf/portal/redirect-configuration.xml
R
web/redirect/src/main/java/org/gatein/web/redirect/DeviceRedirectRequestHandler.java
A web/redirect/src/main/java/org/gatein/web/redirect/RedirectRequestHandler.java
R web/redirect/src/main/java/org/gatein/web/redirect/api/DeviceRedirectService.java
A web/redirect/src/main/java/org/gatein/web/redirect/api/RedirectHandler.java
A web/redirect/src/main/java/org/gatein/web/redirect/api/SiteRedirectService.java
R
web/redirect/src/main/java/org/gatein/web/redirect/implementation/DeviceRedirectServiceImpl.java
A
web/redirect/src/main/java/org/gatein/web/redirect/implementation/RedirectHandlerImpl.java
A
web/redirect/src/main/java/org/gatein/web/redirect/implementation/SiteRedirectServiceImpl.java
M web/redirect/src/test/java/org/gatein/web/redirect/TestMapper.java
M web/redirect/src/test/resources/conf/exo.portal.component.portal-configuration.xml
Log Message:
-----------
GTNPORTAL-2403: Create site preference portlet
- created portlet which will allow users to select which site they
perfer. Performs redirects based on the mappings specified in the
portal.xml
- added to the other servers build, but currently only works with
JBossAS5 (issues with the Portlet Bridge and server compatibilities).
May need to drop using JSF and create a normal portlet due to this :(
Commit: a9004cd56d6423e8993a5ffb567067983fdbf4ab
https://github.com/gatein/gatein-portal/commit/a9004cd56d6423e8993a5ffb56...
Author: Matt Wringe <mwringe(a)gmail.com>
Date: 2012-07-19 (Thu, 19 Jul 2012)
Changed paths:
M web/portal/src/main/webapp/WEB-INF/conf/portal/controller-configuration.xml
R web/redirect/src/main/java/org/gatein/web/redirect/RedirectCookie.java
A web/redirect/src/main/java/org/gatein/web/redirect/RedirectCookieService.java
M web/redirect/src/main/java/org/gatein/web/redirect/RedirectRequestHandler.java
Log Message:
-----------
GTNPORTAL-2509: Create a redirect cookie management service
- Move the cookie configuration out of the RedirectRequestHanlder and
into a separate service with its own configuration
- Use the path of the site instead of '/' for the cookies and provide a
more readable cookie name and value.
Commit: c97944df57586a0ff3b3253454738ec39c412988
https://github.com/gatein/gatein-portal/commit/c97944df57586a0ff3b3253454...
Author: Matt Wringe <mwringe(a)gmail.com>
Date: 2012-07-19 (Thu, 19 Jul 2012)
Changed paths:
M packaging/jboss-as7/pkg/package.xml
M packaging/jboss-as7/pkg/pom.xml
M portlet/redirect/pom.xml
A portlet/redirect/src/main/java/org/gatein/portlet/redirect/RedirectPortlet.java
R portlet/redirect/src/main/webapp/WEB-INF/faces-config.xml
M portlet/redirect/src/main/webapp/WEB-INF/portlet.xml
M portlet/redirect/src/main/webapp/WEB-INF/web.xml
R portlet/redirect/src/main/webapp/jsf/redirect.jsp
A portlet/redirect/src/main/webapp/jsp/redirect.jsp
Log Message:
-----------
GTNPORTAL-2403: convert portlet to plain jsp due to compatiblity issues
which exist between the other supported web contains when trying to use
jsf or jstl tags.
Commit: ad812ffbc115027941f3a7cdd540edc2700efb8e
https://github.com/gatein/gatein-portal/commit/ad812ffbc115027941f3a7cdd5...
Author: Matt Wringe <mwringe(a)gmail.com>
Date: 2012-07-19 (Thu, 19 Jul 2012)
Changed paths:
M packaging/jboss-as7/pkg/src/main/resources/jboss/bin/standalone.conf
Log Message:
-----------
Remove default developer mode from JBoss AS7 configuration option.
Developer mode should not be enabled by default and causes issues with
css/js added through gatein-resources.xml
Compare:
https://github.com/gatein/gatein-portal/compare/4b5f112c76c8...ad812ffbc115