[galette-commits] [GIT] galette/galette.git branch develop updated. 0.9.4.2-142-gab1ebbb |
[ 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-142-gab1ebbb
- From: <git@xxxxxxxxxxxxx>
- Date: Sun, 10 Jan 2021 20:00:47 +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 ab1ebbbf7ec248962bbef7663aa70a8b1f59d617 (commit)
via 6b3501e03fbc7772b2fe8655801b1fd5bc6e0aae (commit)
from 3fd2dc896b0d2ad3dc80f40f52be8ae2106f65c7 (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 ab1ebbbf7ec248962bbef7663aa70a8b1f59d617
Author: Johan Cwiklinski <johan@xxxxxxxx>
Date: Sun Dec 27 11:47:45 2020 +0100
Work on tests
Factorize test initialization; rely on container
Fix age checks
Factorize tests for member creation and checks
commit 6b3501e03fbc7772b2fe8655801b1fd5bc6e0aae
Author: Johan Cwiklinski <johan@xxxxxxxx>
Date: Sun Dec 20 11:10:00 2020 +0100
Replacements feature; fixes #1393
Use replacements feature for mails and PDF contents
Use a trait for replacements
Fix failing tests on member birthdate
Remaining Texts old call
-----------------------------------------------------------------------
Summary of changes:
galette/cron/reminder.php | 6 +-
galette/includes/routes/contributions.routes.php | 1 -
galette/includes/routes/management.routes.php | 1 -
galette/includes/routes/members.routes.php | 4 +-
galette/lib/Galette/Controllers/AuthController.php | 32 +-
.../Controllers/Crud/ContributionsController.php | 1 -
.../Galette/Controllers/Crud/MembersController.php | 1 -
.../lib/Galette/Controllers/GaletteController.php | 6 +
galette/lib/Galette/Entity/DynamicsTrait.php | 3 +
galette/lib/Galette/Entity/PdfContribution.php | 109 ---
galette/lib/Galette/Entity/PdfModel.php | 543 +-----------
galette/lib/Galette/Entity/Reminder.php | 29 +-
galette/lib/Galette/Entity/Texts.php | 256 +++---
galette/lib/Galette/Events/ContribListener.php | 62 +-
galette/lib/Galette/Events/MemberListener.php | 61 +-
.../PdfModel.php => Features/Replacements.php} | 919 ++++++++++-----------
tests/Galette/Core/tests/units/History.php | 28 +-
tests/Galette/Core/tests/units/Links.php | 264 +-----
tests/Galette/Core/tests/units/Login.php | 39 +-
tests/Galette/Entity/tests/units/Adherent.php | 330 +-------
tests/Galette/Entity/tests/units/Contribution.php | 259 +-----
tests/Galette/Entity/tests/units/PdfModel.php | 158 ++--
tests/Galette/Entity/tests/units/Texts.php | 28 +-
tests/Galette/IO/tests/units/CsvIn.php | 72 +-
tests/Galette/Repository/tests/units/Members.php | 25 +-
.../Repository/tests/units/PaymentTypes.php | 15 +-
tests/Galette/Repository/tests/units/PdfModels.php | 15 +-
tests/Galette/Repository/tests/units/Reminders.php | 284 +------
tests/GaletteTestCase.php | 571 +++++++++++++
tests/TestsBootstrap.php | 2 +
30 files changed, 1387 insertions(+), 2737 deletions(-)
copy galette/lib/Galette/{Entity/PdfModel.php => Features/Replacements.php} (51%)
create mode 100644 tests/GaletteTestCase.php
hooks/post-receive
--
galette/galette.git
--
Galette repositories commits - http://galette.eu
List documentation: https://listengine.tuxfamily.org/lists.galette.eu/commits/