[galette-commits] [GIT] galette/galette.git branch develop updated. 0.9.6.1-570-g7d4224a

[ Thread Index | Date Index | More lists.galette.eu/commits Archives ]


This is an automated email from git. It was generated because a ref
change was pushed to the "galette/galette.git" repository.

The branch, develop has been updated
       via  7d4224ab0699370f16bbeced50cc4743c82a5b3e (commit)
       via  deb8f64010b58b78baf1d6f591d77cf0c21dadb2 (commit)
       via  9d1534d7b9e498c91eed757c22fdfc87344131ec (commit)
       via  d009c2a2012b6a2ef343db9ac705aac9f75be59a (commit)
       via  59f8da93ec7cb35e20c1dc244174cf9826cbc427 (commit)
       via  edfda62307e234d42c25e3b7740e3e80b4e5e8e2 (commit)
       via  f987d253a9a2ac5b4b3399f07f0eac1c60421b8e (commit)
       via  2a1e799ab8c61bbd7910257ad23e364c75abb813 (commit)
       via  b1b205884fd1bedfefb0334c96d078812edd68ad (commit)
       via  b71eb5a07bbfd3853632b06bafcd64b144e2f995 (commit)
       via  e1c13f2e03107548916dd8fb795c6a9644d7ef9c (commit)
       via  930a2a43b8069edb36efd6566fa2f61ab6892466 (commit)
       via  b177b1f4e3b33c996a7d12287db2262bde84ad9d (commit)
       via  608d28cf37c1c256cc077002f3958198662d303f (commit)
       via  bc648e2a89f8aa2dcbc3c8f880ae6586f765348d (commit)
      from  259230a1c7e487ac96b0b8d045ab51c8cba8163e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 7d4224ab0699370f16bbeced50cc4743c82a5b3e
Merge: 259230a deb8f64
Author: Johan Cwiklinski <johan@xxxxxxxx>
Date:   Fri Feb 17 11:26:34 2023 +0100

    Merge branch 'feature/fix/single-removal-actions' into develop

commit deb8f64010b58b78baf1d6f591d77cf0c21dadb2
Author: Guillaume AGNIERAY <dev@xxxxxxxxxxxx>
Date:   Wed Feb 15 15:12:07 2023 +0100

    Fix legend modal on lists

commit 9d1534d7b9e498c91eed757c22fdfc87344131ec
Author: Guillaume AGNIERAY <dev@xxxxxxxxxxxx>
Date:   Wed Feb 15 10:41:31 2023 +0100

    Fix modals on tab load

commit d009c2a2012b6a2ef343db9ac705aac9f75be59a
Author: Guillaume AGNIERAY <dev@xxxxxxxxxxxx>
Date:   Wed Feb 15 10:25:46 2023 +0100

    Add missing route argument

commit 59f8da93ec7cb35e20c1dc244174cf9826cbc427
Author: Guillaume AGNIERAY <dev@xxxxxxxxxxxx>
Date:   Wed Feb 15 10:25:20 2023 +0100

    Fix members edit batch action

commit edfda62307e234d42c25e3b7740e3e80b4e5e8e2
Author: Guillaume AGNIERAY <dev@xxxxxxxxxxxx>
Date:   Mon Feb 13 13:46:48 2023 +0100

    Fix calls to a deprecated method

commit f987d253a9a2ac5b4b3399f07f0eac1c60421b8e
Author: Guillaume AGNIERAY <dev@xxxxxxxxxxxx>
Date:   Wed Feb 8 20:14:30 2023 +0100

    Fix wrong variable

commit 2a1e799ab8c61bbd7910257ad23e364c75abb813
Author: Guillaume AGNIERAY <dev@xxxxxxxxxxxx>
Date:   Wed Feb 8 20:12:28 2023 +0100

    Code simplifications

commit b1b205884fd1bedfefb0334c96d078812edd68ad
Author: Guillaume AGNIERAY <dev@xxxxxxxxxxxx>
Date:   Wed Feb 8 09:22:22 2023 +0100

    Fix redirect after translation

