[HippoCMS-scm] [Git][cms-community/hippo-repository] Pushed new branch bugfix/REPO-1668

2017-05-08 Thread Ard Schrijvers
Ard Schrijvers pushed new branch bugfix/REPO-1668 at cms-community / 
hippo-repository
___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [Git][cms-community/hippo-cms-project][master] CMS-10727 Bump jta.version from 1.1 to 1.1.1

2017-05-08 Thread Arent-Jan Banck
Arent-Jan Banck pushed to branch master at cms-community / hippo-cms-project


Commits:
c6fb164c by Arent-Jan Banck at 2017-05-08T15:00:16+02:00
CMS-10727 Bump jta.version from 1.1 to 1.1.1

- - - - -


1 changed file:

- pom.xml


Changes:

=
pom.xml
=
--- a/pom.xml
+++ b/pom.xml
@@ -51,7 +51,7 @@
 3.0.1
 2.0
 1.0.b2
-1.1
+1.1.1
 1.4.7
 1.7.25
 2.8.2



View it on GitLab: 
https://code.onehippo.org/cms-community/hippo-cms-project/commit/c6fb164c7270d18aa802ffaae854131f9a0aec6d
___
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][feature/visual-editing-psp2-CHANNELMGR-1052] CHANNELMGR-1052 Fix eslint build error

2017-05-08 Thread Mathijs den Burger
Mathijs den Burger pushed to branch feature/visual-editing-psp2-CHANNELMGR-1052 
at cms-community / hippo-addon-channel-manager


Commits:
818ed229 by Mathijs den Burger at 2017-05-08T14:17:43+02:00
CHANNELMGR-1052 Fix eslint build error

- - - - -


1 changed file:

- 
frontend-ng/src/angularjs/channel/sidePanels/rightSidePanel/fields/ckeditor/ckeditor.controller.js


Changes:

