[galette-commits] [GIT] galette/galette.git branch develop updated. 0.9.3.1-238-g9899d89

[ 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  9899d891292d044a6f791e321c759a81466d4fbb (commit)
      from  0a8bf5154cfd4bc5a044b349b29fb98cf00d5242 (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 9899d891292d044a6f791e321c759a81466d4fbb
Author: Johan Cwiklinski <johan@xxxxxxxx>
Date:   Thu Jun 11 15:32:14 2020 +0200

    Switch to PSR12, phpcbf fix

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

Summary of changes:
 galette/includes/dependencies.php                  |  3 +-
 galette/includes/galette.inc.php                   |  6 +-
 galette/includes/main.inc.php                      |  6 +-
 galette/lib/Galette/Common/ClassLoader.php         |  4 +-
 galette/lib/Galette/Common/XHProf.php              |  4 +-
 .../lib/Galette/Controllers/AbstractController.php |  6 +-
 .../Galette/Controllers/AdminToolsController.php   |  4 +-
 galette/lib/Galette/Controllers/AuthController.php | 14 +++--
 .../Controllers/Crud/ContributionsController.php   | 35 ++++++------
 .../Controllers/Crud/DynamicFieldsController.php   | 18 +++---
 .../Controllers/Crud/EntitledsController.php       | 17 +++---
 .../Galette/Controllers/Crud/GroupsController.php  | 25 ++++-----
 .../Controllers/Crud/MailingsController.php        | 57 +++++++++++--------
 .../Galette/Controllers/Crud/MembersController.php | 65 ++++++++++++----------
 .../Controllers/Crud/PaymentTypeController.php     | 15 +++--
 .../Controllers/Crud/SavedSearchesController.php   | 15 +++--
 .../Galette/Controllers/Crud/TitlesController.php  | 15 +++--
 .../Controllers/Crud/TransactionsController.php    | 13 ++---
 galette/lib/Galette/Controllers/CrudController.php | 16 +++---
 galette/lib/Galette/Controllers/CsvController.php  | 26 ++++-----
 .../Controllers/DynamicTranslationsController.php  |  4 +-
 .../lib/Galette/Controllers/GaletteController.php  | 43 +++++++-------
 .../lib/Galette/Controllers/HistoryController.php  | 11 ++--
 .../lib/Galette/Controllers/ImagesController.php   | 11 ++--
 galette/lib/Galette/Controllers/PdfController.php  | 36 ++++++------
 .../lib/Galette/Controllers/PluginsController.php  | 12 ++--
 galette/lib/Galette/Core/AbstractPassword.php      |  5 +-
 galette/lib/Galette/Core/CheckModules.php          |  3 +-
 galette/lib/Galette/Core/Db.php                    |  5 +-
 galette/lib/Galette/Core/GaletteMail.php           |  3 +-
 galette/lib/Galette/Core/History.php               |  3 +-
 galette/lib/Galette/Core/I18n.php                  |  3 +-
 galette/lib/Galette/Core/Install.php               | 29 ++++++----
 galette/lib/Galette/Core/Login.php                 |  5 +-
 galette/lib/Galette/Core/Mailing.php               | 15 +++--
 galette/lib/Galette/Core/Pagination.php            | 11 ++--
 galette/lib/Galette/Core/PasswordImage.php         |  5 +-
 galette/lib/Galette/Core/Picture.php               | 20 +++----
 galette/lib/Galette/Core/PluginInstall.php         |  5 +-
 galette/lib/Galette/Core/Plugins.php               |  8 ++-
 galette/lib/Galette/Core/Preferences.php           | 57 ++++++++++++-------
 galette/lib/Galette/Core/SysInfos.php              |  2 +-
 galette/lib/Galette/DynamicFields/DynamicField.php |  3 +-
 galette/lib/Galette/Entity/Adherent.php            | 34 ++++++-----
 galette/lib/Galette/Entity/Contribution.php        | 11 ++--
 galette/lib/Galette/Entity/DynamicFieldsHandle.php |  6 +-
 galette/lib/Galette/Entity/DynamicsTrait.php       | 11 ++--
 galette/lib/Galette/Entity/Entitled.php            |  8 ++-
 galette/lib/Galette/Entity/FieldsConfig.php        | 31 +++++++----
 galette/lib/Galette/Entity/Group.php               |  6 +-
 galette/lib/Galette/Entity/ListsConfig.php         | 13 +++--
 galette/lib/Galette/Entity/PaymentType.php         |  2 +-
 galette/lib/Galette/Entity/PdfModel.php            | 11 ++--
 galette/lib/Galette/Entity/Reminder.php            |  5 +-
 galette/lib/Galette/Entity/SavedSearch.php         |  3 +-
 galette/lib/Galette/Entity/Texts.php               |  3 +-
 galette/lib/Galette/Entity/Title.php               |  3 +-
 galette/lib/Galette/Entity/Transaction.php         |  2 +-
 .../lib/Galette/Filters/AdvancedMembersList.php    | 32 ++++++-----
 galette/lib/Galette/Filters/MembersList.php        |  2 +-
 galette/lib/Galette/IO/Csv.php                     | 10 ++--
 galette/lib/Galette/IO/CsvIn.php                   | 37 +++++++-----
 galette/lib/Galette/IO/CsvOut.php                  |  5 +-
 galette/lib/Galette/IO/FileTrait.php               | 41 +++++++-------
 galette/lib/Galette/IO/MembersCsv.php              | 20 ++++---
 galette/lib/Galette/IO/Pdf.php                     |  9 +--
 galette/lib/Galette/IO/PdfAttendanceSheet.php      |  6 +-
 galette/lib/Galette/IO/PdfGroups.php               |  2 +-
 galette/lib/Galette/IO/PdfMembersCards.php         | 16 +++---
 galette/lib/Galette/IO/PdfMembersLabels.php        | 18 +++---
 galette/lib/Galette/Middleware/Authenticate.php    | 11 ++--
 galette/lib/Galette/Middleware/CheckAcls.php       |  5 +-
 galette/lib/Galette/Middleware/Language.php        |  2 +-
 galette/lib/Galette/Middleware/MembersNavigate.php |  5 +-
 galette/lib/Galette/Middleware/Telemetry.php       |  2 +-
 galette/lib/Galette/Middleware/TrailingSlash.php   |  2 +-
 .../Galette/Middleware/UpdateAndMaintenance.php    |  6 +-
 galette/lib/Galette/Repository/Contributions.php   |  2 +-
 .../lib/Galette/Repository/DynamicFieldsSet.php    |  3 +-
 galette/lib/Galette/Repository/Members.php         | 62 +++++++++++++--------
 galette/lib/Galette/Repository/PdfModels.php       |  2 +-
 galette/lib/Galette/Repository/Repository.php      |  2 +-
 galette/lib/Galette/Repository/SavedSearches.php   |  2 +-
 galette/lib/Galette/Repository/Transactions.php    |  2 +-
 galette/lib/Galette/Updater/AbstractUpdater.php    |  5 +-
 phpcs-rules.xml                                    |  6 +-
 tests/Galette/Core/tests/units/CheckModules.php    |  2 +-
 tests/Galette/Core/tests/units/Db.php              |  2 +-
 tests/Galette/Core/tests/units/History.php         |  2 +-
 tests/Galette/Core/tests/units/I18n.php            |  2 +-
 tests/Galette/Core/tests/units/Install.php         |  2 +-
 tests/Galette/Core/tests/units/Links.php           |  2 +-
 tests/Galette/Core/tests/units/Login.php           |  2 +-
 tests/Galette/Core/tests/units/Logo.php            |  2 +-
 tests/Galette/Core/tests/units/Password.php        |  2 +-
 tests/Galette/Core/tests/units/PasswordImage.php   |  2 +-
 tests/Galette/Core/tests/units/Picture.php         |  2 +-
 tests/Galette/Core/tests/units/Plugins.php         |  2 +-
 tests/Galette/Core/tests/units/Preferences.php     |  2 +-
 tests/Galette/Core/tests/units/PrintLogo.php       |  2 +-
 .../Galette/DynamicFields/tests/units/Boolean.php  |  2 +-
 .../DynamicFields/tests/units/Separator.php        |  2 +-
 tests/Galette/Entity/tests/units/Adherent.php      |  2 +-
 tests/Galette/Entity/tests/units/Contribution.php  |  2 +-
 tests/Galette/Entity/tests/units/FieldsConfig.php  |  2 +-
 tests/Galette/Entity/tests/units/ListsConfig.php   |  6 +-
 tests/Galette/Entity/tests/units/PaymentType.php   |  2 +-
 tests/Galette/Entity/tests/units/SavedSeach.php    |  2 +-
 tests/Galette/Entity/tests/units/Status.php        |  2 +-
 tests/Galette/Entity/tests/units/Texts.php         |  2 +-
 tests/Galette/Entity/tests/units/Title.php         |  2 +-
 tests/Galette/IO/tests/units/CsvIn.php             | 21 ++++---
 tests/Galette/IO/tests/units/News.php              |  2 +-
 tests/Galette/Middleware/tests/unit/CheckAcls.php  |  2 +-
 tests/Galette/Repository/tests/units/Members.php   | 12 ++--
 .../Repository/tests/units/PaymentTypes.php        |  2 +-
 tests/Galette/Repository/tests/units/PdfModels.php |  6 +-
 tests/Galette/Util/tests/units/Password.php        |  4 +-
 tests/Galette/Util/tests/units/Telemetry.php       |  2 +-
 tests/TestsBootstrap.php                           |  1 +
 tests/config/mysql/config.inc.php                  |  2 +
 tests/config/pgsql/config.inc.php                  |  2 +
 tests/coverage.php                                 |  3 +-
 123 files changed, 696 insertions(+), 546 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/