]> git.agnieray.net Git - galette.git/commit - galette/includes/dependencies.php
I18n for email texts; closes #1330
authorJohan Cwiklinski <johan@x-tnd.be>
Wed, 29 Apr 2020 16:08:44 +0000 (18:08 +0200)
committerJohan Cwiklinski <johan@x-tnd.be>
Fri, 1 May 2020 14:12:07 +0000 (16:12 +0200)
commitd4c7fc3e4b44b69c0b6830c37bd634c58793be31
treecd7e16b4892963166e6e38f92fcc2b1ff3c74b11
parente1e13923b7c6f76c8374d4e6bd99281627344476
I18n for email texts; closes #1330

Check if all langs has been setted up
Add unique index on texts table; bump db version
Load defaults only when needed; no longer need to be passed to constructor
16 files changed:
galette/cron/reminder.php
galette/includes/dependencies.php
galette/includes/fields_defs/texts_fields.php
galette/includes/galette.inc.php
galette/includes/routes/authentication.routes.php
galette/includes/routes/contributions.routes.php
galette/includes/routes/management.routes.php
galette/includes/routes/members.routes.php
galette/install/scripts/mysql.sql
galette/install/scripts/pgsql.sql
galette/install/scripts/upgrade-to-0.94-mysql.sql [new file with mode: 0644]
galette/install/scripts/upgrade-to-0.94-pgsql.sql [new file with mode: 0644]
galette/lib/Galette/Core/Install.php
galette/lib/Galette/Entity/Texts.php
tests/Galette/Core/tests/units/Install.php
tests/Galette/Entity/tests/units/Texts.php