Arthur Bogaart pushed to branch feature/CHANNELMGR-1673 at cms-community / 
hippo-addon-channel-manager


Commits:
d90e1091 by Arent-Jan Banck at 2017-12-04T14:33:02+01:00
CHANNELMGR-1624

- - - - -
0936d68c by Bert Leunis at 2017-12-08T16:09:26+01:00
CHANNELMGR-1537 log tracking message. add option to provide message parameters.

- - - - -
d0999c78 by Bert Leunis at 2017-12-11T11:57:53+01:00
CHANNELMGR-1537 populate docType with unsupported field types

- - - - -
b277dd23 by Bert Leunis at 2017-12-11T16:13:25+01:00
CHANNELMGR-1537 sort types alphabetically. only report known hippo types by 
name.

- - - - -
005b4c70 by Bert Leunis at 2017-12-12T09:21:44+01:00
CHANNELMGR-1537 update unit tests for new methods

- - - - -
d53ffc80 by Bert Leunis at 2017-12-12T12:21:50+01:00
CHANNELMGR-1537 added unit tests

- - - - -
7e819ed4 by Michael Metternich at 2017-12-14T13:28:56+01:00
CHANNELMGR-1537 Minor code improvements

- - - - -
9ee6f902 by Michael Metternich at 2017-12-14T13:29:52+01:00
CHANNELMGR-1537 Reintegrate feature/CHANNELMGR-1537

- - - - -
100ffa81 by Mathijs den Burger at 2018-01-02T16:56:10+01:00
CHANNELMGR-1585 Report all HTTP requests in Angular as user activity

The Channel Manager used to report only calls to the HST as user
activity. Calls to the CMS (i.e. to the content service) were not
reported as user activity.

- - - - -
6c316fd9 by Mathijs den Burger at 2018-01-04T11:25:01+01:00
CHANNELMGR-1585 Report page loads as user activity

Otherwise active logout will kick out users that are just browsing pages
in the Channel Manager (e.g. to preview content).

- - - - -
9203e896 by Mathijs den Burger at 2018-01-04T11:25:23+01:00
CHANNELMGR-1585 Reintegrate bugfix/CHANNELMGR-1585

- - - - -
9dfe19e1 by Mathijs den Burger at 2018-01-05T12:35:07+01:00
CHANNELMGR-1660 Remove all usage of Angular 4 and Material 2

Back to AngularJs only. For now.

- - - - -
9e569b3f by Mathijs den Burger at 2018-01-09T12:01:38+01:00
CHANNELMGR-1670 Reintegrate 'feature/CHANNELMGR-1660-angularjs'

The first part of the POC in CHANNELMGR-1660 was to revert back to
AngularJs. Only these changes are reintegrated.

- - - - -
eae866db by Bert Leunis at 2018-01-09T13:50:51+01:00
CHANNELMGR-1523 also load the prototype item of a menu

- - - - -
5d9ef5c9 by Bert Leunis at 2018-01-11T10:47:31+01:00
CHANNELMGR-1523 added the unit test for this case

- - - - -
a1a42c1a by Michael Metternich at 2018-01-12T14:59:18+01:00
CHANNELMGR-1523 Reintegrate bugfix/CHANNELMGR-1523

- - - - -
a5bb3035 by Arthur Bogaart at 2018-01-14T14:29:13+01:00
CHANNELMGR-1673 Merge master changes into feature/create-content

- - - - -
a4e0ca1c by Arthur Bogaart at 2018-01-17T00:23:16+01:00
CHANNELMGR-1673 Fix NameUrlFieldsDialog template loading

- - - - -
c4d07620 by Arthur Bogaart at 2018-01-17T00:27:28+01:00
CHANNELMGR-1673 Fix indent

- - - - -
57defca8 by Arthur Bogaart at 2018-01-17T00:30:26+01:00
CHANNELMGR-1673 Remove fieldsEditor component

Could not find a reference.

- - - - -
c5a89fe8 by Arthur Bogaart at 2018-01-17T00:32:11+01:00
CHANNELMGR-1673 Bump to frontend-build 7.0.2

- - - - -
44c63a3f by Arthur Bogaart at 2018-01-17T00:32:51+01:00
CHANNELMGR-1673 Fix ui-router import

- - - - -
e9fbb3cc by Arthur Bogaart at 2018-01-17T00:34:14+01:00
CHANNELMGR-1673 Remove left-over typescript files

- - - - -
8f29e371 by Arthur Bogaart at 2018-01-17T00:35:33+01:00
CHANNELMGR-1673 Fix missing sharedspace-toolbar-component

- - - - -
4cb4b1ab by Arthur Bogaart at 2018-01-18T11:55:31+01:00
CHANNELMGR-1673 Fix fields module import

