silverstripe-framework/tests
Sean Harvey d91fa6fdfd MINOR Changed places of Object::extInstance() to Object::getExtensionInstance() and added a notice if extInstance is used in future
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@100487 467b73ca-7a2a-4603-9d3b-597d59a354a9
2011-02-02 14:18:46 +13:00
..
api ENHANCEMENT #5072 RSSFeed_Entry::rssField() now respects custom getters on the data class 2011-02-02 14:18:45 +13:00
control MINOR Fixed SapphireTest->logInWithPermission() spelling 2011-02-02 14:18:38 +13:00
cuke/step_definitions
dev ENHANCEMENT Added BulkLoader->deleteExistingRecords(), removed unnecessary parameters from BulkLoader->load() (merged from r94250) 2011-02-02 14:18:30 +13:00
fieldtypes
filesystem API CHANGE #5107 Upload now uses Upload_Validator to separate the validation rules from the File loading done in the Upload class 2011-02-02 14:18:44 +13:00
forms ENHANCEMENT Added OptionsetField->setDisabledItems() to allow specifically disabling certain checkboxes 2011-02-02 14:18:40 +13:00
i18n
integration
javascript
model BUGFIX: Fix #5097, Translatable uses augmentValidURLSegment to check that URLSegment is valid 2011-02-02 14:18:43 +13:00
search
security MINOR Added MemberCsvBulkLoaderTest->testCleartextPasswordsAreHashedWithDefaultAlgo() (from r98841) 2011-02-02 14:18:39 +13:00
tasks MINOR Fixed unit tests after change Member->checkPassword() to return ValidationResult instead of boolean (see r98268) 2011-02-02 14:18:25 +13:00
templates
testing
widgets
ArrayDataTest.php MINOR: More tests for array data 2011-02-02 14:18:42 +13:00
ArrayLibTest.php
Bare.yml
CacheTest.php MINOR: Speed up cache test (1s is as good a test expiry as 8s) 2011-02-02 14:18:28 +13:00
ClassInfoTest.php
ControllerTest.php
ControllerTest.yml
ConvertTest.php ENHANCEMENT Convert JSON functions now use the Services_JSON library where appropriate instead of custom code, and if json_decode() or json_encode() are available these are used 2011-02-02 14:18:45 +13:00
CoreTest.php
DataObjectDecoratorTest.php
DataObjectDecoratorTest.yml
DataObjectSetTest.php ENHANCEMENT #4599 DataObjectSet now uses more array functions instead of performing equivalent tasks - thanks simon_w! 2011-02-02 14:18:46 +13:00
DataObjectTest.php
DataObjectTest.yml ENHANCEMENT Allow DataObjectSet to remove duplicates based on any field (#5094, thanks mobiusnz) (from r99736) 2011-02-02 14:18:41 +13:00
ErrorPageTest.php
ErrorPageTest.yml
FileLinkTrackingTest.php MINOR Fixed SapphireTest->logInWithPermission() spelling 2011-02-02 14:18:38 +13:00
FileLinkTrackingTest.yml
HtmlEditorConfigTest.php
HTTPRequestTest.php
HTTPTest.php MINOR Fixed HTTPTest->testSetGetVar() 2011-02-02 14:18:27 +13:00
ManifestBuilderTest.fixture.inc
ManifestBuilderTest.php MINOR: Renamed manifest test temp dir as there was some kind of conflict 2011-02-02 14:18:28 +13:00
MemoryLimitTest.php
ObjectStaticTest.php
ObjectTest.php MINOR Changed places of Object::extInstance() to Object::getExtensionInstance() and added a notice if extInstance is used in future 2011-02-02 14:18:46 +13:00
PhpSyntaxTest.php
RedirectorPageTest.php
RedirectorPageTest.yml
RequestHandlingTest.php
SearchContextTest.php
SearchContextTest.yml
SessionTest.php
ShortcodeParserTest.php
SiteTreeActionsTest.php MINOR Fixed SapphireTest->logInWithPermission() spelling 2011-02-02 14:18:38 +13:00
SiteTreeActionsTest.yml
SiteTreeBacklinksTest.php MINOR Fixed SapphireTest->logInWithPermission() spelling 2011-02-02 14:18:38 +13:00
SiteTreeBacklinksTest.yml MINOR Fixed SiteTreeBacklinksTest on Windows 2011-02-02 14:18:27 +13:00
SiteTreeBrokenLinksTest.php MINOR Fixed SapphireTest->logInWithPermission() spelling 2011-02-02 14:18:38 +13:00
SiteTreeBrokenLinksTest.yml
SiteTreePermissionsTest.php MINOR Fixed SapphireTest->logInWithPermission() spelling 2011-02-02 14:18:38 +13:00
SiteTreePermissionsTest.yml
SiteTreeTest.php MINOR Fixed SapphireTest->logInWithPermission() spelling 2011-02-02 14:18:38 +13:00
SiteTreeTest.yml ENHANCEMENT: Updated the SiteTree URLSegment conflict resolver to work with nested URLs. 2009-10-11 00:07:21 +00:00
SoapModelAccessTest.php
SoapModelAccessTest.yml
SQLFormatterTest.php
SQLQueryTest.php
SSViewerCacheBlockTest.php
SSViewerTest.php BUGFIX: Updated SiteConfig-based theme selection to remove inappropriate coupling from SSViewer 2011-02-02 14:18:25 +13:00
TokenisedRegularExpressionTest.php
TransactionTest.php
ViewableDataTest.php
WebserverRoutingTest.php