silverstripe-framework/tests/core/manifest/fixtures
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
..
classmanifest API Support trait loading 2015-09-24 11:57:45 +12:00
classmanifest_duplicates/module Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
classmanifest_other/module Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
configmanifest/mysite/_config Merge branch '3.3' into 3 2016-05-04 23:32:10 +01:00
configmanifest_dynamicenv/mysite FIX changing environment in config.php changes matched yaml rules 2013-07-02 13:21:27 +12:00
manifestfilefinder BUG Prevent live manifest loading files from nested test directories 2016-03-31 15:58:23 +13:00
namespaced_classmanifest FIX Imported namespaces now correctly used to determine class inheritance 2015-06-20 16:09:10 +01:00
templatemanifest API: Look for templates of namespaced classes in subfolders. 2016-06-07 14:36:00 +12:00
_manifest_exclude API CHANGE Rearranged files in sapphire to reflect core dependencies more accurately, and have the tests/ folder mirror its folder structure 2011-03-31 09:56:21 +13:00