Joeri de Gooijer pushed to branch bugfix/CHANNELMGR-1380 at cms-community / 
hippo-addon-channel-manager


Commits:
0cd329fe by Ariel Weinberger at 2017-07-04T12:57:03+02:00
CHANNELMGR-1348 Fix broken SVG icons on Microsoft Edge browser

- - - - -
b7b4e349 by Ariel Weinberger at 2017-07-06T15:42:14+02:00
CHANNELMGR-1270 Fix bug where DragulaJS is not loaded properly if the site has 
RequireJS loaded

- Add unit tests

- - - - -
bb05ef64 by Arent-Jan Banck at 2017-07-06T16:00:47+02:00
CHANNELMGR-1382 Update ckeditor to released version 4.7.0-h1
- - - - -
ac942334 by Arent-Jan Banck at 2017-07-06T16:03:28+02:00
CHANNELMGR-1382 prepare release hippo-addon-channel-manager-5.0.0

- - - - -
c533f7f0 by Arent-Jan Banck at 2017-07-06T16:03:31+02:00
CHANNELMGR-1382 prepare for next development iteration

- - - - -
57f90af0 by Arthur Bogaart at 2017-07-07T10:54:16+02:00
CHANNELMGR-1349 Remove property before write if #isMultiple
mismatches

When writing multiple values to an existing property that
contains a single value (and vice versa), we need to remove the
property prior to calling node.setProperty(name, value(s)).

- - - - -
318942b0 by Michiel Rop at 2017-07-07T12:14:23+02:00
CHANNELMGR-1383 Replace call to non-existing function

- - - - -
6c3381f4 by Ariel Weinberger at 2017-07-10T12:30:45+02:00
Merge branch 'feature/CHANNELMGR-1270'

- - - - -
3872b3c3 by Ariel Weinberger at 2017-07-10T12:33:41+02:00
Merge branch 'feature/CHANNELMGR-1348'

- - - - -
774ec6d3 by Arthur Bogaart at 2017-07-11T12:59:28+02:00
CHANNELMGR-1349 Use explicit isMultiple

Instead of using maxValues > 1 as a definition of #isMultiple, we
simply use the boolean value defined in the ContentTypeItem.

Because of this we have to set isMultiple explicitly in a couple
of tests, instead of just setting maxValues.

Also added two new log messages to log4j-filters.txt

- - - - -
79bcd107 by Arthur Bogaart at 2017-07-11T13:04:53+02:00
CHANNELMGR-1349 Reintegrate bugfix/CHANNELMGR-1349

- - - - -
ab2e30dd by Ariel Weinberger at 2017-07-11T15:04:40+02:00
CHANNELMGR-1354 Preserve focus of input fields in the rightSidePanel when 
clicking valid elements

- - - - -
3344ab71 by Ariel Weinberger at 2017-07-11T15:27:14+02:00
CHANNELMGR-1354 Clean code

- - - - -
0aa8abd1 by Arthur Bogaart at 2017-07-11T15:41:18+02:00
CHANNELMGR-888 Add document types cache

- cache document types using guava
- the cache is invalidated when a JCR event on /hippo:namespaces or
any of it's descendants is triggered.

- - - - -
630068e7 by Ariel Weinberger at 2017-07-11T16:44:00+02:00
CHANNELMGR-1354 Add onBlur handling for ckeditor input fields, remove 
unnecessary code

- - - - -
cc70c019 by Ariel Weinberger at 2017-07-12T12:04:54+02:00
CHANNELMGR-1354 Fix failed tests

- - - - -
c325fb2b by Ariel Weinberger at 2017-07-12T14:04:14+02:00
CHANNELMGR-1354 Add unit tests for FieldService focused input preserve feature

- - - - -
dd30a649 by Ariel Weinberger at 2017-07-12T14:07:31+02:00
CHANNELMGR-1354 Fix rightSidePanel tests

- Expect FieldService.triggerInputFocus() to be called when toggling right side 
panel max/normal width

- - - - -
d3660123 by Ariel Weinberger at 2017-07-12T16:49:04+02:00
CHANNELMGR-1354 Add unit tests to ckeditor component

- - - - -
64a97f8f by Ariel Weinberger at 2017-07-12T17:23:58+02:00
CHANNELMGR-1354 Add unit tests coverage for input field focus preservation to 
primitiveField component

- - - - -
12fe58f6 by Ariel Weinberger at 2017-07-13T10:18:43+02:00
CHANNELMGR-1354 Fix typo in FieldService spec

- - - - -
92cc9dd6 by Ariel Weinberger at 2017-07-13T10:24:06+02:00
CHANNELMGR-1354 Re-order unit tests sequence for primitiveField

