silverstripe-framework/view
Firesphere 14447b167a IMPROVEMENT/FEATURE Forcefully write javascripts to the end of the HTML if wanted.
It's defaulted to false. But when set to true, the JS is written to the end of the HTML, even though there are earlier scripts.
This results in faster page-loading if the JS isn't needed earlier-on.
2013-12-07 15:47:27 +01:00
..
ArrayData.php Add codesniffer that ensures indentation is with tabs. 2012-12-12 17:33:31 +13:00
GenericTemplateGlobalProvider.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
Requirements.php IMPROVEMENT/FEATURE Forcefully write javascripts to the end of the HTML if wanted. 2013-12-07 15:47:27 +01:00
SSTemplateParser.php Allow users to extend the SSTemplateParser by defining open & closed blocks 2013-11-04 14:24:58 +13:00
SSTemplateParser.php.inc Allow users to extend the SSTemplateParser by defining open & closed blocks 2013-11-04 14:24:58 +13:00
SSViewer.php Feature to allow that changing the SSTemplateParser through the Injector system 2013-10-18 12:42:39 +13:00
TemplateGlobalProvider.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
TemplateIteratorProvider.php Remove end php tag from TemplateIteratorProvider 2012-10-10 11:15:55 +13:00
TemplateParser.php Feature to allow that changing the SSTemplateParser through the Injector system 2013-10-18 12:42:39 +13:00
ViewableData.php FIX: ViewableData::obj() would sometimes return an empty object 2013-06-21 16:16:49 +00:00