[galette-commits] [GIT] galette/galette.git branch develop updated. 0.9.1.2-71-g0ee6efb |
[ 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.1.2-71-g0ee6efb
- From: <git@xxxxxxxxxxxxx>
- Date: Wed, 24 Oct 2018 04:57:47 +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 0ee6efb5d9a127c468f09b166640c1408c7b9252 (commit)
from 0207b2f0320797b19308c29269e9a392baf27f11 (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 0ee6efb5d9a127c468f09b166640c1408c7b9252
Author: Johan Cwiklinski <jcwiklinski@xxxxxxxxxx>
Date: Mon Jul 23 09:49:33 2018 +0200
Add management for payment types; closes #1084
-----------------------------------------------------------------------
Summary of changes:
galette/includes/dependencies.php | 11 +-
galette/includes/routes/contributions.routes.php | 15 +-
galette/includes/routes/management.routes.php | 226 +++++++++++++++++++++
galette/includes/routes/members.routes.php | 15 +-
galette/install/scripts/mysql.sql | 13 +-
galette/install/scripts/pgsql.sql | 20 +-
galette/install/scripts/upgrade-to-0.92-mysql.sql | 24 ++-
galette/install/scripts/upgrade-to-0.92-pgsql.sql | 33 +++
galette/lib/Galette/DynamicFields/DynamicField.php | 23 +--
galette/lib/Galette/Entity/Contribution.php | 102 +++-------
galette/lib/Galette/Entity/DynamicsTrait.php | 17 +-
.../Galette/Entity/{Title.php => PaymentType.php} | 209 +++++++++++--------
.../Entity/{PdfMain.php => TranslatableTrait.php} | 38 ++--
.../lib/Galette/Filters/AdvancedMembersList.php | 18 +-
.../Repository/{PdfModels.php => PaymentTypes.php} | 92 +++++----
galette/lib/Galette/Util/FakeData.php | 17 +-
galette/templates/default/edit_paymenttype.tpl | 19 ++
.../default/forms_types/payment_types.tpl | 10 +-
...estion_titres.tpl => gestion_paymentstypes.tpl} | 39 ++--
galette/templates/default/page.tpl | 1 +
tests/Galette/Core/tests/units/Db.php | 3 +-
tests/Galette/Entity/tests/units/Contribution.php | 28 +--
22 files changed, 639 insertions(+), 334 deletions(-)
copy galette/lib/Galette/Entity/{Title.php => PaymentType.php} (53%)
copy galette/lib/Galette/Entity/{PdfMain.php => TranslatableTrait.php} (67%)
copy galette/lib/Galette/Repository/{PdfModels.php => PaymentTypes.php} (73%)
create mode 100644 galette/templates/default/edit_paymenttype.tpl
copy galette/templates/default/{gestion_titres.tpl => gestion_paymentstypes.tpl} (57%)
hooks/post-receive
--
galette/galette.git
--
Galette repositories commits - http://galette.eu
List documentation: https://listengine.tuxfamily.org/lists.galette.eu/commits/