Branch: refs/heads/hippo/4.7.x
  Home:   https://github.com/onehippo/ckeditor
  Commit: b23e6b3308e824b8e4937cf0bacada512347af34
      
https://github.com/onehippo/ckeditor/commit/b23e6b3308e824b8e4937cf0bacada512347af34
  Author: Mathijs den Burger <mathijs.denbur...@bloomreach.com>
  Date:   2018-02-19 (Mon, 19 Feb 2018)

  Changed paths:
    M config/pom.xml
    M pom.xml

  Log Message:
  -----------
  CMS-11021 Set development version to 4.7.1-h12.2.0-SNAPSHOT


  Commit: b92bcfba6e3e07e97cc3bda72161cee7437d0c95
      
https://github.com/onehippo/ckeditor/commit/b92bcfba6e3e07e97cc3bda72161cee7437d0c95
  Author: Mathijs den Burger <mathijs.denbur...@bloomreach.com>
  Date:   2018-02-19 (Mon, 19 Feb 2018)

  Changed paths:
    M plugins/image2/dialogs/image2.js

  Log Message:
  -----------
  CMS-11021 Parse image URL before fetching it

The URL of the image prefetched by the image2 plugin should always be a
valid, absolute URL. However, while entering an absolute URL the value
can be interpreted as a relative URL (e.g. "http", the start of an
absolute URL, will be interpreted as a relative URL by the browser).
Such relative URLs should be ignored. The URL constructor throws an
error for illegal and relative URLs, so that's the simple yet effective
filter.

Providing this fix upstream is hard because officially CKEditor
still supports IE. However, IE does not support the URL constructor.


  Commit: a2d90d28abd5feb5c655be4afa73b4db3de132f9
      
https://github.com/onehippo/ckeditor/commit/a2d90d28abd5feb5c655be4afa73b4db3de132f9
  Author: Mathijs den Burger <mathijs.denbur...@bloomreach.com>
  Date:   2018-02-19 (Mon, 19 Feb 2018)

  Changed paths:
    M config/pom.xml
    M plugins/image2/dialogs/image2.js
    M pom.xml

  Log Message:
  -----------
  CMS-11021 Reintegrate bugfix/CMS-11021


Compare: 
https://github.com/onehippo/ckeditor/compare/393c946ce478...a2d90d28abd5
_______________________________________________
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn

Reply via email to