silverstripe-framework/tests/model
Geoff Munn 360176d23c MINOR: cached fieldlist array can now be cleared
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@115445 467b73ca-7a2a-4603-9d3b-597d59a354a9
2011-01-12 00:10:38 +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
AggregateTest.php MINOR Fixed AggregateTest for MSSQLDatabase (wrong date formatting) (from r103640) 2010-10-13 04:01:20 +00: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
ComponentSetTest.php MINOR Fixed merge error (see r99654) 2010-04-12 08:38:45 +00:00
ComponentSetTest.yml MINOR Added ComponentSetTest 2010-02-22 04:37:32 +00:00
CompositeDBFieldTest.php API CHANGE: Don't generate TestOnly DataObjects in the database immediately; instead let test developers specify them in SapphireTest::$extraDataObjects. 2010-04-12 02:03:16 +00:00
DatabaseTest.php MINOR: cached fieldlist array can now be cleared 2011-01-12 00:10:38 +00:00
DataObjectDuplicationTest.php ENHANCEMENT: DataObject and SiteTree duplicate now duplicate relations (except for has_many relations, as the object at the other end of such a relation has an existing relation to the original object and that should not be modified by the duplication) 2010-09-16 03:40:34 +00:00
DataObjectSchemaGenerationTest.php MINOR Removed mysql specific functionality from DataObjectSchemaGenerationTest and moved it to a new MySQLDatabaseTest (from r103799) 2010-10-13 04:06:50 +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
DbDatetimeTest.php MINOR Merged r113933,113936-113937 from branches/2.4 2010-11-22 02:02:11 +00:00
DbDatetimeTest.yml MINOR Added DbDatetimeTest cases to sapphire (these were previously in the sqlite3 module, but they actually test core Database functionality) (from r105196) 2010-10-15 01:28:43 +00:00
DBLocaleTest.php ENHANCEMENT Added parameter to DBLocale->Nice() 2009-11-30 00:44:46 +00:00
HierarchyTest.php BUGFIX Fixed Hierarchy->loadDescendantIdList() to call setOwner() on the extension instance. This was necessary due to underlying Object/Extension changes in 2.4. 2010-04-13 03:23:06 +00:00
HierarchyTest.yml MINOR Testing of grand-children items in HierarchyTest::testLoadDescendantIDListIntoArray() and HierarchyTest::testNumChildren() (from r98376) 2010-04-13 03:21:58 +00:00
ImageTest.php EHANCEMENT: #5673 allow further manipulation on Image_Cached objects. Thanks charden!. BUGFIX: generate valid png files in ImageTest to prevent getimagesize() calls returning false results 2010-12-20 02:19:17 +00:00
ImageTest.yml MINOR Changed ImageTest to use fixture files located in assets/ folder, the filesystem API doesn't support Folder objects with "sapphire/..." paths, which leads to inconsistent results (from r107272) 2010-10-15 03:17:14 +00:00
MoneyTest.php BUGFIX: tests now pass when the locale is set to something other than 'en_US' in the mysite's _config.php file (from r107940) 2010-10-18 22:33:41 +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
MySQLDatabaseTest.php MINOR Removed mysql specific functionality from DataObjectSchemaGenerationTest and moved it to a new MySQLDatabaseTest (from r103799) 2010-10-13 04:06:50 +00:00
SiteConfigTest.php MINOR Fixed SiteConfigTest to work alongsite subsites module (SiteTreeSubsites changes the canEdit() behaviour) (from r104796) 2010-10-15 01:13:55 +00:00
SiteConfigTest.yml FEATURE Allowing translation of SiteConfig (including toplevel permission groups) 2010-04-12 05:02:31 +00:00
TranslatableTest.php API CHANGE Using i18n::validate_locale() in various Translatable methods to ensure the locale exists (as defined through i18n::$allowed_locales) 2010-12-03 00:28:24 +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 BUGFIX Fixed column names that were not quoted that broke PostgreSQL (from r110944) 2010-10-19 03:06:15 +00:00
VersionedTest.yml Merged from 2.3 2009-05-06 06:36:16 +00:00
VirtualPageTest.php BUGFIX: tables and column quoted properly (from r101493) 2010-10-13 00:47:41 +00:00
VirtualPageTest.yml Merged from branches/2.3 2009-05-14 05:26:47 +00:00