silverstripe-framework/tests/core
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
..
manifest API: Look for templates of namespaced classes in subfolders. 2016-06-07 14:36:00 +12:00
startup Merge 3 into master 2016-05-18 18:36:10 +12:00
ArrayDataTest.php API: Move DBField subclasses into SilverStripe\Model\FieldType namespace 2016-03-22 18:09:30 +13:00
ArrayLibTest.php Do not hang on nested parameters in search context 2015-09-23 09:12:02 +02:00
ClassInfoTest.php BUG Ensure that filters on any fixed field are scoped to the base data table 2015-10-30 16:26:14 +13:00
ConfigTest.php MINOR: Avoid access-changing subclass in test. 2016-03-22 17:39:09 +13:00
ConvertTest.php Replaced obsolete mime types 2016-01-24 18:15:47 +13:00
CoreTest.php MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
DiffTest.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
HTMLCleanerTest.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
ObjectTest.php API Extensible::invokeWithExtension has same method signature as Extensible::extend 2016-02-25 17:32:41 +13:00