Commit graph

306 commits

Author SHA1 Message Date
Simon Vieille d21ab30ebe
add default_value option in crud fields 2023-08-07 18:31:22 +02:00
Simon Vieille a96a6377d5
add associated nodes in page form 2023-08-07 18:24:31 +02:00
Simon Vieille 946a421900
add default value for $route param in doDelete method 2023-08-04 11:08:56 +02:00
Simon Vieille f7eb5b0b49
fix routes in the global settings controller 2023-07-28 10:43:21 +02:00
Simon Vieille 0dadc670d9
update changelog 2023-07-27 18:15:33 +02:00
Simon Vieille 4a0b13e6e3
update version 2023-07-27 18:15:09 +02:00
Simon Vieille 1936b366df
remove logo in login pages if empty 2023-07-27 18:14:17 +02:00
Simon Vieille 4541bbfb8a
update changelog 2023-07-26 11:31:19 +02:00
Simon Vieille f3674ad4e0 Merge branch 'master' into develop 2023-07-26 11:29:07 +02:00
Simon Vieille ddf1fecc90
fix collection widget: allow_add/allow_delete and prototype 2023-07-26 11:28:55 +02:00
Simon Vieille 0c61cb9355
update changelog 2023-07-26 11:28:03 +02:00
Simon Vieille fc1a1c617e
update changelog 2023-07-20 09:20:18 +02:00
Simon Vieille bea2d1cc9f
add default templates when a crud is generated 2023-07-19 22:01:25 +02:00
Simon Vieille 4bf6b048c3
add missing configuration property
remove user admin controller routes
2023-07-19 21:43:16 +02:00
Simon Vieille 81194a1d67
add boolean 'is_disabled' in the menu item template options 2023-07-19 21:42:28 +02:00
Simon Vieille 10221591c2 core.site.name and core.site.logo are not longer required 2023-07-19 20:42:35 +02:00
Simon Vieille 231742eb0d
fix responsive of account edit template 2023-07-19 20:28:37 +02:00
Simon Vieille f1d956ee5c
add context variable in each controllers to simplify overrides 2023-07-19 20:20:55 +02:00
Simon Vieille 5de35c3408
add context variable in each controllers to simplify overrides 2023-07-19 20:20:45 +02:00
Simon Vieille f144760085
add boolean field for CRUD 2023-07-19 20:19:16 +02:00
Simon Vieille e2c9ecb941
add option to remove itetables values and/or specifics keys in the twig toArray function 2023-07-19 19:36:32 +02:00
Simon Vieille f9a20716a0
add twig block to override defaults actions in crud index template 2023-07-19 14:18:50 +02:00
Simon Vieille b107f077de
fix redirect listener: use boolean instead of integer 2023-07-04 12:49:56 +02:00
Simon Vieille 2729b38fd8
add variable for the sidebar size 2023-06-07 10:57:15 +02:00
Simon Vieille baeecc0f7f
fix translations 2023-06-05 16:52:58 +02:00
Simon Vieille 8667188675
add filename generator setter in FileUploadHandler 2023-05-27 15:48:58 +02:00
Simon Vieille 895d5065ca
add setter to define all fields in a defined context 2023-05-27 15:08:16 +02:00
Simon Vieille c688cc0552
add trans filter in inline form modal title 2023-05-27 15:02:17 +02:00
Simon Vieille c0340ec5a9 fix maker CrudController template: remove bad pasted code 2023-05-27 14:55:21 +02:00
Simon Vieille 650ea3ede0
add form options in the crud filter action 2023-05-27 11:43:45 +02:00
Simon Vieille 497ee2f027
add form options in the crud filter action 2023-05-27 11:34:13 +02:00
Simon Vieille 8b13d37e71
update file details view on the file manager 2023-05-19 20:30:35 +02:00
Simon Vieille 3219ba47aa
add block class name for the choice type in the page maker 2023-05-19 19:55:02 +02:00
Simon Vieille 7ca8a4aa04
fix filemanager date ordering
add order by type
2023-04-17 13:36:09 +02:00
Simon Vieille 7ba417a03e
enable double click on cruds
add inline form on user display names
2023-04-16 23:19:34 +02:00
Simon Vieille 27cbfd1110
release v1.19.0 2023-04-15 10:48:51 +02:00
Simon Vieille 1069a4ad46
fix(crud): fix setter of double click 2023-04-14 10:57:53 +02:00
Simon Vieille a134a41926
feat(filemanager): rename date name 2023-04-14 07:11:30 +02:00
Simon Vieille b915b8b3ed
feat(crud): add the option "inline_form" in fields
feat(crud): allows to enable and disable double click listener on a table row

feat(crud): update de template of the controller
2023-04-14 07:09:57 +02:00
Simon Vieille 42ab4d85f0
show size and last modified date of files in file manager 2023-03-05 21:33:34 +01:00
Simon Vieille 902ac81e4b
allow to remove meta datas of a page when enditing 2023-03-05 20:39:52 +01:00
Simon Vieille e74469a687
update the view 'show' of a navigation 2023-03-02 21:12:18 +01:00
Simon Vieille 219526e3a2
allow webp image in filemanager 2023-03-02 19:10:08 +01:00
Simon Vieille 1cea077598
fix translation 2023-03-02 19:06:50 +01:00
Simon Vieille de6ca18c0a
release v1.18.0 2023-01-13 18:20:51 +01:00
Simon Vieille 3127018a73
fix(crud): remove default page value in abstract crud controller 2023-01-09 08:10:34 +01:00
Simon Vieille 9e0eda4338
fix(crud): allow POST in delete actions 2023-01-09 08:07:40 +01:00
Simon Vieille 03afb6fb4b Merge branch 'feature/updates' into develop 2023-01-08 20:54:16 +01:00
Simon Vieille e402c49835
fix(admin): test site_logo before using it 2023-01-08 20:50:00 +01:00
Simon Vieille 0a7550940d
feat(dep): add symfony/runtime 5.4 2023-01-08 19:59:54 +01:00