.. |
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 Changed $fixture_path to relative filenames in all sapphire test cases in order to allow easier file moving and less verbosity in tests
|
2011-03-30 23:04:48 +13: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 |
ArrayListTest.php
|
API CHANGE: Deprecated DataObjectSet in favour of DataList or ArrayList.
|
2011-05-06 00:52:50 +10:00 |
ComponentSetTest.php
|
MINOR Changed $fixture_path to relative filenames in all sapphire test cases in order to allow easier file moving and less verbosity in tests
|
2011-03-30 23:04:48 +13: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 |
CurrencyTest.php
|
API CHANGE Rearranged files in sapphire to reflect core dependencies more accurately, and have the tests/ folder mirror its folder structure
|
2011-03-31 09:56:21 +13:00 |
DatabaseTest.php
|
ENHANCEMENT Added Database->getLock() and Database->releaseLock() for application-level advisory locks
|
2011-10-07 14:12:50 +02:00 |
DataDifferencerTest.php
|
ENHANCEMENT Allowing diffs of has_one relationship in DataDifferencer (AIR-24)
|
2011-10-07 14:12:48 +02:00 |
DataDifferencerTest.yml
|
ENHANCEMENT Allowing diffs of has_one relationship in DataDifferencer (AIR-24)
|
2011-10-07 14:12:48 +02:00 |
DataExtensionTest.php
|
API CHANGE: Add removeByID(), canSortBy(), and byID() to DataList and its subclasses.
|
2011-05-01 15:26:01 +12:00 |
DataExtensionTest.yml
|
API CHANGE: Renamed DataObjectDecorator to DataExtension.
|
2011-04-26 11:01:38 +10:00 |
DataListTest.php
|
MINOR: Explicitly sort objects in DataListTest to prevent test failures across different DB's.
|
2011-05-03 21:59:51 +10:00 |
DataObjectDuplicationTest.php
|
MINOR Removed dependency on SiteTree in various unit tests
|
2011-03-29 18:07:58 +13: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 |
DataObjectTest.php
|
MINOR Fixed DataObjectTest to use ManyManyList when testing relation manipulations
|
2011-09-28 12:33:02 +13:00 |
DataObjectTest.yml
|
ENHANCEMENT: Implemented DataList as the successor of DataObjectSet. DataList doesn't execute the query until it's actually needed, allowing for a more flexible ORM.
|
2011-05-01 15:25:45 +12:00 |
DataQueryTest.php
|
MINOR: Moved model tests into the tests/model directory.
|
2011-05-01 15:26:30 +12:00 |
DateTest.php
|
MINOR Removing executable flag from all files (thanks miiihi)
|
2011-09-18 22:04:02 +02: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 SQL quoting in DbDatetimeTest (broke PostgreSQL)
|
2011-05-31 08:18:50 +12:00 |
DbDatetimeTest.yml
|
MINOR Removed dependency on SiteTree in various unit tests
|
2011-03-29 18:07:58 +13:00 |
DBFieldTest.php
|
API CHANGE Rearranged files in sapphire to reflect core dependencies more accurately, and have the tests/ folder mirror its folder structure
|
2011-03-31 09:56:21 +13:00 |
DBLocaleTest.php
|
ENHANCEMENT Added parameter to DBLocale->Nice()
|
2009-11-30 00:44:46 +00:00 |
DecimalTest.php
|
API CHANGE Rearranged files in sapphire to reflect core dependencies more accurately, and have the tests/ folder mirror its folder structure
|
2011-03-31 09:56:21 +13:00 |
DecimalTest.yml
|
API CHANGE Rearranged files in sapphire to reflect core dependencies more accurately, and have the tests/ folder mirror its folder structure
|
2011-03-31 09:56:21 +13:00 |
HierarchyTest.php
|
MINOR Changed $fixture_path to relative filenames in all sapphire test cases in order to allow easier file moving and less verbosity in tests
|
2011-03-30 23:04:48 +13:00 |
HierarchyTest.yml
|
MINOR Removed dependency on SiteTree in various unit tests
|
2011-03-29 18:07:58 +13:00 |
HTMLTextTest.php
|
API CHANGE Rearranged files in sapphire to reflect core dependencies more accurately, and have the tests/ folder mirror its folder structure
|
2011-03-31 09:56:21 +13:00 |
ImageTest.php
|
MINOR Changed $fixture_path to relative filenames in all sapphire test cases in order to allow easier file moving and less verbosity in tests
|
2011-03-30 23:04:48 +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 (from r107272)
|
2010-10-15 03:17:14 +00:00 |
LabelFieldTest.php
|
API CHANGE Rearranged files in sapphire to reflect core dependencies more accurately, and have the tests/ folder mirror its folder structure
|
2011-03-31 09:56:21 +13:00 |
MoneyTest.php
|
MINOR Updated MemberDatetimeOptionsetFieldTest, i18nTest, MoneyTest to accept new default date formats caused by Zend/CLDR upgrade (from 'MM/dd/yyyy' to a less ambiguous 'MMM d, y')
|
2011-05-30 21:33:27 +12: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 |
PaginatedListTest.php
|
API CHANGE: Replaced DataObjectSet instances with ArrayList.
|
2011-05-05 20:40:24 +10:00 |
PercentageTest.php
|
API CHANGE Rearranged files in sapphire to reflect core dependencies more accurately, and have the tests/ folder mirror its folder structure
|
2011-03-31 09:56:21 +13:00 |
SQLQueryTest.php
|
ENHANCEMENT: First cut of running SearchContext through DataList/DataQuery. Note that the eventual goal is probably to ditch SearchContext entirely.
|
2011-05-01 15:25:58 +12:00 |
TextTest.php
|
API CHANGE Rearranged files in sapphire to reflect core dependencies more accurately, and have the tests/ folder mirror its folder structure
|
2011-03-31 09:56:21 +13:00 |
TransactionTest.php
|
MINOR Moved TransactionTest->testReadonlyTransaction() to PostgreSQLDatabase driver, which is the only one that actually supports it. We can't have tests failing for all other databases by default for this optional feature which can't be detected through the Database API.
|
2011-04-06 23:18:31 +12:00 |
VersionedTest.php
|
BUGFIX: Fix SQLQuery::queriedTables() and added test.
|
2011-05-01 15:26:29 +12:00 |
VersionedTest.yml
|
MINOR Removed dependency on SiteTree in various unit tests
|
2011-03-29 18:07:58 +13:00 |