[galette-commits] [GIT] galette/galette.git branch develop updated. 0.9.3.1-117-gdd372b3 |
[ Thread Index |
Date Index
| More lists.galette.eu/commits Archives
]
- To: commits@xxxxxxxxxxxxxxxx
- Subject: [galette-commits] [GIT] galette/galette.git branch develop updated. 0.9.3.1-117-gdd372b3
- From: <git@xxxxxxxxxxxxx>
- Date: Sat, 02 May 2020 17:45:11 +0200
- Auto-submitted: auto-generated
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 dd372b302078a0df5edd147228a74dbcd2a74e32 (commit)
via b1752b1186f4b396dcd6311341b8b24f5a577dbc (commit)
from 6de920565e849ad9c9ec96ea017b7f9c6a2786ed (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 dd372b302078a0df5edd147228a74dbcd2a74e32
Author: Johan Cwiklinski <johan@xxxxxxxx>
Date: Sat May 2 17:24:35 2020 +0200
Migrate CSV related routes to a controller class
Move pdf models management to PdfController
refs #1354
commit b1752b1186f4b396dcd6311341b8b24f5a577dbc
Author: Johan Cwiklinski <johan@xxxxxxxx>
Date: Sat May 2 16:38:07 2020 +0200
Migrate PDF related routes to a controller class
Rewirte part of PdfAdhesionForm to be compliant (breaks FullCard plugin)
refs #1354
-----------------------------------------------------------------------
Summary of changes:
galette/includes/routes/contributions.routes.php | 32 +-
galette/includes/routes/groups.routes.php | 36 +-
galette/includes/routes/management.routes.php | 605 +------------------
galette/includes/routes/members.routes.php | 280 +--------
.../lib/Galette/Controllers/AbstractController.php | 12 +
galette/lib/Galette/Controllers/CsvController.php | 654 +++++++++++++++++++++
galette/lib/Galette/Controllers/PdfController.php | 584 ++++++++++++++++++
galette/lib/Galette/IO/PdfAdhesionForm.php | 129 ++--
galette/lib/Galette/IO/PdfAttendanceSheet.php | 3 +-
galette/lib/Galette/IO/PdfGroups.php | 1 +
galette/lib/Galette/IO/PdfMembersLabels.php | 1 +
11 files changed, 1342 insertions(+), 995 deletions(-)
create mode 100644 galette/lib/Galette/Controllers/CsvController.php
create mode 100644 galette/lib/Galette/Controllers/PdfController.php
hooks/post-receive
--
galette/galette.git
--
Galette repositories commits - http://galette.eu
List documentation: https://listengine.tuxfamily.org/lists.galette.eu/commits/