[galette-commits] [GIT] galette/galette.git branch develop updated. 1.0.0-35-g3836c73

[ 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  3836c73fa9df092c6d3d11e3065103bd10b0139e (commit)
      from  3a67410526cdaac1a379223a6e5e715c17776047 (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 3836c73fa9df092c6d3d11e3065103bd10b0139e
Author: Johan Cwiklinski <johan@xxxxxxxx>
Date:   Tue Jan 23 21:48:56 2024 +0100

    phptsan level 6 changes (#403)
    
    Few other changes/improvements/fixes

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

Summary of changes:
 .../lib/Galette/Controllers/AbstractController.php |  25 ++-
 .../Controllers/Crud/ContributionsController.php   |  18 +-
 .../Controllers/Crud/DynamicFieldsController.php   |  16 +-
 .../Controllers/Crud/EntitledsController.php       |  16 +-
 .../Galette/Controllers/Crud/GroupsController.php  |  18 +-
 .../Controllers/Crud/MailingsController.php        |  25 +--
 .../Galette/Controllers/Crud/MembersController.php |  29 +--
 .../Controllers/Crud/PaymentTypeController.php     |  16 +-
 .../Controllers/Crud/SavedSearchesController.php   |  16 +-
 .../Galette/Controllers/Crud/TitlesController.php  |  16 +-
 galette/lib/Galette/Controllers/CrudController.php |  30 +--
 galette/lib/Galette/Controllers/CsvController.php  |  26 +--
 galette/lib/Galette/Core/Authentication.php        |   9 +-
 galette/lib/Galette/Core/CheckModules.php          |  16 +-
 galette/lib/Galette/Core/Db.php                    |  23 +-
 galette/lib/Galette/Core/Galette.php               |  20 +-
 galette/lib/Galette/Core/GaletteMail.php           |  33 +--
 galette/lib/Galette/Core/GalettePlugin.php         |  32 +--
 galette/lib/Galette/Core/History.php               |  16 +-
 galette/lib/Galette/Core/I18n.php                  |  14 +-
 galette/lib/Galette/Core/Install.php               | 128 +++++------
 galette/lib/Galette/Core/Links.php                 |   8 +-
 galette/lib/Galette/Core/Login.php                 |   2 +-
 galette/lib/Galette/Core/Mailing.php               |  25 ++-
 galette/lib/Galette/Core/MailingHistory.php        |  17 +-
 galette/lib/Galette/Core/Pagination.php            |   7 +-
 galette/lib/Galette/Core/Picture.php               |  30 +--
 galette/lib/Galette/Core/PluginControllerTrait.php |   8 +-
 galette/lib/Galette/Core/Plugins.php               |  46 ++--
 galette/lib/Galette/Core/Preferences.php           |  45 ++--
 galette/lib/Galette/Core/SysInfos.php              |  10 +-
 galette/lib/Galette/DynamicFields/DynamicField.php |  36 +--
 galette/lib/Galette/Entity/Adherent.php            | 247 +++++++++++----------
 galette/lib/Galette/Entity/Contribution.php        |  55 ++---
 galette/lib/Galette/Entity/ContributionsTypes.php  |  10 +-
 galette/lib/Galette/Entity/DynamicFieldsHandle.php |  27 ++-
 galette/lib/Galette/Entity/Entitled.php            |  35 +--
 galette/lib/Galette/Entity/FieldsCategories.php    |  18 +-
 galette/lib/Galette/Entity/FieldsConfig.php        |  72 +++---
 galette/lib/Galette/Entity/Group.php               |  19 +-
 galette/lib/Galette/Entity/ImportModel.php         |  13 +-
 galette/lib/Galette/Entity/ListsConfig.php         |  27 +--
 galette/lib/Galette/Entity/PaymentType.php         |  14 +-
 .../lib/Galette/Entity/PdfAdhesionFormModel.php    |  14 +-
 galette/lib/Galette/Entity/PdfContribution.php     |  16 +-
 galette/lib/Galette/Entity/PdfInvoice.php          |  15 +-
 galette/lib/Galette/Entity/PdfMain.php             |  12 +-
 galette/lib/Galette/Entity/PdfModel.php            |  18 +-
 galette/lib/Galette/Entity/PdfReceipt.php          |  12 +-
 galette/lib/Galette/Entity/Reminder.php            |  10 +-
 galette/lib/Galette/Entity/SavedSearch.php         |  26 ++-
 galette/lib/Galette/Entity/Social.php              |  16 +-
 galette/lib/Galette/Entity/Status.php              |  12 +-
 galette/lib/Galette/Entity/Texts.php               |  16 +-
 galette/lib/Galette/Entity/Title.php               |  10 +-
 galette/lib/Galette/Entity/Transaction.php         |  65 +++---
 galette/lib/Galette/Features/Dependencies.php      |   9 +-
 galette/lib/Galette/Features/Dynamics.php          |  20 +-
 galette/lib/Galette/Features/I18n.php              |   9 +-
 galette/lib/Galette/Features/Replacements.php      |  33 ++-
 galette/lib/Galette/Features/Socials.php           |  16 +-
 .../lib/Galette/Filters/AdvancedMembersList.php    |  40 ++--
 galette/lib/Galette/Filters/ContributionsList.php  |   9 +-
 galette/lib/Galette/Filters/HistoryList.php        |   7 +-
 galette/lib/Galette/Filters/MailingsList.php       |   7 +-
 galette/lib/Galette/Filters/MembersList.php        |   9 +-
 galette/lib/Galette/Filters/TransactionsList.php   |   8 +-
 galette/lib/Galette/IO/Charts.php                  |  32 +--
 galette/lib/Galette/IO/ContributionsCsv.php        |  18 +-
 galette/lib/Galette/IO/Csv.php                     |  54 ++---
 galette/lib/Galette/IO/CsvIn.php                   |  73 +++---
 galette/lib/Galette/IO/CsvOut.php                  |  57 ++---
 galette/lib/Galette/IO/ExternalScript.php          |  22 +-
 galette/lib/Galette/IO/File.php                    |  22 +-
 galette/lib/Galette/IO/FileTrait.php               |  92 ++++----
 galette/lib/Galette/IO/MembersCsv.php              |  27 +--
 galette/lib/Galette/IO/News.php                    |  38 ++--
 galette/lib/Galette/IO/Pdf.php                     |  56 ++---
 galette/lib/Galette/IO/PdfAdhesionForm.php         |  28 +--
 galette/lib/Galette/IO/PdfAttendanceSheet.php      |  37 +--
 galette/lib/Galette/IO/PdfContribution.php         |  20 +-
 galette/lib/Galette/IO/PdfGroups.php               |  19 +-
 galette/lib/Galette/IO/PdfMembersCards.php         |  63 +++---
 galette/lib/Galette/IO/PdfMembersLabels.php        |  23 +-
 galette/lib/Galette/Middleware/Authenticate.php    |   8 +-
 galette/lib/Galette/Middleware/Language.php        |   7 +-
 galette/lib/Galette/Repository/Contributions.php   |  33 +--
 .../lib/Galette/Repository/DynamicFieldsSet.php    |   8 +-
 galette/lib/Galette/Repository/Groups.php          |  36 +--
 galette/lib/Galette/Repository/Members.php         | 120 +++++-----
 galette/lib/Galette/Repository/PaymentTypes.php    |  12 +-
 galette/lib/Galette/Repository/PdfModels.php       |  16 +-
 galette/lib/Galette/Repository/Reminders.php       |  36 +--
 galette/lib/Galette/Repository/Repository.php      |  13 +-
 galette/lib/Galette/Repository/SavedSearches.php   |  24 +-
 galette/lib/Galette/Repository/Titles.php          |   7 +-
 galette/lib/Galette/Repository/Transactions.php    |  33 +--
 galette/lib/Galette/Twig/CsrfExtension.php         |   8 +-
 galette/lib/Galette/Updater/AbstractUpdater.php    |  25 ++-
 galette/lib/Galette/Util/FakeData.php              |  11 +-
 galette/lib/Galette/Util/Password.php              |  31 ++-
 galette/lib/Galette/Util/Telemetry.php             |  26 +--
 phpstan.neon                                       |   4 +-
 tests/Galette/Entity/tests/units/Adherent.php      |   8 +-
 tests/Galette/Util/tests/units/Telemetry.php       |  30 ++-
 105 files changed, 1546 insertions(+), 1353 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/