silverstripe-framework/tests/model
Mateusz Uzdowski be97535b1e ENHANCEMENT: add an infinite-loop check as validation in Hierarchy (os4399)
Check only when the parent has changed - hierarchy traversal is
expensive operation, so we do it only when it is needed.
2012-04-18 10:50:35 +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 MINOR Fixes to method arguments in core classes for E_STRICT support. 2012-03-28 22:41:42 +13: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 MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +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 Clean up trailing ?> per coding standard 2012-02-12 12:40:16 -08:00
DataExtensionTest.yml API CHANGE: Renamed DataObjectDecorator to DataExtension. 2011-04-26 11:01:38 +10:00
DataListTest.php API CHANGE: Introduce SS_Limitable class for adding to SS_Lists that have limit capability. 2012-03-09 17:07:40 +13:00
DataObjectDuplicationTest.php Clean up trailing ?> per coding standard 2012-02-12 12:40:16 -08:00
DataObjectSchemaGenerationTest.php MINOR Add newline to end of files without one 2012-04-15 10:50:19 +12:00
DataObjectTest.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
DataObjectTest.yml ENHANCEMENT Allowing to save ManyManyList with multiple foreign keys (e.g. required to add to an overloaded Group->Members() relationship) 2012-03-06 21:38:33 +01:00
DataQueryTest.php Clean up trailing ?> per coding standard 2012-02-12 12:40:16 -08:00
DateTest.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
DatetimeTest.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
DbDatetimeTest.php MINOR Add newline to end of files without one 2012-04-15 10:50:19 +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 BUGFIX: regex-escape strings to prevent regex syntax errors 2011-10-31 11:34:33 -07:00
LabelFieldTest.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
ManyManyListTest.php MINOR Fixed failing tests on pgsql 2012-04-10 17:07:41 +12:00
MapTest.php MINOR Added tests for SS_Map testing value method instead of value field 2012-03-15 17:42:42 +13:00
MoneyTest.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +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 Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
PaginatedListTest.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
PercentageTest.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
SQLQueryTest.php API CHANGE: Introduce SS_Limitable class for adding to SS_Lists that have limit capability. 2012-03-09 17:07:40 +13: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 MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
VersionedTest.php BUGFIX: Fix SQLQuery::queriedTables() and added test. 2011-05-01 15:26:29 +12:00
VersionedTest.yml MINOR Removed dependency on SiteTree in various unit tests 2011-03-29 18:07:58 +13:00