silverstripe-framework/core/control
Ingo Schommer 0da97be4f9 BUGFIX Reverted Director class using BASE_PATH instead of dirname(dirname(['SCRIPT_FILENAME'])), originally committed in r63154
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@63157 467b73ca-7a2a-4603-9d3b-597d59a354a9
2008-09-27 17:02:46 +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 Reverted Director class using BASE_PATH instead of dirname(dirname(['SCRIPT_FILENAME'])), originally committed in r63154 2008-09-27 17:02:46 +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