[galette-commits] [GIT] galette/galette.git branch develop updated. 0.9.3.1-119-gcff1f4d |
[ 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-119-gcff1f4d
- From: <git@xxxxxxxxxxxxx>
- Date: Sun, 03 May 2020 08:10:14 +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 cff1f4d573c3bf435673a2d55293c9509045af24 (commit)
via c6f1899ce482022c70393eeac2230cc2c73568ce (commit)
from dd372b302078a0df5edd147228a74dbcd2a74e32 (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 cff1f4d573c3bf435673a2d55293c9509045af24
Author: Johan Cwiklinski <johan@xxxxxxxx>
Date: Sat Apr 18 06:32:47 2020 +0200
Add a global check for duplicate entries in queries
commit c6f1899ce482022c70393eeac2230cc2c73568ce
Author: Johan Cwiklinski <johan@xxxxxxxx>
Date: Wed Mar 11 19:17:34 2020 +0100
Add links for direct download of member card and invoice/receipt
Add new table
Add core object features
Add unit tests
closes #1004
-----------------------------------------------------------------------
Summary of changes:
galette/includes/routes/contributions.routes.php | 124 +++++
galette/install/scripts/mysql.sql | 10 +
galette/install/scripts/pgsql.sql | 9 +
galette/install/scripts/upgrade-to-0.94-mysql.sql | 10 +
galette/install/scripts/upgrade-to-0.94-pgsql.sql | 10 +
galette/lib/Galette/Core/Db.php | 20 +
.../lib/Galette/Core/{Password.php => Links.php} | 197 +++----
galette/lib/Galette/Entity/Texts.php | 8 +-
galette/templates/default/directlink.tpl | 14 +
galette/templates/default/gestion_textes.tpl | 6 +
tests/Galette/Core/tests/units/Db.php | 7 +-
tests/Galette/Core/tests/units/Links.php | 580 +++++++++++++++++++++
12 files changed, 894 insertions(+), 101 deletions(-)
copy galette/lib/Galette/Core/{Password.php => Links.php} (52%)
create mode 100644 galette/templates/default/directlink.tpl
create mode 100644 tests/Galette/Core/tests/units/Links.php
hooks/post-receive
--
galette/galette.git
--
Galette repositories commits - http://galette.eu
List documentation: https://listengine.tuxfamily.org/lists.galette.eu/commits/