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 391bf10a4b82d5e0747d1a9201f599d73bea7c01 (commit)
from 822a48432fcacea18541bd41e1c3d5b1196e0e82 (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 391bf10a4b82d5e0747d1a9201f599d73bea7c01
Author: Johan Cwiklinski <[email protected]>
Date: Sun Feb 4 22:41:23 2024 +0100
Make Status and ContributionType standalone
Remove no longer used Entitled
Add contributions types tests
-----------------------------------------------------------------------
Summary of changes:
galette/includes/core_acls.php | 3 +-
galette/includes/routes/management.routes.php | 77 ++-
...roller.php => ContributionsTypesController.php} | 193 +++---
...ntitledsController.php => StatusController.php} | 159 ++---
galette/lib/Galette/Core/Galette.php | 8 +-
galette/lib/Galette/Entity/ContributionsTypes.php | 565 ++++++++++++++++-
galette/lib/Galette/Entity/Entitled.php | 679 ---------------------
galette/lib/Galette/Entity/Status.php | 558 +++++++++++++++--
.../pages/configuration_entitleds.html.twig | 54 --
....html.twig => contribution_type_form.html.twig} | 39 +-
.../contributions_types_list.html.twig} | 85 ++-
...titled_form.html.twig => status_form.html.twig} | 26 +-
.../templates/default/pages/status_list.html.twig | 137 +++++
.../units/{Status.php => ContributionsTypes.php} | 82 +--
tests/Galette/Entity/tests/units/Status.php | 4 +-
15 files changed, 1518 insertions(+), 1151 deletions(-)
copy galette/lib/Galette/Controllers/Crud/{PaymentTypeController.php =>
ContributionsTypesController.php} (59%)
rename galette/lib/Galette/Controllers/Crud/{EntitledsController.php =>
StatusController.php} (58%)
delete mode 100644 galette/lib/Galette/Entity/Entitled.php
delete mode 100644
galette/templates/default/pages/configuration_entitleds.html.twig
copy galette/templates/default/pages/{configuration_title_form.html.twig =>
contribution_type_form.html.twig} (53%)
rename galette/templates/default/{elements/edit_entitleds.html.twig =>
pages/contributions_types_list.html.twig} (59%)
rename galette/templates/default/pages/{configuration_entitled_form.html.twig
=> status_form.html.twig} (55%)
create mode 100644 galette/templates/default/pages/status_list.html.twig
copy tests/Galette/Entity/tests/units/{Status.php => ContributionsTypes.php}
(64%)
hooks/post-receive
--
galette/galette.git
--
Galette repositories commits - http://galette.eu
List documentation: https://listengine.tuxfamily.org/lists.galette.eu/commits/