[galette-commits] [GIT] galette/galette.git branch develop updated. 0.9.4.2-9-gafa7ca9

[ 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  afa7ca9e77d8fe05acd86103945cb83590d8f972 (commit)
       via  9a1b08a29648722394dbb03f054e0bd5066f94b1 (commit)
      from  464b0e62244a679c22ea4e71af3c921f4160e66c (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 afa7ca9e77d8fe05acd86103945cb83590d8f972
Author: Johan Cwiklinski <johan@xxxxxxxx>
Date:   Fri Nov 6 07:24:13 2020 +0100

    Drop unneeded dependency failing with composer 2

commit 9a1b08a29648722394dbb03f054e0bd5066f94b1
Author: Johan Cwiklinski <johan@xxxxxxxx>
Date:   Thu Nov 5 18:48:50 2020 +0100

    Catch Throwables instead of Exceptions

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

Summary of changes:
 .travis.yml                                        |  1 -
 galette/composer.json                              |  1 -
 galette/composer.lock                              | 71 +++-------------------
 galette/includes/routes/ajax.routes.php            |  7 ++-
 galette/install/steps/check.php                    |  7 ++-
 .../Controllers/Crud/ContributionsController.php   |  3 +-
 .../Controllers/Crud/DynamicFieldsController.php   |  5 +-
 .../Galette/Controllers/Crud/GroupsController.php  |  3 +-
 .../Controllers/Crud/MailingsController.php        |  3 +-
 .../Controllers/Crud/SavedSearchesController.php   |  3 +-
 galette/lib/Galette/Controllers/CrudController.php |  3 +-
 .../Controllers/DynamicTranslationsController.php  |  5 +-
 .../lib/Galette/Controllers/HistoryController.php  |  5 +-
 galette/lib/Galette/Controllers/PdfController.php  |  3 +-
 .../lib/Galette/Controllers/PluginsController.php  |  7 ++-
 galette/lib/Galette/Core/Db.php                    | 33 +++++-----
 galette/lib/Galette/Core/GaletteMail.php           |  3 +-
 galette/lib/Galette/Core/History.php               | 17 +++---
 galette/lib/Galette/Core/Install.php               |  3 +-
 galette/lib/Galette/Core/L10n.php                  |  9 +--
 galette/lib/Galette/Core/Links.php                 |  9 +--
 galette/lib/Galette/Core/Login.php                 |  7 ++-
 galette/lib/Galette/Core/MailingHistory.php        | 17 +++---
 galette/lib/Galette/Core/Password.php              | 11 ++--
 galette/lib/Galette/Core/Picture.php               |  7 ++-
 galette/lib/Galette/Core/Plugins.php               |  3 +-
 galette/lib/Galette/Core/Preferences.php           |  9 +--
 galette/lib/Galette/DynamicFields/DynamicField.php | 19 +++---
 galette/lib/Galette/Entity/Adherent.php            | 25 ++++----
 galette/lib/Galette/Entity/Contribution.php        | 25 ++++----
 galette/lib/Galette/Entity/DynamicFieldsHandle.php |  7 ++-
 galette/lib/Galette/Entity/DynamicsTrait.php       |  3 +-
 galette/lib/Galette/Entity/Entitled.php            | 21 ++++---
 galette/lib/Galette/Entity/FieldsCategories.php    |  7 ++-
 galette/lib/Galette/Entity/FieldsConfig.php        | 15 ++---
 galette/lib/Galette/Entity/Group.php               | 17 +++---
 galette/lib/Galette/Entity/I18nTrait.php           |  7 ++-
 galette/lib/Galette/Entity/ImportModel.php         |  7 ++-
 galette/lib/Galette/Entity/ListsConfig.php         |  5 +-
 galette/lib/Galette/Entity/PaymentType.php         |  7 ++-
 galette/lib/Galette/Entity/PdfModel.php            |  9 +--
 galette/lib/Galette/Entity/Reminder.php            |  7 ++-
 galette/lib/Galette/Entity/SavedSearch.php         |  9 +--
 galette/lib/Galette/Entity/Texts.php               | 13 ++--
 galette/lib/Galette/Entity/Title.php               |  7 ++-
 galette/lib/Galette/Entity/Transaction.php         | 15 ++---
 .../lib/Galette/Filters/AdvancedMembersList.php    |  7 ++-
 galette/lib/Galette/Filters/ContributionsList.php  |  5 +-
 galette/lib/Galette/Filters/HistoryList.php        |  5 +-
 galette/lib/Galette/Filters/MailingsList.php       |  5 +-
 galette/lib/Galette/Filters/TransactionsList.php   |  5 +-
 galette/lib/Galette/Handlers/Error.php             |  3 +-
 galette/lib/Galette/Handlers/GaletteError.php      |  5 +-
 galette/lib/Galette/Handlers/PhpError.php          |  5 +-
 galette/lib/Galette/IO/CsvIn.php                   |  3 +-
 galette/lib/Galette/IO/CsvOut.php                  |  3 +-
 galette/lib/Galette/IO/News.php                    |  5 +-
 galette/lib/Galette/Middleware/Telemetry.php       |  5 +-
 galette/lib/Galette/Repository/Contributions.php   | 13 ++--
 galette/lib/Galette/Repository/Groups.php          | 13 ++--
 galette/lib/Galette/Repository/Members.php         | 17 +++---
 galette/lib/Galette/Repository/PaymentTypes.php    |  7 ++-
 galette/lib/Galette/Repository/PdfModels.php       |  7 ++-
 galette/lib/Galette/Repository/SavedSearches.php   |  9 +--
 galette/lib/Galette/Repository/Titles.php          |  3 +-
 galette/lib/Galette/Repository/Transactions.php    | 11 ++--
 66 files changed, 313 insertions(+), 303 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/