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 2846b721bec16c71d1fdf1afaed92165d0fd9a02 (commit)
from 391bf10a4b82d5e0747d1a9201f599d73bea7c01 (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 2846b721bec16c71d1fdf1afaed92165d0fd9a02
Author: Johan Cwiklinski <[email protected]>
Date: Tue Feb 6 22:32:26 2024 +0100
Add amount to contributions types
Use predefined amounts from UI
Add tests
closes #273
-----------------------------------------------------------------------
Summary of changes:
galette/includes/galette.inc.php | 2 +-
galette/install/scripts/mysql.sql | 3 +-
galette/install/scripts/pgsql.sql | 3 +-
.../install/scripts/sql/upgrade-to-1.10-mysql.sql | 2 +
.../install/scripts/sql/upgrade-to-1.10-pgsql.sql | 2 +
galette/install/scripts/upgrade-to-1.10.php | 108 +++++++++++++++++++++
.../Crud/ContributionsTypesController.php | 8 +-
galette/lib/Galette/Entity/ContributionsTypes.php | 47 ++++++---
.../default/pages/contribution_form.html.twig | 37 ++++++-
.../default/pages/contribution_type_form.html.twig | 4 +
.../pages/contributions_types_list.html.twig | 10 ++
tests/Galette/Core/tests/units/Install.php | 3 +-
.../Entity/tests/units/ContributionsTypes.php | 31 ++++--
13 files changed, 228 insertions(+), 32 deletions(-)
create mode 100644 galette/install/scripts/sql/upgrade-to-1.10-mysql.sql
create mode 100644 galette/install/scripts/sql/upgrade-to-1.10-pgsql.sql
create mode 100644 galette/install/scripts/upgrade-to-1.10.php
hooks/post-receive
--
galette/galette.git
--
Galette repositories commits - http://galette.eu
List documentation: https://listengine.tuxfamily.org/lists.galette.eu/commits/