[galette-commits] [GIT] galette/galette.git branch develop updated. 0.9.4.2-56-gbdedf68 |
[ 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.4.2-56-gbdedf68
- From: <git@xxxxxxxxxxxxx>
- Date: Sat, 05 Dec 2020 11:45:59 +0100
- 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 bdedf68bdde60c340582218d793da4b8142832c1 (commit)
via 08f8189ea33c00bbea516c7cffe9a4b2bfb1064f (commit)
via ceabceb6412b2fe01cc236c9094f99c2a3d02e83 (commit)
via d5f3e002ba7481a9ef176ab4915206bdb26aa915 (commit)
via 1a636639bff6339c5685c4a8153448d969578022 (commit)
via a9bb81f58c7496073177eebde4ab3e195b9cb30a (commit)
from 27418414af4147d8431156ab6b0893aee35c4d12 (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 bdedf68bdde60c340582218d793da4b8142832c1
Author: Johan Cwiklinski <johan@xxxxxxxx>
Date: Sat Dec 5 11:34:43 2020 +0100
Few code fixes
commit 08f8189ea33c00bbea516c7cffe9a4b2bfb1064f
Author: Scrutinizer Auto-Fixer <auto-fixer@xxxxxxxxxxxxxxxxxx>
Date: Sat Dec 5 10:09:02 2020 +0000
Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
commit ceabceb6412b2fe01cc236c9094f99c2a3d02e83
Author: Johan Cwiklinski <johan@xxxxxxxx>
Date: Sat Dec 5 10:37:26 2020 +0100
Disable coverage on travis
commit d5f3e002ba7481a9ef176ab4915206bdb26aa915
Author: Johan Cwiklinski <johan@xxxxxxxx>
Date: Sat Dec 5 10:15:53 2020 +0100
Document Adherent class properties
commit 1a636639bff6339c5685c4a8153448d969578022
Author: Johan Cwiklinski <johan@xxxxxxxx>
Date: Sat Dec 5 09:57:10 2020 +0100
Remove useless condition
commit a9bb81f58c7496073177eebde4ab3e195b9cb30a
Author: Johan Cwiklinski <johan@xxxxxxxx>
Date: Sat Nov 21 11:43:28 2020 +0100
Rework PDF models patterns and replacements
refs #1393
Factorize patterns, add tests
Add contribution amount in letters; closes #1520
Add support for contributions and transactions dynamic fields
Set a width on date fields to fix a display issue
-----------------------------------------------------------------------
Summary of changes:
.travis.yml | 13 +-
galette/lib/Galette/Controllers/PdfController.php | 68 ++-
galette/lib/Galette/Core/AbstractPassword.php | 2 +-
galette/lib/Galette/Core/Db.php | 4 +-
galette/lib/Galette/Core/Mailing.php | 2 +-
galette/lib/Galette/Entity/Adherent.php | 74 ++-
galette/lib/Galette/Entity/DynamicFieldsHandle.php | 17 +-
.../lib/Galette/Entity/PdfAdhesionFormModel.php | 1 +
galette/lib/Galette/Entity/PdfContribution.php | 181 ++++++++
galette/lib/Galette/Entity/PdfInvoice.php | 2 +-
galette/lib/Galette/Entity/PdfModel.php | 397 ++++++++++++++--
galette/lib/Galette/Entity/PdfReceipt.php | 2 +-
galette/lib/Galette/IO/Pdf.php | 2 +-
galette/lib/Galette/IO/PdfAdhesionForm.php | 180 +-------
galette/lib/Galette/IO/PdfAttendanceSheet.php | 2 +-
galette/lib/Galette/IO/PdfContribution.php | 64 +--
galette/lib/Galette/Repository/PdfModels.php | 1 +
tests/Galette/Entity/tests/units/PdfModel.php | 499 +++++++++++++++++++++
tests/Galette/Repository/tests/units/PdfModels.php | 4 +-
tests/coverage.php | 2 +-
20 files changed, 1177 insertions(+), 340 deletions(-)
create mode 100644 galette/lib/Galette/Entity/PdfContribution.php
create mode 100644 tests/Galette/Entity/tests/units/PdfModel.php
hooks/post-receive
--
galette/galette.git
--
Galette repositories commits - http://galette.eu
List documentation: https://listengine.tuxfamily.org/lists.galette.eu/commits/