Commit Graph

306 Commits

Author SHA1 Message Date
Simon Vieille d3f27d97ad
apply php linter 2023-10-12 16:15:07 +02:00
Simon Vieille 5e392d469a
update changelog 2023-10-12 16:04:49 +02:00
Simon Vieille 67f79083ef
change params given to the callback of a global batch action (page removed, add selected items) 2023-10-12 16:04:43 +02:00
Simon Vieille b9b07c1409
fix issue with CrudConfiguration::setGlobalBatchAction 2023-10-12 16:04:03 +02:00
Simon Vieille 521ed5ce64 Merge branch 'feature/batch' into develop 2023-10-12 15:28:17 +02:00
Simon Vieille dda43ef3cc
change CrudController::doBatch to manage a global batch action 2023-10-12 15:28:14 +02:00
Simon Vieille c65cc26be8
batch form is not submitted with XHR when it's a global action 2023-10-12 15:27:36 +02:00
Simon Vieille 2f884df602
add CrudConfiguration::setGlobalBatchAction method 2023-10-12 15:25:52 +02:00
Simon Vieille 8979fc5beb
fix test in RepositoryQuery::addForcedFilterHandler 2023-10-10 10:18:25 +02:00
Simon Vieille bd663838f6
allow to define templates show before and after a murph collection item 2023-10-06 12:46:51 +02:00
Simon Vieille 177b23365b
update changelog 2023-10-04 13:55:08 +02:00
Simon Vieille 645ae700d4
remove parameter $option on CrudConfiguration::setForm
fix CrudController make template
2023-10-04 13:54:37 +02:00
Simon Vieille 7614c24012
fix regression on crud sorting 2023-10-04 13:47:01 +02:00
Simon Vieille 1f2edf183b
release v1.22.0 2023-09-28 18:14:49 +02:00
Simon Vieille 28a4f63640
fix compatibility of TranslatableEntityManager with the entity manager 2023-09-28 10:32:49 +02:00
Simon Vieille 7fceefa6d3
add flush option in the entity manager on create, update, remove, and persist methods 2023-09-28 10:31:00 +02:00
Simon Vieille a08c62229d
update changelog 2023-09-27 15:17:54 +02:00
Simon Vieille f97f1dfedf
add crud sorting in the session 2023-09-27 15:17:35 +02:00
Simon Vieille 45b3f6bb80
update changelog 2023-09-27 10:22:29 +02:00
Simon Vieille 21ee41ff29
add count method on repository query
add addForcedFilterHandler method
2023-09-27 10:21:49 +02:00
Simon Vieille 8d5de79192
add 'inline_form_validation' option to validate inline forms with custom algo 2023-09-26 16:12:23 +02:00
Simon Vieille 212afe2775
fix href_attr allowed types 2023-09-15 15:27:56 +02:00
Simon Vieille 16dd0d5744
fix session name in inline form controller 2023-09-14 16:57:39 +02:00
Simon Vieille 9957523c59
add context variable into admin controller's views 2023-09-09 13:48:03 +02:00
Simon Vieille 688f66e94e
update default class on toggle display 2023-08-31 16:20:07 +02:00
Simon Vieille c9b997e75d add new options in BooleanField: `toggle|checkbox_class_when_true` and `toggle|checkbox_class_when_false` 2023-08-31 16:12:57 +02:00
Simon Vieille 374db9117f
release v1.21.1 2023-08-17 20:24:12 +02:00
Simon Vieille 4048152a8e
update changelog 2023-08-17 20:16:04 +02:00
Simon Vieille 4385e7a525
add form error handle in settings actions 2023-08-17 20:15:02 +02:00
Simon Vieille 5d3999f766
update translations 2023-08-17 08:59:06 +02:00
Simon Vieille 03c0d6cfd2
fix modal hiding when a file is successfuly uploaded in the file manager on tinymce 2023-08-16 10:08:02 +02:00
Simon Vieille 290a4750bc Revert "remove sensio/framework-extra-bundle"
This reverts commit 7d647d3bb4.
2023-08-14 14:32:34 +02:00
Simon Vieille 7d647d3bb4
remove sensio/framework-extra-bundle 2023-08-14 14:29:11 +02:00
Simon Vieille d637c44e5c
replace the navigation badge with a fontawesome square 2023-08-14 12:47:33 +02:00
Simon Vieille 19d26e6bd0
fix modal hiding when a file is successfuly uploaded in the file manager 2023-08-14 11:39:53 +02:00
Simon Vieille 109584d933
update changelog 2023-08-13 22:38:42 +02:00
Simon Vieille c3209c68dd
fix modal hiding when a file is successfuly uploaded in the file manager 2023-08-13 22:38:10 +02:00
Simon Vieille 4a5b67dd93
update changelog 2023-08-13 22:12:44 +02:00
Simon Vieille 4573a8d31e
fix tinymce reload when modal is closed and reopened 2023-08-13 22:11:44 +02:00
Simon Vieille 405909a4e7
remove last request data after filling the form 2023-08-11 19:28:09 +02:00
Simon Vieille 2b3e2027c9
update changelog 2023-08-11 19:20:43 +02:00
Simon Vieille 76b25f3bca
add form error handle in inline edit action
refill the form using last request
2023-08-11 19:18:11 +02:00
Simon Vieille ca25210d1c
release v1.21.0 2023-08-11 09:47:46 +02:00
Simon Vieille 0ab960ed0a
allow to use array syntax in string builder filter 2023-08-08 14:18:10 +02:00
Simon Vieille 8e0a7f178b
fix block in BooleanField template 2023-08-08 12:15:01 +02:00
Simon Vieille 200dd0b8d6
add the option 'display' on BooleanField
add displays toggle and checkbox for BooleanField
2023-08-08 12:13:28 +02:00
Simon Vieille bd4338bb2d
fix getColor return type 2023-08-07 19:28:51 +02:00
Simon Vieille 64b524b04e
update changelog 2023-08-07 19:20:44 +02:00
Simon Vieille 6a5c5d899f
add color property in Navigation
add badge with navigation color in admin views
2023-08-07 19:20:14 +02:00
Simon Vieille b38fe0fe00
update changelog 2023-08-07 18:39:33 +02:00