[galette-commits] [GIT] galette/galette.git branch develop updated. 1.0.0-28-g5fe6b69

[ 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  5fe6b69c624a58f3492fa5970b5fae475a92ef77 (commit)
       via  e8c6aea27e7135175db7539037e86d5d6ddb446a (commit)
      from  22be180888f07e13a5c1eadc9795ce143ea7a4d4 (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 5fe6b69c624a58f3492fa5970b5fae475a92ef77
Author: Johan Cwiklinski <johan@xxxxxxxx>
Date:   Tue Jan 16 09:08:26 2024 +0100

    Bump version & compat version

commit e8c6aea27e7135175db7539037e86d5d6ddb446a
Author: Johan Cwiklinski <johan@xxxxxxxx>
Date:   Sun Dec 24 08:46:08 2023 +0100

    Add typehinting
    
    closes #1766

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

Summary of changes:
 galette/includes/galette.inc.php                   |   4 +-
 galette/install/scripts/upgrade-to-0.70.php        |   4 +-
 galette/install/scripts/upgrade-to-0.8.php         |   8 +-
 galette/lib/Galette/Common/ClassLoader.php         |  40 ++---
 galette/lib/Galette/Common/XHProf.php              |   8 +-
 .../lib/Galette/Controllers/AbstractController.php |   4 +-
 galette/lib/Galette/Controllers/AuthController.php |  14 +-
 .../Controllers/Crud/ContributionsController.php   |  53 +++---
 .../Controllers/Crud/DynamicFieldsController.php   |  36 ++--
 .../Controllers/Crud/EntitledsController.php       |  34 ++--
 .../Galette/Controllers/Crud/GroupsController.php  |  27 +--
 .../Controllers/Crud/MailingsController.php        |  24 +--
 .../Galette/Controllers/Crud/MembersController.php |  50 +++---
 .../Controllers/Crud/PaymentTypeController.php     |  20 +--
 .../Controllers/Crud/SavedSearchesController.php   |  35 ++--
 .../Galette/Controllers/Crud/TitlesController.php  |  20 +--
 .../Controllers/Crud/TransactionsController.php    |  14 +-
 galette/lib/Galette/Controllers/CrudController.php |  26 +--
 galette/lib/Galette/Controllers/CsvController.php  |   2 +-
 .../Controllers/DynamicTranslationsController.php  |   2 +-
 .../lib/Galette/Controllers/HistoryController.php  |  12 +-
 galette/lib/Galette/Controllers/PdfController.php  |   6 +-
 galette/lib/Galette/Controllers/TextController.php |  11 +-
 galette/lib/Galette/Core/AbstractPassword.php      |  16 +-
 galette/lib/Galette/Core/Authentication.php        | 115 +++++++------
 galette/lib/Galette/Core/CheckModules.php          |  28 +--
 galette/lib/Galette/Core/Db.php                    | 151 ++++++++--------
 galette/lib/Galette/Core/Galette.php               |   2 +-
 galette/lib/Galette/Core/GaletteMail.php           |  76 ++++----
 galette/lib/Galette/Core/Gaptcha.php               |  22 +--
 galette/lib/Galette/Core/History.php               |  79 ++++-----
 galette/lib/Galette/Core/I18n.php                  |  50 +++---
 galette/lib/Galette/Core/Install.php               |  95 +++++-----
 galette/lib/Galette/Core/L10n.php                  |  12 +-
 galette/lib/Galette/Core/LightSlimApp.php          |   2 +-
 galette/lib/Galette/Core/Links.php                 |  21 +--
 galette/lib/Galette/Core/Login.php                 |  38 ++--
 galette/lib/Galette/Core/Logo.php                  |  18 +-
 galette/lib/Galette/Core/Logs.php                  |  10 +-
 galette/lib/Galette/Core/Mailing.php               |  53 +++---
 galette/lib/Galette/Core/MailingHistory.php        |  60 +++----
 galette/lib/Galette/Core/Pagination.php            |  71 ++++----
 galette/lib/Galette/Core/Password.php              |   4 +-
 galette/lib/Galette/Core/Picture.php               | 104 +++++------
 galette/lib/Galette/Core/PluginControllerTrait.php |  11 +-
 galette/lib/Galette/Core/PluginInstall.php         |  11 +-
 galette/lib/Galette/Core/Plugins.php               | 122 ++++++-------
 galette/lib/Galette/Core/Preferences.php           |  63 +++----
 galette/lib/Galette/Core/PrintLogo.php             |  10 +-
 galette/lib/Galette/Core/SysInfos.php              |   2 +-
 galette/lib/Galette/Core/Translator.php            |   8 +-
 galette/lib/Galette/DynamicFields/Boolean.php      |  14 +-
 galette/lib/Galette/DynamicFields/Choice.php       |  12 +-
 galette/lib/Galette/DynamicFields/Date.php         |  12 +-
 galette/lib/Galette/DynamicFields/DynamicField.php |  91 +++++-----
 galette/lib/Galette/DynamicFields/File.php         |  14 +-
 galette/lib/Galette/DynamicFields/Line.php         |  12 +-
 galette/lib/Galette/DynamicFields/Separator.php    |  12 +-
 galette/lib/Galette/DynamicFields/Text.php         |  12 +-
 galette/lib/Galette/Entity/Adherent.php            |  57 +++---
 galette/lib/Galette/Entity/Contribution.php        | 191 ++++++++++++---------
 galette/lib/Galette/Entity/ContributionsTypes.php  |  20 +--
 galette/lib/Galette/Entity/DynamicFieldsHandle.php |  70 ++++----
 galette/lib/Galette/Entity/Entitled.php            |  93 +++++-----
 galette/lib/Galette/Entity/FieldsCategories.php    |  13 +-
 galette/lib/Galette/Entity/FieldsConfig.php        |  70 ++++----
 galette/lib/Galette/Entity/Group.php               | 109 ++++++------
 galette/lib/Galette/Entity/ImportModel.php         |  22 +--
 galette/lib/Galette/Entity/ListsConfig.php         |  24 ++-
 galette/lib/Galette/Entity/PaymentType.php         |  34 ++--
 .../lib/Galette/Entity/PdfAdhesionFormModel.php    |   9 +-
 galette/lib/Galette/Entity/PdfContribution.php     |  11 +-
 galette/lib/Galette/Entity/PdfMain.php             |   9 +-
 galette/lib/Galette/Entity/PdfModel.php            |  53 +++---
 galette/lib/Galette/Entity/PdfReceipt.php          |   9 +-
 galette/lib/Galette/Entity/Reminder.php            |  47 +++--
 galette/lib/Galette/Entity/SavedSearch.php         |  54 +++---
 galette/lib/Galette/Entity/Social.php              |  34 ++--
 galette/lib/Galette/Entity/Status.php              |  16 +-
 galette/lib/Galette/Entity/Texts.php               |  56 +++---
 galette/lib/Galette/Entity/Title.php               |  28 +--
 galette/lib/Galette/Entity/Transaction.php         |  38 ++--
 galette/lib/Galette/Events/ContribListener.php     |  20 +--
 galette/lib/Galette/Events/GaletteEvent.php        |   8 +-
 galette/lib/Galette/Events/MemberListener.php      |  20 +--
 galette/lib/Galette/Features/Dependencies.php      |  10 +-
 galette/lib/Galette/Features/Dynamics.php          |  34 ++--
 galette/lib/Galette/Features/I18n.php              |  10 +-
 galette/lib/Galette/Features/Replacements.php      |  38 ++--
 galette/lib/Galette/Features/Socials.php           |  12 +-
 galette/lib/Galette/Features/Translatable.php      |   8 +-
 .../lib/Galette/Filters/AdvancedMembersList.php    |  71 ++++----
 galette/lib/Galette/Filters/ContributionsList.php  |  36 ++--
 galette/lib/Galette/Filters/HistoryList.php        |  26 +--
 galette/lib/Galette/Filters/MailingsList.php       |  28 +--
 galette/lib/Galette/Filters/MembersList.php        |  35 ++--
 galette/lib/Galette/Filters/SavedSearchesList.php  |   4 +-
 galette/lib/Galette/Filters/TransactionsList.php   |  26 +--
 galette/lib/Galette/IO/ExternalScript.php          |   5 +-
 galette/lib/Galette/Middleware/Language.php        |   9 +-
 galette/lib/Galette/Middleware/Telemetry.php       |   9 +-
 .../Galette/Middleware/UpdateAndMaintenance.php    |  10 +-
 galette/lib/Galette/Repository/Groups.php          |   2 +-
 galette/lib/Galette/Repository/Members.php         |   7 +-
 galette/lib/Galette/Repository/PaymentTypes.php    |   7 +-
 galette/lib/Galette/Repository/PdfModels.php       |   5 +-
 galette/lib/Galette/Twig/CsrfExtension.php         |   8 +-
 galette/lib/Galette/Updater/AbstractUpdater.php    |  40 ++---
 galette/lib/Galette/Util/FakeData.php              |  18 +-
 galette/lib/Galette/Util/Password.php              |  34 ++--
 galette/lib/Galette/Util/Telemetry.php             |  53 +++---
 tests/Galette/Core/tests/units/Galette.php         |   2 +-
 tests/Galette/Core/tests/units/Install.php         |   1 +
 tests/Galette/Core/tests/units/Login.php           |  18 +-
 tests/Galette/Entity/tests/units/Adherent.php      |   7 -
 tests/Galette/Entity/tests/units/Contribution.php  |  10 +-
 tests/Galette/Entity/tests/units/Group.php         |   3 -
 .../Filters/tests/units/ContributionsList.php      |  11 +-
 tests/Galette/Filters/tests/units/HistoryList.php  |   4 +-
 .../Filters/tests/units/TransactionsList.php       |   4 +-
 tests/Galette/Repository/tests/units/PdfModels.php |  29 +---
 121 files changed, 1821 insertions(+), 1815 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/