[gatein/gatein-wsrp] e3a8f6: [maven-release-plugin] prepare release 2.2.12.Fina...
by GitHub
Branch: refs/heads/master
Home: https://github.com/gatein/gatein-wsrp
Commit: e3a8f64b4353d14fd35fb4f73219a138a603f02b
https://github.com/gatein/gatein-wsrp/commit/e3a8f64b4353d14fd35fb4f73219...
Author: Juraci Paixão Kröhling <juraci(a)kroehling.de>
Date: 2014-03-11 (Tue, 11 Mar 2014)
Changed paths:
M admin-gui/pom.xml
M api/pom.xml
M common/pom.xml
M consumer/pom.xml
M cxf-integration/pom.xml
M examples/invocation-handler-delegate/pom.xml
…
[View More]M examples/policy/pom.xml
M examples/pom.xml
M examples/wss-callback/pom.xml
M hibernate-impl/pom.xml
M jcr-impl/pom.xml
M pom.xml
M producer/pom.xml
M test/pom.xml
M ws-security/jboss7/pom.xml
M ws-security/pom.xml
M ws-security/wss/pom.xml
M wsrp-catalog/pom.xml
M wsrp-producer-war/pom.xml
M wsrp1-ws/pom.xml
M wsrp2-ws/pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release 2.2.12.Final
Commit: dda5172143e13d440d122a8d43ea0928cc055e93
https://github.com/gatein/gatein-wsrp/commit/dda5172143e13d440d122a8d43ea...
Author: Juraci Paixão Kröhling <juraci(a)kroehling.de>
Date: 2014-03-11 (Tue, 11 Mar 2014)
Changed paths:
M admin-gui/pom.xml
M api/pom.xml
M common/pom.xml
M consumer/pom.xml
M cxf-integration/pom.xml
M examples/invocation-handler-delegate/pom.xml
M examples/policy/pom.xml
M examples/pom.xml
M examples/wss-callback/pom.xml
M hibernate-impl/pom.xml
M jcr-impl/pom.xml
M pom.xml
M producer/pom.xml
M test/pom.xml
M ws-security/jboss7/pom.xml
M ws-security/pom.xml
M ws-security/wss/pom.xml
M wsrp-catalog/pom.xml
M wsrp-producer-war/pom.xml
M wsrp1-ws/pom.xml
M wsrp2-ws/pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Compare: https://github.com/gatein/gatein-wsrp/compare/6025467a2f84...dda5172143e1
[View Less]
11 years
[gatein/gatein-portal] 5fe35b: GTNPORTAL-3370 - Added feature to restrict access ...
by GitHub
Branch: refs/heads/master
Home: https://github.com/gatein/gatein-portal
Commit: 5fe35bf5e0bc86dfbd51890069e68716f121f7e0
https://github.com/gatein/gatein-portal/commit/5fe35bf5e0bc86dfbd51890069...
Author: Juraci Paixão Kröhling <juraci(a)kroehling.de>
Date: 2014-03-11 (Tue, 11 Mar 2014)
Changed paths:
M component/api/src/test/java/org/gatein/api/navigation/NodeVisitorScopeTest.java
M component/portal/src/main/java/conf/gatein-nodetypes.xml
M component/…
[View More]portal/src/main/java/org/exoplatform/portal/config/model/PageNode.java
A component/portal/src/main/java/org/exoplatform/portal/mop/RestrictAccess.java
M component/portal/src/main/java/org/exoplatform/portal/mop/Visible.java
M component/portal/src/main/java/org/exoplatform/portal/mop/navigation/NavigationServiceImpl.java
M component/portal/src/main/java/org/exoplatform/portal/mop/navigation/NodeData.java
M component/portal/src/main/java/org/exoplatform/portal/mop/navigation/NodeState.java
M component/portal/src/main/java/org/exoplatform/portal/mop/user/UserNode.java
M component/portal/src/test/java/org/exoplatform/portal/config/TestMOP.java
M component/portal/src/test/java/org/exoplatform/portal/mop/navigation/TestScope.java
M component/portal/src/test/resources/conf/exo.portal.component.portal-mop-configuration.xml
M pom.xml
M portlet/exoadmin/src/main/java/org/exoplatform/navigation/webui/TreeNode.java
M portlet/exoadmin/src/main/java/org/exoplatform/navigation/webui/component/UIPageNodeForm.java
M web/portal/src/main/resources/locale/portal/webui_en.properties
M web/portal/src/main/webapp/WEB-INF/conf/portal/portal-configuration.xml
M web/redirect/src/test/resources/conf/exo.portal.component.portal-configuration.xml
M webui/portal/src/main/java/org/exoplatform/portal/webui/page/UIPageActionListener.java
M webui/portal/src/main/java/org/exoplatform/portal/webui/page/UIWizardPageSetInfo.java
A webui/portal/src/test/java/org/exoplatform/portal/webui/page/UIPageActionListenerTest.java
Log Message:
-----------
GTNPORTAL-3370 - Added feature to restrict access to a node when outside publishing window
Added a new feature, to restrict access to a node if it's not inside of the publishing window.
This feature consists of:
* A new property (mixin) for the Node
* A new checkbox on the UI, close to the "publishing date" set of fields
* A new check on the UIPageActionListener, that displays the home page, should access to the node be restricted. This is so that the page has the same effect as of a "non existing node".
Commit: 91b32a87875a53a6cf86cab23974ffed723d87c8
https://github.com/gatein/gatein-portal/commit/91b32a87875a53a6cf86cab239...
Author: Juraci Paixão Kröhling <juraci(a)kroehling.de>
Date: 2014-03-11 (Tue, 11 Mar 2014)
Changed paths:
M portlet/exoadmin/src/main/java/org/exoplatform/organization/webui/component/UIAccountEditInputSet.java
M webui/core/pom.xml
A webui/core/src/main/java/org/exoplatform/webui/form/validator/PasswordPolicyValidator.java
M webui/core/src/main/java/org/exoplatform/webui/form/validator/UserConfigurableValidator.java
M webui/core/src/test/java/org/exoplatform/webui/test/validator/TestWebuiValidator.java
A webui/core/src/test/resources/conf/configuration.properties
M webui/eXo/src/main/java/org/exoplatform/webui/organization/UIAccountInputSet.java
M webui/portal/src/main/java/org/exoplatform/portal/account/UIAccountChangePass.java
M webui/portal/src/main/java/org/exoplatform/portal/webui/register/UIRegisterInputSet.java
Log Message:
-----------
GTNPORTAL-3402 - Custom password policies
Added the capability of setting custom password policies. If the configuration entry "passwordpolicy" is found on the configuration, it's then used for the password validation. Otherwise, it fallsback to the previous behavior, which is to validate that a password has a minimum of 6 chars and maximum of 30 chars.
Added a method on the UserConfigurableValidator that lists the currently known configuration entries for this validator, and a test for that.
Commit: 5b1519e28fc5691cdc686a438f3cf38c91646c57
https://github.com/gatein/gatein-portal/commit/5b1519e28fc5691cdc686a438f...
Author: Martin Weiler <mweiler(a)redhat.com>
Date: 2014-03-11 (Tue, 11 Mar 2014)
Changed paths:
M webui/portal/src/main/java/org/exoplatform/portal/application/LegacyRequestHandler.java
Log Message:
-----------
GTNPORTAL-3415: Fix LegacyRequestHandler to preserve the query string when redirecting to the login page
Commit: b949e61b0e868542c557ae498d877a20918fabf2
https://github.com/gatein/gatein-portal/commit/b949e61b0e868542c557ae498d...
Author: Marko Strukelj <marko.strukelj(a)gmail.com>
Date: 2014-03-11 (Tue, 11 Mar 2014)
Changed paths:
M packaging/jboss-as7/extension/src/main/java/org/gatein/integration/jboss/as7/portal/PortalReadOperationHandler.java
Log Message:
-----------
Fix gatein subsystem test failures on eap620
Compare: https://github.com/gatein/gatein-portal/compare/6352a09c5952...b949e61b0e86
[View Less]
11 years
[gatein/gatein-wsrp] 602546: GTNWSRP-374 Improve admin GUI to be W3C compliant
by GitHub
Branch: refs/heads/master
Home: https://github.com/gatein/gatein-wsrp
Commit: 6025467a2f84859e304f0300f1e99ae4f0470b26
https://github.com/gatein/gatein-wsrp/commit/6025467a2f84859e304f0300f1e9...
Author: Lucas Ponce <lponce(a)redhat.com>
Date: 2014-03-07 (Fri, 07 Mar 2014)
Changed paths:
M .gitignore
M admin-gui/src/main/webapp/WEB-INF/web.xml
R admin-gui/src/main/webapp/img/jbp-icon-set/activate.gif
R admin-gui/src/main/webapp/img/jbp-icon-set/…
[View More]deactivate.gif
R admin-gui/src/main/webapp/img/jbp-icon-set/delete2.gif
R admin-gui/src/main/webapp/img/jbp-icon-set/deregister.gif
R admin-gui/src/main/webapp/img/jbp-icon-set/export.gif
R admin-gui/src/main/webapp/img/jbp-icon-set/import.gif
R admin-gui/src/main/webapp/img/jbp-icon-set/refresh.gif
R admin-gui/src/main/webapp/img/jbp-icon-set/register.gif
R admin-gui/src/main/webapp/img/jbp-icon-set/settings.gif
R admin-gui/src/main/webapp/img/msgIcon_Warning.gif
R admin-gui/src/main/webapp/img/pathBackground.png
R admin-gui/src/main/webapp/img/section-subHeader-bg.gif
M admin-gui/src/main/webapp/jsf/common/template.xhtml
M admin-gui/src/main/webapp/jsf/consumers/confirmDeleteConsumer.xhtml
M admin-gui/src/main/webapp/jsf/consumers/confirmEraseRegistration.xhtml
M admin-gui/src/main/webapp/jsf/consumers/exports/confirmDeleteExport.xhtml
M admin-gui/src/main/webapp/jsf/error.xhtml
M admin-gui/src/main/webapp/jsf/producer/confirmPropDeletion.xhtml
A admin-gui/src/main/webapp/resources/img/jbp-icon-set/activate.gif
A admin-gui/src/main/webapp/resources/img/jbp-icon-set/deactivate.gif
A admin-gui/src/main/webapp/resources/img/jbp-icon-set/delete2.gif
A admin-gui/src/main/webapp/resources/img/jbp-icon-set/deregister.gif
A admin-gui/src/main/webapp/resources/img/jbp-icon-set/export.gif
A admin-gui/src/main/webapp/resources/img/jbp-icon-set/import.gif
A admin-gui/src/main/webapp/resources/img/jbp-icon-set/refresh.gif
A admin-gui/src/main/webapp/resources/img/jbp-icon-set/register.gif
A admin-gui/src/main/webapp/resources/img/jbp-icon-set/settings.gif
A admin-gui/src/main/webapp/resources/img/msgIcon_Warning.gif
A admin-gui/src/main/webapp/resources/img/pathBackground.png
A admin-gui/src/main/webapp/resources/img/section-subHeader-bg.gif
A admin-gui/src/main/webapp/resources/skin/wsrp/DefaultSkin/DefaultStylesheet.css
A admin-gui/src/main/webapp/resources/skin/wsrp/DefaultSkin/background/ControlIcon.gif
A admin-gui/src/main/webapp/resources/skin/wsrp/DefaultSkin/background/Error.gif
A admin-gui/src/main/webapp/resources/skin/wsrp/DefaultSkin/background/LightBlueStyle.gif
A admin-gui/src/main/webapp/resources/skin/wsrp/DefaultSkin/background/SelectIcon.gif
A admin-gui/src/main/webapp/resources/skin/wsrp/DefaultSkin/background/TabEditInline.gif
A admin-gui/src/main/webapp/resources/skin/wsrp/DefaultSkin/background/Warning.gif
A admin-gui/src/main/webapp/resources/styles/basestyles.css
A admin-gui/src/main/webapp/resources/styles/style.css
R admin-gui/src/main/webapp/skin/wsrp/DefaultSkin/DefaultStylesheet.css
R admin-gui/src/main/webapp/skin/wsrp/DefaultSkin/background/ControlIcon.gif
R admin-gui/src/main/webapp/skin/wsrp/DefaultSkin/background/Error.gif
R admin-gui/src/main/webapp/skin/wsrp/DefaultSkin/background/LightBlueStyle.gif
R admin-gui/src/main/webapp/skin/wsrp/DefaultSkin/background/SelectIcon.gif
R admin-gui/src/main/webapp/skin/wsrp/DefaultSkin/background/TabEditInline.gif
R admin-gui/src/main/webapp/skin/wsrp/DefaultSkin/background/Warning.gif
R admin-gui/src/main/webapp/styles/basestyles.css
R admin-gui/src/main/webapp/styles/style.css
Log Message:
-----------
GTNWSRP-374 Improve admin GUI to be W3C compliant
[View Less]
11 years
[gatein/gatein-wsrp] 2bf06c: GTNWSRP-373 - Removed unused handler chains
by GitHub
Branch: refs/heads/master
Home: https://github.com/gatein/gatein-wsrp
Commit: 2bf06cec4cb7e0b38275f2207227b0d54f2834c8
https://github.com/gatein/gatein-wsrp/commit/2bf06cec4cb7e0b38275f2207227...
Author: Juraci Paixão Kröhling <juraci(a)kroehling.de>
Date: 2014-03-06 (Thu, 06 Mar 2014)
Changed paths:
M wsrp-producer-war/src/main/java/org/gatein/wsrp/endpoints/v1/MarkupEndpoint.java
M wsrp-producer-war/src/main/java/org/gatein/wsrp/endpoints/v1/…
[View More]PortletManagementEndpoint.java
M wsrp-producer-war/src/main/java/org/gatein/wsrp/endpoints/v1/RegistrationEndpoint.java
M wsrp-producer-war/src/main/java/org/gatein/wsrp/endpoints/v1/ServiceDescriptionEndpoint.java
M wsrp-producer-war/src/main/java/org/gatein/wsrp/endpoints/v2/MarkupEndpoint.java
M wsrp-producer-war/src/main/java/org/gatein/wsrp/endpoints/v2/PortletManagementEndpoint.java
M wsrp-producer-war/src/main/java/org/gatein/wsrp/endpoints/v2/RegistrationEndpoint.java
M wsrp-producer-war/src/main/java/org/gatein/wsrp/endpoints/v2/ServiceDescriptionEndpoint.java
R wsrp-producer-war/src/main/resources/org/gatein/wsrp/endpoints/producer-handler-chains.xml
Log Message:
-----------
GTNWSRP-373 - Removed unused handler chains
>From EAP 6.2 and on, the web services layer reports a WARN log on the logs when a handler chain file exists, but declares no handler chain. As such, we are removing this, which has the same effect as the current behavior, but won't generate any warns.
Commit: 4f47b14b60f85b9c9860d3384628ebb4974f172c
https://github.com/gatein/gatein-wsrp/commit/4f47b14b60f85b9c9860d3384628...
Author: Juraci Paixão Kröhling <juraci(a)kroehling.de>
Date: 2014-03-06 (Thu, 06 Mar 2014)
Changed paths:
M wsrp-producer-war/src/main/java/org/gatein/wsrp/endpoints/v1/MarkupEndpoint.java
M wsrp-producer-war/src/main/java/org/gatein/wsrp/endpoints/v1/PortletManagementEndpoint.java
M wsrp-producer-war/src/main/java/org/gatein/wsrp/endpoints/v1/RegistrationEndpoint.java
M wsrp-producer-war/src/main/java/org/gatein/wsrp/endpoints/v1/ServiceDescriptionEndpoint.java
M wsrp-producer-war/src/main/java/org/gatein/wsrp/endpoints/v2/MarkupEndpoint.java
M wsrp-producer-war/src/main/java/org/gatein/wsrp/endpoints/v2/PortletManagementEndpoint.java
M wsrp-producer-war/src/main/java/org/gatein/wsrp/endpoints/v2/RegistrationEndpoint.java
M wsrp-producer-war/src/main/java/org/gatein/wsrp/endpoints/v2/ServiceDescriptionEndpoint.java
R wsrp-producer-war/src/main/resources/org/gatein/wsrp/endpoints/producer-handler-chains.xml
Log Message:
-----------
Merge pull request #91 from jpkrohling/GTNWSRP-373-RemoveHandlerChain
GTNWSRP-373 - Removed unused handler chains
Compare: https://github.com/gatein/gatein-wsrp/compare/587d6e5916c2...4f47b14b60f8
[View Less]
11 years