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  a15bb74a4563ca6aab6ac4bf5d34ca0256ca7feb (commit)
       via  c6717c50eaeaff182caeb9af12d458bb55afab93 (commit)
       via  be5ad2f3d7bf82926b0c75c06cd3583945c8e8eb (commit)
      from  291d89873e08014db48e1f34453cf81e57e68249 (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 a15bb74a4563ca6aab6ac4bf5d34ca0256ca7feb
Author: Johan Cwiklinski <jo...@x-tnd.be>
Date:   Thu Nov 9 16:19:45 2023 +0100

    Switch to phpstan level 4
    
    Remove dead code

commit c6717c50eaeaff182caeb9af12d458bb55afab93
Author: Johan Cwiklinski <jo...@x-tnd.be>
Date:   Fri Nov 10 07:41:57 2023 +0100

    Fix error on transaction filtering

commit be5ad2f3d7bf82926b0c75c06cd3583945c8e8eb
Author: Johan Cwiklinski <jo...@x-tnd.be>
Date:   Thu Nov 9 17:17:08 2023 +0100

    Rely on feature

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

Summary of changes:
 .../Controllers/Crud/MailingsController.php        |  11 -
 .../Galette/Controllers/Crud/MembersController.php |  16 -
 galette/lib/Galette/Controllers/CrudController.php |   2 +
 .../lib/Galette/Controllers/HistoryController.php  |  11 -
 .../lib/Galette/Controllers/PluginsController.php  |   9 +-
 galette/lib/Galette/Core/History.php               |   3 +-
 galette/lib/Galette/Core/Install.php               |   6 +-
 galette/lib/Galette/Core/MailingHistory.php        |  69 ++--
 galette/lib/Galette/Core/Picture.php               | 379 +++++++++++----------
 galette/lib/Galette/Core/PluginInstall.php         |   2 -
 galette/lib/Galette/Core/Plugins.php               |  18 +-
 galette/lib/Galette/Core/Preferences.php           |   6 +-
 galette/lib/Galette/DynamicFields/DynamicField.php |   2 +-
 galette/lib/Galette/Entity/Adherent.php            |  60 ++--
 galette/lib/Galette/Entity/Contribution.php        |   7 +-
 galette/lib/Galette/Entity/Group.php               |   1 +
 galette/lib/Galette/Entity/ImportModel.php         |  16 +-
 galette/lib/Galette/Entity/PdfModel.php            |   2 +
 galette/lib/Galette/Entity/Transaction.php         |   2 +-
 galette/lib/Galette/Features/Dependencies.php      |  23 +-
 .../lib/Galette/Filters/AdvancedMembersList.php    |   2 +-
 galette/lib/Galette/Filters/ContributionsList.php  |   2 +-
 galette/lib/Galette/Filters/HistoryList.php        |   2 +-
 galette/lib/Galette/Filters/MailingsList.php       |   2 +-
 galette/lib/Galette/Filters/TransactionsList.php   |   2 +
 galette/lib/Galette/IO/CsvIn.php                   |   1 +
 galette/lib/Galette/IO/CsvOut.php                  |  14 +-
 galette/lib/Galette/Repository/Contributions.php   | 101 +++---
 galette/lib/Galette/Repository/Members.php         |  37 +-
 galette/lib/Galette/Repository/Reminders.php       |   2 +-
 galette/lib/Galette/Repository/Repository.php      |   8 +-
 galette/lib/Galette/Repository/SavedSearches.php   |  15 +-
 galette/lib/Galette/Repository/Transactions.php    |  12 +-
 phpstan.neon                                       |   4 +-
 34 files changed, 398 insertions(+), 451 deletions(-)


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

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

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

Reply via email to