silverstripe-framework/tests
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
..
api RFC #5347 remove RestfulService from SS4. Rebuild OEmbed on using curl 2016-05-10 18:55:08 +12:00
assets
behat Merge 3 into master 2016-05-18 18:36:10 +12:00
cache
control Merge 3 into master 2016-04-29 17:50:55 +12:00
core API: Look for templates of namespaced classes in subfolders. 2016-06-07 14:36:00 +12:00
dev API: Move DBField subclasses into SilverStripe\Model\FieldType namespace 2016-03-22 18:09:30 +13:00
email Set deprecation level for all changes in 3.x to 4.0 2015-06-19 13:07:41 +12:00
filesystem Merge branch '3' 2016-05-04 23:36:10 +01:00
forms RFC #5487 Remove Oembed in favor of embed/embed. (#5536) 2016-05-27 13:09:03 +12:00
i18n MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
injector API Injector dependencies no longer inherit from parent classes automatically 2016-05-03 18:39:31 +12:00
integration
javascript API Removed custom dev/tests/ execution 2016-02-23 20:19:35 +13:00
model Merge branch '3' 2016-05-20 14:20:33 +01:00
parsers MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
phpcs
search Cleanup trailing whitespace 2016-03-09 10:20:31 +13:00
security Cleaning up Controller::handleRequest 2016-05-23 00:21:04 +01:00
tasks
templates FIX: Parameters passed to includes overwrite all scopes (fixes #2617) 2016-05-04 16:49:12 +01:00
testing MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
view API: Look for templates of namespaced classes in subfolders. 2016-06-07 14:36:00 +12:00
Bare.yml
bootstrap.php API Removed custom dev/tests/ execution 2016-02-23 20:19:35 +13:00
FakeController.php Cleaning up Controller::handleRequest 2016-05-23 00:21:04 +01:00
MemoryLimitTest.php
phpcs_runner.php
PhpSyntaxTest.php