From 2613d62a652307865edbaf0684bac542ddec5969 Mon Sep 17 00:00:00 2001 From: Manuel Raynaud Date: Tue, 22 Apr 2014 10:49:48 +0200 Subject: [PATCH] update changelog --- CHANGELOG.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ea851967..d8160c7c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,22 @@ - allow possibility to use Dependency Injection compiler in Thelia modules - Add Deactivate Module Command Line - add indexes on database for improving performance -- +- Change order and customer ref +- Refactor intl process. A domain is created for each templates and modules : + - core => for thelia core translations + - bo.template_name (eg : bo.default) => for each backoffice template + - fo.template_name (eg : fo.default) => for each frontoffice template + - pdf.template_name (eg : pdf.default) => for each pdf template + - email.template_name (eg : emai.default) => for each email template + - modules : + - module_code (eg : paypal) => fore module core translations + - module_code.ai (eg : paypal.ai) => used in AdminIncludes templates + - bo.module_code.template_name (eg : bo.paypal.default) => used in back office template + - fo.module_code.template_name (eg : fo.paypal.default) => used in front office template +- new parameter for smarty ```intl``` function. The parameter ```d``` allow you to specify the translation domain (as explain before). This parameter is optional +- the ```d``` can be omitted if you use ```{default_translation_domain domain='bo.default'}``` in your layout. If you use this smarty function, the ```d``` parameter is automatically to the domain specify in ```default_translation_domain``` function +- We changed Thelia's license. Now Thelia use LGPL 3.0+ License + #2.0.0-RC1 - Remove container from BaseAction.