[gatein/gatein-portal] a947ce: GTNPORTAL-2976 Change the declaration of xsd schem...
by GitHub
Branch: refs/heads/3.5.x
Home: https://github.com/gatein/gatein-portal
Commit: a947cefa3b5de842fe26a19a1139a8ac8ee75095
https://github.com/gatein/gatein-portal/commit/a947cefa3b5de842fe26a19a11...
Author: phuong_vu <phuong.vu(a)exoplatform.com>
Date: 2013-05-26 (Sun, 26 May 2013)
Changed paths:
M examples/extension/war/src/main/webapp/WEB-INF/web.xml
M examples/portal/rest-war/src/main/webapp/WEB-INF/web.xml
M examples/portal/war/src/main/webapp/WEB-INF/…
[View More]web.xml
M examples/portlets/amd-js/src/main/webapp/WEB-INF/web.xml
M examples/portlets/api/src/main/webapp/WEB-INF/web.xml
M examples/portlets/jquery/src/main/webapp/WEB-INF/web.xml
M examples/portlets/jsphellouser/src/main/webapp/WEB-INF/web.xml
M examples/portlets/resourceserving/src/main/webapp/WEB-INF/web.xml
M examples/portlets/simplesthelloworld/src/main/webapp/WEB-INF/web.xml
M examples/portlets/struts-jpetstore/src/main/webapp/WEB-INF/web.xml
M examples/portlets/todomvc/src/main/webapp/WEB-INF/web.xml
M examples/portlets/useridentity/src/main/webapp/WEB-INF/web.xml
M examples/skins/simpleskin/src/main/webapp/WEB-INF/web.xml
M gadgets/eXoGadgets/src/main/webapp/WEB-INF/web.xml
M gadgets/gwtGadgets/src/main/webapp/WEB-INF/web.xml
M gadgets/server/src/main/webapp/WEB-INF/web.xml
M packaging/jboss-as7/pkg/src/main/resources/jboss/main/gatein/gatein.ear/integration.war/WEB-INF/web.xml
M packaging/jetty/pkg/src/main/resources/jetty/webapps/ROOT/WEB-INF/web.xml
M packaging/tomcat/pkg/src/main/resources/tomcat/webapps/ROOT/WEB-INF/web.xml
M packaging/tomcat/tomcat7/src/main/webapp/WEB-INF/web.xml
M portlet/dashboard/src/main/webapp/WEB-INF/web.xml
M portlet/exoadmin/src/main/webapp/WEB-INF/web.xml
M portlet/redirect/src/main/webapp/WEB-INF/web.xml
M portlet/web/src/main/webapp/WEB-INF/web.xml
M starter/war/src/main/webapp/WEB-INF/web.xml
M testsuite/webuibasedsamples/src/main/webapp/WEB-INF/web.xml
M web/eXoResources/src/main/webapp/WEB-INF/web.xml
M web/portal/src/main/webapp/WEB-INF/web.xml
M web/rest/src/main/webapp/WEB-INF/web.xml
M wsrp-integration/extension-war/src/main/webapp/WEB-INF/web.xml
Log Message:
-----------
GTNPORTAL-2976 Change the declaration of xsd schema in web.xml for webapps
[View Less]
11 years, 10 months
[gatein/gatein-portal-quickstart] a39213: GTNPORTAL-3054 Document CDI Quickstarts
by GitHub
Branch: refs/heads/master
Home: https://github.com/gatein/gatein-portal-quickstart
Commit: a392136f36aac394efb58b5c030ea59f207fa612
https://github.com/gatein/gatein-portal-quickstart/commit/a392136f36aac39...
Author: Peter Palaga <ppalaga(a)redhat.com>
Date: 2013-05-26 (Sun, 26 May 2013)
Changed paths:
M cdi-generic-portlet/README.html
M cdi-generic-portlet/README.md
M cdi-generic-portlet/pom.xml
R cdi-generic-portlet/src/main/java/org/gatein/cdi/…
[View More]CDIFilter.java
R cdi-generic-portlet/src/main/java/org/gatein/cdi/DataBean.java
R cdi-generic-portlet/src/main/java/org/gatein/cdi/GenericCDIPortlet.java
A cdi-generic-portlet/src/main/java/org/gatein/quickstart/cdi/CDIFilter.java
A cdi-generic-portlet/src/main/java/org/gatein/quickstart/cdi/DataBean.java
A cdi-generic-portlet/src/main/java/org/gatein/quickstart/cdi/GenericCDIPortlet.java
M cdi-generic-portlet/src/main/webapp/WEB-INF/beans.xml
M cdi-generic-portlet/src/main/webapp/WEB-INF/portlet.xml
M cdi-generic-portlet/src/main/webapp/WEB-INF/web.xml
M cdi-jsf-portlet/README.html
M cdi-jsf-portlet/README.md
M cdi-jsf-portlet/pom.xml
A cdi-jsf-portlet/src/main/java/org/gatein/quickstart/cdi/jsf/Issue.java
A cdi-jsf-portlet/src/main/java/org/gatein/quickstart/cdi/jsf/IssueController.java
A cdi-jsf-portlet/src/main/java/org/gatein/quickstart/cdi/jsf/IssueManager.java
R cdi-jsf-portlet/src/main/java/org/jboss/portletbridge/example/cdi/Issue.java
R cdi-jsf-portlet/src/main/java/org/jboss/portletbridge/example/cdi/IssueController.java
R cdi-jsf-portlet/src/main/java/org/jboss/portletbridge/example/cdi/IssueManager.java
R cdi-jsf-portlet/src/main/java/org/jboss/portletbridge/example/cdi/IssueStatus.java
M cdi-jsf-portlet/src/main/webapp/WEB-INF/beans.xml
M cdi-jsf-portlet/src/main/webapp/WEB-INF/faces-config.xml
M cdi-jsf-portlet/src/main/webapp/WEB-INF/portlet.xml
M cdi-jsf-portlet/src/main/webapp/WEB-INF/web.xml
R cdi-jsf-portlet/src/main/webapp/home.xhtml
M cdi-jsf-portlet/src/main/webapp/resources/css/application.css
M cdi-jsf-portlet/src/main/webapp/templates/main.xhtml
M cdi-scope-portlets/README.html
M cdi-scope-portlets/README.md
M cdi-scope-portlets/pom.xml
R cdi-scope-portlets/src/main/java/org/gatein/cdi/AbstractBean.java
R cdi-scope-portlets/src/main/java/org/gatein/cdi/JSPAbstractPortlet.java
R cdi-scope-portlets/src/main/java/org/gatein/cdi/JSPLifecyclePortlet.java
R cdi-scope-portlets/src/main/java/org/gatein/cdi/JSPRedisplayPortlet.java
R cdi-scope-portlets/src/main/java/org/gatein/cdi/LifecycleBean.java
R cdi-scope-portlets/src/main/java/org/gatein/cdi/RedisplayBean.java
A cdi-scope-portlets/src/main/java/org/gatein/quickstart/cdi/scope/AbstractBean.java
A cdi-scope-portlets/src/main/java/org/gatein/quickstart/cdi/scope/JSPAbstractPortlet.java
A cdi-scope-portlets/src/main/java/org/gatein/quickstart/cdi/scope/JSPLifecyclePortlet.java
A cdi-scope-portlets/src/main/java/org/gatein/quickstart/cdi/scope/JSPRedisplayPortlet.java
A cdi-scope-portlets/src/main/java/org/gatein/quickstart/cdi/scope/LifecycleBean.java
A cdi-scope-portlets/src/main/java/org/gatein/quickstart/cdi/scope/RedisplayBean.java
A cdi-scope-portlets/src/main/java/org/gatein/quickstart/cdi/scope/ResourceRedisplayBean.java
M cdi-scope-portlets/src/main/webapp/WEB-INF/beans.xml
A cdi-scope-portlets/src/main/webapp/WEB-INF/gatein-resources.xml
M cdi-scope-portlets/src/main/webapp/WEB-INF/portlet.xml
M cdi-scope-portlets/src/main/webapp/WEB-INF/web.xml
A cdi-scope-portlets/src/main/webapp/css/cdi-scope-portlets.css
M cdi-scope-portlets/src/main/webapp/jsp/hello.jsp
M cdi-scope-portlets/src/main/webapp/jsp/welcome.jsp
M gatein-portal-extension/config/pom.xml
M gatein-portal-extension/ear/pom.xml
M gatein-portal-extension/pom.xml
M gatein-portal-extension/war/pom.xml
M gatein-portal-extension/war/src/main/webapp/WEB-INF/conf/sample-ext/portal/group/platform/administrators/navigation.xml
M gatein-portal-extension/war/src/main/webapp/WEB-INF/conf/sample-ext/portal/group/platform/administrators/pages.xml
M gatein-portal-extension/war/src/main/webapp/WEB-INF/conf/sample-ext/portal/portal/classic/navigation.xml
M gatein-portal-extension/war/src/main/webapp/WEB-INF/conf/sample-ext/portal/portal/classic/pages.xml
M gatein-portal-extension/war/src/main/webapp/WEB-INF/conf/sample-ext/portal/user/root/navigation.xml
M gatein-portal-extension/war/src/main/webapp/WEB-INF/conf/sample-ext/portal/user/root/pages.xml
M gatein-portal-extension/war/src/main/webapp/WEB-INF/web.xml
M gatein-portal-extension/war/src/main/webapp/templates/groovy/webui/component/UIHomePagePortlet.gtmpl
M gatein-sample-portal/config/pom.xml
M gatein-sample-portal/ear/pom.xml
M gatein-sample-portal/pom.xml
M gatein-sample-portal/rest-war/pom.xml
M gatein-sample-portal/war/pom.xml
M gatein-sample-portal/war/src/main/webapp/WEB-INF/conf/sample-portal/portal/group/platform/users/navigation.xml
M gatein-sample-portal/war/src/main/webapp/WEB-INF/conf/sample-portal/portal/group/platform/users/pages.xml
M gatein-sample-portal/war/src/main/webapp/WEB-INF/conf/sample-portal/portal/portal/classic/navigation.xml
M gatein-sample-portal/war/src/main/webapp/WEB-INF/conf/sample-portal/portal/portal/classic/pages.xml
M gatein-sample-portal/war/src/main/webapp/WEB-INF/conf/sample-portal/portal/user/root/navigation.xml
M gatein-sample-portal/war/src/main/webapp/WEB-INF/conf/sample-portal/portal/user/root/pages.xml
M jsf2-hello-world-portlet/pom.xml
M jsf2-hello-world-portlet/src/main/webapp/WEB-INF/web.xml
M jsf2-rf4-hello-world-portlet/pom.xml
M jsf2-rf4-hello-world-portlet/src/main/webapp/WEB-INF/web.xml
M navigation-api-portlet/pom.xml
M pom.xml
M simplest-hello-world-portlet/pom.xml
M simplest-hello-world-portlet/src/main/webapp/WEB-INF/web.xml
M social-portlets/pom.xml
M social-portlets/src/main/webapp/WEB-INF/beans.xml
M src/main/freemarker/cdi-generic-portlet/README.md.ftl
M src/main/freemarker/cdi-jsf-portlet/README.md.ftl
M src/main/freemarker/cdi-scope-portlets/README.md.ftl
M src/main/freemarker/gatein-portal-extension/README.md.ftl
M src/main/freemarker/gatein-sample-portal/README.md.ftl
M src/main/freemarker/jsf2-hello-world-portlet/README.md.ftl
M src/main/freemarker/jsf2-rf4-hello-world-portlet/README.md.ftl
M src/main/freemarker/navigation-api-portlet/README.md.ftl
M src/main/freemarker/simplest-hello-world-portlet/README.md.ftl
M src/main/freemarker/social-portlets/README.md.ftl
Log Message:
-----------
GTNPORTAL-3054 Document CDI Quickstarts
[View Less]
11 years, 10 months
[gatein/gatein-portal] e6585a: Improve layout handling for site and page
by GitHub
Branch: refs/heads/4.0.0
Home: https://github.com/gatein/gatein-portal
Commit: e6585a69e294bccbeff03807dc6b798fe23f1942
https://github.com/gatein/gatein-portal/commit/e6585a69e294bccbeff03807dc...
Author: Julien Viet <julien(a)julienviet.com>
Date: 2013-05-24 (Fri, 24 May 2013)
Changed paths:
M portal/web/pom.xml
M portal/web/src/main/java/org/gatein/portal/layout/Layout.java
M portal/web/src/main/java/org/gatein/portal/layout/LayoutFactory.java
M …
[View More]portal/web/src/main/java/org/gatein/portal/layout/SimpleLayout.java
M portal/web/src/main/java/org/gatein/portal/layout/SimpleLayoutFactory.java
M portal/web/src/main/java/org/gatein/portal/layout/ZoneLayout.java
M portal/web/src/main/java/org/gatein/portal/layout/ZoneLayoutFactory.java
M portal/web/src/main/java/org/gatein/portal/package-info.java
M portal/web/src/main/java/org/gatein/portal/page/Controller.java
M portal/web/src/main/java/org/gatein/portal/page/PageContext.java
A portal/web/src/main/java/org/gatein/portal/templates/shared.gtmpl
A portal/web/src/main/java/org/gatein/portal/templates/site.gtmpl
R portal/web/src/main/java/org/gatein/portal/templates/site_layout.gtmpl
M portal/web/src/main/java/org/gatein/portal/templates/zone_1_column.gtmpl
M portal/web/src/main/java/org/gatein/portal/templates/zone_2_columns_70_30.gtmpl
M portal/web/src/main/webapp/WEB-INF/conf/portal/portal/classic/pages.xml
M portal/web/src/main/webapp/WEB-INF/conf/portal/portal/classic/portal.xml
M portal/web/src/test/java/org/gatein/portal/PortletDeploymentTestCase.java
A portal/web/src/test/java/org/gatein/portal/SiteLayoutTestCase.java
M portal/web/src/test/resources/conf/portal/portal/classic/portal.xml
Log Message:
-----------
Improve layout handling for site and page
[View Less]
11 years, 10 months
[gatein/gatein-portal] fc67ae: GTNPORTAL-3048: fix spacing issue between the menu...
by GitHub
Branch: refs/heads/master
Home: https://github.com/gatein/gatein-portal
Commit: fc67ae8f6ab8f44e728a10d7c02cf21b02294879
https://github.com/gatein/gatein-portal/commit/fc67ae8f6ab8f44e728a10d7c0...
Author: Matt Wringe <mwringe(a)redhat.com>
Date: 2013-05-23 (Thu, 23 May 2013)
Changed paths:
M mobile-integration/portlets/header/src/main/webapp/css/ResponsiveMenuStylesheet.css
M mobile-integration/portlets/header/src/main/webapp/jsp/header.jsp
Log Message:
-…
[View More]----------
GTNPORTAL-3048: fix spacing issue between the menu elements
Commit: 0379e388c3a18287ba1a9e3a1e74488ea936477a
https://github.com/gatein/gatein-portal/commit/0379e388c3a18287ba1a9e3a1e...
Author: Matt Wringe <mwringe(a)redhat.com>
Date: 2013-05-23 (Thu, 23 May 2013)
Changed paths:
M mobile-integration/portlets/header/src/main/webapp/WEB-INF/gatein-resources.xml
M mobile-integration/portlets/header/src/main/webapp/js/dropdownmenu.jquery.js
M mobile-integration/portlets/header/src/main/webapp/js/menu.js
M mobile-integration/portlets/header/src/main/webapp/js/org/gatein/responsive/collapsiblecontainer.js
R mobile-integration/portlets/header/src/main/webapp/js/org/gatein/responsive/menu.js
M mobile-integration/portlets/header/src/main/webapp/jsp/header.jsp
Log Message:
-----------
GTNPORTAL-3048: update to initalize the javascript after a ajax refresh.
Commit: 236a0125c226b5f82247a3be8df42d982d8cc058
https://github.com/gatein/gatein-portal/commit/236a0125c226b5f82247a3be8d...
Author: Matt Wringe <mwringe(a)redhat.com>
Date: 2013-05-23 (Thu, 23 May 2013)
Changed paths:
M mobile-integration/portlets/header/src/main/webapp/css/ResponsiveMenuStylesheet.css
Log Message:
-----------
GTNPORTAL-3048: support the situation where a node in the menu contains child nodes and a page (eg: a link and a category)
Commit: bf3095dae2313eac2c8a343aa3110edc56bd3f2c
https://github.com/gatein/gatein-portal/commit/bf3095dae2313eac2c8a343aa3...
Author: Matt Wringe <mwringe(a)redhat.com>
Date: 2013-05-23 (Thu, 23 May 2013)
Changed paths:
M mobile-integration/portlets/header/pom.xml
M mobile-integration/portlets/header/src/main/java/org/gatein/portlet/responsive/header/HeaderBean.java
M mobile-integration/portlets/header/src/main/java/org/gatein/portlet/responsive/header/HeaderPortlet.java
M mobile-integration/portlets/header/src/main/java/org/gatein/portlet/responsive/header/NodeBean.java
M mobile-integration/portlets/header/src/main/java/org/gatein/portlet/responsive/header/NodePortlet.java
M mobile-integration/portlets/header/src/main/webapp/WEB-INF/portlet.xml
M mobile-integration/portlets/header/src/main/webapp/jsp/header.jsp
M mobile-integration/portlets/header/src/main/webapp/jsp/node.jsp
Log Message:
-----------
GTNPORTAL-3048: add portlet preference to header to specify levels of node to fetch on each ajax request.
Minor code cleanup.
Compare: https://github.com/gatein/gatein-portal/compare/cd3e398121de...bf3095dae231
[View Less]
11 years, 10 months