[galette-commits] [GIT] galette/galette.git branch master updated. 0.9.5.1-42-gee0fb34

[ 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, master has been updated
       via  ee0fb3453cadd82361fb48df1907a63733aee563 (commit)
       via  2bc0dccf46c5328b7bb9e98c226b790923e56d10 (commit)
       via  52902b1632da3ef1ae1c74b0e62d5fe0d915800f (commit)
       via  5229634557647c4f441173aa32924591e22a424b (commit)
       via  3d7360371751ce947ee097a01d6d589cad1e4ebc (commit)
       via  521fb91874baf399c6f23ecb448abc3d4cf51377 (commit)
       via  eb315b39470e73398f978644f48fe81341032549 (commit)
       via  798e83f3a757a8c1c39be83127ce9e6d3cd62adc (commit)
       via  e36fa98574d3f0a6ae7321349a70e128e8280a25 (commit)
       via  6c9d0e7d0265e5fb9270d9ad93910c9568d51e13 (commit)
       via  bbdc9a8a5077922380da6bbcaaf62a4042210ac7 (commit)
       via  3fbf998b4b59557a9a48d49e73b00748e92fa5d7 (commit)
       via  fefe549ff5a10a67a2e0ba08dd17edbddf50930e (commit)
       via  809fcdf15e8c1eb27588bf514becfc4d6c531d8b (commit)
       via  4d09cc8feedd12888b765617825eb15ae3a0b298 (commit)
       via  bba7ac47aaaf292fea7f0026af8f6eaa1c9b5a1b (commit)
       via  c775c45310892dce3376dd0dc0b495521078dc74 (commit)
       via  07bf19243e00b981b1e9460da980e5343a250a7a (commit)
       via  0fb3662de6e79e209c4178606e1fd7d22acf04bc (commit)
       via  b248787491e9420b02e44311a3916c3590b1afd9 (commit)
       via  92db465b05fb3bad564d147e494b57e920842b39 (commit)
       via  73b227889e5188cee017372e45859d8a428c17f1 (commit)
       via  ebfe49fa974b1eec12a8831df344b320a6a31eab (commit)
       via  f17c73cf6e03e0168d418075be952d7b1af19499 (commit)
       via  a842f8e620e3b22902a51b757dde5d5cd3ee136d (commit)
       via  01aa37b734fdcb02596c2ce68db955e85ba696dd (commit)
       via  1633b2c822ca8a486745c3fbda789a1acee9702f (commit)
       via  0384e303fb6e149a00e0cc99b3c3a6699942e73e (commit)
       via  d759b17825ba1012aed31c9c05f06648cbf87aa5 (commit)
       via  d657debc490eed1c55743dcdef8b40fe3bbc2b0d (commit)
       via  b34f7cc504cee671c76378baf43835c239159b21 (commit)
       via  a3832420e89a7f8f07382d85124888cd5c808928 (commit)
       via  0ef12145d3f536755f2cab472a62bc89470ecfcb (commit)
       via  2aff5f905f0938f4a1eb5c0b2c3398586725a9d6 (commit)
       via  b7c91f641de497a4b9927e0eecbe5ab4699ef60d (commit)
      from  35b2a99b8902bd6da4d84c614325a767c76efac8 (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 ee0fb3453cadd82361fb48df1907a63733aee563
Merge: 35b2a99 2bc0dcc
Author: Johan Cwiklinski <johan@xxxxxxxx>
Date:   Sun Nov 7 07:46:10 2021 +0100

    Merge branch 'release/0.9.5.2'

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

Summary of changes:
 .github/workflows/ci-linux.yml                     |   6 +-
 galette/composer.json                              |   8 +-
 galette/composer.lock                              | 409 +++++++++++----------
 galette/docs/CHANGES                               |  12 +-
 galette/includes/galette.inc.php                   |   6 +-
 galette/includes/routes/public_pages.routes.php    |  14 +-
 galette/install/scripts/upgrade-to-0.63-mysql.sql  |  10 +-
 galette/lang/ar.utf8/LC_MESSAGES/galette.mo        | Bin 16815 -> 25198 bytes
 galette/lang/galette_ar.utf8.po                    | 255 ++++++-------
 galette/lang/galette_uk.utf8.po                    |  93 ++---
 galette/lang/uk.utf8/LC_MESSAGES/galette.mo        | Bin 178532 -> 180360 bytes
 galette/lib/Galette/Controllers/TextController.php |   2 +-
 galette/lib/Galette/Core/Db.php                    |  17 +
 galette/lib/Galette/Core/GaletteMail.php           |   9 +-
 galette/lib/Galette/Core/History.php               |  16 +-
 galette/lib/Galette/Core/Install.php               |   9 +-
 galette/lib/Galette/Core/Links.php                 |  11 +-
 galette/lib/Galette/Core/Login.php                 |   2 +-
 galette/lib/Galette/Core/MailingHistory.php        |  19 +-
 galette/lib/Galette/DynamicFields/DynamicField.php |  12 +-
 galette/lib/Galette/Entity/Adherent.php            | 269 +++++++-------
 galette/lib/Galette/Entity/Contribution.php        |  57 +--
 galette/lib/Galette/Entity/ContributionsTypes.php  |   8 +-
 galette/lib/Galette/Entity/DynamicFieldsHandle.php |   2 +-
 galette/lib/Galette/Entity/Entitled.php            |  23 +-
 galette/lib/Galette/Entity/FieldsCategories.php    |  11 +-
 galette/lib/Galette/Entity/FieldsConfig.php        |  15 +-
 galette/lib/Galette/Entity/Group.php               |  19 +-
 galette/lib/Galette/Entity/ImportModel.php         |  12 +-
 galette/lib/Galette/Entity/ListsConfig.php         |  12 +-
 galette/lib/Galette/Entity/PaymentType.php         |  20 +-
 .../lib/Galette/Entity/PdfAdhesionFormModel.php    |   8 +-
 galette/lib/Galette/Entity/PdfContribution.php     |   6 +-
 galette/lib/Galette/Entity/PdfModel.php            |  12 +-
 galette/lib/Galette/Entity/Reminder.php            |   8 +-
 galette/lib/Galette/Entity/SavedSearch.php         |  47 +--
 galette/lib/Galette/Entity/Status.php              |   8 +-
 galette/lib/Galette/Entity/Texts.php               |  13 +-
 galette/lib/Galette/Entity/Title.php               |   9 +-
 galette/lib/Galette/Entity/Transaction.php         |  42 ++-
 .../DynamicsTrait.php => Features/Dynamics.php}    |  11 +-
 .../{Entity/I18nTrait.php => Features/I18n.php}    |  16 +-
 galette/lib/Galette/Features/Replacements.php      |   2 +-
 .../Translatable.php}                              |  18 +-
 galette/lib/Galette/Filters/ContributionsList.php  |   3 +
 galette/lib/Galette/Repository/Contributions.php   |   8 +-
 galette/lib/Galette/Repository/Groups.php          |   7 +-
 galette/lib/Galette/Repository/Members.php         |  28 +-
 galette/lib/Galette/Repository/PaymentTypes.php    |   7 +-
 galette/lib/Galette/Repository/SavedSearches.php   |  14 +-
 galette/lib/Galette/Util/Password.php              |  14 +-
 galette/templates/default/gestion_adherents.tpl    |  17 +-
 patches/laminas-php81.patch                        |  11 +
 patches/slim-php81.patch                           | 118 ++++++
 patches/smarty-php81.patch                         |  12 +
 patches/smarty-view-php81.patch                    |  39 ++
 patches/tcpdf-hrs.patch                            |  23 --
 .../Controllers/tests/units/PdfController.php      |  18 +-
 tests/Galette/Core/tests/units/CheckModules.php    |  15 +
 tests/Galette/Core/tests/units/Db.php              |  29 +-
 tests/Galette/Core/tests/units/History.php         |  38 +-
 tests/Galette/Core/tests/units/I18n.php            |  20 +-
 tests/Galette/Core/tests/units/Install.php         |  19 +-
 tests/Galette/Core/tests/units/L10n.php            |  11 +-
 tests/Galette/Core/tests/units/Links.php           |   9 +-
 tests/Galette/Core/tests/units/Logo.php            |  18 +-
 tests/Galette/Core/tests/units/Password.php        |  18 +-
 tests/Galette/Core/tests/units/Picture.php         |  20 +-
 tests/Galette/Core/tests/units/Plugins.php         |  17 +-
 tests/Galette/Core/tests/units/Preferences.php     |  18 +-
 tests/Galette/Core/tests/units/PrintLogo.php       |  18 +-
 .../Galette/DynamicFields/tests/units/Boolean.php  |   4 +-
 .../DynamicFields/tests/units/Separator.php        |   4 +-
 tests/Galette/Entity/tests/units/Adherent.php      |   6 +-
 tests/Galette/Entity/tests/units/Contribution.php  |  35 +-
 tests/Galette/Entity/tests/units/FieldsConfig.php  |   4 +-
 tests/Galette/Entity/tests/units/ListsConfig.php   |  11 +-
 tests/Galette/Entity/tests/units/PaymentType.php   |  11 +-
 tests/Galette/Entity/tests/units/PdfModel.php      |  12 +-
 tests/Galette/Entity/tests/units/SavedSeach.php    |  17 +-
 tests/Galette/Entity/tests/units/Status.php        |  11 +-
 tests/Galette/Entity/tests/units/Title.php         |  11 +-
 tests/Galette/Entity/tests/units/Transaction.php   |  12 +-
 tests/Galette/IO/tests/units/CsvIn.php             |  12 +-
 tests/Galette/IO/tests/units/News.php              |   4 +-
 tests/Galette/Middleware/tests/unit/CheckAcls.php  |   4 +-
 tests/Galette/Repository/tests/units/Members.php   |  12 +-
 .../Repository/tests/units/PaymentTypes.php        |  11 +-
 tests/Galette/Repository/tests/units/PdfModels.php |  11 +-
 tests/Galette/Repository/tests/units/Reminders.php |  13 +-
 tests/Galette/Util/tests/units/Password.php        |   7 +-
 tests/Galette/Util/tests/units/Telemetry.php       |   8 +-
 tests/GaletteTestCase.php                          |  37 +-
 tests/GaletteUpdate/Core/tests/units/Install.php   |  18 +-
 tests/mysql_06.sql                                 |   4 +-
 95 files changed, 1417 insertions(+), 989 deletions(-)
 rename galette/lib/Galette/{Entity/DynamicsTrait.php => Features/Dynamics.php} (98%)
 rename galette/lib/Galette/{Entity/I18nTrait.php => Features/I18n.php} (97%)
 rename galette/lib/Galette/{Entity/TranslatableTrait.php => Features/Translatable.php} (88%)
 create mode 100644 patches/laminas-php81.patch
 create mode 100644 patches/slim-php81.patch
 create mode 100644 patches/smarty-php81.patch
 create mode 100644 patches/smarty-view-php81.patch
 delete mode 100644 patches/tcpdf-hrs.patch


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/