[gatein/gatein-portal] 2ee51b: GTNPORTAL-3072: Enable usage of tab to navigate to...
by GitHub
Branch: refs/heads/master
Home: https://github.com/gatein/gatein-portal
Commit: 2ee51b98cc2fce3d4f72a60089eb7fd87aed31a4
https://github.com/gatein/gatein-portal/commit/2ee51b98cc2fce3d4f72a60089...
Author: ammendonca <ammendonca(a)gmail.com>
Date: 2013-05-29 (Wed, 29 May 2013)
Changed paths:
M portlet/admin/redirect/src/main/webapp/admin/redirects/index.xhtml
M portlet/admin/redirect/src/main/webapp/resources/js/admin.js
Log Message:
-----------
…
[View More]GTNPORTAL-3072: Enable usage of tab to navigate to ON/OFF toggles and Enter or Space to toggle them.
Commit: 4baf8acc93a348b2952de4d10aa82a8ffc4dd204
https://github.com/gatein/gatein-portal/commit/4baf8acc93a348b2952de4d10a...
Author: ammendonca <ammendonca(a)gmail.com>
Date: 2013-05-29 (Wed, 29 May 2013)
Changed paths:
M portlet/admin/redirect/src/main/java/org/gatein/ui/admin/redirect/beans/EditRedirectBean.java
M portlet/admin/redirect/src/main/webapp/admin/redirects/index.xhtml
M portlet/admin/redirect/src/main/webapp/admin/redirects/modals/modal-condition.xhtml
M portlet/admin/redirect/src/main/webapp/resources/js/admin.js
Log Message:
-----------
GTNPORTAL-3050: Fix mishandling of redirect condition properties
Commit: e2124ddda6d6a728f71a1df884fdd1886dd84628
https://github.com/gatein/gatein-portal/commit/e2124ddda6d6a728f71a1df884...
Author: Matt Wringe <mwringe(a)redhat.com>
Date: 2013-05-29 (Wed, 29 May 2013)
Changed paths:
M mobile-integration/portlets/banner/src/main/webapp/WEB-INF/gatein-resources.xml
A mobile-integration/portlets/banner/src/main/webapp/css/DefaultStylesheet.css
M mobile-integration/portlets/banner/src/main/webapp/css/ResponsiveStylesheet.css
M mobile-integration/portlets/community/src/main/webapp/WEB-INF/gatein-resources.xml
A mobile-integration/portlets/community/src/main/webapp/css/DefaultStylesheet.css
M mobile-integration/portlets/community/src/main/webapp/css/ResponsiveStylesheet.css
M mobile-integration/portlets/features/src/main/webapp/WEB-INF/gatein-resources.xml
A mobile-integration/portlets/features/src/main/webapp/css/DefaultStylesheet.css
M mobile-integration/portlets/features/src/main/webapp/css/ResponsiveStylesheet.css
M mobile-integration/portlets/footer/src/main/resources/locale/portlet/responsivefooter_ar.xml
M mobile-integration/portlets/footer/src/main/webapp/css/ClassicStylesheet.css
M mobile-integration/portlets/footer/src/main/webapp/css/ResponsiveStylesheet.css
M mobile-integration/portlets/header/src/main/webapp/WEB-INF/gatein-resources.xml
A mobile-integration/portlets/header/src/main/webapp/css/DefaultStylesheet.css
M mobile-integration/portlets/header/src/main/webapp/css/ResponsiveMenuStylesheet.css
M mobile-integration/portlets/header/src/main/webapp/css/ResponsiveStylesheet.css
M mobile-integration/portlets/navigation/src/main/webapp/WEB-INF/gatein-resources.xml
A mobile-integration/portlets/navigation/src/main/webapp/css/DefaultStylesheet.css
Log Message:
-----------
GTNPORTAL-3065: update the responsive portlets to better handle RTL languages
GTNPORTAL-3074: update the responsive portlets to work better with the classic skin
Compare: https://github.com/gatein/gatein-portal/compare/a032780c898e...e2124ddda6d6
[View Less]
11 years, 10 months
[gatein/gatein-portal-quickstart] c66436: GTNPORTAL-3062 Improve cdi-scopes-portlet Quicksta...
by GitHub
Branch: refs/heads/master
Home: https://github.com/gatein/gatein-portal-quickstart
Commit: c66436227fa258f8966f1e3309e7a1449028b9e5
https://github.com/gatein/gatein-portal-quickstart/commit/c66436227fa258f...
Author: Peter Palaga <ppalaga(a)redhat.com>
Date: 2013-05-28 (Tue, 28 May 2013)
Changed paths:
M README.html
M README.md
R cdi-scope-portlets/README.html
R cdi-scope-portlets/README.md
R cdi-scope-portlets/pom.xml
R cdi-scope-portlets/src/…
[View More]main/java/org/gatein/quickstart/cdi/scope/AbstractBean.java
R cdi-scope-portlets/src/main/java/org/gatein/quickstart/cdi/scope/JSPAbstractPortlet.java
R cdi-scope-portlets/src/main/java/org/gatein/quickstart/cdi/scope/JSPLifecyclePortlet.java
R cdi-scope-portlets/src/main/java/org/gatein/quickstart/cdi/scope/JSPRedisplayPortlet.java
R cdi-scope-portlets/src/main/java/org/gatein/quickstart/cdi/scope/LifecycleBean.java
R cdi-scope-portlets/src/main/java/org/gatein/quickstart/cdi/scope/RedisplayBean.java
R cdi-scope-portlets/src/main/java/org/gatein/quickstart/cdi/scope/ResourceRedisplayBean.java
R cdi-scope-portlets/src/main/webapp/WEB-INF/beans.xml
R cdi-scope-portlets/src/main/webapp/WEB-INF/gatein-resources.xml
R cdi-scope-portlets/src/main/webapp/WEB-INF/portlet.xml
R cdi-scope-portlets/src/main/webapp/WEB-INF/web.xml
R cdi-scope-portlets/src/main/webapp/css/cdi-scope-portlets.css
R cdi-scope-portlets/src/main/webapp/jsp/hello.jsp
R cdi-scope-portlets/src/main/webapp/jsp/welcome.jsp
A cdi-scopes-portlet/README.html
A cdi-scopes-portlet/README.md
A cdi-scopes-portlet/pom.xml
A cdi-scopes-portlet/src/main/java/org/gatein/quickstart/cdi/scope/CDIScopesPortlet.java
A cdi-scopes-portlet/src/main/java/org/gatein/quickstart/cdi/scope/LifecycleScopedBean.java
A cdi-scopes-portlet/src/main/java/org/gatein/quickstart/cdi/scope/RedisplayScopedBean.java
A cdi-scopes-portlet/src/main/webapp/WEB-INF/beans.xml
A cdi-scopes-portlet/src/main/webapp/WEB-INF/gatein-resources.xml
A cdi-scopes-portlet/src/main/webapp/WEB-INF/portlet.xml
A cdi-scopes-portlet/src/main/webapp/WEB-INF/web.xml
A cdi-scopes-portlet/src/main/webapp/css/cdi-scopes-portlet.css
A cdi-scopes-portlet/src/main/webapp/jsp/cdi-scopes-portlet.jsp
M howto-release.adoc
M pom.xml
M src/build/groovy/FreeMarkerMerger.groovy
M src/main/freemarker/README.md.ftl
R src/main/freemarker/cdi-scope-portlets/README.md.ftl
A src/main/freemarker/cdi-scopes-portlet/README.md.ftl
A src/main/freemarker/cdi-scopes-portlet/src/main/java/org/gatein/quickstart/cdi/scope/CDIScopesPortlet.java.subst.properties
A src/main/freemarker/cdi-scopes-portlet/src/main/webapp/jsp/cdi-scopes-portlet.jsp.subst.properties
M src/main/project-examples-xml/project-examples-gatein.xml
Log Message:
-----------
GTNPORTAL-3062 Improve cdi-scopes-portlet Quickstart
Commit: 04b596539db2f74cd81e977b77844c431020f643
https://github.com/gatein/gatein-portal-quickstart/commit/04b596539db2f74...
Author: Peter Palaga <ppalaga(a)redhat.com>
Date: 2013-05-29 (Wed, 29 May 2013)
Changed paths:
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/portal/classic/navigation.xml
M gatein-sample-portal/war/src/main/webapp/WEB-INF/conf/sample-portal/portal/user/root/navigation.xml
Log Message:
-----------
GTNPORTAL-3077 Make navigation.xml files in quickstarts comply with
gatein_objects_1_4
Compare: https://github.com/gatein/gatein-portal-quickstart/compare/a392136f36aa.....
[View Less]
11 years, 10 months
[gatein/gatein-portal] a03278: GTNPORTAL-3070 Change default encryption algorithm...
by GitHub
Branch: refs/heads/master
Home: https://github.com/gatein/gatein-portal
Commit: a032780c898ed92cc2808b6cfa44fec0a7d4320c
https://github.com/gatein/gatein-portal/commit/a032780c898ed92cc2808b6cfa...
Author: bdaw <boleslaw.dawidowicz(a)gmail.com>
Date: 2013-05-28 (Tue, 28 May 2013)
Changed paths:
M web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/examples/picketlink-idm-ldap-acme-config.xml
M web/portal/src/main/webapp/WEB-INF/conf/…
[View More]organization/picketlink-idm/examples/picketlink-idm-ldap-config.xml
M web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/examples/picketlink-idm-msad-config.xml
M web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/examples/picketlink-idm-msad-readonly-config.xml
M web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/examples/picketlink-idm-openldap-acme-config.xml
M web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/examples/picketlink-idm-openldap-config.xml
M web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/picketlink-idm-config.xml
Log Message:
-----------
GTNPORTAL-3070 Change default encryption algorithm for user passwords
[View Less]
11 years, 10 months
[gatein/gatein-portal] c800c6: GTNPORTAL-3055 <tables> headers and keyboard acces...
by GitHub
Branch: refs/heads/master
Home: https://github.com/gatein/gatein-portal
Commit: c800c64579991d44b8520bd409f3b008b169cee3
https://github.com/gatein/gatein-portal/commit/c800c64579991d44b8520bd409...
Author: Lucas Ponce <lponce(a)redhat.com>
Date: 2013-05-28 (Tue, 28 May 2013)
Changed paths:
M portlet/exoadmin/src/main/webapp/groovy/navigation/webui/component/UINavigationGrid.gtmpl
M portlet/exoadmin/src/main/webapp/groovy/navigation/webui/component/…
[View More]UISiteManagement.gtmpl
M web/portal/src/main/webapp/groovy/webui/form/UIVTabInputSet.gtmpl
Log Message:
-----------
GTNPORTAL-3055 <tables> headers and keyboard accesibility
Commit: bcf2deb5eebd627e0aa8d26ec57c47e0b2342975
https://github.com/gatein/gatein-portal/commit/bcf2deb5eebd627e0aa8d26ec5...
Author: Lucas Ponce <lponce(a)redhat.com>
Date: 2013-05-28 (Tue, 28 May 2013)
Changed paths:
M gadgets/eXoGadgets/src/main/webapp/gadgets/ServicesManagement/ServicesManagement.xml
Log Message:
-----------
GTNPORTAL-3055 Fixing <table> headers in Services Management gadget
Commit: 8c990a41aa7b5a662b597186c3e90a4f194c53e0
https://github.com/gatein/gatein-portal/commit/8c990a41aa7b5a662b597186c3...
Author: Lucas Ponce <lponce(a)redhat.com>
Date: 2013-05-28 (Tue, 28 May 2013)
Changed paths:
M web/portal/src/main/webapp/groovy/portal/webui/page/UIWizardPageSetInfo.gtmpl
Log Message:
-----------
GTNPORTAL-3055 Adding <label> tag in <forms>
Commit: 3cdbf8d1416d2441297d2a162faa31f39e1e5de8
https://github.com/gatein/gatein-portal/commit/3cdbf8d1416d2441297d2a162f...
Author: Lucas Ponce <lponce(a)redhat.com>
Date: 2013-05-28 (Tue, 28 May 2013)
Changed paths:
M web/eXoResources/src/main/webapp/skin/DefaultSkin/portal/webui/component/widget/UILoginForm/Stylesheet.css
M web/eXoResources/src/main/webapp/skin/DefaultSkin/webui/component/UIPopup/UIPopupMessage/Stylesheet.css
Log Message:
-----------
GTNPORTAL-3064 Change on warning message color to be 508 compliant
Commit: 93526e950a78fc6be5930cd391242a31f4636973
https://github.com/gatein/gatein-portal/commit/93526e950a78fc6be5930cd391...
Author: Lucas Ponce <lponce(a)redhat.com>
Date: 2013-05-28 (Tue, 28 May 2013)
Changed paths:
M webui/core/src/main/java/org/exoplatform/webui/form/UIFormInputSet.java
M webui/core/src/main/java/org/exoplatform/webui/form/UIFormInputWithActions.java
Log Message:
-----------
GTNPORTAL-3055 Adding legend for mandatory input texts
Commit: 37fe12f9d9e383a1b1ccd68a9a3b4ad25f1d6589
https://github.com/gatein/gatein-portal/commit/37fe12f9d9e383a1b1ccd68a9a...
Author: Lucas Ponce <lponce(a)redhat.com>
Date: 2013-05-28 (Tue, 28 May 2013)
Changed paths:
M web/portal/src/main/webapp/groovy/webui/form/UIForm.gtmpl
Log Message:
-----------
GTNPORTAL-3055 Fixing missing labels
Commit: 10cd3884d0b1f5bd2ea55270175d7b8f5643086f
https://github.com/gatein/gatein-portal/commit/10cd3884d0b1f5bd2ea5527017...
Author: Matt Wringe <mwringe(a)redhat.com>
Date: 2013-05-28 (Tue, 28 May 2013)
Changed paths:
A mobile-integration/extension-configuration/src/main/webapp/WEB-INF/conf/portal/portal/template/mobile/navigation.xml
A mobile-integration/extension-configuration/src/main/webapp/WEB-INF/conf/portal/portal/template/mobile/pages.xml
A mobile-integration/extension-configuration/src/main/webapp/WEB-INF/conf/portal/portal/template/mobile/portal.xml
R mobile-integration/extension-configuration/src/main/webapp/WEB-INF/conf/portal/portal/template/portal/mobile/navigation.xml
R mobile-integration/extension-configuration/src/main/webapp/WEB-INF/conf/portal/portal/template/portal/mobile/pages.xml
R mobile-integration/extension-configuration/src/main/webapp/WEB-INF/conf/portal/portal/template/portal/mobile/portal.xml
M web/eXoResources/src/main/webapp/skin/DefaultSkin/webui/component/UISelector/UIItemSelector/Stylesheet.css
A web/eXoResources/src/main/webapp/skin/DefaultSkin/webui/component/UISelector/UIItemSelector/background/ResponsiveTemplate.png
Log Message:
-----------
GTNPORTAL-3058: move templates to proper location so that they will be picked up my the template service. Add image for the mobile template for the ui selector.
Commit: 7b8231bf943f96dc945553968120be0fb19e0eb6
https://github.com/gatein/gatein-portal/commit/7b8231bf943f96dc9455539681...
Author: Matt Wringe <mwringe(a)redhat.com>
Date: 2013-05-28 (Tue, 28 May 2013)
Changed paths:
M portlet/web/src/main/resources/locale/portlet/web/GroovyPortlet_en.properties
M web/portal/src/main/webapp/templates/groovy/webui/component/UIHomePagePortlet.gtmpl
R web/portal/src/main/webapp/templates/skin/webui/component/UIHomePagePortlet/DefaultSkin/background/RightHome.jpg
A web/portal/src/main/webapp/templates/skin/webui/component/UIHomePagePortlet/DefaultSkin/background/background-ltr.jpg
A web/portal/src/main/webapp/templates/skin/webui/component/UIHomePagePortlet/DefaultSkin/background/background-rtl.jpg
M web/portal/src/main/webapp/templates/skin/webui/component/UIHomePagePortlet/DefaultStylesheet.css
Log Message:
-----------
GTNPORTAL-2894: Add text from the background image as text instead of it being part of the image. Will now support different translations and RTL langugaes.
Commit: d82a6b661ec078c8e7752fc48888870ea3f95341
https://github.com/gatein/gatein-portal/commit/d82a6b661ec078c8e7752fc488...
Author: mposolda <mposolda(a)gmail.com>
Date: 2013-05-28 (Tue, 28 May 2013)
Changed paths:
M web/portal/src/main/webapp/WEB-INF/web.xml
Log Message:
-----------
GTNPORTAL-3069 Remove <http-method> declarations from security-constraint in web.xml
Compare: https://github.com/gatein/gatein-portal/compare/3303f3ea3b8d...d82a6b661ec0
[View Less]
11 years, 10 months