[galette-commits] [GIT] galette/galette.git branch develop updated. 0.9.4.2-289-g45200ff |
[ 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-289-g45200ff
- From: <git@xxxxxxxxxxxxx>
- Date: Tue, 11 May 2021 08:22:36 +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 45200ffd42447e2c4870ec390d4600a9b16e9cf9 (commit)
via 8a9ac6953f3298e242b0c016cd626653a42d7e7e (commit)
via 98e2e9d60c46a18aeb50e789165a7ccd56ea1431 (commit)
via fb9bd77247a40ca9dcaa13b94733a89eea847cd8 (commit)
via db73691b15020b3699a4f151c5efd7ff0a66e4f3 (commit)
via 12348b9adf4c90c345b44e43d92754c726faf88d (commit)
via 16e12523ae7d510b04ddbb1352abda9dd1ce5be0 (commit)
via 1f29401708ee5f9f382f82be612bb970d0d2db0c (commit)
via 65c674ff48d4b0ae691ddb148f1e63b12c9d39b4 (commit)
from 0154270660fb24724fdb79d4e25bb105cb0d1b5d (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 45200ffd42447e2c4870ec390d4600a9b16e9cf9
Author: Johan Cwiklinski <johan@xxxxxxxx>
Date: Sun May 9 02:00:07 2021 +0200
Fix web installer
commit 8a9ac6953f3298e242b0c016cd626653a42d7e7e
Author: Johan Cwiklinski <johan@xxxxxxxx>
Date: Sat May 8 11:29:10 2021 +0200
No default sql value on text fields
commit 98e2e9d60c46a18aeb50e789165a7ccd56ea1431
Author: Johan Cwiklinski <johan@xxxxxxxx>
Date: Wed May 5 16:19:10 2021 +0200
Add test on update process
Based on the original 0.60 installation script with a few modifications
in order to get it working on recent servers:
- added "IF EXISTS" on DROPs
- removed accents (Incorrect string value: '\xE9siden...')
- renamed TYPE= to ENGINE=
More accurate comments
Change scripts path for tests
commit fb9bd77247a40ca9dcaa13b94733a89eea847cd8
Author: Johan Cwiklinski <johan@xxxxxxxx>
Date: Sat May 8 08:14:37 2021 +0200
Fix php8/mysql autocommit issue
str_contains for php<8
commit db73691b15020b3699a4f151c5efd7ff0a66e4f3
Author: Johan Cwiklinski <johan@xxxxxxxx>
Date: Fri May 7 09:07:33 2021 +0200
Fix schema updates
Table should has been dropped
Drop if exists
commit 12348b9adf4c90c345b44e43d92754c726faf88d
Author: Johan Cwiklinski <johan@xxxxxxxx>
Date: Fri May 7 06:55:12 2021 +0200
Do not retrieve current version update script
commit 16e12523ae7d510b04ddbb1352abda9dd1ce5be0
Author: Johan Cwiklinski <johan@xxxxxxxx>
Date: Fri May 7 06:25:51 2021 +0200
Execute each migration seperately
commit 1f29401708ee5f9f382f82be612bb970d0d2db0c
Author: Johan Cwiklinski <johan@xxxxxxxx>
Date: Thu May 6 06:32:43 2021 +0200
Fix install/update
commit 65c674ff48d4b0ae691ddb148f1e63b12c9d39b4
Author: Johan Cwiklinski <johan@xxxxxxxx>
Date: Sun May 2 16:41:22 2021 +0200
Upgrade some fields length; closes #15345
Bump db version
-----------------------------------------------------------------------
Summary of changes:
.composer-require-checker.config.json | 4 +-
.github/workflows/ci-linux.yml | 18 +++
galette/includes/functions.inc.php | 18 +++
galette/includes/galette.inc.php | 6 +-
galette/install/scripts/mysql.sql | 66 +++++-----
galette/install/scripts/pgsql.sql | 66 +++++-----
.../install/scripts/sql/upgrade-to-0.70-mysql.sql | 7 +-
galette/install/scripts/upgrade-to-0.62-pgsql.sql | 6 +-
galette/install/scripts/upgrade-to-0.63-mysql.sql | 14 ++-
galette/install/scripts/upgrade-to-0.63-pgsql.sql | 18 +--
galette/install/scripts/upgrade-to-0.91-pgsql.sql | 2 +-
galette/install/scripts/upgrade-to-0.95-mysql.sql | 47 +++++++
galette/install/scripts/upgrade-to-0.95-pgsql.sql | 47 +++++++
galette/install/steps/db_select_version.php | 8 +-
galette/lib/Galette/Core/Install.php | 39 ++++--
galette/lib/Galette/Core/Preferences.php | 3 +
galette/lib/Galette/Entity/Texts.php | 6 +-
tests/Galette/Core/tests/units/Install.php | 20 +--
tests/Galette/Core/tests/units/Password.php | 3 +-
tests/GaletteUpdate/Core/tests/units/Install.php | 130 ++++++++++++++++++++
tests/mysql_06.sql | 117 ++++++++++++++++++
tests/pgsql_06.sql | 135 +++++++++++++++++++++
22 files changed, 663 insertions(+), 117 deletions(-)
create mode 100644 galette/install/scripts/upgrade-to-0.95-mysql.sql
create mode 100644 galette/install/scripts/upgrade-to-0.95-pgsql.sql
create mode 100644 tests/GaletteUpdate/Core/tests/units/Install.php
create mode 100644 tests/mysql_06.sql
create mode 100644 tests/pgsql_06.sql
hooks/post-receive
--
galette/galette.git
--
Galette repositories commits - http://galette.eu
List documentation: https://listengine.tuxfamily.org/lists.galette.eu/commits/