[galette-commits] [GIT] galette/galette.git branch develop updated. 0.9.3.1-237-g0a8bf51 |
[ Thread Index |
Date Index
| More lists.galette.eu/commits Archives
]
- To: commits@xxxxxxxxxxxxxxxx
- Subject: [galette-commits] [GIT] galette/galette.git branch develop updated. 0.9.3.1-237-g0a8bf51
- From: <git@xxxxxxxxxxxxx>
- Date: Wed, 10 Jun 2020 23:28:28 +0200
- Auto-submitted: auto-generated
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 0a8bf5154cfd4bc5a044b349b29fb98cf00d5242 (commit)
from eddaeb693d95535deb1bff16cd17fe6c77feb6fb (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 0a8bf5154cfd4bc5a044b349b29fb98cf00d5242
Author: Scrutinizer Auto-Fixer <auto-fixer@xxxxxxxxxxxxxxxxxx>
Date: Wed Jun 10 23:27:52 2020 +0200
Scrutinizer Auto-Fixes (#59)
* Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
* CS from phpcbf
Co-authored-by: Johan Cwiklinski <johan@xxxxxxxx>
-----------------------------------------------------------------------
Summary of changes:
galette/config/galette_tcpdf_config.php | 50 +++++-----
galette/includes/dependencies.php | 6 +-
galette/includes/fields_defs/members_fields.php | 4 +-
galette/includes/galette.inc.php | 8 +-
galette/includes/routes/ajax.routes.php | 24 ++---
galette/includes/routes/contributions.routes.php | 2 +-
galette/includes/routes/main.routes.php | 2 +-
galette/includes/routes/management.routes.php | 6 +-
galette/includes/routes/plugins.routes.php | 10 +-
galette/includes/routes/public_pages.routes.php | 8 +-
galette/install/scripts/upgrade-to-0.8.php | 76 +++++++--------
galette/install/steps/admin.php | 2 +-
galette/install/steps/check.php | 26 ++---
galette/install/steps/db.php | 10 +-
galette/install/steps/db_install.php | 16 +--
galette/install/steps/end.php | 4 +-
galette/install/steps/galette.php | 12 +--
galette/install/steps/type.php | 4 +-
galette/lib/Galette/Common/ClassLoader.php | 6 +-
galette/lib/Galette/Common/XHProf.php | 6 +-
.../Controllers/Crud/ContributionsController.php | 7 +-
.../Controllers/Crud/EntitledsController.php | 6 +-
.../Controllers/Crud/MailingsController.php | 12 +--
.../Galette/Controllers/Crud/MembersController.php | 19 ++--
.../Controllers/Crud/SavedSearchesController.php | 4 +-
galette/lib/Galette/Controllers/CsvController.php | 13 +--
.../lib/Galette/Controllers/HistoryController.php | 3 +-
galette/lib/Galette/Controllers/PdfController.php | 6 +-
.../lib/Galette/Controllers/PluginsController.php | 4 +-
galette/lib/Galette/Core/AbstractPassword.php | 4 +-
galette/lib/Galette/Core/Authentication.php | 108 ++++++++++-----------
galette/lib/Galette/Core/CheckModules.php | 12 +--
galette/lib/Galette/Core/Db.php | 16 +--
galette/lib/Galette/Core/Galette.php | 2 +-
galette/lib/Galette/Core/GaletteMail.php | 2 +-
galette/lib/Galette/Core/History.php | 4 +-
galette/lib/Galette/Core/Install.php | 10 +-
galette/lib/Galette/Core/Links.php | 2 +-
galette/lib/Galette/Core/Login.php | 22 ++---
galette/lib/Galette/Core/Mailing.php | 6 +-
galette/lib/Galette/Core/MailingHistory.php | 17 ++--
galette/lib/Galette/Core/Pagination.php | 14 +--
galette/lib/Galette/Core/PasswordImage.php | 4 +-
galette/lib/Galette/Core/Picture.php | 24 ++---
galette/lib/Galette/Core/PluginInstall.php | 4 +-
galette/lib/Galette/Core/Plugins.php | 7 +-
galette/lib/Galette/Core/Preferences.php | 38 ++++----
galette/lib/Galette/Core/SysInfos.php | 16 +--
galette/lib/Galette/DynamicFields/DynamicField.php | 6 +-
galette/lib/Galette/Entity/Adherent.php | 22 ++---
galette/lib/Galette/Entity/Contribution.php | 14 ++-
galette/lib/Galette/Entity/DynamicFieldsHandle.php | 5 +-
galette/lib/Galette/Entity/DynamicsTrait.php | 5 +-
galette/lib/Galette/Entity/Entitled.php | 22 ++---
galette/lib/Galette/Entity/FieldsConfig.php | 7 +-
galette/lib/Galette/Entity/ImportModel.php | 2 +-
galette/lib/Galette/Entity/Reminder.php | 6 +-
galette/lib/Galette/Entity/SavedSearch.php | 4 +-
galette/lib/Galette/Entity/Texts.php | 2 +-
galette/lib/Galette/Entity/Title.php | 2 +-
galette/lib/Galette/Entity/Transaction.php | 7 +-
.../lib/Galette/Filters/AdvancedMembersList.php | 6 +-
galette/lib/Galette/Filters/ContributionsList.php | 6 +-
galette/lib/Galette/Filters/HistoryList.php | 6 +-
galette/lib/Galette/Filters/MailingsList.php | 6 +-
galette/lib/Galette/Filters/MembersList.php | 2 +-
galette/lib/Galette/Filters/TransactionsList.php | 6 +-
galette/lib/Galette/Handlers/GaletteError.php | 2 +-
galette/lib/Galette/IO/Csv.php | 10 +-
galette/lib/Galette/IO/CsvIn.php | 7 +-
galette/lib/Galette/IO/CsvOut.php | 10 +-
galette/lib/Galette/IO/ExternalScript.php | 2 +-
galette/lib/Galette/IO/FileTrait.php | 10 +-
galette/lib/Galette/IO/MembersCsv.php | 4 +-
galette/lib/Galette/IO/News.php | 4 +-
galette/lib/Galette/IO/Pdf.php | 21 ++--
galette/lib/Galette/IO/PdfAdhesionForm.php | 23 +++--
galette/lib/Galette/IO/PdfAttendanceSheet.php | 6 +-
galette/lib/Galette/IO/PdfContribution.php | 2 +-
galette/lib/Galette/IO/PdfMembersCards.php | 14 +--
galette/lib/Galette/IO/PdfMembersLabels.php | 13 ++-
galette/lib/Galette/Middleware/MembersNavigate.php | 10 +-
galette/lib/Galette/Repository/Contributions.php | 4 +-
.../lib/Galette/Repository/DynamicFieldsSet.php | 2 +-
galette/lib/Galette/Repository/Groups.php | 3 +-
galette/lib/Galette/Repository/Members.php | 32 +++---
galette/lib/Galette/Repository/PaymentTypes.php | 2 +-
galette/lib/Galette/Repository/SavedSearches.php | 4 +-
galette/lib/Galette/Repository/Transactions.php | 4 +-
galette/lib/Galette/Util/FakeData.php | 13 ++-
galette/post_contribution_test.php | 14 +--
galette/webroot/installer.php | 10 +-
92 files changed, 501 insertions(+), 529 deletions(-)
hooks/post-receive
--
galette/galette.git
--
Galette repositories commits - http://galette.eu
List documentation: https://listengine.tuxfamily.org/lists.galette.eu/commits/