silverstripe-framework/tests
Ingo Schommer 5e3cffec1f BUGFIX More robust URL handling in SecurityTest to avoid failing on custom /admin redirects
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@85514 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-09-01 06:48:31 +00:00
..
api BUGFIX Fixed many_many relations querying in RestfulServer 2009-07-08 08:28:17 +00:00
control BUGFIX Allowing translated homepages in RootUrlController 2009-04-27 23:08:39 +00:00
dev API CHANGE Added SSLogFileWriter to replace Debug::log_errors_to() and Debug::log_error_if_necessary() - the existing formatting for the Debug deprecation functions is now wrapped into SSLogErrorFileFormatter 2009-08-19 21:55:03 +00:00
fieldtypes BUGFIX #3228 Fixed undefined offset error in Text::BigSummary() if trying to summarise text that is smaller than the requested word limit 2009-08-24 06:16:56 +00:00
filesystem MINOR Fixed FileTest for changes to getFileType() on the File class 2008-10-16 04:33:35 +00:00
forms MINOR Added unit test for DropdownField::performReadonlyTransformation() 2009-08-21 04:16:21 +00:00
i18n BUGFIX: More fixes to i18n text collection with escaping of quotes 2009-07-09 02:37:01 +00: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 BUGFIX: Fixed querying of composite fields (broken due to inappropriate optimisation of hasField) 2009-08-19 04:59:40 +00:00
search ENHANCEMENT: add more assertion in SearchFilterAapplyRelationTest to test more cases for many_many relation. 2009-08-11 04:58:37 +00:00
security BUGFIX More robust URL handling in SecurityTest to avoid failing on custom /admin redirects 2009-09-01 06:48:31 +00:00
tasks FEATURE Added RemoveOrphanedPagesTask (from r78473) 2009-07-09 06:11:55 +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 FEATURE #2767 wakeless: Allow popuplation of non-DataObject tables with YamlFixture 2008-11-10 23:18:31 +00:00
ArrayDataTest.php ENHANCEMENT #3032 ajshort: Use static methods for accessing static data 2009-03-14 00:16:32 +00:00
ArrayLibTest.php MINOR Documented and unit tested ArrayLib::invert() (merged from branches/2.3-nzct) 2009-07-17 00:01:06 +00:00
ClassInfoTest.php ENHANCEMENT Added ClassInfo::classes_for_folder() 2009-06-30 22:08:59 +00:00
ControllerTest.php ENHANCEMENT Allowing usage of global settings via asterisk (*) in RequestHandler->$allowed_actions 2009-04-02 16:34:27 +00:00
ConvertTest.php ENHANCEMENT #3677 Added more rules for escaping reserved characters in XML to their proper entities e.g. ' => &apos; 2009-05-20 03:09:50 +00:00
DataObjectDecoratorTest.php MINOR Added test for the inverse for DataObjectDecoratorTest::testOneToManyAssociationWithDecorator() 2009-06-29 05:14:06 +00:00
DataObjectDecoratorTest.yml BUGFIX #3919: Fix DataObject::dbObject() for decorated fields 2009-04-27 00:44:10 +00:00
DataObjectSetTest.php Merged from branches/2.3 2009-04-29 01:21:38 +00:00
DataObjectTest.php Ensure that DataObject->ClassName is set on object instantiation 2009-08-21 05:02:31 +00:00
DataObjectTest.yml BUGFIX Fixed whitespace issue in DataObjectTest.yml 2009-01-07 21:40:36 +00:00
ErrorPageTest.php BUGFIX Fixed empty ErrorPage types in output by setting status code in init() instead of index() and checking for "index" action - introduced in r75096 (see #3960) 2009-05-04 02:20:57 +00:00
ErrorPageTest.yml BUGFIX Fixed empty ErrorPage types in output by setting status code in init() instead of index() and checking for "index" action - introduced in r75096 (see #3960) 2009-05-04 02:20:57 +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
HTTPTest.php Merged changes from 2.3 branch 2009-02-01 23:49:53 +00:00
ManifestBuilderTest.fixture.inc BUGFIX: Fixed manifest builder tests to not have fake data, and to test that classes can be in files with different names 2009-08-08 03:39:12 +00:00
ManifestBuilderTest.php BUGFIX: Fixed manifest builder tests to not have fake data, and to test that classes can be in files with different names 2009-08-08 03:39:12 +00:00
MemoryLimitTest.php API CHANGE: Added increase_time_limit_to(), which respects safe_mode. 2009-06-28 02:36:46 +00: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. 2009-08-11 05:01:17 +00:00
ObjectTest.php BUGFIX: Removed some code that needed Extension to extend from Object. 2009-08-11 08:50:32 +00:00
PhpSyntaxTest.php BUGFIX Fixed PhpSyntaxTest? parsing of return value - some PHP versions seem to return a string rather than an error code (merged from branches/2.3-nzct) 2009-07-16 23:55:46 +00:00
RedirectorPageTest.php MINOR More robust RedirectorPageTest implementation that doesn't rely on _t() calls which are mysteriously failing on all subsequent calls in PHPUnit 2009-08-27 03:10:13 +00:00
RedirectorPageTest.yml BUGFIX: Created Versioned's Version field as a proper Dataobject field. 2009-05-07 06:00:50 +00:00
RequestHandlingTest.php ENHANCEMENT ajshort: Allow a HTTPResponse to be encapsulated in a HTTPResponse_Exception, which can be later caught by the request handler. 2009-06-27 08:48:44 +00:00
SearchContextTest.php BUGFIX Fixed SQL syntax error in MATCH AGAINST clause in FulltextFilter 2009-05-24 21:27:48 +00:00
SearchContextTest.yml BUGFIX Fixed SQL syntax error in MATCH AGAINST clause in FulltextFilter 2009-05-24 21:27:48 +00:00
SiteTreeActionsTest.php MINOR: Updated SiteTreeActionsTest to have more precise fixture generation 2009-08-08 04:21:51 +00:00
SiteTreeActionsTest.yml MINOR merged from branches/2.3 2009-01-07 23:00:54 +00:00
SiteTreePermissionsTest.php MINOR Added SiteTreePermissionsTest->testRestrictedEditLoggedInUsersDeletedFromStage(), which verifies that previous fixes in r85335 and r85336 apply the correct permissions 2009-08-27 06:56:13 +00:00
SiteTreePermissionsTest.yml MINOR merged branches/2.3 into trunk 2008-12-04 22:38:32 +00:00
SiteTreeTest.php BUGFIX #4463: Set AuthorID and PublisherID correctly 2009-08-24 07:35:05 +00:00
SiteTreeTest.yml ENHANCEMENT: Dramatically improved performance of large-scale canEdit() and canDelete() checks, so that big sites can be supported in the CMS. 2009-07-31 05:43:41 +00:00
SoapModelAccessTest.php BUGFIX Fixed SoapModelAccessTest to conform to new 401 returns in RestfulServer 2009-03-30 05:20:08 +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: Don't run MySQL-specific tests on any other database 2009-06-16 05:33:03 +00:00
SSViewerTest.php ENHANCEMENT Added support for two arguments when calling object-methods with dot notation in templates (see #3292) 2009-01-04 22:20:36 +00:00
TokenisedRegularExpressionTest.php MINOR Unified @package PHPdoc (added where missing, removed duplicates) 2008-06-15 13:33:53 +00:00
WebserverRoutingTest.php MINOR Added WebserverRoutingTest as a substitute smoke test for .htaccess problems etc. - this used to be implicit functionality in RestfulServiceTest 2009-06-24 04:56:50 +00:00