silverstripe-framework/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
ArrayLib.php Do not hang on nested parameters in search context 2015-09-23 09:12:02 +02:00
ClassInfo.php Update ClassInfo to return arrays where expected (#5563) 2016-05-19 12:28:35 +01:00
Config.php FIX: Don’t use SplFixedArray in PHP 7. 2016-03-22 18:09:38 +13:00
Configurable.php API remove Object::useCustomClass 2016-02-17 10:22:04 +13:00
Constants.php Cleanup trailing whitespace 2016-03-09 10:20:31 +13:00
Convert.php MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
Core.php Giving composer more responsibility over autoloading (#5572) 2016-05-24 08:40:05 +12:00
CustomMethods.php Merge 3 into master 2016-04-29 17:50:55 +12:00
DAG.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
Diff.php FIX: Removed PHP4 syntax from Diff.php 2016-03-22 17:39:08 +13:00
Extensible.php API Extensible::invokeWithExtension has same method signature as Extensible::extend 2016-02-25 17:32:41 +13:00
Extension.php API Formally support custom ownership relations 2016-03-23 14:49:34 +13:00
Flushable.php NEW Provide a consistent way of triggering flush 2014-08-22 09:24:27 +12:00
HTMLCleaner.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
Injectable.php API Implement campaign list view 2016-04-14 12:02:59 +12:00
Object.php Merge 3 into master 2016-04-29 17:50:55 +12:00
PaginatedList.php Merge remote-tracking branch 'origin/3' 2015-11-03 14:23:16 +13:00
TempPath.php MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00