Commit graph

34 commits

Author SHA1 Message Date
Simon Vieille 430bff9433
fix default crud sort 2024-02-02 20:04:19 +01:00
Simon Vieille 6441da8a27
fix default crud sort 2024-02-02 20:03:57 +01:00
Simon Vieille f7604d2a45
fix default crud sort 2024-02-02 20:01:23 +01:00
Simon Vieille d3f27d97ad
apply php linter 2023-10-12 16:15:07 +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 dda43ef3cc
change CrudController::doBatch to manage a global batch action 2023-10-12 15:28:14 +02:00
Simon Vieille 7614c24012
fix regression on crud sorting 2023-10-04 13:47:01 +02:00
Simon Vieille f97f1dfedf
add crud sorting in the session 2023-09-27 15:17:35 +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 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 4385e7a525
add form error handle in settings actions 2023-08-17 20:15:02 +02:00
Simon Vieille 405909a4e7
remove last request data after filling the form 2023-08-11 19:28:09 +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 6a5c5d899f
add color property in Navigation
add badge with navigation color in admin views
2023-08-07 19:20:14 +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 4bf6b048c3
add missing configuration property
remove user admin controller routes
2023-07-19 21:43:16 +02:00
Simon Vieille 5de35c3408
add context variable in each controllers to simplify overrides 2023-07-19 20:20:45 +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 7ba417a03e
enable double click on cruds
add inline form on user display names
2023-04-16 23:19:34 +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 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 7dc463d14a
replace annotation with attributes 2022-11-19 19:35:28 +01:00
Simon Vieille 7eaf77cb9b
remove route base in dashboard controller 2022-05-14 10:51:36 +02:00
Simon Vieille 70a01a2be3
remove dashboard action from the core 2022-05-13 22:27:21 +02:00
Simon Vieille edc9c25d70
fix sitemap: navigation with several domains 2022-05-08 16:43:47 +02:00
Simon Vieille aa7a280ce0
add button to show and hide metas (admin) 2022-04-12 22:26:07 +02:00
Simon Vieille 181f1b6c8c update editorjs image block view and add link endpoint 2022-03-26 13:53:32 +01:00
Simon Vieille aaacc4a23d fix issue with murph version constant and autoloader 2022-03-14 10:38:13 +01:00
Simon Vieille 3979feb80c remove AdminController constructor 2022-03-14 10:02:42 +01:00
Simon Vieille 6d0afb50b0 v1.9.0 2022-03-13 19:32:32 +01:00