silverstripe-framework/tests
2011-10-18 11:27:28 +02:00
..
api BUGFIX Removing quotes from test data in RestfulServiceTest, it gives different results depending on magic_quotes_gpc setting on PHP configuration (merged from r80132). 2011-02-02 14:27:37 +13:00
control MINOR Merged Translatable fixes from trunk 2011-02-02 14:27:19 +13:00
dev MINOR Fixed CSVParserTest with encoding issues 2011-02-02 14:27:05 +13:00
fieldtypes MINOR Fixed broken test in TextTest 2011-02-02 14:27:31 +13:00
filesystem API CHANGE Don't reflect changes in File and Folder property setters on filesystem before write() is called, to ensure that validate() applies in all cases. This fixes a problem where File->setName() would circumvent restrictions in File::$allowed_extensions (fixes #5693) 2011-02-02 14:27:36 +13:00
forms ENHANCEMENT Added Form->enableSecurityToken() as a counterpart to the existing disableSecurityToken() (from r113284) 2011-02-02 14:27:37 +13:00
i18n MINOR Merged Translatable fixes from trunk 2011-02-02 14:27:19 +13:00
javascript MINOR Moved js unit tests from sapphire/javascript/tests to sapphire/tests/javascript to have a consistent location for all tests on server- and clientside 2008-11-01 11:05:38 +00:00
model MINOR Added test case for Hierarchy::getDescendantIDList() which also tests Hierarchy::loadDescendantIDListInto() (merged from r98369) 2011-02-02 14:27:35 +13:00
search BUGFIX #4285: Fixed static application bug that appeared in 2.3.2 2011-02-02 14:27:30 +13:00
security BUGFIX Avoid privilege escalation from EDIT_PERMISSIONS to ADMIN through TreeMultiselectField (in Member->getCMSFields()) by checking for admin groups in Member->onChangeGroups() 2011-10-18 09:56:00 +02: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 FEATURE #2767 wakeless: Allow popuplation of non-DataObject tables with YamlFixture 2008-11-10 23:18:31 +00:00
ArrayDataTest.php Merging in refactored Translatable architecture from trunk, including related/required changesets like enhancements to Object static handling (see details below) 2011-02-02 14:27:16 +13:00
ClassInfoTest.php MINOR Documented ClassInfo::subclassesFor() and added unit tests 2011-02-02 14:26:47 +13:00
ControllerTest.php Merging in refactored Translatable architecture from trunk, including related/required changesets like enhancements to Object static handling (see details below) 2011-02-02 14:27:16 +13:00
DataObjectDecoratorTest.php MINOR Merged in DataObjectDecorator tests from trunk 2011-02-02 14:27:32 +13:00
DataObjectDecoratorTest.yml BUGFIX #3919: Fix DataObject::dbObject() for decorated fields (Merged from r75150) 2011-02-02 14:27:18 +13:00
DataObjectSetTest.php BUGFIX: Updated DataObjectSet::map() to use empty string, rather than 0, as the empty value 2011-02-02 14:27:19 +13:00
DataObjectTest.php MINOR Added test for has one relation getters in DataObjectTest 2011-02-02 14:27:26 +13:00
DataObjectTest.yml ENHANCEMENT: Added support for dot syntax to DataObject::update() 2008-10-02 00:45:13 +00:00
ErrorPageTest.php MINOR Merged from trunk 2011-02-02 14:27:21 +13:00
ErrorPageTest.yml MINOR Merged from trunk 2011-02-02 14:27:21 +13: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
HTTPTest.php MINOR Fixed HTTPTest->testSetGetVar() (merged from r98409) 2011-02-02 14:27:35 +13: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 BUGFIX Added parent::setUp() and parent::tearDown() calls to various tests, in preparation for push/pop a mock controller the controller-stack 2011-02-02 14:26:43 +13:00
MemoryLimitTest.php API CHANGE: Added increase_time_limit_to(), which respects safe_mode. 2011-02-02 14:27:33 +13:00
ObjectStaticTest.php API CHANGE: Make Object::uninherited_static() have a separate execution path to Object::get_static(), for more reliable operation. The intention is that for any given static, you either use Object::get_static() or you use Object::uninherited_static() - not both. (from r84151, r84155, r84156) 2011-02-02 14:27:32 +13:00
ObjectTest.php Merging in refactored Translatable architecture from trunk, including related/required changesets like enhancements to Object static handling (see details below) 2011-02-02 14:27:16 +13:00
PhpSyntaxTest.php BUGFIX: Get installer working with php_short_tags off (Merged r73481-3 from trunk) 2011-02-02 14:27:11 +13:00
RedirectorPageTest.php BUGFIX Using _t() to check content strings in unit tests and avoid tests failing when i18n is enabled 2008-10-10 02:20:33 +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 BUGFIX Checking for existence of FormAction in Form->httpSubmission() to avoid bypassing $allowed_actions definitions in controllers containing this form 2011-02-02 14:27:38 +13:00
SearchContextTest.php BUGFIX Fixed SearchContextTest to comply to new scaffolded searchfield in Text DBFIeld 2008-11-02 21:24:56 +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
SiteTreeActionsTest.php BUGFIX #6291 Remove rollback action from CMSMain allowed_actions and rely on form action_rollback instead which is safer (from r115440) 2011-02-02 14:27:38 +13:00
SiteTreeActionsTest.yml MINOR Added SiteTreeActionsTest 2011-02-02 14:26:55 +13:00
SiteTreePermissionsTest.php ENHANCEMENT Added SITETREE_GRANT_ACCESS permission code to SiteTree to control editability of the "Access" tab (incl. unit tests) 2011-02-02 14:26:43 +13:00
SiteTreePermissionsTest.yml ENHANCEMENT Added SITETREE_GRANT_ACCESS permission code to SiteTree to control editability of the "Access" tab (incl. unit tests) 2011-02-02 14:26:43 +13:00
SiteTreeTest.php BUGFIX: Ensure that when a page is deleted from stage or live, its descendants are also deleted. 2011-02-02 14:27:26 +13:00
SiteTreeTest.yml API CHANGE #2698 ajshort: URL handler only passes control to subclasses of RequestHandlingData 2008-10-30 21:51:59 +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 MINOR: Fixed test to get previous change to work 2011-02-02 14:27:12 +13:00
SSViewerTest.php BUGFIX Escaping base URLs for anchor links rewritten by SSViewer::process() with the 'rewriteHashlinks' option enabled (which is a framework default, and necessary because of the use of a <base> tag). Also added escaping for base URLs rendered through the 'php' variation of 'rewriteHashlinks' 2011-10-18 11:27:28 +02:00
TokenisedRegularExpressionTest.php MINOR Unified @package PHPdoc (added where missing, removed duplicates) 2008-06-15 13:33:53 +00:00