-
# Bug Report
## Please make sure all the following boxes are checked before submitting your issue - thank you!
- [x] This is not a security issue / vulnerability -> send them to security@pimcore.org…
-
Hello,
I just tried to install your plugin with composer (using `composer require divante-ltd/pimcore-notifications`) on the fresh last stable pimcore (4.4.1), but i get many dependency error with Pi…
Yivan updated
8 years ago
-
I've just updated from Pimcore 3.1.1 to 4.3.1 and also updated the DynamicDropdown-Plugin to current version for Pimcore 4. Everything seems fine except the autocompletion does not work (ExtJS 6, new …
-
Hello,
We updated from v3 to last v4, and the wysiwyg field (on object and document for instance) seems to filter class on "p" tag, "h2" tag, and maybe others (but not on div). It was not the case …
Yivan updated
7 years ago
-
Thanks again for this great plugin : )
Just one problem when testing it:
This line https://github.com/dpfaffenbauer/pimcore-minify/blob/master/lib/Minify/Plugin.php#L15 send an error as the file d…
Yivan updated
8 years ago
-
# Custom layout panels
To implement custom layout panels we need a hook to change the "allowedTypes" in the class.js.
With the hook we are more flexible than with the "allowIn" params, which is …
-
It seems cache is handled by a md5 of all the content.
So before checking the cache, all file are readed, parsed, concatened. And finally a md5 is done (can be long on so much long datas if many CSS …
Yivan updated
8 years ago
-
Actually only the domain name can be configured for the subsite and main domain.
Some custom code or configuration need to be done to setup a protocol when working with multisite, some on http othe…
Yivan updated
8 years ago
-
The getByName function from Dao throws an error
Filepath; pimcore/models/ WebsiteSetting.php
```php
$setting->getDao()->getByName($name, $siteId);
```
### Code example
```php
```
…
-
I think install (in the Pimcore GUI) could send a nicer message than "true" (like: "Installation has been done").
There is no uninstall script, actually it just send "true" popin but do nothning.
May…
Yivan updated
8 years ago