.. |
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)
|
2011-02-02 14:19:16 +13:00 |
AggregateTest.yml
|
FEATURE: Add aggregate calculation to DataObject, allowing (cached) calculation of Max, Min, Count, Avg, etc
|
2011-02-02 14:18:11 +13:00 |
ComponentSetTest.php
|
MINOR Added ComponentSetTest (from r99580)
|
2011-02-02 14:18:40 +13:00 |
ComponentSetTest.yml
|
MINOR Added ComponentSetTest (from r99580)
|
2011-02-02 14:18:40 +13:00 |
CompositeDBFieldTest.php
|
API CHANGE: Don't generate TestOnly DataObjects in the database immediately; instead let test developers specify them in SapphireTest::$extraDataObjects.
|
2011-02-02 14:18:04 +13:00 |
DatabaseTest.php
|
MINOR: Added test for Database::hasTable().
|
2011-02-02 14:19:30 +13:00 |
DataObjectSchemaGenerationTest.php
|
MINOR Removed mysql specific functionality from DataObjectSchemaGenerationTest and moved it to a new MySQLDatabaseTest
|
2011-02-02 14:19:17 +13: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 Fixed fixture location for DbDatetimeTest
|
2011-02-02 14:19:27 +13:00 |
DbDatetimeTest.yml
|
MINOR Added DbDatetimeTest cases to sapphire (these were previously in the sqlite3 module, but they actually test core Database functionality)
|
2011-02-02 14:19:27 +13:00 |
DBLocaleTest.php
|
ENHANCEMENT Added parameter to DBLocale->Nice()
|
2011-02-02 14:17:54 +13: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.
|
2011-02-02 14:18:27 +13:00 |
HierarchyTest.yml
|
MINOR Testing of grand-children items in HierarchyTest::testLoadDescendantIDListIntoArray() and HierarchyTest::testNumChildren()
|
2011-02-02 14:18:26 +13:00 |
ImageTest.php
|
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
|
2011-02-02 14:19:34 +13: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
|
2011-02-02 14:19:34 +13:00 |
MoneyTest.php
|
API CHANGE: Don't generate TestOnly DataObjects in the database immediately; instead let test developers specify them in SapphireTest::$extraDataObjects.
|
2011-02-02 14:18:04 +13: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
|
2011-02-02 14:19:17 +13:00 |
SiteConfigTest.php
|
MINOR Fixed SiteConfigTest to work alongsite subsites module (SiteTreeSubsites changes the canEdit() behaviour)
|
2011-02-02 14:19:24 +13:00 |
SiteConfigTest.yml
|
FEATURE Allowing translation of SiteConfig (including toplevel permission groups)
|
2011-02-02 14:18:11 +13:00 |
TranslatableTest.php
|
MINOR Fixed TranslatableTest for postgresql database driver (mostly ordering issues)
|
2011-02-02 14:19:18 +13: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: Don't let deleteFromStage() kill the ID of the original record.
|
2011-02-02 14:19:30 +13:00 |
VersionedTest.yml
|
Merged from 2.3
|
2009-05-06 06:36:16 +00:00 |
VirtualPageTest.php
|
BUGFIX: tables and column quoted properly
|
2011-02-02 14:19:05 +13:00 |
VirtualPageTest.yml
|
Merged from branches/2.3
|
2009-05-14 05:26:47 +00:00 |