]> git.agnieray.net Git - galette.git/commit
Add telemetry step at install
authorJohan Cwiklinski <johan@x-tnd.be>
Fri, 27 Oct 2023 09:30:21 +0000 (11:30 +0200)
committerJohan Cwiklinski <johan@x-tnd.be>
Sun, 5 Nov 2023 09:43:45 +0000 (10:43 +0100)
commite959922e021ea082bc4a55a360ac32f3236df243
tree094fd95372252d7faf2819db549cad4897fd8b57
parentc564839d229811db93619321d40646920bcd18e9
Add telemetry step at install

Rework installation steps
Add htmlentities on translated titles
Missing cascade on postgreslq payment types table drop
Add cascade on all postgresql drop calls
Adapt tests
galette/install/scripts/pgsql.sql
galette/install/steps/telemetry.php [new file with mode: 0644]
galette/lib/Galette/Core/Install.php
galette/webroot/installer.php
tests/Galette/Core/tests/units/Install.php