Bert Leunis pushed to branch feature/ESSENTIALS-1046 at cms-community / 
hippo-essentials


Commits:
151035de by Bert Leunis at 2016-05-13T15:40:52+02:00
ESSENTIALS-979 take situation of missing jcr:data property into account

- - - - -
b64d3079 by Bert Leunis at 2016-05-13T16:15:08+02:00
ESSENTIALS-979 check for manditory property is useless

- - - - -
ec625492 by Bert Leunis at 2016-09-13T12:03:58+02:00
Merge branch 'master' into bugfix/ESSENTIALS-979

- - - - -
a9bf1502 by Bert Leunis at 2016-09-13T13:18:14+02:00
ESSENTIALS-979 remove unused code

- - - - -
f89e7d94 by Bert Leunis at 2016-09-13T13:26:38+02:00
ESSENTIALS-979 rename variables & try processing other variants when 1 fails

- - - - -
da79d63d by Bert Leunis at 2016-09-13T13:58:02+02:00
ESSENTIALS-979 take upscaling setting per variant into account

- - - - -
d9349ab8 by Bert Leunis at 2016-09-13T14:13:40+02:00
ESSENTIALS-979 changed script to bootstrapped XML

- - - - -
5b6c8611 by Michiel Rop at 2016-09-23T15:09:14+02:00
 ESSENTIALS-979: Improve ImageSetUpdater: more robust if jcr:data is not 
present; upscale per variant.

 - added upscale, strategy and compression per image variant
 - added (provided) dependencies to pom so ImageSetUpdater.groovy compiles
 - set batchsize to 1 so one failing image update does not affect the others

- - - - -
d7428142 by Michiel Rop at 2016-09-26T10:22:25+02:00
 ESSENTIALS-979: Improve ImageSetUpdater: more robust if jcr:data is not 
present; upscale per variant.

 - set batchsize back to 10, because session.save is called and exceptions are 
caught inside the updater

- - - - -
206036e9 by Bert Leunis at 2016-10-21T16:59:59+02:00
ESSENTIALS-1033 change markup of banners and carousel templates so the result 
is always a single dom element

- - - - -
03313596 by Bert Leunis at 2016-10-24T10:52:08+02:00
ESSENTIALS-1033 change markup of blog post templates so the result is always a 
single dom element

- - - - -
8ef8640a by Bert Leunis at 2016-10-24T11:24:18+02:00
ESSENTIALS-1033 change markup of event templates so the result is always a 
single dom element

- - - - -
816e4e04 by Bert Leunis at 2016-10-24T11:37:16+02:00
ESSENTIALS-1033 change markup of faq templates so the result is always a single 
dom element

- - - - -
bab8cacb by Bert Leunis at 2016-10-24T11:54:25+02:00
ESSENTIALS-1033 change markup of googlemaps templates so the result is always a 
single dom element

- - - - -
9f6eb19a by Bert Leunis at 2016-10-24T12:36:22+02:00
ESSENTIALS-1033 change markup of image templates so the result is always a 
single dom element

- - - - -
e0f32703 by Bert Leunis at 2016-10-24T13:54:15+02:00
ESSENTIALS-1033 change markup of list templates so the result is always a 
single dom element

- - - - -
54a6094f by Bert Leunis at 2016-10-24T14:00:08+02:00
ESSENTIALS-1033 change markup of menu plugin templates so the result is always 
a single dom element

- - - - -
b2c336b8 by Bert Leunis at 2016-10-24T14:17:19+02:00
ESSENTIALS-1033 change markup of news plugin templates so the result is always 
a single dom element (2 have only layout changes)

- - - - -
d12fdcf3 by Bert Leunis at 2016-10-24T14:21:40+02:00
ESSENTIALS-1033 change markup of search plugin templates so the result is 
always a single dom element

- - - - -
01bcca28 by Bert Leunis at 2016-10-24T14:24:02+02:00
ESSENTIALS-1033 change markup of seo plugin templates so the result is always a 
single dom element

- - - - -
740b40ba by Bert Leunis at 2016-10-24T14:40:17+02:00
ESSENTIALS-1033 change markup of content plugin templates so the result is 
always a single dom element

- - - - -
718e66fd by Bert Leunis at 2016-10-24T15:02:51+02:00
ESSENTIALS-1033 change markup of video plugin templates so the result is always 
a single dom element

- - - - -
e8191746 by Bert Leunis at 2016-10-24T16:42:30+02:00
ESSENTIALS-1033 all containers to type hst.markup. included containers may have 
no siblings in parent template.

- - - - -
0c92b265 by Jeroen Hoffman at 2016-11-29T15:44:47+01:00
ESSENTIALS-979 Merge branch 'master' into bugfix/ESSENTIALS-979

