silverstripe-framework/tests/i18n/_fakewebroot/i18ntestmodule
2008-11-06 02:50:14 +00:00
..
code BUGFIX Collecting i18n entities for decorators separately from the decorated classes, as decorated properties like $db have to be stored in the module of the decorated, not in the module of the decorated class. 2008-11-01 23:16:45 +00:00
templates BUGFIX Added SSViwer support for i18n namespaces in templates with <% _t('MyNamespace.MyEntity', ... %>, to work around magically added namespaces from the parsed template file. Those auto-namespaces were logically not working in includes, as the parsing context is always the including template. Legacy support for auto-namespaces is still present due to its high usage. 2008-11-06 02:50:14 +00:00
_config.php ENHANCEMENT Refactored i18nTextCollector and added unit tests 2008-10-17 15:21:33 +00:00