[gatein/gatein-portal] ed48dc: GTNPORTAL-3400 - Added encodeIfNotEncoded
by GitHub
Branch: refs/heads/master
Home: https://github.com/gatein/gatein-portal
Commit: ed48dccb55233b14ac22feb7aa6603f6094cd3c0
https://github.com/gatein/gatein-portal/commit/ed48dccb55233b14ac22feb7aa...
Author: Juraci Paixão Kröhling <juraci(a)kroehling.de>
Date: 2014-03-21 (Fri, 21 Mar 2014)
Changed paths:
M component/common/src/main/java/org/exoplatform/commons/utils/HTMLEntityEncoder.java
M component/common/src/test/java/org/exoplatform/commons/utils/…
[View More]TestHTMLEntityEncoder.java
M portlet/dashboard/src/main/webapp/javascript/eXo/webui/UITabbedDashboard.js
M web/portal/src/main/webapp/groovy/portal/webui/workspace/UIPortalApplication.gtmpl
Log Message:
-----------
GTNPORTAL-3400 - Added encodeIfNotEncoded
- Added a new method on the HTMLEntityEncoder, to encode an input only
if it's not encoded already.
- Changed the UIPortalApplication.gtmpl to use the new
encodeIfNotEncoded method, as this is a place that can receive both
encoded (like in the Dashboard's title) and non-encoded (like in a
page's title) content.
Commit: fe2b388a4c0cee1d73aa3d383d4122311f6d3a64
https://github.com/gatein/gatein-portal/commit/fe2b388a4c0cee1d73aa3d383d...
Author: mposolda <mposolda(a)gmail.com>
Date: 2014-03-21 (Fri, 21 Mar 2014)
Changed paths:
M component/web/security/src/main/java/org/gatein/web/security/impersonation/ImpersonationUtils.java
M portlet/exoadmin/src/main/java/org/exoplatform/organization/webui/component/UIListUsers.java
M portlet/exoadmin/src/main/java/org/exoplatform/toolbar/webui/component/UIStarToolbarPortlet.java
M portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/OrganizationPortlet_cs.properties
M portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/OrganizationPortlet_en.properties
M portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/StarToolbarPortlet_cs.properties
M portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/StarToolbarPortlet_en.properties
M webui/portal/src/main/java/org/exoplatform/portal/webui/portal/UIPortal.java
Log Message:
-----------
GTNPORTAL-3416 UI error message instead of HTTP400 when trying to
impersonate twice
Commit: b5b8eedf86733235f40d2161a73e75693c8facf3
https://github.com/gatein/gatein-portal/commit/b5b8eedf86733235f40d2161a7...
Author: Lucas Ponce <lponce(a)redhat.com>
Date: 2014-03-21 (Fri, 21 Mar 2014)
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
A component/portal/src/main/java/org/exoplatform/portal/url/URLWriter.java
M gadgets/core/src/main/javascript/gatein-features/gatein-container/ExoBasedUserPrefStore.js
M gadgets/core/src/main/javascript/gatein-features/gatein-container/Gadgets.js
M packaging/jboss-as7/pkg/src/main/resources/jboss/main/standalone/configuration/gatein/configuration.properties
M portlet/dashboard/src/main/webapp/javascript/eXo/webui/UITabbedDashboard.js
M portlet/exoadmin/src/main/webapp/groovy/admintoolbar/webui/component/UIUserToolBarDashboardPortlet.gtmpl
M portlet/exoadmin/src/main/webapp/groovy/admintoolbar/webui/component/UIUserToolBarGroupPortlet.gtmpl
M portlet/exoadmin/src/main/webapp/groovy/admintoolbar/webui/component/UIUserToolBarSitePortlet.gtmpl
M portlet/web/src/main/webapp/groovy/portal/webui/component/UIPortalNavigation.gtmpl
M web/eXoResources/src/main/webapp/javascript/eXo.js
M web/eXoResources/src/main/webapp/javascript/eXo/gadget/UIGadget.js
M web/eXoResources/src/main/webapp/javascript/eXo/portal/PortalHttpRequest.js
M web/eXoResources/src/main/webapp/javascript/eXo/webui/UIDashboard.js
M web/portal/src/main/webapp/groovy/portal/webui/workspace/UIPortalApplication.gtmpl
M web/portal/src/main/webapp/groovy/webui/core/UIVirtualList.gtmpl
M webui/portal/pom.xml
M webui/portal/src/main/java/org/exoplatform/portal/application/LegacyRequestHandler.java
M webui/portal/src/main/java/org/exoplatform/portal/webui/register/UICaptcha.java
M webui/portal/src/main/java/org/exoplatform/portal/webui/workspace/UIPortalApplication.java
M webui/portal/src/main/java/org/exoplatform/portal/webui/workspace/UIStandaloneApplication.java
M webui/portlet/src/main/java/org/exoplatform/webui/application/portlet/PortletURLBuilder.java
Log Message:
-----------
GTNPORTAL-3401 Encoding of '&' characters in URLs
Commit: c38afb3e29eafd8ab82887f6e147d6f9e572b92c
https://github.com/gatein/gatein-portal/commit/c38afb3e29eafd8ab82887f6e1...
Author: Lucas Ponce <lponce(a)redhat.com>
Date: 2014-03-21 (Fri, 21 Mar 2014)
Changed paths:
M portlet/exoadmin/src/main/webapp/groovy/admintoolbar/webui/component/UIUserToolBarDashboardPortlet.gtmpl
M portlet/exoadmin/src/main/webapp/groovy/admintoolbar/webui/component/UIUserToolBarGroupPortlet.gtmpl
M portlet/exoadmin/src/main/webapp/groovy/admintoolbar/webui/component/UIUserToolBarSitePortlet.gtmpl
M portlet/web/src/main/webapp/groovy/portal/webui/component/UIPortalNavigation.gtmpl
M web/eXoResources/src/main/webapp/javascript/eXo/portal/PortalComposer.js
M web/eXoResources/src/main/webapp/javascript/eXo/portal/UIPortalNavigation.js
M web/portal/src/main/webapp/groovy/webui/core/UIPopupWindow.gtmpl
Log Message:
-----------
GTNPORTAL-3406 Avoid the use of custom attributes for portal navigation portlets
Commit: 318b6905d820dc0432bfb0705969fe64958fe05b
https://github.com/gatein/gatein-portal/commit/318b6905d820dc0432bfb07059...
Author: Lucas Ponce <lponce(a)redhat.com>
Date: 2014-03-21 (Fri, 21 Mar 2014)
Changed paths:
M webui/core/src/main/java/org/exoplatform/webui/form/UIForm.java
M webui/dashboard/src/main/java/org/exoplatform/dashboard/webui/component/UIDashboard.java
M webui/dashboard/src/main/java/org/exoplatform/dashboard/webui/component/UIDashboardContainer.java
M webui/dashboard/src/main/java/org/exoplatform/dashboard/webui/component/UIDashboardSelectContainer.java
M webui/dashboard/src/main/resources/groovy/dashboard/webui/component/UIDashboardContainer.gtmpl
M webui/framework/src/main/java/org/exoplatform/webui/core/UIComponent.java
M webui/portal/src/main/java/org/exoplatform/portal/webui/application/UIGroovyPortlet.java
M webui/portal/src/main/java/org/exoplatform/portal/webui/application/UIPortlet.java
M webui/portal/src/main/java/org/exoplatform/portal/webui/register/UICaptcha.java
Log Message:
-----------
GTNPORTAL-3407 Avoid ID elements starting with number
Commit: f6ac7608aafc310ebff637b8c6c74a44aefca257
https://github.com/gatein/gatein-portal/commit/f6ac7608aafc310ebff637b8c6...
Author: Lucas Ponce <lponce(a)redhat.com>
Date: 2014-03-21 (Fri, 21 Mar 2014)
Changed paths:
M examples/extension/war/src/main/webapp/templates/groovy/webui/component/UIHomePagePortlet.gtmpl
M examples/portal/war/src/main/webapp/templates/groovy/webui/component/UIHomePagePortlet.gtmpl
M mobile-integration/extension-login-war/src/main/webapp/login/jsp/login.jsp
M web/portal/src/main/webapp/groovy/webui/form/UIFormWithTitle.gtmpl
M web/portal/src/main/webapp/templates/groovy/webui/component/UIHomePagePortlet.gtmpl
Log Message:
-----------
GTNPORTAL-3409 Use of legacy html attributes not compliant
Commit: 590f437ff0984cc5799375e1e3d4dc89b127583c
https://github.com/gatein/gatein-portal/commit/590f437ff0984cc5799375e1e3...
Author: Lucas Ponce <lponce(a)redhat.com>
Date: 2014-03-21 (Fri, 21 Mar 2014)
Changed paths:
M mobile-integration/portlets/features/src/main/webapp/jsp/features.jsp
M portlet/exoadmin/src/main/webapp/groovy/admintoolbar/webui/component/UIUserToolBarDashboardPortlet.gtmpl
M portlet/exoadmin/src/main/webapp/groovy/admintoolbar/webui/component/UIUserToolBarGroupPortlet.gtmpl
M portlet/exoadmin/src/main/webapp/groovy/admintoolbar/webui/component/UIUserToolBarSitePortlet.gtmpl
M portlet/exoadmin/src/main/webapp/groovy/applicationregistry/webui/component/UIApplicationInfo.gtmpl
M portlet/exoadmin/src/main/webapp/groovy/organization/webui/component/UIOrganizationPortlet.gtmpl
M web/portal/src/main/resources/locale/portal/webui_en.properties
M web/portal/src/main/webapp/groovy/portal/webui/workspace/UIPortalApplication.gtmpl
M web/portal/src/main/webapp/groovy/portal/webui/workspace/UIPortalApplicationChildren.gtmpl
M web/portal/src/main/webapp/groovy/webui/core/UIConfirmation.gtmpl
M web/portal/src/main/webapp/groovy/webui/form/UISearchForm.gtmpl
Log Message:
-----------
GTNPORTAL-3411 Minor markup XHTML issues
Commit: ea597c16876f7a7263b1a0abb3594298aba4e6b9
https://github.com/gatein/gatein-portal/commit/ea597c16876f7a7263b1a0abb3...
Author: Lucas Ponce <lponce(a)redhat.com>
Date: 2014-03-21 (Fri, 21 Mar 2014)
Changed paths:
M mobile-integration/portlets/header/src/main/webapp/js/menu.js
M mobile-integration/portlets/header/src/main/webapp/jsp/header.jsp
Log Message:
-----------
GTNPORTAL-3412 HTML5 data-* attributes not compatible with XHTML 1.0
Commit: 0b8edf4fa3c6814d1b56bfd7e79cf2065d30fc4e
https://github.com/gatein/gatein-portal/commit/0b8edf4fa3c6814d1b56bfd7e7...
Author: Lucas Ponce <lponce(a)redhat.com>
Date: 2014-03-21 (Fri, 21 Mar 2014)
Changed paths:
M portlet/admin/redirect/src/main/webapp/WEB-INF/web.xml
M portlet/admin/redirect/src/main/webapp/admin/redirects/index.xhtml
M portlet/admin/redirect/src/main/webapp/admin/redirects/menu.xhtml
M portlet/admin/redirect/src/main/webapp/admin/redirects/modals/modal-condition.xhtml
M portlet/admin/redirect/src/main/webapp/admin/redirects/modals/modal-delete_redirect.xhtml
M portlet/admin/redirect/src/main/webapp/admin/redirects/modals/modal-delete_site.xhtml
M portlet/admin/redirect/src/main/webapp/admin/redirects/modals/modal-import_site.xhtml
M portlet/admin/redirect/src/main/webapp/admin/redirects/modals/modal-select_node.xhtml
M portlet/admin/redirect/src/main/webapp/resources/css/admin.css
A portlet/admin/redirect/src/main/webapp/resources/css/modal-import_site.css
A portlet/admin/redirect/src/main/webapp/resources/css/ubuntu.css
M portlet/admin/redirect/src/main/webapp/resources/js/admin.js
M portlet/admin/redirect/src/main/webapp/resources/js/bootstrap.js
M portlet/admin/redirect/src/main/webapp/template.xhtml
Log Message:
-----------
GTNPORTAL-3418 Improve Redirect Admin UI to be W3C compliant
Commit: 64774b8bafc62b281d1c1c802521b5c97d354809
https://github.com/gatein/gatein-portal/commit/64774b8bafc62b281d1c1c8025...
Author: Lucas Ponce <lponce(a)redhat.com>
Date: 2014-03-21 (Fri, 21 Mar 2014)
Changed paths:
M web/eXoResources/src/main/webapp/javascript/eXo/portal/PortalHttpRequest.js
M webui/portal/src/main/java/org/exoplatform/portal/application/PortalRequestContext.java
Log Message:
-----------
GTNPORTAL-3422 Avoid use of class attribute on script elements on head
Commit: 20bcd7cea540b980f028f9fbfe2d79b0fc2b2b7c
https://github.com/gatein/gatein-portal/commit/20bcd7cea540b980f028f9fbfe...
Author: Lucas Ponce <lponce(a)redhat.com>
Date: 2014-03-21 (Fri, 21 Mar 2014)
Changed paths:
M web/eXoResources/src/main/webapp/javascript/eXo/portal/PortalHttpRequest.js
Log Message:
-----------
GTNPORTAL-3425 Error UI in Page Editor with PBR+Richfaces app
Commit: 8c02cd8465ef41fbbbdca35abe3cf8195279d8ad
https://github.com/gatein/gatein-portal/commit/8c02cd8465ef41fbbbdca35abe...
Author: Juraci Paixão Kröhling <juraci(a)kroehling.de>
Date: 2014-03-21 (Fri, 21 Mar 2014)
Changed paths:
M packaging/jboss-as7/extension/src/main/java/org/gatein/integration/jboss/as7/deployment/CdiContextExtensionProcessor.java
Log Message:
-----------
GTNPORTAL-3426 - Revert change to the CDI extension processor
Compare: https://github.com/gatein/gatein-portal/compare/69ecd42235bf...8c02cd8465ef
[View Less]
11 years
[gatein/gatein-portal] fb42d4: GTNPORTAL-3424 Upgrade JCR 1.16.0-CR1 and componen...
by GitHub
Branch: refs/heads/3.7.x
Home: https://github.com/gatein/gatein-portal
Commit: fb42d4e80a7c2c0977b838036753f6cfba69a129
https://github.com/gatein/gatein-portal/commit/fb42d4e80a7c2c0977b8380367...
Author: Peter Palaga <ppalaga(a)redhat.com>
Date: 2014-03-19 (Wed, 19 Mar 2014)
Changed paths:
M component/identity/src/main/java/org/exoplatform/services/organization/idm/UserDAOImpl.java
M component/portal/src/main/java/org/gatein/portal/installer/…
[View More]PortalSetupService.java
M component/web/oauth-common/src/main/java/org/gatein/security/oauth/data/SocialNetworkServiceImpl.java
M component/web/security/src/main/java/org/exoplatform/web/CacheUserProfileFilter.java
M component/web/security/src/main/java/org/exoplatform/web/login/FilterDisabledLoginModule.java
M pom.xml
M portlet/exoadmin/src/main/java/org/exoplatform/organization/webui/component/UIAccountEditInputSet.java
M portlet/exoadmin/src/main/java/org/exoplatform/organization/webui/component/UIGroupEditMembershipForm.java
M portlet/exoadmin/src/main/java/org/exoplatform/organization/webui/component/UIGroupMembershipForm.java
M portlet/exoadmin/src/main/java/org/exoplatform/organization/webui/component/UIListUsers.java
M portlet/exoadmin/src/main/java/org/exoplatform/organization/webui/component/UIUserInfo.java
M webui/eXo/src/main/java/org/exoplatform/webui/organization/UIAccountForm.java
M webui/eXo/src/main/java/org/exoplatform/webui/organization/UIAccountInputSet.java
M webui/portal/src/main/java/org/exoplatform/portal/application/PortalLogoutLifecycle.java
M webui/portal/src/main/java/org/exoplatform/portal/webui/login/UIForgetPassword.java
M webui/portal/src/main/java/org/exoplatform/portal/webui/login/UIResetPassword.java
M webui/portal/src/main/java/org/exoplatform/portal/webui/portal/UIPortalComponentActionListener.java
M webui/portal/src/main/java/org/exoplatform/portal/webui/register/UIRegisterForm.java
M webui/portal/src/main/java/org/exoplatform/portal/webui/register/UIRegisterInputSet.java
Log Message:
-----------
GTNPORTAL-3424 Upgrade JCR 1.16.0-CR1 and component dependencies
[View Less]
11 years
[gatein/gatein-sso] a7971a: Upgrade versions of components
by GitHub
Branch: refs/heads/master
Home: https://github.com/gatein/gatein-sso
Commit: a7971af808ec86f895236d73a0eb44447e8ecb31
https://github.com/gatein/gatein-sso/commit/a7971af808ec86f895236d73a0eb4...
Author: mposolda <mposolda(a)gmail.com>
Date: 2014-03-18 (Tue, 18 Mar 2014)
Changed paths:
M pom.xml
Log Message:
-----------
Upgrade versions of components
Commit: 688061d27a5d1d7bf6bed47e10f103bf6fd2715e
https://github.com/gatein/gatein-sso/commit/…
[View More]688061d27a5d1d7bf6bed47e10f10...
Author: mposolda <mposolda(a)gmail.com>
Date: 2014-03-18 (Tue, 18 Mar 2014)
Changed paths:
M agent/pom.xml
M auth-callback/pom.xml
M cas/gatein-cas-plugin/pom.xml
M cas/gatein-cas-portal/pom.xml
M cas/pom.xml
M common-plugin/pom.xml
M integration/pom.xml
M josso/gatein-agent-josso181/pom.xml
M josso/gatein-agent-josso182/pom.xml
M josso/gatein-josso-181/pom.xml
M josso/gatein-josso-182/pom.xml
M josso/gatein-josso-plugin/pom.xml
M josso/gatein-josso-portal/pom.xml
M josso/pom.xml
M opensso/gatein-opensso-plugin/pom.xml
M opensso/gatein-opensso-portal/pom.xml
M opensso/pom.xml
M packaging/pom.xml
M pom.xml
M saml/gatein-saml-plugin/pom.xml
M saml/gatein-saml-portal/pom.xml
M saml/pom.xml
M spnego/pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release 1.4.0.Final
Commit: 495935a03e2bc37d3c54dca311b49e5ed17a40b6
https://github.com/gatein/gatein-sso/commit/495935a03e2bc37d3c54dca311b49...
Author: mposolda <mposolda(a)gmail.com>
Date: 2014-03-18 (Tue, 18 Mar 2014)
Changed paths:
M agent/pom.xml
M auth-callback/pom.xml
M cas/gatein-cas-plugin/pom.xml
M cas/gatein-cas-portal/pom.xml
M cas/pom.xml
M common-plugin/pom.xml
M integration/pom.xml
M josso/gatein-agent-josso181/pom.xml
M josso/gatein-agent-josso182/pom.xml
M josso/gatein-josso-181/pom.xml
M josso/gatein-josso-182/pom.xml
M josso/gatein-josso-plugin/pom.xml
M josso/gatein-josso-portal/pom.xml
M josso/pom.xml
M opensso/gatein-opensso-plugin/pom.xml
M opensso/gatein-opensso-portal/pom.xml
M opensso/pom.xml
M packaging/pom.xml
M pom.xml
M saml/gatein-saml-plugin/pom.xml
M saml/gatein-saml-portal/pom.xml
M saml/pom.xml
M spnego/pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Compare: https://github.com/gatein/gatein-sso/compare/854f7ec9e9e0...495935a03e2b
[View Less]
11 years