[galette-commits] [GIT] galette/galette.git branch develop updated. 0.9.4-18-g20354b6 |
[ 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-18-g20354b6
- From: <git@xxxxxxxxxxxxx>
- Date: Wed, 08 Jul 2020 07:07:12 +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 20354b6efbc54e3c0446eed54ab3a5daffb664b0 (commit)
via 174866a36e5588f8ecd32e96d57d7b4db28ccc30 (commit)
via 098680b35bddfed91a7f8e8783bf6bf33003597b (commit)
via a543eb0df47434f0ddf90e0fe939284b33e93d71 (commit)
via 37937dcfd5d8f88bd8e056460006aa958d49e70b (commit)
via 2ba98303eb43b2e4c366d48a5d26e1956eb732e5 (commit)
from 49d3a34d691514447b74f6d91f1db5c5b0cddbf7 (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 20354b6efbc54e3c0446eed54ab3a5daffb664b0
Author: Johan Cwiklinski <johan@xxxxxxxx>
Date: Tue Jul 7 23:58:47 2020 +0200
Extract sources with new methods; refs #1444
commit 174866a36e5588f8ecd32e96d57d7b4db28ccc30
Author: Johan Cwiklinski <johan@xxxxxxxx>
Date: Mon Jul 6 08:21:58 2020 +0200
Cleanup unused code; missing use; indent
commit 098680b35bddfed91a7f8e8783bf6bf33003597b
Author: Johan Cwiklinski <johan@xxxxxxxx>
Date: Mon Jul 6 00:34:59 2020 +0200
Add tests on dynamic translations
Test dynamic translation on newly created dynamic fields
refs #1444
commit a543eb0df47434f0ddf90e0fe939284b33e93d71
Author: Johan Cwiklinski <johan@xxxxxxxx>
Date: Tue Jun 23 17:36:45 2020 +0200
Improvement on strings to translate extraction
closes #1444
Add plural and contextualized translations
Use standard xgettext for extraction
Add smarty string extraction lib, Support for contexts and plurals in smarty translations
Generate merge POT file, fix missing translation
commit 37937dcfd5d8f88bd8e056460006aa958d49e70b
Author: Johan Cwiklinski <johan@xxxxxxxx>
Date: Mon Jun 22 22:00:15 2020 +0200
Use real translation functions in tests; default lang to en_US
Fix unit tests
Missing global
Handle empty strings in translation; fix variable name
refs #1444
commit 2ba98303eb43b2e4c366d48a5d26e1956eb732e5
Author: Johan Cwiklinski <johan@xxxxxxxx>
Date: Mon Jun 22 22:07:51 2020 +0200
Move inline function to L10n class
refs #1444
-----------------------------------------------------------------------
Summary of changes:
.travis.yml | 2 +-
galette/composer.json | 3 +-
galette/composer.lock | 488 +++-
galette/includes/dependencies.php | 12 +-
galette/includes/i18n.inc.php | 357 ++-
galette/includes/routes/ajax.routes.php | 6 +-
galette/includes/routes/main.routes.php | 2 +-
galette/includes/routes/plugins.routes.php | 5 +-
galette/includes/smarty_plugins/function._T.php | 37 +-
galette/includes/sql_parse.php | 2 -
galette/lang/Makefile | 9 +-
galette/lang/galette.pot | 2323 ++++++++++++--------
galette/lang/galette_en_US.po | 892 ++++----
.../lib/Galette/Controllers/AbstractController.php | 8 +-
galette/lib/Galette/Controllers/AuthController.php | 7 +-
.../Controllers/Crud/ContributionsController.php | 14 +-
.../Controllers/Crud/MailingsController.php | 2 -
.../Controllers/DynamicTranslationsController.php | 58 +-
galette/lib/Galette/Core/L10n.php | 232 +-
galette/lib/Galette/Filters/HistoryList.php | 2 +-
tests/Galette/Core/tests/units/History.php | 1 +
tests/Galette/Core/tests/units/L10n.php | 155 ++
tests/Galette/Core/tests/units/Login.php | 18 +-
tests/Galette/Entity/tests/units/SavedSeach.php | 3 +-
tests/Galette/IO/tests/units/CsvIn.php | 54 +-
tests/TestsBootstrap.php | 35 +-
tests/fixtures/translations.php | 19 +
tests/fixtures/translations.tpl | 12 +
28 files changed, 3066 insertions(+), 1692 deletions(-)
create mode 100644 tests/Galette/Core/tests/units/L10n.php
create mode 100644 tests/fixtures/translations.php
create mode 100644 tests/fixtures/translations.tpl
hooks/post-receive
--
galette/galette.git
--
Galette repositories commits - http://galette.eu
List documentation: https://listengine.tuxfamily.org/lists.galette.eu/commits/