[galette-commits] [GIT] galette/galette.git branch develop updated. 0.9.4.2-71-g5ec3ab5 |
[ 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-71-g5ec3ab5
- From: <git@xxxxxxxxxxxxx>
- Date: Sun, 06 Dec 2020 12:48:55 +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 5ec3ab5a245a1747f7fc3597ada099289179b2ec (commit)
via 26f4aaee3ce9b51c49d1cd34ef604d8cca3f868d (commit)
via 4eac42295b6ae674e25643890288ad9ecd0e0085 (commit)
from 8e883fada16a77eee52a891aefef80c08c54ffd7 (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 5ec3ab5a245a1747f7fc3597ada099289179b2ec
Author: Johan Cwiklinski <johan@xxxxxxxx>
Date: Sun Dec 6 12:44:04 2020 +0100
Add tests on PdfModels storage
commit 26f4aaee3ce9b51c49d1cd34ef604d8cca3f868d
Author: Johan Cwiklinski <johan@xxxxxxxx>
Date: Sun Dec 6 12:27:43 2020 +0100
Fix storage issue; refs #1393
commit 4eac42295b6ae674e25643890288ad9ecd0e0085
Author: Johan Cwiklinski <johan@xxxxxxxx>
Date: Sun Dec 6 10:35:24 2020 +0100
Session is useless in Login
Drop useless authentication setter
CS & scrutinizer fixes
Typehint
-----------------------------------------------------------------------
Summary of changes:
galette/includes/dependencies.php | 3 +-
galette/install/steps/galette.php | 2 +-
galette/lib/Galette/Controllers/AuthController.php | 2 +-
galette/lib/Galette/Controllers/PdfController.php | 7 +-
galette/lib/Galette/Core/Authentication.php | 54 +++---
galette/lib/Galette/Core/History.php | 7 +-
galette/lib/Galette/Core/Install.php | 2 +-
galette/lib/Galette/Core/Login.php | 20 +--
galette/lib/Galette/Core/MailingHistory.php | 4 +-
galette/lib/Galette/Core/Pagination.php | 3 +-
galette/lib/Galette/Repository/Contributions.php | 7 +-
galette/post_contribution_test.php | 2 +-
.../Controllers/tests/units/PdfController.php | 199 +++++++++++++++++++++
tests/Galette/Core/tests/units/History.php | 4 +-
tests/Galette/Core/tests/units/Links.php | 4 +-
tests/Galette/Core/tests/units/Login.php | 32 +---
tests/Galette/Core/tests/units/Preferences.php | 10 +-
tests/Galette/Entity/tests/units/Adherent.php | 12 +-
tests/Galette/Entity/tests/units/Contribution.php | 6 +-
tests/Galette/Entity/tests/units/FieldsConfig.php | 17 +-
tests/Galette/Entity/tests/units/ListsConfig.php | 16 +-
tests/Galette/Entity/tests/units/PaymentType.php | 4 +-
tests/Galette/Entity/tests/units/PdfModel.php | 34 ++--
tests/Galette/Entity/tests/units/SavedSeach.php | 4 +-
tests/Galette/IO/tests/units/CsvIn.php | 2 +-
tests/Galette/Repository/tests/units/Members.php | 6 +-
.../Repository/tests/units/PaymentTypes.php | 4 +-
tests/Galette/Repository/tests/units/PdfModels.php | 4 +-
tests/Galette/Repository/tests/units/Reminders.php | 4 +-
tests/Galette/Util/tests/units/Password.php | 3 +-
30 files changed, 313 insertions(+), 165 deletions(-)
create mode 100644 tests/Galette/Controllers/tests/units/PdfController.php
hooks/post-receive
--
galette/galette.git
--
Galette repositories commits - http://galette.eu
List documentation: https://listengine.tuxfamily.org/lists.galette.eu/commits/