]> git.agnieray.net Git - galette.git/commit
Improve Mailing constructor
authorJohan Cwiklinski <johan@x-tnd.be>
Sun, 18 Oct 2020 10:13:44 +0000 (12:13 +0200)
committerJohan Cwiklinski <johan@x-tnd.be>
Sun, 18 Oct 2020 12:26:45 +0000 (14:26 +0200)
commit6a9bef74aac922b16cd88a0f8e95869004310d44
tree2e3e605fe7cec9a223628688060a610a14b94884
parent298c94b4ca665cc411b2a8562b61d0cef895cb82
Improve Mailing constructor

Drop a global usage; refs #414
Fix mailing calls
15 files changed:
galette/includes/dependencies.php
galette/lib/Galette/Controllers/Crud/MailingsController.php
galette/lib/Galette/Controllers/HistoryController.php
galette/lib/Galette/Core/History.php
galette/lib/Galette/Core/Mailing.php
galette/lib/Galette/Core/MailingHistory.php
tests/Galette/Core/tests/units/History.php
tests/Galette/Core/tests/units/Links.php
tests/Galette/Core/tests/units/Login.php
tests/Galette/Entity/tests/units/Adherent.php
tests/Galette/Entity/tests/units/Contribution.php
tests/Galette/IO/tests/units/CsvIn.php
tests/Galette/Repository/tests/units/Members.php
tests/Galette/Repository/tests/units/Reminders.php
tests/Galette/Util/tests/units/Password.php