• v1.24.1 8a632a1b14

    v1.24.1 Stable

    deblan released this 2024-02-01 18:47:05 +01:00 | 21 commits to master since this release

    Fixed

    • update Murph version constant
    Downloads
  • v1.24.0 4701090134

    v1.24.0 Stable

    deblan released this 2024-01-27 15:50:51 +01:00 | 22 commits to master since this release

    Added

    • add CSS class no-wrap
    • copy the pager of the CRUD at the bottom of the list

    Fixed

    • fix an issue with the file manager when editing an item opened in a modal
    • fix type casting in slugifier
    Downloads
  • v1.23.0 6f961ba79b

    v1.23.0 Stable

    deblan released this 2023-11-01 16:32:42 +01:00 | 36 commits to master since this release

    Added

    • allow to define templates show before and after a murph collection item
    • add global batch actions
    • add constraint Length in forms
    • add sass classes to manage with of elements
    • set searchFields option on jschoice manager (search on labels)

    Changed

    • refactor services using constructor property promotions
    • remove twig in the mail notifier service
    • change pills colors
    • change border colors of inputs when focused
    • change colors on js-choices element

    Fixed

    • fix regression on crud sorting
    • fix test in RepositoryQuery::addForcedFilterHandler
    • remove parameter $option on CrudConfiguration::setForm and fix CrudController make template
    • fix the aspect of the actions's column in the crud
    Downloads
  • v1.22.0 1f2edf183b

    v1.22.0 Stable

    deblan released this 2023-09-28 18:16:22 +02:00 | 63 commits to master since this release

    Added

    • add new options in BooleanField: toggle|checkbox_class_when_true and toggle|checkbox_class_when_false
    • add count method in repository query
    • add addForcedFilterHandler method in repository query
    • add inline_form_validation option to validate inline forms with custom algo
    • add crud sorting parameters in the session
    • add flush option in the entity manager on create, update, remove, and persist methods
    Downloads
  • v1.21.1 374db9117f

    v1.21.1 Stable

    deblan released this 2023-08-17 20:24:55 +02:00 | 76 commits to master since this release

    Added

    • add form error handle in inline edit action and refill the form using the previous request content
    • add form error handle in settings actions and refill the form using the previous request content

    Fixed

    • fix tinymce reload when modal is closed and reopened
    • fix modal hiding when a file is successfuly uploaded in the file manager
    Downloads
  • v1.21.0 ca25210d1c

    v1.21.0 Stable

    deblan released this 2023-08-11 09:49:50 +02:00 | 92 commits to master since this release

    Added

    • allow to use array syntax in string builder filter
    • add color property in Navigation
    • add badge with navigation color in admin views
    • add default_value option in crud fields
    • add display option in BooleanField
    • add associated nodes in page form

    Fixed

    • fix routes in the global settings controller
    Downloads
  • v1.20.0 0dadc670d9

    v1.20.0 Stable

    deblan released this 2023-07-27 18:19:34 +02:00 | 104 commits to master since this release

    Added

    • enable double click on cruds
    • add block class name for the choice type in the page maker
    • update file details view on the file manager
    • add form options in the crud filter action
    • add trans filter in inline form modal title
    • add setter to define all fields in a defined context
    • add filename generator setter in FileUploadHandler
    • add variable for the sidebar size
    • add twig block to override defaults actions in crud index template
    • add option to remove iterable values and/or specifics keys in the twig toArray function
    • add boolean field for CRUD
    • add context variable in each controllers to simplify overrides
    • core.site.name and core.site.logo are not longer required
    • add default templates when a crud is generated
    • add boolean 'is_disabled' in the menu item template options

    Fixed

    • fix filemanager date ordering
    • fix maker CrudController template: remove bad pasted code
    • fix redirect listener: use boolean instead of integer
    • fix responsive of account edit template
    • fix collection widget: allow_add/allow_delete and prototype

    Changed

    • user admin routes are defined in core, custom controller is not required
    Downloads
  • v1.19.0 27cbfd1110

    v1.19.0 Stable

    deblan released this 2023-04-15 10:49:47 +02:00 | 135 commits to master since this release

    Added

    • feat(page): forms for metas, opengraph and extra informations can be removed
    • feat(navigation): user interface is improved
    • feat(file): webp is allowed and shown in form widgets and in file manager details
    • feat(file): the file manager now show the size and the modification date of a file
    • feat(crud): add option action in field to add a link to the view page or to the edition page
    • feat(crud): add option inline_form in field to configure to edit the data
    • feat(crud): add setDoubleClick in the crud configuration
    Downloads
  • v1.18.0 de6ca18c0a

    v1.18.0 Stable

    deblan released this 2023-01-13 18:21:46 +01:00 | 144 commits to master since this release

    Added

    • feat(dep): add symfony/runtime
    • feat(dep): add symfony/flex

    Fixed

    • fix(crud): allow POST in delete actions
    • fix(crud): remove default page value in abstract crud controller
    • fix(admin): test site_logo before using it
    • fix(ui): update z-index of choices__list--dropdown
    Downloads
  • v1.17.1 3f4aeda307

    v1.17.1 Stable

    deblan released this 2022-12-03 12:29:39 +01:00 | 156 commits to master since this release

    Fixed

    • add mising attribute on timestampable (doctrine)
    Downloads