- - - - -
89846afc by Jeroen Hoffman at 2016-12-01T17:55:59+01:00
ESSENTIALS-979 integrating Bert's and Michiel's changes plus: use 
parameters; never regenerate originals!

- Remove unused code on imageSets from namespace
- Put back node.getSession().refresh on exception (proven by client issue)
- Put back data.hasProperty(JcrConstants.JCR_DATA)  (proven by client issue)
- Documentation and logging improvements
- Do not do session.save(), rely on CMS to do that

- - - - -
8d645b30 by Jeroen Hoffman at 2016-12-02T10:51:51+01:00
ESSENTIALS-979 do skip thumbnails per default

- - - - -
4fbd36c8 by Jeroen Hoffman at 2016-12-02T10:55:05+01:00
ESSENTIALS-979 typo regererate

- - - - -
15828122 by Saimir Muco at 2016-12-06T10:25:57+01:00
ESSENTIALS-1033 wrap the video component iframe with a div tag

- - - - -
bca725be by Jeroen Hoffman at 2016-12-06T16:58:14+01:00
ESSENTIALS-979 base the variants to be processed on the namespace definition 
instead of the processor configuration

- - - - -
7cf9faac by Jeroen Hoffman at 2016-12-09T14:53:40+01:00
ESSENTIALS-1033 Reintegrate feature/ESSENTIALS-1033 into master

- - - - -
d4378c04 by Bert Leunis at 2016-12-22T11:25:53+01:00
ESSENTIALS-1033 put top and menu grid each in a row of their own

- - - - -
877bab9d by Bert Leunis at 2016-12-28T09:25:38+01:00
feature/ESSENTIALS-1033 Merge master changes into feature/ESSENTIALS-1033

- - - - -
c8c3389e by Bert Leunis at 2016-12-28T09:36:01+01:00
feature/ESSENTIALS-1033 Reintegrate development branch feature/ESSENTIALS-1033

- - - - -
23702e41 by Bert Leunis at 2017-01-02T15:49:54+01:00
ESSENTIALS-1049 java doc and whitespace fixes

- - - - -
7b0424ad by Bert Leunis at 2017-01-02T15:52:00+01:00
ESSENTIALS-1049 do not schedule the script for updating existing images when a 
not yet fully variant configuration node has been saved

- - - - -
ea428db1 by Bert Leunis at 2017-01-03T10:07:15+01:00
ESSENTIALS-1050 replaced & with &

- - - - -
b3dbc77f by Bert Leunis at 2017-01-06T16:27:46+01:00
ESSENTIALS-1040 give javascript console warning in the browser when no api key 
is given

- - - - -
0ceef05b by Tobias Jeger at 2017-01-09T15:27:24+01:00
ESSENTIALS-604 Update copyright year of NOTICE file to 2017
- - - - -
624975de by Saimir Muco at 2017-01-09T15:31:01+01:00
Merge remote-tracking branch 'remotes/origin/bugfix/ESSENTIALS-1040'

- - - - -
6e5b531e by Saimir Muco at 2017-01-09T16:03:32+01:00
Merge branch 'bugfix/ESSENTIALS-1050'

- - - - -
e5ae0136 by Saimir Muco at 2017-01-09T16:35:56+01:00
ESSENTIALS-1049 don't execute image updater script immediately after 
creating the variant name

- - - - -
fcc708c1 by Jeroen Hoffman at 2017-01-12T12:49:48+01:00
ESSENTIALS-979 Merge branch 'master' into bugfix/ESSENTIALS-979

- - - - -
b721d071 by Jeroen Hoffman at 2017-01-12T13:29:41+01:00
ESSENTIALS-979 rename 'skipThumbnails' to the more accurate 
skipDefaultThumbnail

- - - - -
320293cf by Bert Leunis at 2017-01-12T14:06:11+01:00
ESSENTIALS-1047 obsolete translations properties removed

- - - - -
ad433da1 by Jeroen Hoffman at 2017-01-12T15:10:17+01:00
ESSENTIALS-979 check at initialization time instead of update time: image 
variant config width and height being 0 and imageSetVariants having no 
variants/fields
- return booleans correctly in the doUpdate()
- logging improvements

- - - - -
3f440caf by Jeroen Hoffman at 2017-01-12T15:53:03+01:00
ESSENTIALS-979 change to Groovy style coding: remove semicolons and use == 
instead of equals on a String

- - - - -
34d25b9c by Bert Leunis at 2017-01-18T13:41:13+01:00
ESSENTIALS-1051 take protect overwrite on class level into account

- - - - -
798fb36d by Bert Leunis at 2017-01-18T13:58:27+01:00
ESSENTIALS-1051 code formatting and prevent IDE warnings

- - - - -
e5e1b8c2 by Bert Leunis at 2017-01-23T13:42:43+01:00
ESSENTIALS-979 Merge master changes in bugfix/ESSENTIALS-979

