silverstripe-framework/tests/model
2009-05-19 03:55:14 +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
MoneyTest.php 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
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 API CHANGE Deprecated Translatable::set_reading_lang(), use Translatable::set_current_locale(). 2009-05-17 05:36:01 +00:00
TranslatableTest.yml API CHANGE Deprecated Translatable->getTranslatedLangs(), use getTranslatedLocales() 2009-05-14 05:16:49 +00:00
VersionedTest.php Merged from branches/2.3 2009-05-14 05:26:47 +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