silverstripe-framework/tests/view
Sam Minnee 65eb0bde6a API: Look for templates of namespaced classes in subfolders.
This change will mean that SilverStripe\Control\Controller will look for its
template in templates/SilverStripe/Control/Controller.ss.

In order to preserve some backwards campatibility, non-namespaced classes
can have the templates stored in any template subfolder, but once you
add a namespace to a class, the namespaced path expression will need to
be a subfolder of <module>/templates or themes/<theme>/templates.

Layout and Content templates are stil supported as special template type,
Includes still functions but is a no-op. Other template subfolders should
not be used.
2016-06-07 14:36:00 +12:00
..
TestNamespace API: Look for templates of namespaced classes in subfolders. 2016-06-07 14:36:00 +12:00
themes API: Look for templates of namespaced classes in subfolders. 2016-06-07 14:36:00 +12:00
ContentNegotiatorTest.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
SSViewerCacheBlockTest.php API Massive refactor of Versioned 2016-03-17 13:43:53 +13:00
SSViewerTest.php API: Look for templates of namespaced classes in subfolders. 2016-06-07 14:36:00 +12:00
ViewableDataTest.php API: Move DBField subclasses into SilverStripe\Model\FieldType namespace 2016-03-22 18:09:30 +13:00