[HippoCMS-scm] [Git][cms-community/hippo-cms-release][release/11.2] CMS-10615 Use released hippo-plugin-robotstxt-3.2.1

2017-04-26 Thread Arent-Jan Banck
Arent-Jan Banck pushed to branch release/11.2 at cms-community / 
hippo-cms-release


Commits:
15d98885 by Arent-Jan Banck at 2017-04-26T15:25:56+00:00
CMS-10615 Use released hippo-plugin-robotstxt-3.2.1

- - - - -


1 changed file:

- pom.xml


Changes:

=
pom.xml
=
--- a/pom.xml
+++ b/pom.xml
@@ -67,7 +67,7 @@
 3.2.0
 4.2.0
 
3.2.0
-
3.2.1-SNAPSHOT
+3.2.1
 4.2.0
 3.2.0
 3.2.0



View it on GitLab: 
https://code.onehippo.org/cms-community/hippo-cms-release/commit/15d9888536719351a4a6074ef7f10525c27fea3f
___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [Git][cms-community/hippo-plugin-robotstxt] Pushed new tag hippo-plugin-robotstxt-3.2.1

2017-04-26 Thread Arent-Jan Banck
Arent-Jan Banck pushed new tag hippo-plugin-robotstxt-3.2.1 at cms-community / 
hippo-plugin-robotstxt
___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [Git][cms-community/hippo-plugin-robotstxt][release/3.2] 2 commits: HIPPLUG-1440 prepare release hippo-plugin-robotstxt-3.2.1

2017-04-26 Thread Arent-Jan Banck
Arent-Jan Banck pushed to branch release/3.2 at cms-community / 
hippo-plugin-robotstxt


Commits:
449cf034 by Arent-Jan Banck at 2017-04-26T15:25:56+00:00
HIPPLUG-1440 prepare release hippo-plugin-robotstxt-3.2.1

- - - - -
cdb3f7de by Arent-Jan Banck at 2017-04-26T15:26:04+00:00
HIPPLUG-1440 prepare for next development iteration

- - - - -


3 changed files:

- hst/pom.xml
- pom.xml
- repository/pom.xml


Changes:

=
hst/pom.xml
=
--- a/hst/pom.xml
+++ b/hst/pom.xml
@@ -21,7 +21,7 @@
   
 org.onehippo.cms7
 hippo-plugin-robotstxt
-3.2.1-SNAPSHOT
+3.2.2-SNAPSHOT
   
   Hippo Plugin Robots.txt HST Client
   Robots.txt HST Client


=
pom.xml
=
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
   Hippo Plugin Robots.txt Generator
   Hippo Plugin Robots.txt Generator
   hippo-plugin-robotstxt
-  3.2.1-SNAPSHOT
+  3.2.2-SNAPSHOT
   pom
 
   2009


=
repository/pom.xml
=
--- a/repository/pom.xml
+++ b/repository/pom.xml
@@ -19,7 +19,7 @@
   
 org.onehippo.cms7
 hippo-plugin-robotstxt
-3.2.1-SNAPSHOT
+3.2.2-SNAPSHOT
   
 
   hippo-plugin-robotstxt-addon-repository



View it on GitLab: 
https://code.onehippo.org/cms-community/hippo-plugin-robotstxt/compare/fbab2c66da8a29c54fae91b2119c3e5c1012e637...cdb3f7de6df09c4ff82960ef0f441d669bf3a957
___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [Git][cms-community/hippo-addon-channel-manager] Pushed new branch bugfix/CHANNELMGR-1230

2017-04-26 Thread Jasper Floor
Jasper Floor pushed new branch bugfix/CHANNELMGR-1230 at cms-community / 
hippo-addon-channel-manager
___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [Git][cms-community/hippo-site-toolkit][feature/wpm] HSTTWO-3990 Since some earlier fix in observation in the HST we can now listen to jcr events

2017-04-26 Thread Ard Schrijvers
Ard Schrijvers pushed to branch feature/wpm at cms-community / 
hippo-site-toolkit


Commits:
2d7fe1cf by Ard Schrijvers at 2017-04-26T16:49:31+02:00
HSTTWO-3990 Since some earlier fix in observation in the HST we can now listen 
to jcr events

This is much easier then having to invalidate the model manually (which is also 
error prone)

- - - - -


2 changed files:

- client-modules/page-composer/src/test/resources/log4j-filters.txt
- 
client-modules/page-composer/src/test/resources/org/hippoecm/hst/pagecomposer/jaxrs/AbstractFullRequestCycleTest.xml


Changes:

=
client-modules/page-composer/src/test/resources/log4j-filters.txt
=
--- a/client-modules/page-composer/src/test/resources/log4j-filters.txt
+++ b/client-modules/page-composer/src/test/resources/log4j-filters.txt
@@ -1,5 +1,5 @@
 #
-#  Copyright 2016 Hippo B.V. (http://www.onehippo.com)
+#  Copyright 2016-2017 Hippo B.V. (http://www.onehippo.com)
 #
 #  Licensed under the Apache License, Version 2.0 (the  "License");
 #  you may not use this file except in compliance with the License.
@@ -29,4 +29,5 @@ Cannot delete configuration node
 Could not create a preview configuration
 Missing properties 'manage.changes.privileges'
 cancel channel delete
-Failed to delete channel
\ No newline at end of file
+Failed to delete channel
+An event handler will be registered for a path where no node currently is 
available
\ No newline at end of file


=
client-modules/page-composer/src/test/resources/org/hippoecm/hst/pagecomposer/jaxrs/AbstractFullRequestCycleTest.xml
=
--- 
a/client-modules/page-composer/src/test/resources/org/hippoecm/hst/pagecomposer/jaxrs/AbstractFullRequestCycleTest.xml
+++ 
b/client-modules/page-composer/src/test/resources/org/hippoecm/hst/pagecomposer/jaxrs/AbstractFullRequestCycleTest.xml
@@ -23,9 +23,7 @@
   
   
   
-
-  
-  
+  
 
   
 



View it on GitLab: 
https://code.onehippo.org/cms-community/hippo-site-toolkit/commit/2d7fe1cfc7ec973bf50cb1ab8b763d18073ed4fe
___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [Git][cms-community/hippo-site-toolkit][feature/wpm] HSTTWO-3982 replace deprecated method

2017-04-26 Thread Ard Schrijvers
Ard Schrijvers pushed to branch feature/wpm at cms-community / 
hippo-site-toolkit


Commits:
8b670f16 by Ard Schrijvers at 2017-04-26T16:28:47+02:00
HSTTWO-3982 replace deprecated method

- - - - -


1 changed file:

- 
client-modules/page-composer/src/test/java/org/hippoecm/hst/pagecomposer/jaxrs/services/repositorytests/fullrequestcycle/MountResourceTest.java


Changes:

=
client-modules/page-composer/src/test/java/org/hippoecm/hst/pagecomposer/jaxrs/services/repositorytests/fullrequestcycle/MountResourceTest.java
=
--- 
a/client-modules/page-composer/src/test/java/org/hippoecm/hst/pagecomposer/jaxrs/services/repositorytests/fullrequestcycle/MountResourceTest.java
+++ 
b/client-modules/page-composer/src/test/java/org/hippoecm/hst/pagecomposer/jaxrs/services/repositorytests/fullrequestcycle/MountResourceTest.java
@@ -26,14 +26,10 @@ import javax.jcr.SimpleCredentials;
 import javax.servlet.ServletException;
 import javax.servlet.http.HttpServletResponse;
 
-import org.hippoecm.hst.configuration.HstNodeTypes;
-import org.hippoecm.hst.configuration.model.HstNode;
 import org.hippoecm.hst.pagecomposer.jaxrs.AbstractFullRequestCycleTest;
 import org.hippoecm.hst.pagecomposer.jaxrs.AbstractPageComposerTest;
 import org.hippoecm.hst.pagecomposer.jaxrs.model.ExtIdsRepresentation;
 import org.hippoecm.hst.site.HstServices;
-import org.hippoecm.repository.util.JcrUtils;
-import org.hippoecm.repository.util.RepoUtils;
 import org.junit.After;
 import org.junit.Before;
 import org.junit.Test;
@@ -46,6 +42,7 @@ import static 
org.hippoecm.hst.configuration.HstNodeTypes.GENERAL_PROPERTY_INHER
 import static 
org.hippoecm.hst.configuration.HstNodeTypes.GENERAL_PROPERTY_LOCKED_BY;
 import static org.hippoecm.hst.configuration.HstNodeTypes.MIXINTYPE_HST_BRANCH;
 import static org.hippoecm.repository.util.JcrUtils.getMultipleStringProperty;
+import static org.junit.Assert.assertArrayEquals;
 import static org.junit.Assert.assertEquals;
 import static org.junit.Assert.assertFalse;
 import static org.junit.Assert.assertTrue;
