silverstripe-framework/tests/model
Sam Minnee 0540bec71f BUGFIX #4255 sharvey: Fix application of extra db fields by DataObjectDecorators.
API CHANGE #4255 sharvey: DataObjectDecorator::extraStatics() can no longer refer to $this because it's called staticly


git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@79430 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-06-17 07:01:28 +00: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
CompositeDBFieldTest.php MINOR Added CompositeDBFieldTest 2009-06-02 03:45:38 +00:00
DatabaseTest.php ENHANCEMENT Added DataObject::$create_table_options to pass through special options to Database->requireTable(). Contains a keyed array by database driver. Example use is specifying different storage engines for MySQL: array('MySQLDatabase'=>'ENGINE=InnoDB') 2009-05-19 03:55:14 +00:00
DBLocaleTest.php MINOR Re-added Translatable->extendWithSuffix() 2009-04-30 08:39:49 +00:00
HierarchyTest.php Merged from 2.3 2009-05-06 06:36:16 +00:00
HierarchyTest.yml Merged from 2.3 2009-05-06 06:36:16 +00:00
ImageTest.php 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
ImageTest.yml 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
MoneyTest.php API CHANGE Changing DataObject::$changed to private visiblity. Please use getChangedFields() and isChanged() 2009-05-27 00:09:23 +00: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
TranslatableTest.php BUGFIX #4255 sharvey: Fix application of extra db fields by DataObjectDecorators. 2009-06-17 07:01:28 +00:00
TranslatableTest.yml BUGFIX Fixed TranslatableTest->testSavePageInCMS(), needed admin login to edit ViewersGroups field 2009-06-15 23:49:17 +00:00
VersionedTest.php API CHANGE Changing DataObject::$changed to private visiblity. Please use getChangedFields() and isChanged() 2009-05-27 00:09:23 +00:00
VersionedTest.yml Merged from 2.3 2009-05-06 06:36:16 +00:00
VirtualPageTest.php Merged from branches/2.3 2009-05-14 05:26:47 +00:00
VirtualPageTest.yml Merged from branches/2.3 2009-05-14 05:26:47 +00:00