[galette-commits] [GIT] galette/galette.git branch develop updated. 0.9.4.2-47-g651e10b |
[ 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.4.2-47-g651e10b
- From: <git@xxxxxxxxxxxxx>
- Date: Sun, 29 Nov 2020 16:21:12 +0100
- 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 651e10b96943b0ecd66087b344737b2615c976b1 (commit)
via 4e5c38cddc8ca4d5348f23156fc631767cc3f83b (commit)
via fe16d7bb6089935de84de76c8840c6cc5ede255b (commit)
via bda4c61da32bec79f1ac5d53115be81ec08b2977 (commit)
via 178b5906c7d63386b1a08c49c43c967ca2e580c7 (commit)
via 58aefb4b000b43d3d1ce2c64c543554fea066157 (commit)
via 7a644734a71c007eac968ab90baf5c6e385c202a (commit)
via c54d25db71344de237fed9648d6326623b82cb9a (commit)
from cdaa27b3220c6dec7303f9f8d5a985a96b1fb592 (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 651e10b96943b0ecd66087b344737b2615c976b1
Author: Johan Cwiklinski <johan@xxxxxxxx>
Date: Sun Nov 29 15:57:09 2020 +0100
Drop unneeded transactions (mysql autocommit)
commit 4e5c38cddc8ca4d5348f23156fc631767cc3f83b
Author: Johan Cwiklinski <johan@xxxxxxxx>
Date: Sun Nov 29 14:30:22 2020 +0100
Fix fkey issue on deleting all entries
commit fe16d7bb6089935de84de76c8840c6cc5ede255b
Author: Johan Cwiklinski <johan@xxxxxxxx>
Date: Sun Nov 29 11:01:50 2020 +0100
Patch laminas for php8
commit bda4c61da32bec79f1ac5d53115be81ec08b2977
Author: Johan Cwiklinski <johan@xxxxxxxx>
Date: Sun Nov 29 10:51:15 2020 +0100
Patch TCPDF for php8
commit 178b5906c7d63386b1a08c49c43c967ca2e580c7
Author: Johan Cwiklinski <johan@xxxxxxxx>
Date: Sun Nov 29 10:44:59 2020 +0100
throw, do not return
commit 58aefb4b000b43d3d1ce2c64c543554fea066157
Author: Johan Cwiklinski <johan@xxxxxxxx>
Date: Sat Nov 28 19:36:13 2020 +0100
Fix for new atoum
commit 7a644734a71c007eac968ab90baf5c6e385c202a
Author: Johan Cwiklinski <johan@xxxxxxxx>
Date: Sat Nov 28 17:03:59 2020 +0100
Update deps
commit c54d25db71344de237fed9648d6326623b82cb9a
Author: Johan Cwiklinski <johan@xxxxxxxx>
Date: Sat Nov 28 19:58:15 2020 +0100
Setup GitHub actions
Fix xgettext dep
Run on PHP8
-----------------------------------------------------------------------
Summary of changes:
.github/workflows/ci-linux.yml | 130 ++++++++++++++
bin/install_deps | 2 +-
galette/composer.json | 7 +-
galette/composer.lock | 191 ++++++++++++++-------
galette/lib/Galette/Core/Db.php | 10 +-
galette/lib/Galette/Core/Preferences.php | 2 +-
galette/lib/Galette/DynamicFields/DynamicField.php | 6 -
galette/lib/Galette/Entity/Entitled.php | 2 +-
galette/lib/Galette/Entity/FieldsCategories.php | 2 +-
galette/lib/Galette/Entity/FieldsConfig.php | 12 +-
galette/lib/Galette/Entity/Texts.php | 2 +-
galette/lib/Galette/Repository/PdfModels.php | 6 +-
patches/laminas-db-php80.patch | 31 ++++
patches/tcpdf-php8-compat.patch | 113 ++++++++++++
tests/Galette/Entity/tests/units/SavedSeach.php | 2 -
tests/Galette/Util/tests/units/Password.php | 1 -
tests/Galette/Util/tests/units/Telemetry.php | 1 -
tests/clover.php | 2 +-
tests/config/mysql/config.inc.php | 6 +-
tests/config/pgsql/config.inc.php | 4 +-
20 files changed, 425 insertions(+), 107 deletions(-)
create mode 100644 .github/workflows/ci-linux.yml
create mode 100644 patches/laminas-db-php80.patch
create mode 100644 patches/tcpdf-php8-compat.patch
hooks/post-receive
--
galette/galette.git
--
Galette repositories commits - http://galette.eu
List documentation: https://listengine.tuxfamily.org/lists.galette.eu/commits/