- - - - -
571a30b5 by Bert Leunis at 2017-01-23T13:45:23+01:00
ESSENTIALS-979 Reintegrate bugfix/ESSENTIALS-979

- - - - -
842b0973 by Joeri de Gooijer at 2017-01-30T15:38:13+01:00
ESSENTIALS-1053 Update package.json with peerDependencies from Hippo Theme

- - - - -
fd0432cb by Joeri de Gooijer at 2017-01-30T15:42:05+01:00
ESSENTIALS-1053 readd shrinkwrap

- - - - -
d1e9d276 by Jasper Floor at 2017-01-31T11:59:01+01:00
ESSENTIALS-1052 hippo compounds now have HippoCompound as base class

- - - - -
cbd9fe6e by Bert Leunis at 2017-02-03T10:52:47+01:00
ESSENTIALS-1052 update license headers

- - - - -
e6edacf5 by Bert Leunis at 2017-02-03T11:00:15+01:00
ESSENTIALS-1052 Merge master changes into bugfix/ESSENTIALS-1052

- - - - -
457a5637 by Bert Leunis at 2017-02-03T11:08:16+01:00
ESSENTIALS-1052 Reintegrate bugfix/ESSENTIALS-1052

- - - - -
94367235 by Jasper Floor at 2017-02-08T16:03:12+01:00
ESSENTIALS-1051 convertImageMethods doesn't respect method annotation

- - - - -
2112b9e3 by Bert Leunis at 2017-02-09T10:45:01+01:00
ESSENTIALS-1051 Merge master changes in bugfix/ESSENTIALS-1051

- - - - -
4681c95a by Bert Leunis at 2017-02-09T10:55:40+01:00
ESSENTIALS-1051 Reintegrate bugfix/ESSENTIALS-1051

- - - - -
6bfd9352 by Bert Leunis at 2017-02-14T14:24:04+01:00
ESSENTIALS-1046 Merge master changes into feature/ESSENTIALS-1046

- - - - -


30 changed files:

- NOTICE
- dashboard/npm-shrinkwrap.json
- dashboard/package.json
- 
plugin-sdk/implementation/src/main/java/org/onehippo/cms7/essentials/dashboard/services/ContentBeansService.java
- 
plugin-sdk/implementation/src/main/java/org/onehippo/cms7/essentials/dashboard/utils/EssentialConst.java
- 
plugins/banner-and-carousel/src/main/resources/freemarker/essentials-banner-without-description.ftl
- 
plugins/banner-and-carousel/src/main/resources/freemarker/essentials-banner.ftl
- 
plugins/banner-and-carousel/src/main/resources/freemarker/essentials-carousel.ftl
- plugins/banner-and-carousel/src/main/resources/jsp/essentials-banner.jsp
- plugins/banner-and-carousel/src/main/resources/jsp/essentials-carousel.jsp
- plugins/blog/src/main/resources/content/blog-labels.xml
- plugins/blog/src/main/resources/content/facet-labels.xml
- plugins/blog/src/main/resources/freemarker/blog-author-posts.ftl
- plugins/blog/src/main/resources/freemarker/blog-facet.ftl
- plugins/blog/src/main/resources/freemarker/blog-list-variant.ftl
- plugins/blog/src/main/resources/freemarker/blog-list.ftl
- plugins/blog/src/main/resources/hst/workspace/bloglistdetail.xml
- plugins/blog/src/main/resources/hst/workspace/bloglistsidebar.xml
- plugins/blog/src/main/resources/hst/workspace/blogpagedetail.xml
- plugins/blog/src/main/resources/hst/workspace/blogpagesidebar.xml
- plugins/blog/src/main/resources/jsp/blog-author-posts.jsp
- plugins/blog/src/main/resources/jsp/blog-facet.jsp
- plugins/blog/src/main/resources/jsp/blog-list.jsp
- 
plugins/events/src/main/resources/freemarker/eventslist-main-eventslist-variant.ftl
- plugins/events/src/main/resources/freemarker/eventslist-main-eventslist.ftl
- plugins/events/src/main/resources/jsp/eventslist-main-eventslist.jsp
- plugins/events/src/main/resources/xml/hst/workspace/eventslist.xml
- plugins/events/src/main/resources/xml/hst/workspace/eventspage.xml
- 
plugins/faq/src/main/resources/instructions/freemarker/faqlist-main-variant.ftl
- plugins/faq/src/main/resources/instructions/freemarker/faqlist-main.ftl


The diff was not included because it is too large.


View it on GitLab: 
https://code.onehippo.org/cms-community/hippo-essentials/compare/1e38ac8372eeebe3a3769496bf190002c4f18bea...6bfd9352de2233d8d1d4b0fe656ecc80cb344e88
_______________________________________________
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn

Reply via email to