silverstripe-framework/tests/model
2009-10-26 20:56:54 +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 API CHANGE: Added DataObject::is_composite_field() and DataObject::composite_fields() to efficiently keep track of which fields are composite. 2009-08-11 08:49:52 +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
DatetimeTest.php API CHANGE: Renamed conflicting classes to have an "SS_" namespace, and renamed existing "SS" namespace to "SS_". The affected classes are: HTTPRequest, HTTPResponse, Query, Database, SSBacktrace, SSCli, SSDatetime, SSDatetimeTest, SSLog, SSLogTest, SSLogEmailWriter, SSLogErrorEmailFormatter, SSLogErrorFileFormatter, SSLogFileWriter and SSZendLog. 2009-10-26 03:06:31 +00:00
DBLocaleTest.php MINOR Re-added Translatable->extendWithSuffix() 2009-04-30 08:39:49 +00:00
HierarchyTest.php ENHANCEMENT Changed Hierarchy->numChildren() caching to be instance specific and respect flushCache(). This increases the amount of queries on large sets, but decreases the time for a single instance call (implemented in r89999) 2009-10-26 20:56:54 +00:00
HierarchyTest.yml Merged from 2.3 2009-05-06 06:36:16 +00:00
ImageTest.php API CHANGE Deprecated use of SapphireTest->fixture to access YML fixtures, please use gateway methods on SapphireTest instead (e.g. $this->objFromFixture() instead of $this->fixture->objFromFixture()) 2009-07-08 00:06:16 +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 BUGFIX: Fixed querying of composite fields (broken due to inappropriate optimisation of hasField) 2009-08-19 04:59:40 +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 Fixing regression in TranslatableTest due to outdated singleton caching. 2009-10-22 00:30:21 +00:00
TranslatableTest.yml API CHANGE Requiring TRANSLATE_ALL or TRANSLATE_<locale> permission for authors without administrative access to edit translations 2009-10-05 10:33:36 +00:00
VersionedTest.php MINOR: Dataobject now has enforced ordering 2009-09-30 21:54:49 +00:00
VersionedTest.yml Merged from 2.3 2009-05-06 06:36:16 +00:00
VirtualPageTest.php MINOR: Ensure that tests work by giving the test executor admin rights (from r89124) 2009-10-15 22:41:55 +00:00
VirtualPageTest.yml Merged from branches/2.3 2009-05-14 05:26:47 +00:00