NetgenRemoteMediaBundle icon indicating copy to clipboard operation
NetgenRemoteMediaBundle copied to clipboard

Netgen Remote Media Bundle is an eZ Platform and eZ Publish extension providing field type which supports remote resource providers such as Cloudinary.

Results 16 NetgenRemoteMediaBundle issues
Sort by recently updated
recently updated
newest added

N.B. documentation/installation instructions have not been written yet # Changes ## JS plugin - code is versioned alongside the Vue **production build**, but is not built itself - **why?**: cke5...

Due to end of life of php7.4 I attempted to upgrade eZ Platform 2.5 project to Ibexa 3.3, so we can operate on php8. What I found: 1. remote-media-bundle:3.0.x-dev installs...

Bumps [yargs-parser](https://github.com/yargs/yargs-parser) from 5.0.0 to 5.0.1. Release notes Sourced from yargs-parser's releases. yargs-parser v5.0.1 Bug Fixes security: address GHSA-p9pc-299p-vxgp (#362) (1c417bd) Changelog Sourced from yargs-parser's changelog. 5.0.0 (2017-02-18) Bug Fixes...

dependencies

Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.1 to 6.5.4. Commits 43ac7f2 6.5.4 f4bc72b package: bump deps 441b742 ec: validate that a point before deriving keys e71b2d9 lib: relint using eslint 8421a01 build(deps): bump...

dependencies

Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.18.0 to 1.18.1. Changelog Sourced from http-proxy's changelog. v1.18.1 - 2020-05-17 Merged Skip sending the proxyReq event when the expect header is present [#1447](https://github.com/http-party/node-http-proxy/issues/1447) Remove node6 support,...

dependencies

Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 9.15.10 to 9.18.5. Release notes Sourced from highlight.js's releases. 10.3.2 - Oops, "Javascript". Tiny tiny release, just to fix the website incorrectly not listing Javascript in the...

dependencies

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.2.0 to 4.5.3. Changelog Sourced from handlebars's changelog. v4.5.3 - November 18th, 2019 Bugfixes: fix: add "no-prototype-builtins" eslint-rule and fix all occurences - f7f05d7 fix: add more...

dependencies

`FieldType::fromHash()` should return an instance of field type's value, but instead it returns an instance of `InputValue`. That means it will not work correctly over REST API.

added additional argument to migrate command so non-interactive usage is possible. e.g. to migrate image from "image" field to "remote_image" field in all "ng_news" type of content: ``` php bin/console_test...