KunstmaanBundlesCMS
KunstmaanBundlesCMS copied to clipboard
An advanced yet user-friendly content management system, based on the full stack Symfony framework combined with a whole host of community bundles. It provides a full featured, multi-language CMS syst...
| Q | A | ------------- | --- | Bug fix? | no | New feature? | yes | BC breaks? | no | Deprecations? | no | Fixed tickets...
| Q | A | ------------- | --- | Bug fix? | no | New feature? | yes | BC breaks? | no | Deprecations? | no | Fixed tickets...
| Q | A | ------------- | --- | Bug fix? | no | New feature? | yes | BC breaks? | no | Deprecations? | no | Fixed tickets...
| Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | yes | Fixed tickets...
I do not have time tow do a proper documentation writeup, but I thought I'd leave a quick note here in the issues section with what steps I did to...
I have just tried upgrading a a couple of our sites from 6.1.3 to 6.1.4 however they all now have the following error: ``` In MappingException.php line 90: Class 'KunstmaanMediaBundle:Folder'...
The CSRF token uses an ID which no longer matches that used in `NodeAdminController`, meaning that the delete function does not work for nodes within an AdminList. This PR updates...
After upgrading KunstmaanBundlesCMS from 5.x to 6.x, `Kunstmaan\ArticleBundle\Router\TagCategoryRouter` uses undefined `$container` property in `getRouteCollection` method : ``` /** @var TranslatorInterface $translator */ $translator = $this->container->get('translator'); ``` ``` 20:06:49 CRITICAL [app]...
When trying to customize the CKEditor Styles dropdown I found that it is not possible to access the CKEDITOR variable. I wanted to add extra styles to the styles dropdown.[1]...
Hi, earlier I've combined the Google login button with the normal login form so users can either use google or a local password/username. But, after upgrading to 5.5.2 this does...