@@ -432,7 +429,7 @@ public class MountResourceTest extends 
AbstractFullRequestCycleTest {
 
assertTrue(session.nodeExists("/hst:hst/hst:configurations/unittestproject-"+branchName+"/hst:workspace/hst:pages"));
 
 Node branchHstConfigNode = 
session.getNode("/hst:hst/hst:configurations/unittestproject-" + branchName);
-assertEquals(new String[]{"../unittestproject"}, 
getMultipleStringProperty(branchHstConfigNode, GENERAL_PROPERTY_INHERITS_FROM, 
null));
+assertArrayEquals(new String[]{"../unittestproject"}, 
getMultipleStringProperty(branchHstConfigNode, GENERAL_PROPERTY_INHERITS_FROM, 
null));
 assertTrue(branchHstConfigNode.isNodeType(MIXINTYPE_HST_BRANCH));
 
 



View it on GitLab: 
https://code.onehippo.org/cms-community/hippo-site-toolkit/commit/8b670f16dc3f833ccef9d6dec0bb680727123431
___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [Git][cms-community/hippo-cms-release][release/10.2] CMS-10445 Use released hippo-cms-3.2.9

2017-04-26 Thread Arent-Jan Banck
Arent-Jan Banck pushed to branch release/10.2 at cms-community / 
hippo-cms-release


Commits:
0512b3a5 by Arent-Jan Banck at 2017-04-26T12:54:51+00:00
CMS-10445 Use released hippo-cms-3.2.9

- - - - -


1 changed file:

- pom.xml


Changes:

=
pom.xml
=
--- a/pom.xml
+++ b/pom.xml
@@ -46,7 +46,7 @@
 
3.2.3
 
2.2.1
 2.2.0
-3.2.9-SNAPSHOT
+3.2.9
 2.2.0
 2.2.2
 3.2.6



View it on GitLab: 
https://code.onehippo.org/cms-community/hippo-cms-release/commit/0512b3a530b1184ce4de2fc95e0378e917460451
___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [Git][cms-community/hippo-cms][release/3.2] 2 commits: CMS-10445 prepare release hippo-cms-3.2.9

2017-04-26 Thread Arent-Jan Banck
Arent-Jan Banck pushed to branch release/3.2 at cms-community / hippo-cms


Commits:
e2f86b97 by Arent-Jan Banck at 2017-04-26T12:54:51+00:00
CMS-10445 prepare release hippo-cms-3.2.9

- - - - -
2c83dc25 by Arent-Jan Banck at 2017-04-26T12:55:01+00:00
CMS-10445 prepare for next development iteration

- - - - -


30 changed files:

- api/pom.xml
- automatic-export/frontend/pom.xml
- automatic-export/pom.xml
- automatic-export/repository/pom.xml
- brokenlinks/common/pom.xml
- brokenlinks/frontend/pom.xml
- brokenlinks/pom.xml
- brokenlinks/repository/pom.xml
- brokenlinks/test/pom.xml
- builtin/pom.xml
- config/pom.xml
- console/frontend/pom.xml
- console/pom.xml
- console/repository/pom.xml
- dependencies/pom.xml
- editor/common/pom.xml
- editor/frontend/pom.xml
- editor/pom.xml
- editor/repository/pom.xml
- editor/test/pom.xml
- engine/pom.xml
- gallery/frontend/pom.xml
- gallery/pom.xml
- gallery/repository/pom.xml
- google-analytics/frontend/pom.xml
- google-analytics/pom.xml
- gotolink/pom.xml
- jquery/pom.xml
- perspectives/pom.xml
- pom.xml


The diff was not included because it is too large.


View it on GitLab: 
https://code.onehippo.org/cms-community/hippo-cms/compare/f820a9f0cae0db289c9d41fa45d650400477d49f...2c83dc2536ffcbae69feb225abc2977b4a50f754
___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [Git][cms-community/hippo-cms] Pushed new tag hippo-cms-3.2.9

2017-04-26 Thread Arent-Jan Banck
Arent-Jan Banck pushed new tag hippo-cms-3.2.9 at cms-community / hippo-cms
___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [Git][cms-community/hippo-site-toolkit][feature/wpm] HSTTWO-3982 Extra unit test assertion

2017-04-26 Thread Ard Schrijvers
Ard Schrijvers pushed to branch feature/wpm at cms-community / 
hippo-site-toolkit


Commits:
4e880224 by Ard Schrijvers at 2017-04-26T14:54:12+02:00
HSTTWO-3982 Extra unit test assertion

- - - - -


2 changed files:

- 
client-modules/page-composer/src/main/java/org/hippoecm/hst/pagecomposer/jaxrs/services/MountResource.java
- 
client-modules/page-composer/src/test/java/org/hippoecm/hst/pagecomposer/jaxrs/services/repositorytests/fullrequestcycle/MountResourceTest.java


Changes:

=
client-modules/page-composer/src/main/java/org/hippoecm/hst/pagecomposer/jaxrs/services/MountResource.java
=
--- 
a/client-modules/page-composer/src/main/java/org/hippoecm/hst/pagecomposer/jaxrs/services/MountResource.java
+++ 
b/client-modules/page-composer/src/main/java/org/hippoecm/hst/pagecomposer/jaxrs/services/MountResource.java
@@ -79,6 +79,7 @@ import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
 import static 
org.hippoecm.hst.configuration.HstNodeTypes.BRANCH_PROPERTY_BRANCHOF;
+import static 
org.hippoecm.hst.configuration.HstNodeTypes.GENERAL_PROPERTY_INHERITS_FROM;
 import static org.hippoecm.hst.configuration.HstNodeTypes.MIXINTYPE_HST_BRANCH;
 import static 
org.hippoecm.hst.configuration.HstNodeTypes.NODENAME_HST_WORKSPACE;
 import static 
org.hippoecm.hst.configuration.HstNodeTypes.NODETYPE_HST_CONFIGURATION;
@@ -229,7 +230,7 @@ public class MountResource extends AbstractConfigResource {
 Node liveBranchConfigNode = 
liveMasterConfigurationNode.getParent().addNode(liveBranchName, 
NODETYPE_HST_CONFIGURATION);
 liveBranchConfigNode.addMixin(MIXINTYPE_HST_BRANCH);
 liveBranchConfigNode.setProperty(BRANCH_PROPERTY_BRANCHOF, 
liveConfigName);
-
liveBranchConfigNode.setProperty(HstNodeTypes.GENERAL_PROPERTY_INHERITS_FROM, 
new String[]{"../" + liveConfigName});
+liveBranchConfigNode.setProperty(GENERAL_PROPERTY_INHERITS_FROM, new 
String[]{"../" + liveConfigName});
 // TODO if 'master config node' has inheritance(s) that point to 
hst:workspace, then most likely that should be copied
 // TODO as well to the preview config, see HSTTWO-3965
 if (session.nodeExists(liveConfigurationPath + "/" + 
NODENAME_HST_WORKSPACE)) {
@@ -333,7 +334,7 @@ public class MountResource extends AbstractConfigResource {
 
 String liveConfigName = 
StringUtils.substringAfterLast(liveConfigurationPath, "/");
 Node previewConfigNode = 
session.getNode(liveConfigurationPath).getParent().addNode(liveConfigName + 
"-preview", NODETYPE_HST_CONFIGURATION);
-
previewConfigNode.setProperty(HstNodeTypes.GENERAL_PROPERTY_INHERITS_FROM, new 
String[]{"../" + liveConfigName});
+previewConfigNode.setProperty(GENERAL_PROPERTY_INHERITS_FROM, new 
String[]{"../" + liveConfigName});
 // TODO if 'liveconfig node' has inheritance(s) that point to 
hst:workspace, then most likely that should be copied
 // TODO as well to the preview config, see HSTTWO-3965
 JcrUtils.copy(session, liveConfigurationPath + "/" + 
NODENAME_HST_WORKSPACE, previewConfigNode.getPath() + "/" + 
NODENAME_HST_WORKSPACE);


=
client-modules/page-composer/src/test/java/org/hippoecm/hst/pagecomposer/jaxrs/services/repositorytests/fullrequestcycle/MountResourceTest.java
=
--- 
a/client-modules/page-composer/src/test/java/org/hippoecm/hst/pagecomposer/jaxrs/services/repositorytests/fullrequestcycle/MountResourceTest.java
+++ 
b/client-modules/page-composer/src/test/java/org/hippoecm/hst/pagecomposer/jaxrs/services/repositorytests/fullrequestcycle/MountResourceTest.java
@@ -32,6 +32,8 @@ import 
org.hippoecm.hst.pagecomposer.jaxrs.AbstractFullRequestCycleTest;
 import org.hippoecm.hst.pagecomposer.jaxrs.AbstractPageComposerTest;
 import org.hippoecm.hst.pagecomposer.jaxrs.model.ExtIdsRepresentation;
 import org.hippoecm.hst.site.HstServices;
+import org.hippoecm.repository.util.JcrUtils;
+import org.hippoecm.repository.util.RepoUtils;
 import org.junit.After;
 import org.junit.Before;
 import org.junit.Test;
@@ -40,8 +42,10 @@ import org.springframework.mock.web.MockHttpServletResponse;
 
 import static java.util.Collections.singletonList;
 import static 
org.hippoecm.hst.configuration.HstNodeTypes.BRANCH_PROPERTY_BRANCHOF;
+import static 
org.hippoecm.hst.configuration.HstNodeTypes.GENERAL_PROPERTY_INHERITS_FROM;
 import static 
org.hippoecm.hst.configuration.HstNodeTypes.GENERAL_PROPERTY_LOCKED_BY;
 import static org.hippoecm.hst.configuration.HstNodeTypes.MIXINTYPE_HST_BRANCH;
+import static org.hippoecm.repository.util.JcrUtils.getMultipleStringProperty;
 import static org.junit.Assert.assertEquals;
 import static org.junit.Assert.assertFalse;
 import static org.junit.Assert.assertTrue;
@@ -428,9 +432,13 @@ public class MountResourceTest extends 
AbstractFullRequestCycleTest {
 

[HippoCMS-scm] [Git][cms-community/hippo-cms-release][release/11.1] CMS-10513 Use released hippo-cms-4.1.4

2017-04-26 Thread Arent-Jan Banck
Arent-Jan Banck pushed to branch release/11.1 at cms-community / 
hippo-cms-release


Commits:
1f4c460d by Arent-Jan Banck at 2017-04-26T12:37:28+00:00
CMS-10513 Use released hippo-cms-4.1.4

- - - - -


1 changed file:

- pom.xml


Changes:

=
pom.xml
=
--- a/pom.xml
+++ b/pom.xml
@@ -45,7 +45,7 @@
 
4.1.2
 
3.1.1
 3.1.0
-4.1.4-SNAPSHOT
+4.1.4
 3.1.0
 3.1.0
 4.1.3



View it on GitLab: 
https://code.onehippo.org/cms-community/hippo-cms-release/commit/1f4c460da59acfcedc25dcf3d92f147b7347f667
___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [Git][cms-community/hippo-cms] Pushed new tag hippo-cms-4.1.4

2017-04-26 Thread Arent-Jan Banck
Arent-Jan Banck pushed new tag hippo-cms-4.1.4 at cms-community / hippo-cms
___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [Git][cms-community/hippo-cms][release/4.1] 2 commits: CMS-10513 prepare release hippo-cms-4.1.4

2017-04-26 Thread Arent-Jan Banck
Arent-Jan Banck pushed to branch release/4.1 at cms-community / hippo-cms


Commits:
45bf2a5d by Arent-Jan Banck at 2017-04-26T12:37:28+00:00
CMS-10513 prepare release hippo-cms-4.1.4

- - - - -
a316da9a by Arent-Jan Banck at 2017-04-26T12:37:35+00:00
CMS-10513 prepare for next development iteration

- - - - -


30 changed files:

- api/pom.xml
- automatic-export/frontend/pom.xml
- automatic-export/pom.xml
- automatic-export/repository/pom.xml
- brokenlinks/common/pom.xml
- brokenlinks/frontend/pom.xml
- brokenlinks/pom.xml
- brokenlinks/repository/pom.xml
- brokenlinks/test/pom.xml
- builtin/pom.xml
- config/pom.xml
- console/frontend/pom.xml
- console/pom.xml
- console/repository/pom.xml
- dependencies/pom.xml
- editor/common/pom.xml
- editor/frontend/pom.xml
- editor/pom.xml
- editor/repository/pom.xml
- editor/test/pom.xml
- engine/pom.xml
- gallery/frontend/pom.xml
- gallery/pom.xml
- gallery/repository/pom.xml
- google-analytics/frontend/pom.xml
- google-analytics/pom.xml
- gotolink/pom.xml
- jquery/pom.xml
- perspectives/pom.xml
- pom.xml


The diff was not included because it is too large.


View it on GitLab: 
https://code.onehippo.org/cms-community/hippo-cms/compare/41f919209e81da20d5907d77929e894e965ee50c...a316da9af589838224f944ea7446a58dbfd31d81
___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [Git][cms-community/hippo-cms] Pushed new tag hippo-cms-4.2.2

2017-04-26 Thread Arent-Jan Banck
Arent-Jan Banck pushed new tag hippo-cms-4.2.2 at cms-community / hippo-cms
___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [Git][cms-community/hippo-cms-release][release/11.2] CMS-10615 Use released hippo-cms-4.2.2

2017-04-26 Thread Arent-Jan Banck
Arent-Jan Banck pushed to branch release/11.2 at cms-community / 
hippo-cms-release


Commits:
1d48116b by Arent-Jan Banck at 2017-04-26T12:17:38+00:00
CMS-10615 Use released hippo-cms-4.2.2

- - - - -


1 changed file:

- pom.xml


Changes:

=
pom.xml
=
--- a/pom.xml
+++ b/pom.xml
@@ -45,7 +45,7 @@
 
4.2.1
 
3.2.1
 3.2.0
-4.2.2-SNAPSHOT
+4.2.2
 3.2.0
 3.2.0
 4.2.1



View it on GitLab: 
https://code.onehippo.org/cms-community/hippo-cms-release/commit/1d48116b249a49500d1171fb4c82a814b53ad5e5
___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [Git][cms-community/hippo-cms][release/4.2] 2 commits: CMS-10615 prepare release hippo-cms-4.2.2

2017-04-26 Thread Arent-Jan Banck
Arent-Jan Banck pushed to branch release/4.2 at cms-community / hippo-cms


Commits:
d5039c9a by Arent-Jan Banck at 2017-04-26T12:17:38+00:00
CMS-10615 prepare release hippo-cms-4.2.2

- - - - -
dc6fd039 by Arent-Jan Banck at 2017-04-26T12:17:45+00:00
CMS-10615 prepare for next development iteration

- - - - -


30 changed files:

- api/pom.xml
- automatic-export/frontend/pom.xml
- automatic-export/pom.xml
- automatic-export/repository/pom.xml
- brokenlinks/common/pom.xml
- brokenlinks/frontend/pom.xml
- brokenlinks/pom.xml
- brokenlinks/repository/pom.xml
- brokenlinks/test/pom.xml
- builtin/pom.xml
- config/pom.xml
- console/frontend/pom.xml
- console/pom.xml
- console/repository/pom.xml
- dependencies/pom.xml
- editor/common/pom.xml
- editor/frontend/pom.xml
- editor/pom.xml
- editor/repository/pom.xml
- editor/test/pom.xml
- engine/pom.xml
- gallery/frontend/pom.xml
- gallery/pom.xml
- gallery/repository/pom.xml
- google-analytics/frontend/pom.xml
- google-analytics/pom.xml
- gotolink/pom.xml
- jquery/pom.xml
- perspectives/pom.xml
- pom.xml


The diff was not included because it is too large.


View it on GitLab: 
https://code.onehippo.org/cms-community/hippo-cms/compare/7b07a0aecae7458ac3ec33d4d6053328f5b0d01f...dc6fd039c789cc1bbe1e888ead49b18371722165
___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [Git][cms-community/hippo-cms-release][release/10.2] CMS-10445 Use released hippo-search-service-2.2.1

2017-04-26 Thread Arent-Jan Banck
Arent-Jan Banck pushed to branch release/10.2 at cms-community / 
hippo-cms-release


Commits:
932c85c8 by Arent-Jan Banck at 2017-04-26T12:07:35+00:00
CMS-10445 Use released hippo-search-service-2.2.1

- - - - -


1 changed file:

- pom.xml


Changes:

=
pom.xml
=
--- a/pom.xml
+++ b/pom.xml
@@ -44,7 +44,7 @@
 
 
2.2.1
 
3.2.3
-
2.2.1-SNAPSHOT
+
2.2.1
 2.2.0
 3.2.9-SNAPSHOT
 2.2.0



View it on GitLab: 
https://code.onehippo.org/cms-community/hippo-cms-release/commit/932c85c8d64d5a33568ce1e469b4d6e038075b8a
___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [Git][cms-community/hippo-addon-search-service] Pushed new tag hippo-search-service-2.2.1

2017-04-26 Thread Arent-Jan Banck
Arent-Jan Banck pushed new tag hippo-search-service-2.2.1 at cms-community / 
hippo-addon-search-service
___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [Git][cms-community/hippo-addon-search-service][release/2.2] 2 commits: CMS-10445 prepare release hippo-search-service-2.2.1

2017-04-26 Thread Arent-Jan Banck
Arent-Jan Banck pushed to branch release/2.2 at cms-community / 
hippo-addon-search-service


Commits:
77fbc0e3 by Arent-Jan Banck at 2017-04-26T12:07:35+00:00
CMS-10445 prepare release hippo-search-service-2.2.1

- - - - -
37cafba0 by Arent-Jan Banck at 2017-04-26T12:07:41+00:00
CMS-10445 prepare for next development iteration

- - - - -


5 changed files:

- api/pom.xml
- commons/pom.xml
- jcr/pom.xml
- pom.xml
- sandbox/pom.xml


Changes:

=
api/pom.xml
=
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -20,7 +20,7 @@
   
 org.onehippo.cms7
 hippo-search-service
-2.2.1-SNAPSHOT
+2.2.2-SNAPSHOT
   
 
   Hippo Search Service API


=
commons/pom.xml
=
--- a/commons/pom.xml
+++ b/commons/pom.xml
@@ -20,7 +20,7 @@
   
 org.onehippo.cms7
 hippo-search-service
-2.2.1-SNAPSHOT
+2.2.2-SNAPSHOT
   
 
   Hippo Search Service Commons


=
jcr/pom.xml
=
--- a/jcr/pom.xml
+++ b/jcr/pom.xml
@@ -20,7 +20,7 @@
   
 org.onehippo.cms7
 hippo-search-service
-2.2.1-SNAPSHOT
+2.2.2-SNAPSHOT
   
 
   Hippo Search Service JCR


=
pom.xml
=
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
   http://www.onehippo.com/
 
   hippo-search-service
-  2.2.1-SNAPSHOT
+  2.2.2-SNAPSHOT
   pom
   2012
 


=
sandbox/pom.xml
=
--- a/sandbox/pom.xml
+++ b/sandbox/pom.xml
@@ -20,7 +20,7 @@
   
 org.onehippo.cms7
 hippo-search-service
-2.2.1-SNAPSHOT
+2.2.2-SNAPSHOT
   
 
   Hippo Search Service Sandbox



View it on GitLab: 
https://code.onehippo.org/cms-community/hippo-addon-search-service/compare/39c654f2b92b27e3a31e5676026dfa565b8774d8...37cafba0547d16fe543598fba2fd71d2411d85a1
___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [Git][cms-community/hippo-addon-search-service][release/3.1] 2 commits: CMS-10513 prepare release hippo-search-service-3.1.1

2017-04-26 Thread Arent-Jan Banck
Arent-Jan Banck pushed to branch release/3.1 at cms-community / 
hippo-addon-search-service


Commits:
4ffea7d5 by Arent-Jan Banck at 2017-04-26T11:54:44+00:00
CMS-10513 prepare release hippo-search-service-3.1.1

- - - - -
f60957ab by Arent-Jan Banck at 2017-04-26T11:54:48+00:00
CMS-10513 prepare for next development iteration

- - - - -


5 changed files:

- api/pom.xml
- commons/pom.xml
- jcr/pom.xml
- pom.xml
- sandbox/pom.xml


Changes:

=
api/pom.xml
=
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -20,7 +20,7 @@
   
 org.onehippo.cms7
 hippo-search-service
-3.1.1-SNAPSHOT
+3.1.2-SNAPSHOT
   
 
   Hippo Search Service API


=
commons/pom.xml
=
--- a/commons/pom.xml
+++ b/commons/pom.xml
@@ -20,7 +20,7 @@
   
 org.onehippo.cms7
 hippo-search-service
-3.1.1-SNAPSHOT
+3.1.2-SNAPSHOT
   
 
   Hippo Search Service Commons


=
jcr/pom.xml
=
--- a/jcr/pom.xml
+++ b/jcr/pom.xml
@@ -20,7 +20,7 @@
   
 org.onehippo.cms7
 hippo-search-service
-3.1.1-SNAPSHOT
+3.1.2-SNAPSHOT
   
 
   Hippo Search Service JCR


=
pom.xml
=
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
   http://www.onehippo.com/
 
   hippo-search-service
-  3.1.1-SNAPSHOT
+  3.1.2-SNAPSHOT
   pom
   2012
 


=
sandbox/pom.xml
=
--- a/sandbox/pom.xml
+++ b/sandbox/pom.xml
@@ -20,7 +20,7 @@
   
 org.onehippo.cms7
 hippo-search-service
-3.1.1-SNAPSHOT
+3.1.2-SNAPSHOT
   
 
   Hippo Search Service Sandbox



View it on GitLab: 
https://code.onehippo.org/cms-community/hippo-addon-search-service/compare/7e1c7a4020d94d1eebb2e28e14854affd005ea3e...f60957ab8f4cb4d5873ff6bd4162aafeb492b322
___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [Git][cms-community/hippo-cms-release][release/11.1] CMS-10513 Use released hippo-search-service-3.1.1

2017-04-26 Thread Arent-Jan Banck
Arent-Jan Banck pushed to branch release/11.1 at cms-community / 
hippo-cms-release


Commits:
fe401ef6 by Arent-Jan Banck at 2017-04-26T11:54:44+00:00
CMS-10513 Use released hippo-search-service-3.1.1

- - - - -


1 changed file:

- pom.xml


Changes:

=
pom.xml
=
--- a/pom.xml
+++ b/pom.xml
@@ -43,7 +43,7 @@
 
 
3.1.0
 
4.1.2
-
3.1.1-SNAPSHOT
+
3.1.1
 3.1.0
 4.1.4-SNAPSHOT
 3.1.0



View it on GitLab: 
https://code.onehippo.org/cms-community/hippo-cms-release/commit/fe401ef6b6c874e85827a4d4cca4210829074b8d
___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [Git][cms-community/hippo-addon-search-service] Pushed new tag hippo-search-service-3.1.1

2017-04-26 Thread Arent-Jan Banck
Arent-Jan Banck pushed new tag hippo-search-service-3.1.1 at cms-community / 
hippo-addon-search-service
___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [Git][cms-community/hippo-site-toolkit][feature/wpm] HSTTWO-3982 Fix unit test typo

2017-04-26 Thread Ard Schrijvers
Ard Schrijvers pushed to branch feature/wpm at cms-community / 
hippo-site-toolkit


Commits:
74a80db6 by Ard Schrijvers at 2017-04-26T13:45:11+02:00
HSTTWO-3982 Fix unit test typo

- - - - -


1 changed file:

- 
client-modules/page-composer/src/test/java/org/hippoecm/hst/pagecomposer/jaxrs/services/repositorytests/fullrequestcycle/MountResourceTest.java


Changes:

=
client-modules/page-composer/src/test/java/org/hippoecm/hst/pagecomposer/jaxrs/services/repositorytests/fullrequestcycle/MountResourceTest.java
=
--- 
a/client-modules/page-composer/src/test/java/org/hippoecm/hst/pagecomposer/jaxrs/services/repositorytests/fullrequestcycle/MountResourceTest.java
+++ 
b/client-modules/page-composer/src/test/java/org/hippoecm/hst/pagecomposer/jaxrs/services/repositorytests/fullrequestcycle/MountResourceTest.java
@@ -379,7 +379,7 @@ public class MountResourceTest extends 
AbstractFullRequestCycleTest {
 
 // now remove the created branch, publish the preview page, and create 
the branch again: Then we expect the
 // home-copy to be there
-session.getNode("/hst:hst/hst:configurations/foo").remove();
+
session.getNode("/hst:hst/hst:configurations/unittestproject-foo").remove();
 session.save();
 publish(ADMIN_CREDENTIALS);
 
assertTrue(session.nodeExists("/hst:hst/hst:configurations/unittestproject/hst:workspace/hst:sitemap/home-copy"));



View it on GitLab: 
https://code.onehippo.org/cms-community/hippo-site-toolkit/commit/74a80db67ba6005b89df3327399611e7602f6541
___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [Git][cms-community/hippo-cms-release][release/11.2] CMS-10615 Use released hippo-search-service-3.2.1

2017-04-26 Thread Arent-Jan Banck
Arent-Jan Banck pushed to branch release/11.2 at cms-community / 
hippo-cms-release


Commits:
08b4731b by Arent-Jan Banck at 2017-04-26T11:40:26+00:00
CMS-10615 Use released hippo-search-service-3.2.1

- - - - -


1 changed file:

- pom.xml


Changes:

=
pom.xml
=
--- a/pom.xml
+++ b/pom.xml
@@ -43,7 +43,7 @@
 
 
3.2.0
 
4.2.1
-
3.2.1-SNAPSHOT
+
3.2.1
 3.2.0
 4.2.2-SNAPSHOT
 3.2.0



View it on GitLab: 
https://code.onehippo.org/cms-community/hippo-cms-release/commit/08b4731b0b60858672ce55bc633e3e59c9004e47
___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [Git][cms-community/hippo-addon-search-service] Pushed new tag hippo-search-service-3.2.1

2017-04-26 Thread Arent-Jan Banck
Arent-Jan Banck pushed new tag hippo-search-service-3.2.1 at cms-community / 
hippo-addon-search-service
___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [Git][cms-community/hippo-addon-search-service][release/3.2] 2 commits: CMS-10615 prepare release hippo-search-service-3.2.1

2017-04-26 Thread Arent-Jan Banck
Arent-Jan Banck pushed to branch release/3.2 at cms-community / 
hippo-addon-search-service


Commits:
1b02982e by Arent-Jan Banck at 2017-04-26T11:40:26+00:00
CMS-10615 prepare release hippo-search-service-3.2.1

- - - - -
bc4f4630 by Arent-Jan Banck at 2017-04-26T11:40:29+00:00
CMS-10615 prepare for next development iteration

- - - - -


5 changed files:

- api/pom.xml
- commons/pom.xml
- jcr/pom.xml
- pom.xml
- sandbox/pom.xml


Changes:

=
api/pom.xml
=
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -20,7 +20,7 @@
   
 org.onehippo.cms7
 hippo-search-service
-3.2.1-SNAPSHOT
+3.2.2-SNAPSHOT
   
 
   Hippo Search Service API


=
commons/pom.xml
=
--- a/commons/pom.xml
+++ b/commons/pom.xml
@@ -20,7 +20,7 @@
   
 org.onehippo.cms7
 hippo-search-service
-3.2.1-SNAPSHOT
+3.2.2-SNAPSHOT
   
 
   Hippo Search Service Commons


=
jcr/pom.xml
=
--- a/jcr/pom.xml
+++ b/jcr/pom.xml
@@ -20,7 +20,7 @@
   
 org.onehippo.cms7
 hippo-search-service
-3.2.1-SNAPSHOT
+3.2.2-SNAPSHOT
   
 
   Hippo Search Service JCR


=
pom.xml
=
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
   http://www.onehippo.com/
 
   hippo-search-service
-  3.2.1-SNAPSHOT
+  3.2.2-SNAPSHOT
   pom
   2012
 


=
sandbox/pom.xml
=
--- a/sandbox/pom.xml
+++ b/sandbox/pom.xml
@@ -20,7 +20,7 @@
   
 org.onehippo.cms7
 hippo-search-service
-3.2.1-SNAPSHOT
+3.2.2-SNAPSHOT
   
 
   Hippo Search Service Sandbox



View it on GitLab: 
https://code.onehippo.org/cms-community/hippo-addon-search-service/compare/777f312e2d333bf527b7b307c816407d788c6e26...bc4f46309f40385b245562bebbad8a5026ef5c40
___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [Git][cms-community/hippo-site-toolkit][feature/wpm] HSTTWO-3959 Test the correct node for the existence of a hst:workspace node

2017-04-26 Thread Ard Schrijvers
Ard Schrijvers pushed to branch feature/wpm at cms-community / 
hippo-site-toolkit


Commits:
2d5e81fb by Ard Schrijvers at 2017-04-26T13:04:09+02:00
HSTTWO-3959 Test the correct node for the existence of a hst:workspace node

- - - - -


1 changed file:

- 
components/core/src/main/java/org/hippoecm/hst/configuration/site/HstSiteService.java


Changes:

=
components/core/src/main/java/org/hippoecm/hst/configuration/site/HstSiteService.java
=
--- 
a/components/core/src/main/java/org/hippoecm/hst/configuration/site/HstSiteService.java
+++ 
b/components/core/src/main/java/org/hippoecm/hst/configuration/site/HstSiteService.java
@@ -126,13 +126,19 @@ public class HstSiteService implements HstSite {
 ch = configLoadingCache.loadChannel(configurationPath, 
isPreviewSite,  mount.getIdentifier());
 }
 if (ch != null) {
+
+final HstNode rootConfigNode = 
hstNodeLoadingCache.getNode(configurationPath);
+if (rootConfigNode == null) {
+throw new ModelLoadingException("No configuration node found 
at '"+configurationPath+"'. Cannot load model for it.");
+}
+
 ch.setHstMountPoint(mount.getMountPoint());
 ch.setContentRoot(mountSiteMapConfiguration.getMountContentPath());
 ch.setHstConfigPath(configurationPath);
 
 ch.setPreviewHstConfigExists(hasPreviewConfiguration);
 
-if (site.getNode(HstNodeTypes.NODENAME_HST_WORKSPACE) != null) {
+if (rootConfigNode.getNode(HstNodeTypes.NODENAME_HST_WORKSPACE) != 
null) {
 ch.setWorkspaceExists(true);
 }
 



View it on GitLab: 
https://code.onehippo.org/cms-community/hippo-site-toolkit/commit/2d5e81fbe975e70d0b556f8aff7f240915b3e102
___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [Git][cms-community/hippo-plugin-taxonomy][release/2.2] 2 commits: HIPPLUG-1392 prepare release hippo-plugin-taxonomy-2.2.2

2017-04-26 Thread Arent-Jan Banck
Arent-Jan Banck pushed to branch release/2.2 at cms-community / 
hippo-plugin-taxonomy


Commits:
374fdba9 by Arent-Jan Banck at 2017-04-26T10:50:35+00:00
HIPPLUG-1392 prepare release hippo-plugin-taxonomy-2.2.2

- - - - -
6a88f994 by Arent-Jan Banck at 2017-04-26T10:50:39+00:00
HIPPLUG-1392 prepare for next development iteration

- - - - -


7 changed files:

- addon/frontend/pom.xml
- addon/pom.xml
- addon/repository/pom.xml
- api/pom.xml
- hst-api/pom.xml
- hst/pom.xml
- pom.xml


Changes:

=
addon/frontend/pom.xml
=
--- a/addon/frontend/pom.xml
+++ b/addon/frontend/pom.xml
@@ -19,7 +19,7 @@
   
 org.onehippo.cms7
 hippo-plugin-taxonomy-addon
-2.2.2-SNAPSHOT
+2.2.3-SNAPSHOT
   
 
   Hippo Plugin Taxonomy Addon Frontend


=
addon/pom.xml
=
--- a/addon/pom.xml
+++ b/addon/pom.xml
@@ -19,7 +19,7 @@
   
 org.onehippo.cms7
 hippo-plugin-taxonomy
-2.2.2-SNAPSHOT
+2.2.3-SNAPSHOT
   
 
   Hippo Plugin Taxonomy Addon


=
addon/repository/pom.xml
=
--- a/addon/repository/pom.xml
+++ b/addon/repository/pom.xml
@@ -19,7 +19,7 @@
   
 org.onehippo.cms7
 hippo-plugin-taxonomy-addon
-2.2.2-SNAPSHOT
+2.2.3-SNAPSHOT
   
 
   Hippo Plugin Taxonomy Addon Repository


=
api/pom.xml
=
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -19,7 +19,7 @@
   
 org.onehippo.cms7
 hippo-plugin-taxonomy
-2.2.2-SNAPSHOT
+2.2.3-SNAPSHOT
   
 
   Hippo Plugin Taxonomy API


=
hst-api/pom.xml
=
--- a/hst-api/pom.xml
+++ b/hst-api/pom.xml
@@ -19,7 +19,7 @@
   
 org.onehippo.cms7
 hippo-plugin-taxonomy
-2.2.2-SNAPSHOT
+2.2.3-SNAPSHOT
   
 
   Hippo Plugin Taxonomy HST API


=
hst/pom.xml
=
--- a/hst/pom.xml
+++ b/hst/pom.xml
@@ -19,7 +19,7 @@
   
 org.onehippo.cms7
 hippo-plugin-taxonomy
-2.2.2-SNAPSHOT
+2.2.3-SNAPSHOT
   
 
   Hippo Plugin Taxonomy HST Client


=
pom.xml
=
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
   Hippo Plugin Taxonomy
 
   hippo-plugin-taxonomy
-  2.2.2-SNAPSHOT
+  2.2.3-SNAPSHOT
   pom
 
   2009



View it on GitLab: 
https://code.onehippo.org/cms-community/hippo-plugin-taxonomy/compare/04bbf5e4589c0f6feb63e2b91febfbdb173d1b7c...6a88f994dac7d494dc71fd41ca4e085a1dd1e1de
___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [Git][cms-community/hippo-plugin-taxonomy] Pushed new tag hippo-plugin-taxonomy-2.2.2

2017-04-26 Thread Arent-Jan Banck
Arent-Jan Banck pushed new tag hippo-plugin-taxonomy-2.2.2 at cms-community / 
hippo-plugin-taxonomy
___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [Git][cms-community/hippo-cms-release][release/10.2] CMS-10445 Use released hippo-plugin-taxonomy-2.2.2

2017-04-26 Thread Arent-Jan Banck
Arent-Jan Banck pushed to branch release/10.2 at cms-community / 
hippo-cms-release


Commits:
a8f6198c by Arent-Jan Banck at 2017-04-26T10:50:35+00:00
CMS-10445 Use released hippo-plugin-taxonomy-2.2.2

- - - - -


1 changed file:

- pom.xml


Changes:

=
pom.xml
=
--- a/pom.xml
+++ b/pom.xml
@@ -71,7 +71,7 @@
 3.2.1
 2.2.0
 2.2.1
-
2.2.2-SNAPSHOT
+2.2.2
 
   
 



View it on GitLab: 
https://code.onehippo.org/cms-community/hippo-cms-release/commit/a8f6198c832d746d0b1b1a8a31e5372099e5676b
___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [Git][cms-community/hippo-addon-channel-manager] Pushed new branch visual-editing-psp2-CHANNELMGR-1199

2017-04-26 Thread Ariel Weinberger
Ariel Weinberger pushed new branch visual-editing-psp2-CHANNELMGR-1199 at 
cms-community / hippo-addon-channel-manager
___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [Git][cms-community/hippo-site-toolkit][feature/wpm] HSTTWO-3982 Only copy workspace if it exists

2017-04-26 Thread Ard Schrijvers
Ard Schrijvers pushed to branch feature/wpm at cms-community / 
hippo-site-toolkit


Commits:
7689d0ed by Ard Schrijvers at 2017-04-26T11:59:58+02:00
HSTTWO-3982 Only copy workspace if it exists

Otherwise we get a repository exception

- - - - -


1 changed file:

- 
client-modules/page-composer/src/main/java/org/hippoecm/hst/pagecomposer/jaxrs/services/MountResource.java


Changes:

=
client-modules/page-composer/src/main/java/org/hippoecm/hst/pagecomposer/jaxrs/services/MountResource.java
=
--- 
a/client-modules/page-composer/src/main/java/org/hippoecm/hst/pagecomposer/jaxrs/services/MountResource.java
+++ 
b/client-modules/page-composer/src/main/java/org/hippoecm/hst/pagecomposer/jaxrs/services/MountResource.java
@@ -232,7 +232,9 @@ public class MountResource extends AbstractConfigResource {
 
liveBranchConfigNode.setProperty(HstNodeTypes.GENERAL_PROPERTY_INHERITS_FROM, 
new String[]{"../" + liveConfigName});
 // TODO if 'master config node' has inheritance(s) that point to 
hst:workspace, then most likely that should be copied
 // TODO as well to the preview config, see HSTTWO-3965
-JcrUtils.copy(session, liveConfigurationPath + "/" + 
NODENAME_HST_WORKSPACE, liveBranchConfigNode.getPath() + "/" + 
NODENAME_HST_WORKSPACE);
+if (session.nodeExists(liveConfigurationPath + "/" + 
NODENAME_HST_WORKSPACE)) {
+JcrUtils.copy(session, liveConfigurationPath + "/" + 
NODENAME_HST_WORKSPACE, liveBranchConfigNode.getPath() + "/" + 
NODENAME_HST_WORKSPACE);
+}
 createMandatoryWorkspaceNodesIfMissing(liveBranchConfigNode.getPath());
 session.save();
 }



View it on GitLab: 
https://code.onehippo.org/cms-community/hippo-site-toolkit/commit/7689d0edfa0fa2da114463db597f05bef2302d29
___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [Git][cms-community/hippo-cms-release][release/11.1] CMS-10513 Use released hippo-plugin-taxonomy-3.1.2

2017-04-26 Thread Arent-Jan Banck
Arent-Jan Banck pushed to branch release/11.1 at cms-community / 
hippo-cms-release


Commits:
838ed47c by Arent-Jan Banck at 2017-04-26T09:28:02+00:00
CMS-10513 Use released hippo-plugin-taxonomy-3.1.2

- - - - -


1 changed file:

- pom.xml


Changes:

=
pom.xml
=
--- a/pom.xml
+++ b/pom.xml
@@ -71,7 +71,7 @@
 4.1.0
 3.1.0
 3.1.0
-
3.1.2-SNAPSHOT
+3.1.2
 
 1.0.2
 



View it on GitLab: 
https://code.onehippo.org/cms-community/hippo-cms-release/commit/838ed47c257b702561db23cda4e3adc45dfca41d
___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [Git][cms-community/hippo-plugin-taxonomy][release/3.1] 2 commits: HIPPLUG-1405 prepare release hippo-plugin-taxonomy-3.1.2

2017-04-26 Thread Arent-Jan Banck
Arent-Jan Banck pushed to branch release/3.1 at cms-community / 
hippo-plugin-taxonomy


Commits:
5a907658 by Arent-Jan Banck at 2017-04-26T09:28:02+00:00
HIPPLUG-1405 prepare release hippo-plugin-taxonomy-3.1.2

- - - - -
d7589363 by Arent-Jan Banck at 2017-04-26T09:28:07+00:00
HIPPLUG-1405 prepare for next development iteration

- - - - -


7 changed files:

- addon/frontend/pom.xml
- addon/pom.xml
- addon/repository/pom.xml
- api/pom.xml
- hst-api/pom.xml
- hst/pom.xml
- pom.xml


Changes:

=
addon/frontend/pom.xml
=
--- a/addon/frontend/pom.xml
+++ b/addon/frontend/pom.xml
@@ -19,7 +19,7 @@
   
 org.onehippo.cms7
 hippo-plugin-taxonomy-addon
-3.1.2-SNAPSHOT
+3.1.3-SNAPSHOT
   
 
   Hippo Plugin Taxonomy Addon Frontend


=
addon/pom.xml
=
--- a/addon/pom.xml
+++ b/addon/pom.xml
@@ -19,7 +19,7 @@
   
 org.onehippo.cms7
 hippo-plugin-taxonomy
-3.1.2-SNAPSHOT
+3.1.3-SNAPSHOT
   
 
   Hippo Plugin Taxonomy Addon


=
addon/repository/pom.xml
=
--- a/addon/repository/pom.xml
+++ b/addon/repository/pom.xml
@@ -19,7 +19,7 @@
   
 org.onehippo.cms7
 hippo-plugin-taxonomy-addon
-3.1.2-SNAPSHOT
+3.1.3-SNAPSHOT
   
 
   Hippo Plugin Taxonomy Addon Repository


=
api/pom.xml
=
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -19,7 +19,7 @@
   
 org.onehippo.cms7
 hippo-plugin-taxonomy
-3.1.2-SNAPSHOT
+3.1.3-SNAPSHOT
   
 
   Hippo Plugin Taxonomy API


=
hst-api/pom.xml
=
--- a/hst-api/pom.xml
+++ b/hst-api/pom.xml
@@ -19,7 +19,7 @@
   
 org.onehippo.cms7
 hippo-plugin-taxonomy
-3.1.2-SNAPSHOT
+3.1.3-SNAPSHOT
   
 
   Hippo Plugin Taxonomy HST API


=
hst/pom.xml
=
--- a/hst/pom.xml
+++ b/hst/pom.xml
@@ -19,7 +19,7 @@
   
 org.onehippo.cms7
 hippo-plugin-taxonomy
-3.1.2-SNAPSHOT
+3.1.3-SNAPSHOT
   
 
   Hippo Plugin Taxonomy HST Client


=
pom.xml
=
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
   Hippo Plugin Taxonomy
 
   hippo-plugin-taxonomy
-  3.1.2-SNAPSHOT
+  3.1.3-SNAPSHOT
   pom
 
   2009



View it on GitLab: 
https://code.onehippo.org/cms-community/hippo-plugin-taxonomy/compare/2457ce9eb0f6681f730ef0a0fd0dfd11033f6a6a...d75893635db815dd0eb4ad1d81a3448afdb06fed
___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [Git][cms-community/hippo-plugin-taxonomy] Pushed new tag hippo-plugin-taxonomy-3.1.2

2017-04-26 Thread Arent-Jan Banck
Arent-Jan Banck pushed new tag hippo-plugin-taxonomy-3.1.2 at cms-community / 
hippo-plugin-taxonomy
___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [Git][cms-community/hippo-plugin-taxonomy][release/3.2] 2 commits: HIPPLUG-1440 prepare release hippo-plugin-taxonomy-3.2.1

2017-04-26 Thread Arent-Jan Banck
Arent-Jan Banck pushed to branch release/3.2 at cms-community / 
hippo-plugin-taxonomy


Commits:
ad8bfd7c by Arent-Jan Banck at 2017-04-26T09:18:16+00:00
HIPPLUG-1440 prepare release hippo-plugin-taxonomy-3.2.1

- - - - -
002cb4fd by Arent-Jan Banck at 2017-04-26T09:18:22+00:00
HIPPLUG-1440 prepare for next development iteration

- - - - -


7 changed files:

- addon/frontend/pom.xml
- addon/pom.xml
- addon/repository/pom.xml
- api/pom.xml
- hst-api/pom.xml
- hst/pom.xml
- pom.xml


Changes:

=
addon/frontend/pom.xml
=
--- a/addon/frontend/pom.xml
+++ b/addon/frontend/pom.xml
@@ -19,7 +19,7 @@
   
 org.onehippo.cms7
 hippo-plugin-taxonomy-addon
-3.2.1-SNAPSHOT
+3.2.2-SNAPSHOT
   
 
   Hippo Plugin Taxonomy Addon Frontend


=
addon/pom.xml
=
--- a/addon/pom.xml
+++ b/addon/pom.xml
@@ -19,7 +19,7 @@
   
 org.onehippo.cms7
 hippo-plugin-taxonomy
-3.2.1-SNAPSHOT
+3.2.2-SNAPSHOT
   
 
   Hippo Plugin Taxonomy Addon


=
addon/repository/pom.xml
=
--- a/addon/repository/pom.xml
+++ b/addon/repository/pom.xml
@@ -19,7 +19,7 @@
   
 org.onehippo.cms7
 hippo-plugin-taxonomy-addon
-3.2.1-SNAPSHOT
+3.2.2-SNAPSHOT
   
 
   Hippo Plugin Taxonomy Addon Repository


=
api/pom.xml
=
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -19,7 +19,7 @@
   
 org.onehippo.cms7
 hippo-plugin-taxonomy
-3.2.1-SNAPSHOT
+3.2.2-SNAPSHOT
   
 
   Hippo Plugin Taxonomy API


=
hst-api/pom.xml
=
--- a/hst-api/pom.xml
+++ b/hst-api/pom.xml
@@ -19,7 +19,7 @@
   
 org.onehippo.cms7
 hippo-plugin-taxonomy
-3.2.1-SNAPSHOT
+3.2.2-SNAPSHOT
   
 
   Hippo Plugin Taxonomy HST API


=
hst/pom.xml
=
--- a/hst/pom.xml
+++ b/hst/pom.xml
@@ -19,7 +19,7 @@
   
 org.onehippo.cms7
 hippo-plugin-taxonomy
-3.2.1-SNAPSHOT
+3.2.2-SNAPSHOT
   
 
   Hippo Plugin Taxonomy HST Client


=
pom.xml
=
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
   Hippo Plugin Taxonomy
 
   hippo-plugin-taxonomy
-  3.2.1-SNAPSHOT
+  3.2.2-SNAPSHOT
   pom
 
   2009



View it on GitLab: 
https://code.onehippo.org/cms-community/hippo-plugin-taxonomy/compare/c07bcaf5de350f6690453307ae615b4e28be198f...002cb4fdec833c3fb8e5bc79efd469457afafaa9
___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [Git][cms-community/hippo-plugin-taxonomy] Pushed new tag hippo-plugin-taxonomy-3.2.1

2017-04-26 Thread Arent-Jan Banck
Arent-Jan Banck pushed new tag hippo-plugin-taxonomy-3.2.1 at cms-community / 
hippo-plugin-taxonomy
___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [Git][cms-community/hippo-cms-release][release/11.2] CMS-10615 Use released hippo-plugin-taxonomy-3.2.1

2017-04-26 Thread Arent-Jan Banck
Arent-Jan Banck pushed to branch release/11.2 at cms-community / 
hippo-cms-release


Commits:
b736695f by Arent-Jan Banck at 2017-04-26T09:18:16+00:00
CMS-10615 Use released hippo-plugin-taxonomy-3.2.1

- - - - -


1 changed file:

- pom.xml


Changes:

=
pom.xml
=
--- a/pom.xml
+++ b/pom.xml
@@ -71,7 +71,7 @@
 4.2.0
 3.2.0
 3.2.0
-
3.2.1-SNAPSHOT
+3.2.1
 
 1.0.3
 



View it on GitLab: 
https://code.onehippo.org/cms-community/hippo-cms-release/commit/b736695fe4af69c3521c12298735745416fc
___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [Git][cms-community/hippo-cms-release][release/10.2] CMS-10445 Use released hst-3.2.6

2017-04-26 Thread Arent-Jan Banck
Arent-Jan Banck pushed to branch release/10.2 at cms-community / 
hippo-cms-release


Commits:
c5365f44 by Arent-Jan Banck at 2017-04-26T09:02:45+00:00
CMS-10445 Use released hst-3.2.6

- - - - -


1 changed file:

- pom.xml


Changes:

=
pom.xml
=
--- a/pom.xml
+++ b/pom.xml
@@ -49,7 +49,7 @@
 3.2.9-SNAPSHOT
 2.2.0
 2.2.2
-3.2.6-SNAPSHOT
+3.2.6
 3.2.0
 3.2.7
 2.2.1



View it on GitLab: 
https://code.onehippo.org/cms-community/hippo-cms-release/commit/c5365f44795021d82892402f462d538728199c0b
___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [Git][cms-community/hippo-site-toolkit][release/3.2] 2 commits: HSTTWO-3902 prepare release hst-3.2.6

2017-04-26 Thread Arent-Jan Banck
Arent-Jan Banck pushed to branch release/3.2 at cms-community / 
hippo-site-toolkit


Commits:
4c53ada9 by Arent-Jan Banck at 2017-04-26T09:02:45+00:00
HSTTWO-3902 prepare release hst-3.2.6

- - - - -
3c1eed7a by Arent-Jan Banck at 2017-04-26T09:02:51+00:00
HSTTWO-3902 prepare for next development iteration

- - - - -


30 changed files:

- api/pom.xml
- client-modules/cms-rest/pom.xml
- client-modules/google-analytics/hst/pom.xml
- client-modules/google-analytics/pom.xml
- client-modules/google-analytics/repository/pom.xml
- client-modules/page-composer/pom.xml
- client-modules/pom.xml
- client/pom.xml
- cms-restapi/pom.xml
- commons/pom.xml
- components/core/pom.xml
- components/jaxrs/pom.xml
- components/pom.xml
- components/resourcebundle-cnd/pom.xml
- components/resourcebundle/pom.xml
- components/restapi/pom.xml
- components/rewriter/pom.xml
- components/security/pom.xml
- components/session-pool/pom.xml
- content-beans/pom.xml
- dependencies/client-dependencies/pom.xml
- dependencies/cms-dependencies/pom.xml
- dependencies/pom.xml
- dependencies/repository-dependencies/pom.xml
- dependencies/server-dependencies/pom.xml
- dependencies/spring-dependencies/pom.xml
- integration/pom.xml
- integration/tests/pom.xml
- integration/war/pom.xml
- mock/pom.xml


The diff was not included because it is too large.


View it on GitLab: 
https://code.onehippo.org/cms-community/hippo-site-toolkit/compare/a3e90513c8bd79dd5032831a7b368b4e4ace51ed...3c1eed7ae2bbd2906b6766d6491a3d7523f48020
___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [Git][cms-community/hippo-site-toolkit] Pushed new tag hst-3.2.6

2017-04-26 Thread Arent-Jan Banck
Arent-Jan Banck pushed new tag hst-3.2.6 at cms-community / hippo-site-toolkit
___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [Git][cms-community/hippo-jackrabbit][trunk] JCR-4132: Release Jackrabbit 2.15.2

2017-04-26 Thread GitLab Mirror
GitLab Mirror pushed to branch trunk at cms-community / hippo-jackrabbit


Commits:
adb1e79a by Julian Reschke at 2017-04-26T07:13:50+00:00
JCR-4132: Release Jackrabbit 2.15.2


Candidate Release Notes

git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1792702 
13f79535-47bb-0310-9956-ffa450edef68

- - - - -


1 changed file:

- RELEASE-NOTES.txt


Changes:

=
RELEASE-NOTES.txt
=
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -1,39 +1,33 @@
-Release Notes -- Apache Jackrabbit -- Version 2.15.1
+Release Notes -- Apache Jackrabbit -- Version 2.15.2
 
 Introduction
 
 
-This is Apache Jackrabbit(TM) 2.15.1, a fully compliant implementation of the
+This is Apache Jackrabbit(TM) 2.15.2, a fully compliant implementation of the
 Content Repository for Java(TM) Technology API, version 2.0 (JCR 2.0) as
 specified in the Java Specification Request 283 (JSR 283).
 
-Apache Jackrabbit 2.15.1 is an unstable release cut directly from
+Apache Jackrabbit 2.15.2 is an unstable release cut directly from
 Jackrabbit trunk, with a focus on new features and other
 improvements. For production use we recommend the latest stable 2.14.x
 release.
 
-Changes in Jackrabbit 2.15.1
+Changes in Jackrabbit 2.15.2
 
 
 Bug
 
-[JCR-4093] - IndexRule are meant to be applied based on both primaryType 
and minin type based inheritance. Currently it appears that only primaryType 
based inheritance is working
-[JCR-4100] - jackrabbit-webdav: Scope implements equals() but not 
hashCode()
-[JCR-4102] - jcr2dav: change polling thread sometimes dies with NPE
-[JCR-4110] - The JackrabbitQueryParser uses the wrong Lucene-Version in 
its initializing
-
-Improvement
-
-[JCR-4115] - Don't use SHA-1 for new DataStore binaries (Jackrabbit)
+[JCR-4118] - RepositoryChecker creates invalid node names
+[JCR-4121] - ConcurrentModificationException in 
InternalVersionHistoryImpl.fixLegacy()
 
 Task
 
-[JCR-4096] - stop using deprecated GenericRepositoryFactory
-[JCR-4101] - add code coverage profile (jacoco)
-[JCR-4104] - cleanup how command lines for test executions are constructed
-[JCR-4106] - fix JCR API docs link
-[JCR-4107] - Upgrade to httpclient 4.5.3
-
+[JCR-4112] - Require Java 8
+[JCR-4119] - Upgrade httpcomponents/httpmime to 4.5.3
+[JCR-4122] - align parent pom references with Oak
+[JCR-4127] - update to latest apache parent pom (18)
+[JCR-4128] - update maven plugins and require Maven 3.2.1
+[JCR-4129] - get rid of unused org.json dependency
 
 In addition to the above-mentioned changes, this release contains
 all the changes included up to the Apache Jackrabbit 2.14.x release.



View it on GitLab: 
https://code.onehippo.org/cms-community/hippo-jackrabbit/commit/adb1e79ae26aba5d068be56e5e9eb562344e5bb9
___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [Git][cms-community/hippo-cms-release][release/11.1] CMS-10513 Use released hst-4.1.3

2017-04-26 Thread Arent-Jan Banck
Arent-Jan Banck pushed to branch release/11.1 at cms-community / 
hippo-cms-release


Commits:
2599fab4 by Arent-Jan Banck at 2017-04-26T08:46:28+00:00
CMS-10513 Use released hst-4.1.3

- - - - -


1 changed file:

- pom.xml


Changes:

=
pom.xml
=
--- a/pom.xml
+++ b/pom.xml
@@ -48,7 +48,7 @@
 4.1.4-SNAPSHOT
 3.1.0
 3.1.0
-4.1.3-SNAPSHOT
+4.1.3
 4.1.0
 4.1.1
 3.1.0



View it on GitLab: 
https://code.onehippo.org/cms-community/hippo-cms-release/commit/2599fab426b1e8b799d50bc776b485c1412c1bc1
___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [Git][cms-community/hippo-site-toolkit][release/4.1] 2 commits: HSTTWO-3847 prepare release hst-4.1.3

2017-04-26 Thread Arent-Jan Banck
Arent-Jan Banck pushed to branch release/4.1 at cms-community / 
hippo-site-toolkit


Commits:
37ee9b2f by Arent-Jan Banck at 2017-04-26T08:46:28+00:00
HSTTWO-3847 prepare release hst-4.1.3

- - - - -
15826072 by Arent-Jan Banck at 2017-04-26T08:46:36+00:00
HSTTWO-3847 prepare for next development iteration

- - - - -


30 changed files:

- api/pom.xml
- client-modules/cms-rest/pom.xml
- client-modules/google-analytics/hst/pom.xml
- client-modules/google-analytics/pom.xml
- client-modules/google-analytics/repository/pom.xml
- client-modules/page-composer/pom.xml
- client-modules/pom.xml
- client/pom.xml
- cms-restapi/pom.xml
- commons/pom.xml
- components/core/pom.xml
- components/jaxrs/pom.xml
- components/pom.xml
- components/resourcebundle-cnd/pom.xml
- components/resourcebundle/pom.xml
- components/restapi/pom.xml
- components/rewriter/pom.xml
- components/security/pom.xml
- components/session-pool/pom.xml
- content-beans/pom.xml
- dependencies/client-dependencies/pom.xml
- dependencies/cms-dependencies/pom.xml
- dependencies/pom.xml
- dependencies/repository-dependencies/pom.xml
- dependencies/server-dependencies/pom.xml
- dependencies/spring-dependencies/pom.xml
- integration/pom.xml
- integration/tests/pom.xml
- integration/war/pom.xml
- mock/pom.xml


The diff was not included because it is too large.


View it on GitLab: 
https://code.onehippo.org/cms-community/hippo-site-toolkit/compare/49381f94cbe73c470302681d93688f5eb4ddd949...1582607208cce6026b718eb1e201f00bedc7a2ff
___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [Git][cms-community/hippo-site-toolkit] Pushed new tag hst-4.1.3

2017-04-26 Thread Arent-Jan Banck
Arent-Jan Banck pushed new tag hst-4.1.3 at cms-community / hippo-site-toolkit
___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [Git][cms-community/hippo-cms-release][release/11.2] CMS-10615 Use released hst-4.2.1

2017-04-26 Thread Arent-Jan Banck
Arent-Jan Banck pushed to branch release/11.2 at cms-community / 
hippo-cms-release


Commits:
de8e6f78 by Arent-Jan Banck at 2017-04-26T08:24:14+00:00
CMS-10615 Use released hst-4.2.1

- - - - -


1 changed file:

- pom.xml


Changes:

=
pom.xml
=
--- a/pom.xml
+++ b/pom.xml
@@ -48,7 +48,7 @@
 4.2.2-SNAPSHOT
 3.2.0
 3.2.0
-4.2.1-SNAPSHOT
+4.2.1
 4.2.0
 4.2.1-SNAPSHOT
 3.2.0



View it on GitLab: 
https://code.onehippo.org/cms-community/hippo-cms-release/commit/de8e6f786e2ca00d2e5448fd38cd605f4a81891b
___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [Git][cms-community/hippo-site-toolkit][release/4.2] 2 commits: HSTTWO-3921 prepare release hst-4.2.1

2017-04-26 Thread Arent-Jan Banck
Arent-Jan Banck pushed to branch release/4.2 at cms-community / 
hippo-site-toolkit


Commits:
923125f4 by Arent-Jan Banck at 2017-04-26T08:24:14+00:00
HSTTWO-3921 prepare release hst-4.2.1

- - - - -
383bf148 by Arent-Jan Banck at 2017-04-26T08:24:22+00:00
HSTTWO-3921 prepare for next development iteration

- - - - -


30 changed files:

- api/pom.xml
- client-modules/cms-rest/pom.xml
- client-modules/google-analytics/hst/pom.xml
- client-modules/google-analytics/pom.xml
- client-modules/google-analytics/repository/pom.xml
- client-modules/page-composer/pom.xml
- client-modules/pom.xml
- client/pom.xml
- cms-restapi/pom.xml
- commons/pom.xml
- components/core/pom.xml
- components/jaxrs/pom.xml
- components/pom.xml
- components/resourcebundle-cnd/pom.xml
- components/resourcebundle/pom.xml
- components/restapi/pom.xml
- components/rewriter/pom.xml
- components/security/pom.xml
- components/session-pool/pom.xml
- content-beans/pom.xml
- dependencies/client-dependencies/pom.xml
- dependencies/cms-dependencies/pom.xml
- dependencies/pom.xml
- dependencies/repository-dependencies/pom.xml
- dependencies/server-dependencies/pom.xml
- dependencies/spring-dependencies/pom.xml
- integration/pom.xml
- integration/tests/pom.xml
- integration/war/pom.xml
- mock/pom.xml


The diff was not included because it is too large.


View it on GitLab: 
https://code.onehippo.org/cms-community/hippo-site-toolkit/compare/6a19f70f7b4bd8f79444b66df1f1a0cd2305b6e1...383bf1489d2f98d6eec8d5da861f651edb049b2b
___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [Git][cms-community/hippo-site-toolkit] Pushed new tag hst-4.2.1

2017-04-26 Thread Arent-Jan Banck
Arent-Jan Banck pushed new tag hst-4.2.1 at cms-community / hippo-site-toolkit
___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [onehippo/ckeditor] 6b1085: CMS-10712 Enable customization of extraAllowedCont...

2017-04-26 Thread GitHub
  Branch: refs/heads/feature/visual-editing-psp2-CMS-10712
  Home:   https://github.com/onehippo/ckeditor
  Commit: 6b10858be64e1aa87c95754ffe91e013c4738661
  
https://github.com/onehippo/ckeditor/commit/6b10858be64e1aa87c95754ffe91e013c4738661
  Author: Mathijs den Burger 
  Date:   2017-04-26 (Wed, 26 Apr 2017)

  Changed paths:
M config/src/main/java/org/onehippo/ckeditor/CKEditorConfig.java
M config/src/test/java/org/onehippo/ckeditor/CKEditorConfigTest.java

  Log Message:
  ---
  CMS-10712 Enable customization of extraAllowedContent rules

The string version of 'extraAllowedContent' cannot be extended
because appending an extra string of rules to it will add a comma
in between (the logic in Json#append for concatenating string
properties with a comma). Solution: use the object version of
'extraAllowedContent' instead so projects can overlay extra rules
into it, and/or append to the existing allowed attributes (which are
comma-separated).


___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [Git][cms-community/hippo-jackrabbit][trunk] JCR-4112: Require Java 8

2017-04-26 Thread GitLab Mirror
GitLab Mirror pushed to branch trunk at cms-community / hippo-jackrabbit


Commits:
af81c2a2 by Julian Reschke at 2017-04-26T06:26:39+00:00
JCR-4112: Require Java 8

git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1792695 
13f79535-47bb-0310-9956-ffa450edef68

- - - - -


1 changed file:

- jackrabbit-parent/pom.xml


Changes:

=
jackrabbit-parent/pom.xml
=
--- a/jackrabbit-parent/pom.xml
+++ b/jackrabbit-parent/pom.xml
@@ -58,8 +58,8 @@
 1.6.6
 1.7.4 
 1.0.12
-1.7
-java17
+1.8
+java18
 true
 0.7.9
   



View it on GitLab: 
https://code.onehippo.org/cms-community/hippo-jackrabbit/commit/af81c2a213bb55065b9f3c3d05d9d60e89e8b017
___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn