Releases: Kunstmaan/KunstmaanPagePartBundle
Releases · Kunstmaan/KunstmaanPagePartBundle
Fix handling of new pageparts with validation errors...
Bugfix - PagePartCreatorService
Allow pageparts to be added to unpublished pages in PagePartCreatorService...
Pagepart loading refactored
Merge pull request #119 from Kunstmaan/pagepart_admin_refactoring Pagepart admin refactoring
do not show page template switcher when there is only one template
Merge pull request #120 from kimausloos/master Don't show choose template when there is only one
CKEDITOR destroy fix
When adding a new pagepart, all CKEDITOR instances are destroyed.
When you create a custom form type with your own configuration of a CKEDITOR, this will be destroyed and never re-initiated. This fix will only destroy the other CKEDITOR instances.
fix page template clone
Merge pull request #118 from Kunstmaan/fix-HasPageTemplateInterface Add container to repo to avoid method on non object error
fix template clone + performance improvement
Merge pull request #117 from Kunstmaan/fetch_pageparts_performance only do one query for each pagepart type instead of a query per pagepart
v2.3.9: Merge pull request #115 from Kunstmaan/db_indexes
performance improvements: added db indexes