silverstripe-framework/core/control
2008-09-29 12:52:23 +00:00
..
ContentController.php ENHANCEMENT Introduced constants for system paths like /sapphire in preparation for a more flexible directory reorganisation. Instead of hardcoding your path, please use the following constants: BASE_PATH, BASE_URL, SAPPHIRE_DIR, SAPPHIRE_PATH, CMS_DIR, CMS_PATH, THIRDPARTY_DIR, THIRDPARTY_PATH, ASSETS_DIR, ASSETS_PATH, THEMES_DIR, THEMES_PATH 2008-09-27 16:02:38 +00:00
ContentNegotiator.php MINOR documentation 2008-09-16 14:36:31 +00:00
Controller.php TESTS: Added tests for Controller::join_links() 2008-08-28 04:25:13 +00:00
Director.php BUGFIX Don't try to use HTTP_HOST environment variable if its not set in Director::protocolAndHost(). Throw a warning, then return false - before if script execution was not set to stop on WARNING, you'll get a NOTICE as well. 2008-09-29 12:52:23 +00:00
FormResponse.php Merged [47055]: Modified FormResponse to append Behaviour rules last. 2008-08-12 04:04:58 +00:00
HTTPRequest.php BUGFIX Allowing HTTPRequest::match() to match rules with extensions (e.g. /sitemap.xml used for GoogleSitemap) 2008-09-16 20:37:46 +00:00
HTTPResponse.php FEATURE: Update error handler to show useful information in the 500's status text 2008-09-12 01:47:39 +00:00
ModelAsController.php BUGFIX Fixed merge error in ModelAsController 2008-08-09 05:35:08 +00:00
NestedController.php MINOR Unified @package PHPdoc (added where missing, removed duplicates) 2008-06-15 13:33:53 +00:00
RequestHandlingData.php Made allowed_actions case insensitive 2008-09-11 00:15:31 +00:00
RootURLController.php Fixed bug publishing homepage using Director::test 2008-09-19 05:54:07 +00:00