silverstripe-cms/templates
Ingo Schommer 77ec21fe9d BUG Fully qualified namespace for _t() in templates
Was inferred by the containing file previously,
which is deprecated behaviour, because it obscures
the fact that renaming an template file or copying
template code will change the context of the translations.
While it would be nice to use shorter and more readable namespaces,
this change would remove all existing translations.
Since there is no (easy) migration of entities to a new namespace,
having verbose template code is the lesser of two evils.
2012-08-06 13:44:33 +02:00
..
email BUG Fully qualified namespace for _t() in templates 2012-08-06 13:44:33 +02:00
forms ENHANCEMENT Refactored SiteTreeURLSegmentField JS to a more selector based approach (future proof field for reusability e.g. in ModelAdmin with custom DataObject URL previews) 2012-05-10 14:50:08 +02:00
Includes BUG Fully qualified namespace for _t() in templates 2012-08-06 13:44:33 +02:00
BlankPage.ss MINOR HTML5 for BlankPage.ss default template 2012-04-13 15:34:14 +02:00
BreadcrumbsTemplate.ss ENHANCEMENT: refactoring template "control" loops into "loop" and "with" to fit with the new template syntax 2012-05-18 16:32:44 +12:00
CMSMain_notice.ss ENHANCEMENT: added notice template for outputting notices to cmsmain interfaces. 2011-09-19 17:30:47 +02:00
CMSPageHistoryController_versions.ss BUG Fully qualified namespace for _t() in templates 2012-08-06 13:44:33 +02:00
ContentController.ss Minor Moved ContentController template from sapphire/templates/ to cms/template in cms module 2011-03-28 09:02:19 +13:00
ReportAdminForm.ss ENHANCEMENT: refactoring template "control" loops into "loop" and "with" to fit with the new template syntax 2012-05-18 16:32:44 +12:00
SilverStripeNavigatorLink.ss MINOR Moved SilverStripeNavigator from 'sapphire' to 'cms' 2011-03-28 09:02:42 +13:00
SSReportTableField_printable.ss ENHANCEMENT: refactoring template "control" loops into "loop" and "with" to fit with the new template syntax 2012-05-18 16:32:44 +12:00