]> git.agnieray.net Git - galette.git/commit - galette/lib/Galette/Controllers/Crud/MembersController.php
Replacements feature; fixes #1393
authorJohan Cwiklinski <johan@x-tnd.be>
Sun, 20 Dec 2020 10:10:00 +0000 (11:10 +0100)
committerJohan Cwiklinski <johan@x-tnd.be>
Sun, 10 Jan 2021 18:59:46 +0000 (19:59 +0100)
commit6b3501e03fbc7772b2fe8655801b1fd5bc6e0aae
treefd7d073aae4fe79db3d8ba849edb175bbe1e869d
parent3fd2dc896b0d2ad3dc80f40f52be8ae2106f65c7
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
22 files changed:
galette/cron/reminder.php
galette/includes/routes/contributions.routes.php
galette/includes/routes/management.routes.php
galette/includes/routes/members.routes.php
galette/lib/Galette/Controllers/AuthController.php
galette/lib/Galette/Controllers/Crud/ContributionsController.php
galette/lib/Galette/Controllers/Crud/MembersController.php
galette/lib/Galette/Controllers/GaletteController.php
galette/lib/Galette/Entity/DynamicsTrait.php
galette/lib/Galette/Entity/PdfContribution.php
galette/lib/Galette/Entity/PdfModel.php
galette/lib/Galette/Entity/Reminder.php
galette/lib/Galette/Entity/Texts.php
galette/lib/Galette/Events/ContribListener.php
galette/lib/Galette/Events/MemberListener.php
galette/lib/Galette/Features/Replacements.php [new file with mode: 0644]
tests/Galette/Core/tests/units/Links.php
tests/Galette/Entity/tests/units/Adherent.php
tests/Galette/Entity/tests/units/Contribution.php
tests/Galette/Entity/tests/units/PdfModel.php
tests/Galette/Entity/tests/units/Texts.php
tests/Galette/Repository/tests/units/Reminders.php