silverstripe-framework/tests/model
2012-06-12 14:54:19 +12:00
..
testimages ENHANCEMENT: use image file name (without file path and extension) for alt attribute when title is not provided 2009-05-24 12:16:17 +00:00
AggregateTest.php ENHANCEMENT Adding List() in the GenericTemplateGlobalProvider so 2012-05-29 20:04:51 +12:00
AggregateTest.yml FEATURE: Add aggregate calculation to DataObject, allowing (cached) calculation of Max, Min, Count, Avg, etc (from r97390) 2010-04-12 05:04:34 +00:00
ArrayListTest.php FEATURE: implement SS_Sortable->reverse() 2012-04-27 15:54:14 +12:00
ComponentSetTest.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
ComponentSetTest.yml MINOR Added ComponentSetTest 2010-02-22 04:37:32 +00:00
CompositeDBFieldTest.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
CurrencyTest.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
DatabaseTest.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
DataDifferencerTest.php ENHANCEMENT Replaced locations of sapphire with $ModulePath(framework) in templates, based off Controller which implements TemplateGlobalProvider 2012-04-15 10:50:20 +12:00
DataDifferencerTest.yml API-CHANGE sapphire folder can now be renamed. 2012-04-15 10:50:19 +12:00
DataExtensionTest.php API CHANGE Moved RestfulServer into its own module at https://github.com/silverstripe/silverstripe-restfulserver (fixes #7282) 2012-06-04 10:21:29 +02:00
DataExtensionTest.yml API CHANGE: Renamed DataObjectDecorator to DataExtension. 2011-04-26 11:01:38 +10:00
DataListTest.php MINOR Fixed regression in DataListTest 2012-05-28 21:17:40 +12:00
DataObjectDuplicationTest.php Clean up trailing ?> per coding standard 2012-02-12 12:40:16 -08:00
DataObjectLazyLoadingTest.php MINOR Fixing use of deprecated getAllFields(), mark field as deprecated properly. 2012-05-11 11:23:24 +12:00
DataObjectSchemaGenerationTest.php MINOR Add newline to end of files without one 2012-04-15 10:50:19 +12:00
DataObjectTest.php API CHANGE Removed assertType() and assertEmpty() workarounds. Use assertInstanceOf() 2012-05-09 23:05:39 +12:00
DataObjectTest.yml ENHANCEMENT: Add lazy loading to DataQuery. 2012-04-30 16:12:15 +12:00
DataQueryTest.php Clean up trailing ?> per coding standard 2012-02-12 12:40:16 -08:00
DateTest.php BUGFIX Changed Date.php and DateTime.php to use DateTime->Format instead of strtotime to handle extended dates on 32bit environment(fixes #7311) 2012-05-18 16:09:38 +09:00
DatetimeTest.php BUGFIX Changed Date.php and DateTime.php to use DateTime->Format instead of strtotime to handle extended dates on 32bit environment(fixes #7311) 2012-05-18 16:09:38 +09:00
DbDatetimeTest.php ENHANCEMENT SQLQuery::selectField() returns a SQLQuery object to be 2012-05-07 16:59:42 +12:00
DbDatetimeTest.yml MINOR Removed dependency on SiteTree in various unit tests 2011-03-29 18:07:58 +13:00
DBFieldTest.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
DBLocaleTest.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
DecimalTest.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
DecimalTest.yml API CHANGE Rearranged files in sapphire to reflect core dependencies more accurately, and have the tests/ folder mirror its folder structure 2011-03-31 09:56:21 +13:00
GroupedListTest.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
HasManyListTest.php MINOR Add newline to end of files without one 2012-04-15 10:50:19 +12:00
HierarchyTest.php ENHANCEMENT: add an infinite-loop check as validation in Hierarchy (os4399) 2012-04-18 10:50:35 +12:00
HierarchyTest.yml MINOR Removed dependency on SiteTree in various unit tests 2011-03-29 18:07:58 +13:00
HTMLTextTest.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
ImageTest.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
ImageTest.yml MINOR Fixing broken test on Windows 2012-05-04 22:48:47 +12:00
LabelFieldTest.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
ManyManyListTest.php MINOR Fixing broken test for PostgreSQL 2012-06-12 14:54:19 +12:00
MapTest.php MINOR Use shorthand {class}::get() syntax instead of DataList::create() 2012-05-28 21:13:42 +12:00
MoneyTest.php API CHANGE Removed assertType() and assertEmpty() workarounds. Use assertInstanceOf() 2012-05-09 23:05:39 +12:00
MoneyTest.yml FEATURE Added Money class for managing monetary amounts with currencies through the Money design pattern. Uses the CompositeDBField interface to contain multiple database columns in a single DBField 2009-05-05 08:10:51 +00:00
MySQLDatabaseTest.php MINOR Revert changes for 5.4 2012-05-10 14:11:33 +12:00
PaginatedListTest.php API CHANGE Deprecated internal access to SQLQuery properties, update core code to reflect these changes. 2012-05-07 14:21:44 +12:00
PercentageTest.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
SQLQueryTest.php API CHANGE Deprecated internal access to SQLQuery properties, update core code to reflect these changes. 2012-05-07 14:21:44 +12:00
StringFieldTest.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
TextTest.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
TransactionTest.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
URLSegmentFilterTest.php BUGFIX Urlencode paths in URLSegmentFilter when $allowMultibyte=true to avoid creating invalid URLs (and breaking assumptions based on ascii-only URLs, such as static publishing filename creation) 2012-05-08 15:32:15 +02:00
VersionedTest.php API CHANGE Removed assertType() and assertEmpty() workarounds. Use assertInstanceOf() 2012-05-09 23:05:39 +12:00
VersionedTest.yml MINOR Removed dependency on SiteTree in various unit tests 2011-03-29 18:07:58 +13:00