-
installed the Pimcore from composer and Coreshop Stable from composer too.
Installing the Extension is working fine but Install CoreShop gives the error below.
Tried the stable CoreShop and dev-mast…
-
# 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…
-
In the last plugin version (fresh download on github):
If you create a new action "my_new_action" and directly save the workflow (without editing the action). Next you close the workflows tab and reo…
Yivan updated
7 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
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
7 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
-
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
7 years ago
-
User password can be changed in 2 places:
- the user management panel
- the profile user edition
Both places doesn't have the same pasword strategy, as seeing the regex:
For user management panel:
h…
Yivan updated
8 years ago