- - - - -
d2723ca9 by Ariel Weinberger at 2017-07-13T10:24:55+02:00
Merge branch 'feature/CHANNELMGR-1354'

- - - - -
e2ed73b3 by Michael Metternich at 2017-07-13T16:34:14+02:00
CHANNELMGR-888 Minor code quality improvements
- Added private constructor to make instantiation impossible
- Exception that was not used defined as ignore
- Throw InternalServerErrorException instead of NotFoundException since
this better covers the situation.
- Rename private method

- - - - -
3ee23ec5 by Michael Metternich at 2017-07-13T16:43:04+02:00
CHANNELMGR-888 Remove println

- - - - -
0d11a984 by Michael Metternich at 2017-07-13T16:44:23+02:00
CHANNELMGR-888 Reintegrate feature/CHANNELMGR-888

- - - - -
e39dc8a8 by Joeri de Gooijer at 2017-07-14T21:18:10+02:00
CHANNELMGR-1380 Merge branch 'master' into bugfix/CHANNELMGR-1380

- - - - -


30 changed files:

- content-service/pom.xml
- 
content-service/src/main/java/org/onehippo/cms/channelmanager/content/ChannelContentServiceModule.java
- 
content-service/src/main/java/org/onehippo/cms/channelmanager/content/documenttype/DocumentTypesService.java
- 
content-service/src/main/java/org/onehippo/cms/channelmanager/content/documenttype/DocumentTypesServiceImpl.java
- 
content-service/src/main/java/org/onehippo/cms/channelmanager/content/documenttype/field/type/AbstractFieldType.java
- 
content-service/src/main/java/org/onehippo/cms/channelmanager/content/documenttype/field/type/FieldType.java
- 
content-service/src/main/java/org/onehippo/cms/channelmanager/content/documenttype/field/type/StringFieldType.java
- 
content-service/src/test/java/org/onehippo/cms/channelmanager/content/documenttype/field/type/AbstractFieldTypeTest.java
- 
content-service/src/test/java/org/onehippo/cms/channelmanager/content/documenttype/field/type/ChoiceFieldTypeTest.java
- 
content-service/src/test/java/org/onehippo/cms/channelmanager/content/documenttype/field/type/FormattedTextFieldTypeTest.java
- 
content-service/src/test/java/org/onehippo/cms/channelmanager/content/documenttype/field/type/RichTextFieldTypeTest.java
- 
content-service/src/test/java/org/onehippo/cms/channelmanager/content/documenttype/field/type/StringFieldTypeTest.java
- content-service/src/test/resources/log4j-filters.txt
- frontend-api/pom.xml
- frontend-ng/pom.xml
- frontend-ng/src/angularjs/channel/actions/channelActions.service.js
- frontend-ng/src/angularjs/channel/hippoIframe/dragDrop/dragDrop.service.js
- 
frontend-ng/src/angularjs/channel/hippoIframe/dragDrop/dragDrop.service.spec.js
- 
frontend-ng/src/angularjs/channel/sidePanels/rightSidePanel/fields/ckeditor/ckeditor.component.spec.js
- 
frontend-ng/src/angularjs/channel/sidePanels/rightSidePanel/fields/ckeditor/ckeditor.controller.js
- 
frontend-ng/src/angularjs/channel/sidePanels/rightSidePanel/fields/field.service.js
- 
frontend-ng/src/angularjs/channel/sidePanels/rightSidePanel/fields/field.service.spec.js
- 
frontend-ng/src/angularjs/channel/sidePanels/rightSidePanel/fields/primitiveField/primitiveField.controller.js
- 
frontend-ng/src/angularjs/channel/sidePanels/rightSidePanel/fields/primitiveField/primitiveField.html
- 
frontend-ng/src/angularjs/channel/sidePanels/rightSidePanel/fields/primitiveField/primitiveField.spec.js
- 
frontend-ng/src/angularjs/channel/sidePanels/rightSidePanel/rightSidePanel.controller.js
- 
frontend-ng/src/angularjs/channel/sidePanels/rightSidePanel/rightSidePanel.spec.js
- frontend-ng/src/images/maximize-sidepanel.svg
- frontend-ng/src/images/toggle_components_overlay.svg
- frontend-ng/src/images/un-maximize-sidepanel.svg


The diff was not included because it is too large.


View it on GitLab: 
https://code.onehippo.org/cms-community/hippo-addon-channel-manager/compare/e5adba921377341ae3872b77fa9c09befcfb0863...e39dc8a86ae6fc2d20aa20321e0f9ce9440866a8
_______________________________________________
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn

Reply via email to