- - - - -
abf23415 by Arthur Bogaart at 2018-01-18T12:01:29+01:00
CHANNELMGR-1673 Add throttle factory

- - - - -
08eeaa93 by Arthur Bogaart at 2018-01-18T12:11:03+01:00
CHANNELMGR-1673 Replace Observable.debounce with custom throttle/ng-onchange

- add urlUpdate to bindings, this disables the 'Change' button in the 
nameUrlFieldsDialog while the server is generating a new URL slug
- Ensure SLUG requests are sent in series; this will reduce the number of 
callbacks for slow connections/high server loads and a faster UI.

- - - - -


30 changed files:

- 
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/FieldTypeUtils.java
- 
content-service/src/main/java/org/onehippo/cms/channelmanager/content/documenttype/model/DocumentType.java
- 
content-service/src/test/java/org/onehippo/cms/channelmanager/content/documenttype/DocumentTypesServiceImplTest.java
- 
content-service/src/test/java/org/onehippo/cms/channelmanager/content/documenttype/field/FieldTypeUtilsTest.java
- frontend-ng/build.conf.js
- frontend-ng/package-lock.json
- frontend-ng/package.json
- − frontend-ng/src/app/app.module.ts
- frontend-ng/src/app/channel/actions/channelActions.ng1.module.js → 
frontend-ng/src/app/channel/actions/actions.js
- frontend-ng/src/app/channel/channel.ng1.module.js → 
frontend-ng/src/app/channel/channel.js
- − frontend-ng/src/app/channel/channel.module.ts
- frontend-ng/src/app/channel/hippoIframe/hippoIframe.ng1.module.js → 
frontend-ng/src/app/channel/hippoIframe/hippoIframe.js
- frontend-ng/src/app/channel/hippoIframe/hippoIframe.service.js
- frontend-ng/src/app/channel/hippoIframe/hippoIframe.service.spec.js
- frontend-ng/src/app/channel/mask/mask.ng1.module.js → 
frontend-ng/src/app/channel/mask/mask.module.js
- frontend-ng/src/app/channel/menu/menu.ng1.module.js → 
frontend-ng/src/app/channel/menu/menu.js
- frontend-ng/src/app/channel/page/actions/pageActions.ng1.module.js → 
frontend-ng/src/app/channel/page/actions/actions.js
- frontend-ng/src/app/channel/page/page.ng1.module.js → 
frontend-ng/src/app/channel/page/page.js
- frontend-ng/src/app/channel/projectToggle/projectToggle.ng1.module.js → 
frontend-ng/src/app/channel/projectToggle/projectToggle.module.js
- frontend-ng/src/app/channel/relevance/relevance.ng1.module.js → 
frontend-ng/src/app/channel/relevance/relevance.js
- 
frontend-ng/src/app/channel/sidePanels/leftSidePanel/componentCatalog/componentCatalog.ng1.module.js
 → 
frontend-ng/src/app/channel/sidePanels/leftSidePanel/componentCatalog/componentCatalog.module.js
- 
frontend-ng/src/app/channel/sidePanels/leftSidePanel/leftSidePanel.ng1.module.js
 → frontend-ng/src/app/channel/sidePanels/leftSidePanel/leftSidePanel.module.js
- 
frontend-ng/src/app/channel/sidePanels/rightSidePanel/create-content/createContent.module.js
- 
frontend-ng/src/app/channel/sidePanels/rightSidePanel/create-content/nameUrlFields/nameUrlFields.component.js
- 
frontend-ng/src/app/channel/sidePanels/rightSidePanel/create-content/nameUrlFields/nameUrlFields.controller.js
- 
frontend-ng/src/app/channel/sidePanels/rightSidePanel/create-content/nameUrlFields/nameUrlFields.controller.spec.js
- 
frontend-ng/src/app/channel/sidePanels/rightSidePanel/create-content/nameUrlFields/nameUrlFields.html
- 
frontend-ng/src/app/channel/sidePanels/rightSidePanel/create-content/step2/step2.controller.js
- 
frontend-ng/src/app/channel/sidePanels/rightSidePanel/fields/ckeditor/ckeditor.ng1.module.js
 → 
frontend-ng/src/app/channel/sidePanels/rightSidePanel/fields/ckeditor/ckeditor.module.js


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/5e056355ba5d6a194542b5f9e6d6d2d69a19f3d0...08eeaa93244d09e4f5da45ddc65def6753a4ad96

---
View it on GitLab: 
https://code.onehippo.org/cms-community/hippo-addon-channel-manager/compare/5e056355ba5d6a194542b5f9e6d6d2d69a19f3d0...08eeaa93244d09e4f5da45ddc65def6753a4ad96
You're receiving this email because of your account on code.onehippo.org.
_______________________________________________
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn

Reply via email to