[galette-commits] [GIT] galette/galette.git branch develop updated. 0.9.6.1-606-g432eebb

[ Thread Index | Date Index | More lists.galette.eu/commits Archives ]


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  432eebb33bc5bef4c70f010a131200079b6199e2 (commit)
      from  6564fd3fe7a46ab53fd44a25ca03fb8b59443fad (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 432eebb33bc5bef4c70f010a131200079b6199e2
Author: Johan Cwiklinski <johan@xxxxxxxx>
Date:   Sun Feb 19 09:23:10 2023 +0100

    phpstan, level 2
    
    Alos fix a bunch of scrutinizer issues
    We're working with ArrayObjects, not ResultSets - but not everywhere
    Fix maintenance middleware

-----------------------------------------------------------------------

Summary of changes:
 galette/lib/Galette/Common/ClassLoader.php         |  2 +-
 galette/lib/Galette/Common/XHProf.php              |  1 +
 .../lib/Galette/Controllers/AbstractController.php |  7 --
 .../Controllers/Crud/EntitledsController.php       |  4 +-
 .../Galette/Controllers/Crud/GroupsController.php  |  3 +-
 .../Galette/Controllers/Crud/MembersController.php |  8 +-
 galette/lib/Galette/Controllers/CsvController.php  |  3 +-
 galette/lib/Galette/Core/Db.php                    |  8 +-
 galette/lib/Galette/Core/GaletteMail.php           |  2 +-
 galette/lib/Galette/Core/History.php               |  5 +-
 galette/lib/Galette/Core/Install.php               | 16 ++--
 galette/lib/Galette/Core/LightSlimApp.php          |  2 +-
 galette/lib/Galette/Core/Links.php                 | 44 ++++------
 galette/lib/Galette/Core/Logo.php                  |  8 +-
 galette/lib/Galette/Core/Mailing.php               | 13 ++-
 galette/lib/Galette/Core/MailingHistory.php        | 15 ++--
 galette/lib/Galette/Core/Password.php              | 59 ++++++-------
 galette/lib/Galette/Core/Picture.php               | 15 ++--
 galette/lib/Galette/Core/Plugins.php               | 25 +++---
 galette/lib/Galette/DynamicFields/DynamicField.php | 96 +++++++++++-----------
 galette/lib/Galette/Entity/Adherent.php            | 18 ++--
 galette/lib/Galette/Entity/Contribution.php        | 21 +++--
 galette/lib/Galette/Entity/ContributionsTypes.php  | 11 +--
 galette/lib/Galette/Entity/DynamicFieldsHandle.php | 14 +---
 galette/lib/Galette/Entity/Entitled.php            | 12 +--
 galette/lib/Galette/Entity/FieldsConfig.php        |  9 +-
 galette/lib/Galette/Entity/Group.php               | 13 +--
 galette/lib/Galette/Entity/ImportModel.php         | 16 ++--
 galette/lib/Galette/Entity/ListsConfig.php         |  9 +-
 galette/lib/Galette/Entity/PaymentType.php         | 14 ++--
 .../lib/Galette/Entity/PdfAdhesionFormModel.php    | 11 ++-
 galette/lib/Galette/Entity/PdfContribution.php     |  7 +-
 galette/lib/Galette/Entity/PdfInvoice.php          | 11 +--
 galette/lib/Galette/Entity/PdfMain.php             | 11 +--
 galette/lib/Galette/Entity/PdfModel.php            | 18 ++--
 galette/lib/Galette/Entity/PdfReceipt.php          |  9 +-
 galette/lib/Galette/Entity/Reminder.php            | 16 ++--
 galette/lib/Galette/Entity/SavedSearch.php         |  7 +-
 galette/lib/Galette/Entity/Social.php              | 13 +--
 galette/lib/Galette/Entity/Status.php              | 11 +--
 galette/lib/Galette/Entity/Texts.php               |  6 +-
 galette/lib/Galette/Entity/Title.php               | 25 +++---
 galette/lib/Galette/Entity/Transaction.php         | 22 ++---
 galette/lib/Galette/Events/GaletteEvent.php        |  2 +-
 galette/lib/Galette/Features/Dynamics.php          | 12 +--
 galette/lib/Galette/Features/Replacements.php      |  9 +-
 galette/lib/Galette/Filters/ContributionsList.php  |  9 +-
 galette/lib/Galette/Filters/MailingsList.php       | 16 ++--
 galette/lib/Galette/Filters/MembersList.php        |  3 +-
 galette/lib/Galette/IO/ContributionsCsv.php        |  2 +
 galette/lib/Galette/IO/CsvOut.php                  | 29 ++++---
 galette/lib/Galette/IO/ExternalScript.php          |  2 +-
 galette/lib/Galette/IO/MembersCsv.php              | 10 +--
 galette/lib/Galette/IO/Pdf.php                     | 16 ++--
 galette/lib/Galette/IO/PdfContribution.php         | 17 ++--
 galette/lib/Galette/Middleware/Authenticate.php    | 15 ++--
 .../Galette/Middleware/UpdateAndMaintenance.php    | 28 +++----
 galette/lib/Galette/Repository/Contributions.php   |  5 +-
 .../lib/Galette/Repository/DynamicFieldsSet.php    | 10 ++-
 galette/lib/Galette/Repository/Groups.php          |  8 +-
 galette/lib/Galette/Repository/Members.php         | 11 ++-
 galette/lib/Galette/Repository/Reminders.php       | 11 +--
 galette/lib/Galette/Repository/SavedSearches.php   | 13 +--
 galette/lib/Galette/Repository/Titles.php          | 14 ++--
 galette/lib/Galette/Repository/Transactions.php    | 63 +++++++-------
 galette/lib/Galette/Updater/AbstractUpdater.php    |  1 +
 galette/lib/Galette/Util/Password.php              |  8 +-
 phpstan.neon                                       |  4 +-
 tests/Galette/Core/tests/units/Password.php        |  2 +-
 tests/Galette/Entity/tests/units/PdfModel.php      | 24 +++---
 70 files changed, 514 insertions(+), 470 deletions(-)


hooks/post-receive
-- 
galette/galette.git

-- 
Galette repositories commits - http://galette.eu

List documentation: https://listengine.tuxfamily.org/lists.galette.eu/commits/


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/