silverstripe-framework/tests/i18n
2010-12-03 00:27:41 +00:00
..
_fakewebroot ENHANCEMENT Allowing i18nTextCollector to discover entities in templates stored in themes/ directory (thanks nlou) 2010-11-18 19:00:13 +00:00
i18nTest.php BUGFIX Check for valid locale in i18n::set_locale()/set_default_locale()/include_locale_file()/include_by_locale() (as defined in i18n::$allowed_locales). Implicitly sanitizes the data for usage in controllers. 2010-12-03 00:27:41 +00:00
i18nTextCollectorTest.php ENHANCEMENT Allowing i18nTextCollector to discover entities in templates stored in themes/ directory (thanks nlou) 2010-11-18 19:00:13 +00:00
i18nTextCollectorTestMyObject.php FEATURE Collect i18n Entities from dynamic PHP code - useful to translate statics. Added DataObject->provideI18nEntities() and i18nTextCollector->collectFromEntityProviders(). See #1625 2008-10-29 21:07:17 +00:00
i18nTextCollectorTestMySubObject.php BUGFIX Reverted auto-detection of i18n statics like $db in DataObject through provideI18nEntities() - was getting too complicated with decorated properties. Overload DataObject->fieldLabels() or DataObjectDecorator->updateFieldLabels() instead 2008-11-02 20:01:49 +00:00