silverstripe-framework/tests
Sam Minnee 866853f31a BUGFIX: Improved RedirectorPage's handling of invalid configuration options to prevent infinite loops and segfaults
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@63939 467b73ca-7a2a-4603-9d3b-597d59a354a9
2008-10-09 01:46:17 +00:00
..
api MINOR Temporarily disabled RSSFeedTest as its overriding environment variables that should be handled by Director class with Director::setBaseURL() (which is currently not fully working). Added stub-tests for Director. 2008-09-27 16:04:01 +00:00
control ENHANCEMENT: Updated cli-script handling to be more in line with web calls, and improved Director::setBaseURL() calls. 2008-09-29 23:41:50 +00:00
dev BUGFIX: Fixed paths to CSV fixtures for case-sensitive file systems. 2008-10-07 21:20:24 +00:00
fieldtypes ENHANCEMENT Added prepValueForDB() which is called on DBField->writeToManipulation which ensures formatting of value before insertion to DB on a per-DBField type basis. 2008-09-11 06:22:33 +00:00
filesystem 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
forms BUGFIX: Fixed pagination in TableListField after hsmith's changes 2008-10-08 03:32:33 +00:00
security Merged from branches/nzct-trunk. Use 'svn log -c <changeset> -g' for full commit message. Merge includes stability fixes and minor refactor of TableListField and ComplexTableField. 2008-10-08 02:00:12 +00:00
templates (merged from branches/roa. use "svn log -c <changeset> -g <module-svn-path>" for detailed commit message) 2008-08-09 03:19:54 +00:00
testing MINOR Unified @package PHPdoc (added where missing, removed duplicates) 2008-06-15 13:33:53 +00:00
ArrayDataTest.php ArrayData should only change the type of included objects if they're not ViewableData. 2008-08-12 03:34:19 +00:00
ControllerTest.php TESTS: Added tests for Controller::join_links() 2008-08-28 04:25:13 +00:00
DataObjectDecoratorTest.php MINOR Re-enabled DataObjectDecoratorTest 2008-08-11 06:01:16 +00:00
DataObjectDecoratorTest.yml (merged from branches/roa. use "svn log -c <changeset> -g <module-svn-path>" for detailed commit message) 2008-08-09 05:00:42 +00:00
DataObjectTest.php DataObject::write now throws a ValidationException rather than calling user_error if the call to DataObject::validate fails. This allows the validation exception to be caught and handled by tests or other controllers. 2008-10-08 20:42:09 +00:00
DataObjectTest.yml ENHANCEMENT: Added support for dot syntax to DataObject::update() 2008-10-02 00:45:13 +00:00
HTTPRequestTest.php FEATURE Added HTTP method override support to HTTPRequest and Form (through $_POST['_method'] or $_SERVER['X-HTTP-Method-Override']), incl. unit tests 2008-10-06 14:58:01 +00:00
i18nTest.php MINOR Unified @package PHPdoc (added where missing, removed duplicates) 2008-06-15 13:33:53 +00:00
ManifestBuilderTest.fixture.inc Added TokenisedRegularExpression for accurate parsing of class files for the manifest. To make it efficient, the parse results of each file are now cached. 2008-04-08 06:17:58 +00:00
ManifestBuilderTest.php MINOR Reverted accidental disabling of ManifestBuilderTest cleanup code 2008-09-27 16:55:42 +00:00
ObjectTest.php ENHANCEMENT Added ObjectTest->testSingletonCreation() 2008-10-03 15:57:32 +00:00
RedirectorPageTest.php BUGFIX: Improved RedirectorPage's handling of invalid configuration options to prevent infinite loops and segfaults 2008-10-09 01:46:17 +00:00
RedirectorPageTest.yml BUGFIX: Improved RedirectorPage's handling of invalid configuration options to prevent infinite loops and segfaults 2008-10-09 01:46:17 +00:00
RequestHandlingTest.php ENHANCEMENT Added RequestHandlingTest->testNestedBase() 2008-10-05 19:21:35 +00:00
SearchContextTest.php (merged from branches/roa. use "svn log -c <changeset> -g <module-svn-path>" for detailed commit message) 2008-08-10 23:29:30 +00:00
SearchContextTest.yml (merged from branches/roa. use "svn log -c <changeset> -g <module-svn-path>" for detailed commit message) 2008-08-09 06:40:50 +00:00
SiteTreeTest.php MINOR: Fix to SiteTreeTest's data fixtures 2008-10-08 03:36:12 +00:00
SiteTreeTest.yml Added PHPUnit unit testing framework 2007-08-15 06:38:41 +00:00
SoapModelAccessTest.php (merged from branches/roa. use "svn log -c <changeset> -g <module-svn-path>" for detailed commit message) 2008-08-11 03:39:14 +00:00
SoapModelAccessTest.yml (merged from branches/roa. use "svn log -c <changeset> -g <module-svn-path>" for detailed commit message) 2008-08-11 03:03:52 +00:00
SQLFormatterTest.php FEATURE Formatting MySQL error messages with newlines through new SQLFormatter class (used in MySQLDatabase) 2008-09-16 18:12:07 +00:00
SQLQueryTest.php (merged from branches/roa. use "svn log -c <changeset> -g <module-svn-path>" for detailed commit message) 2008-08-09 05:57:44 +00:00
SSViewerTest.php BUGFIX: [Grayzag] #2676 - Fixed rendering of partial templates, broken in r58354. 2008-07-21 11:59:24 +00:00
TokenisedRegularExpressionTest.php MINOR Unified @package PHPdoc (added where missing, removed duplicates) 2008-06-15 13:33:53 +00:00