commit b71eb5a07bbfd3853632b06bafcd64b144e2f995
Author: Guillaume AGNIERAY <dev@xxxxxxxxxxxx>
Date:   Wed Feb 8 09:20:20 2023 +0100

    Same actions buttons order across pages

commit e1c13f2e03107548916dd8fb795c6a9644d7ef9c
Author: Guillaume AGNIERAY <dev@xxxxxxxxxxxx>
Date:   Wed Feb 8 00:34:03 2023 +0100

    Add modals on single translate actions

commit 930a2a43b8069edb36efd6566fa2f61ab6892466
Author: Guillaume AGNIERAY <dev@xxxxxxxxxxxx>
Date:   Tue Feb 7 17:56:52 2023 +0100

    Set entitleds' edit modal title with twig

commit b177b1f4e3b33c996a7d12287db2262bde84ad9d
Author: Guillaume AGNIERAY <dev@xxxxxxxxxxxx>
Date:   Tue Feb 7 17:13:46 2023 +0100

    Factorize js code with a twig include

commit 608d28cf37c1c256cc077002f3958198662d303f
Author: Guillaume AGNIERAY <dev@xxxxxxxxxxxx>
Date:   Tue Feb 7 14:21:34 2023 +0100

    Add modals on simple edit actions

commit bc648e2a89f8aa2dcbc3c8f880ae6586f765348d
Author: Guillaume AGNIERAY <dev@xxxxxxxxxxxx>
Date:   Mon Feb 6 23:53:17 2023 +0100

    Fix single removal actions modals

-----------------------------------------------------------------------

Summary of changes:
 .../Controllers/Crud/ContributionsController.php   |  2 +-
 .../Controllers/Crud/EntitledsController.php       |  2 +
 .../Controllers/Crud/PaymentTypeController.php     |  5 ++-
 .../Galette/Controllers/Crud/TitlesController.php  |  4 +-
 .../Controllers/DynamicTranslationsController.php  | 16 ++++++--
 .../templates/default/components/form.html.twig    |  2 +-
 .../default/elements/edit_dynamic_fields.html.twig | 22 +++++-----
 .../default/elements/edit_entitleds.html.twig      |  4 +-
 .../default/elements/js/modal_action.js.twig       | 48 ++++++++++++++++++++++
 galette/templates/default/elements/list.html.twig  |  2 +-
 .../configuration_dynamic_field_form.html.twig     |  6 ++-
 .../pages/configuration_dynamic_fields.html.twig   | 41 ++++++++++++++++++
 .../configuration_dynamic_translations.html.twig   | 11 +++--
 .../pages/configuration_entitled_form.html.twig    |  8 +++-
 .../pages/configuration_entitleds.html.twig        | 15 ++++++-
 .../configuration_payment_type_form.html.twig      |  8 +++-
 .../pages/configuration_payment_types.html.twig    | 45 +++++++++++++++++---
 .../pages/configuration_title_form.html.twig       |  8 +++-
 .../default/pages/configuration_titles.html.twig   | 14 +++++--
 galette/templates/default/pages/export.html.twig   |  4 +-
 .../templates/default/pages/groups_list.html.twig  |  4 ++
 galette/templates/default/pages/history.html.twig  |  3 +-
 galette/templates/default/pages/import.html.twig   |  4 +-
 .../default/pages/mailings_list.html.twig          |  4 +-
 .../default/pages/saved_searches_list.html.twig    |  4 +-
 .../default/pages/transactions_list.html.twig      |  4 +-
 26 files changed, 246 insertions(+), 44 deletions(-)
 create mode 100644 galette/templates/default/elements/js/modal_action.js.twig


hooks/post-receive
-- 
galette/galette.git

-- 
Galette repositories commits - http://galette.eu

List documentation: https://listengine.tuxfamily.org/lists.galette.eu/commits/


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/