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  2a0d9195f41610be66745a72a123c5893388da9d (commit)
      from  5c48a0820b035bfb72ec5bb4eceebd9f4c4c2797 (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 2a0d9195f41610be66745a72a123c5893388da9d
Author: Johan Cwiklinski <jo...@x-tnd.be>
Date:   Fri May 8 12:20:26 2020 +0200

    Migrate contributions and transactions to controllers
    
    Factorize code
    Create specific routes for add and edit, so the
    routing system handles parameters requirements if any.
    
    refs #1354 #1355

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

Summary of changes:
 galette/includes/dependencies.php                  |   22 +-
 galette/includes/routes/contributions.routes.php   | 1266 +-------------------
 .../Controllers/Crud/ContributionsController.php}  | 1074 ++++++-----------
 .../Galette/Controllers/Crud/MembersController.php |    9 +-
 .../Controllers/Crud/TransactionsController.php    |  417 +++++++
 galette/lib/Galette/Controllers/CrudController.php |   49 +-
 .../lib/Galette/Controllers/GaletteController.php  |   26 +
 galette/lib/Galette/Controllers/PdfController.php  |   85 ++
 galette/templates/default/ajouter_contribution.tpl |    6 +-
 .../templates/default/gestion_contributions.tpl    |   32 +-
 galette/templates/default/page.tpl                 |    4 +-
 galette/templates/default/voir_adherent.tpl        |    4 +-
 12 files changed, 1005 insertions(+), 1989 deletions(-)
 copy galette/{includes/routes/contributions.routes.php => 
lib/Galette/Controllers/Crud/ContributionsController.php} (55%)
 create mode 100644 
galette/lib/Galette/Controllers/Crud/TransactionsController.php


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