=
frontend-ng/src/angularjs/channel/sidePanels/rightSidePanel/fields/ckeditor/ckeditor.controller.js
=
--- 
a/frontend-ng/src/angularjs/channel/sidePanels/rightSidePanel/fields/ckeditor/ckeditor.controller.js
+++ 
b/frontend-ng/src/angularjs/channel/sidePanels/rightSidePanel/fields/ckeditor/ckeditor.controller.js
@@ -93,7 +93,6 @@ class CKEditorController {
   _openImagePicker(selectedImage) {
 const imagePickerConfig = this.config.hippopicker.image;
 this.CmsService.publish('show-image-picker', this.id, imagePickerConfig, 
selectedImage, (image) => {
-
   // Images are rendered with a relative path, pointing to the binaries 
servlet. The binaries servlet always
   // runs at the same level; two directories up from the angular app. 
Because of this we need to prepend
   // all internal images with a prefix as shown below.



View it on GitLab: 
https://code.onehippo.org/cms-community/hippo-addon-channel-manager/commit/818ed229abf8cd4b178174c16390ccab772198ad
___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [Git][cms-community/hippo-cms-commons][release/2.2] CMS-16 fix for TestCustomHDC test which cannot be executed together with TestHDC without forking

2017-05-08 Thread Arent-Jan Banck
Arent-Jan Banck pushed to branch release/2.2 at cms-community / 
hippo-cms-commons


Commits:
00161136 by Arent-Jan Banck at 2017-05-08T13:51:39+02:00
CMS-16 fix for TestCustomHDC test which cannot be executed together with 
TestHDC without forking

- - - - -


1 changed file:

- pom.xml


Changes:

=
pom.xml
=
--- a/pom.xml
+++ b/pom.xml
@@ -48,6 +48,19 @@
 
 
   
+
+  
+
+  
+org.apache.maven.plugins
+maven-surefire-plugin
+
+  always
+  ${project.build.directory}
+
+  
+
+  
 
   

[HippoCMS-scm] [Git][cms-community/hippo-cms] Pushed new branch feature/CMS-10646

2017-05-08 Thread Jasper Floor
Jasper Floor pushed new branch feature/CMS-10646 at cms-community / hippo-cms
___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [onehippo/ckeditor] e912ed: CHANNELMGR-1052 Use window.Wicket instead of just ...

2017-05-08 Thread GitHub
  Branch: refs/heads/feature/visual-editing-psp2-CMS-10715
  Home:   https://github.com/onehippo/ckeditor
  Commit: e912ede8912831de2ca125cb23838e36e113b337
  
https://github.com/onehippo/ckeditor/commit/e912ede8912831de2ca125cb23838e36e113b337
  Author: Mathijs den Burger 
  Date:   2017-05-08 (Mon, 08 May 2017)

  Changed paths:
M plugins/hippopicker/plugin.js

  Log Message:
  ---
  CHANNELMGR-1052 Use window.Wicket instead of just Wicket

Seems cleaner.


___
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][feature/visual-editing-psp2-CHANNELMGR-1052] CHANNELMGR-1052 Fix jslint error

2017-05-08 Thread Mathijs den Burger
Mathijs den Burger pushed to branch feature/visual-editing-psp2-CHANNELMGR-1052 
at cms-community / hippo-addon-channel-manager


Commits:
7ffae480 by Mathijs den Burger at 2017-05-08T09:34:28+02:00
CHANNELMGR-1052 Fix jslint error

- - - - -


1 changed file:

- frontend/pom.xml


Changes:

=
frontend/pom.xml
=
--- a/frontend/pom.xml
+++ b/frontend/pom.xml
@@ -193,6 +193,7 @@
 HST,
 jQuery,
 YAHOO,
+Wicket,
 window
   
   ${basedir}/src/main/resources



View it on GitLab: 
https://code.onehippo.org/cms-community/hippo-addon-channel-manager/commit/7ffae480f2a2ca3c1e9ecb429f7dbc70cd741a84
___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [Git][cms-community/hippo-essentials] Pushed new branch feature/ESSENTIALS-1068

2017-05-08 Thread Bert Leunis
Bert Leunis pushed new branch feature/ESSENTIALS-1068 at cms-community / 
hippo-essentials
___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [Git][cms-community/hippo-cms-translations][master] CMS-10645 moved one property to new files

2017-05-08 Thread Bert Leunis
Bert Leunis pushed to branch master at cms-community / hippo-cms-translations


Commits:
8ef72e5b by Bert Leunis at 2017-05-08T09:57:27+02:00
CMS-10645 moved one property to new files

- - - - -


14 changed files:

- 
hippo-cms/resources/org/hippoecm/frontend/editor/plugins/field/FieldPluginEditor.properties
- 
hippo-cms/resources/org/hippoecm/frontend/editor/plugins/field/FieldPluginEditor.registry.json
- + 
hippo-cms/resources/org/hippoecm/frontend/editor/plugins/field/FieldPluginEditorPlugin$PropertyEditor.properties
- + 
hippo-cms/resources/org/hippoecm/frontend/editor/plugins/field/FieldPluginEditorPlugin$PropertyEditor.registry.json
- + 
hippo-cms/resources/org/hippoecm/frontend/editor/plugins/field/FieldPluginEditorPlugin$PropertyEditor_de.properties
- + 
hippo-cms/resources/org/hippoecm/frontend/editor/plugins/field/FieldPluginEditorPlugin$PropertyEditor_es.properties
- + 
hippo-cms/resources/org/hippoecm/frontend/editor/plugins/field/FieldPluginEditorPlugin$PropertyEditor_fr.properties
- + 
hippo-cms/resources/org/hippoecm/frontend/editor/plugins/field/FieldPluginEditorPlugin$PropertyEditor_nl.properties
- + 
hippo-cms/resources/org/hippoecm/frontend/editor/plugins/field/FieldPluginEditorPlugin$PropertyEditor_zh.properties
- 
hippo-cms/resources/org/hippoecm/frontend/editor/plugins/field/FieldPluginEditor_de.properties
- 
hippo-cms/resources/org/hippoecm/frontend/editor/plugins/field/FieldPluginEditor_es.properties
- 
hippo-cms/resources/org/hippoecm/frontend/editor/plugins/field/FieldPluginEditor_fr.properties
- 
hippo-cms/resources/org/hippoecm/frontend/editor/plugins/field/FieldPluginEditor_nl.properties
- 
hippo-cms/resources/org/hippoecm/frontend/editor/plugins/field/FieldPluginEditor_zh.properties


Changes:

=
hippo-cms/resources/org/hippoecm/frontend/editor/plugins/field/FieldPluginEditor.properties
=
--- 
a/hippo-cms/resources/org/hippoecm/frontend/editor/plugins/field/FieldPluginEditor.properties
+++ 
b/hippo-cms/resources/org/hippoecm/frontend/editor/plugins/field/FieldPluginEditor.properties
@@ -1,5 +1,4 @@
 #Wed Apr 20 11:10:30 CEST 2016
-field-properties=Field properties
 caption=Default Caption
 css=CSS Classes
 add-css=Add CSS class


=
hippo-cms/resources/org/hippoecm/frontend/editor/plugins/field/FieldPluginEditor.registry.json
=
--- 
a/hippo-cms/resources/org/hippoecm/frontend/editor/plugins/field/FieldPluginEditor.registry.json
+++ 
b/hippo-cms/resources/org/hippoecm/frontend/editor/plugins/field/FieldPluginEditor.registry.json
@@ -13,10 +13,6 @@
   "status" : "CLEAN",
   "locales" : null
 },
-"field-properties" : {
-  "status" : "CLEAN",
-  "locales" : null
-},
 "add-css" : {
   "status" : "CLEAN",
   "locales" : null


=
hippo-cms/resources/org/hippoecm/frontend/editor/plugins/field/FieldPluginEditorPlugin$PropertyEditor.properties
=
--- /dev/null
+++ 
b/hippo-cms/resources/org/hippoecm/frontend/editor/plugins/field/FieldPluginEditorPlugin$PropertyEditor.properties
@@ -0,0 +1 @@
+field-properties=Field properties


=
hippo-cms/resources/org/hippoecm/frontend/editor/plugins/field/FieldPluginEditorPlugin$PropertyEditor.registry.json
=
--- /dev/null
+++ 
b/hippo-cms/resources/org/hippoecm/frontend/editor/plugins/field/FieldPluginEditorPlugin$PropertyEditor.registry.json
@@ -0,0 +1,9 @@
+{
+  "bundleType" : "WICKET",
+  "keyData" : {
+"field-properties" : {
+  "status" : "CLEAN",
+  "locales" : null
+}
+  }
+}
\ No newline at end of file


=
hippo-cms/resources/org/hippoecm/frontend/editor/plugins/field/FieldPluginEditorPlugin$PropertyEditor_de.properties
=
--- /dev/null
+++ 
b/hippo-cms/resources/org/hippoecm/frontend/editor/plugins/field/FieldPluginEditorPlugin$PropertyEditor_de.properties
@@ -0,0 +1 @@
+field-properties=Feldeigenschaften


=
hippo-cms/resources/org/hippoecm/frontend/editor/plugins/field/FieldPluginEditorPlugin$PropertyEditor_es.properties
=
--- /dev/null
+++ 
b/hippo-cms/resources/org/hippoecm/frontend/editor/plugins/field/FieldPluginEditorPlugin$PropertyEditor_es.properties
@@ -0,0 +1 @@
+field-properties=Propiedades de campo


=
hippo-cms/resources/org/hippoecm/frontend/editor/plugins/field/FieldPluginEditorPlugin$PropertyEditor_fr.properties
=
--- /dev/null
+++ 
b/hippo-cms/resources/org/hippoecm/frontend/editor/plugins/field/FieldPluginEditorPlugin$PropertyEditor_fr.properties
@@ -0,0 +1 @@
+field-properties=Propri\u00E9t\u00E9s du champ


=