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  a94e8ca80f44732b7011535ef9db44db9afc847b (commit)
      from  9d7419257de6ca9172b605579befb3eaf55f5a3d (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 a94e8ca80f44732b7011535ef9db44db9afc847b
Author: Johan Cwiklinski <jo...@x-tnd.be>
Date:   Fri Feb 9 14:52:45 2024 +0100

    Add payment type on transactions
    
    closes #574

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

Summary of changes:
 galette/install/scripts/mysql.sql                  |  4 ++-
 galette/install/scripts/pgsql.sql                  |  1 +
 .../install/scripts/sql/upgrade-to-1.10-mysql.sql  |  5 +++
 .../install/scripts/sql/upgrade-to-1.10-pgsql.sql  |  4 +++
 galette/lib/Galette/Entity/Contribution.php        | 15 +++-----
 galette/lib/Galette/Entity/Transaction.php         | 40 ++++++++++++++++++++++
 galette/lib/Galette/Features/Replacements.php      |  2 +-
 galette/lib/Galette/Filters/TransactionsList.php   |  1 +
 galette/lib/Galette/Repository/Transactions.php    |  3 +-
 .../default/pages/contribution_form.html.twig      |  8 +++--
 .../default/pages/contributions_list.html.twig     |  2 +-
 .../default/pages/transaction_form.html.twig       | 15 +++++++-
 .../default/pages/transactions_list.html.twig      | 13 ++++---
 tests/Galette/Entity/tests/units/Contribution.php  |  8 +----
 tests/Galette/Entity/tests/units/Transaction.php   |  3 +-
 15 files changed, 95 insertions(+), 29 deletions(-)


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

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

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

Reply via email to