.. |
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
|
BUGFIX: Was using custom_database_fields in Aggregate, not database_fields, and so aggregates for the common fields (LastEdited, Created, ClassName) would fail (from r97414)
|
2010-04-12 21:10:21 +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
|
API CHANGE: Added cancelSchemaUpdate() and doesSchemaNeedUpdating() to the Database class (from r97827)
|
2010-04-12 23:43:10 +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
|
ENHANCEMENT Added parameter to DBLocale->Nice()
|
2009-11-30 00:44:46 +00:00 |
FolderTest.php
|
ENHANCEMENT Creating filesystem node in Folder->onBeforeWrite() (moved from AssetAdmin->add())
|
2009-11-21 02:33:33 +00:00 |
HierarchyTest.php
|
API CHANGE: Added Hierarchy::numHistoricalChildren() and Versioned::get_including_deleted_query()
|
2010-04-12 02:33:46 +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
|
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 |
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 |
SiteConfigTest.php
|
FEATURE Allowing translation of SiteConfig (including toplevel permission groups)
|
2010-04-12 05:02:31 +00:00 |
SiteConfigTest.yml
|
FEATURE Allowing translation of SiteConfig (including toplevel permission groups)
|
2010-04-12 05:02:31 +00:00 |
TranslatableTest.php
|
MINOR: Removed unnecessary illegalExtensions data from TranslatableTest (from r96942)
|
2010-04-12 03:29:13 +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
|
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 |
VersionedTest.yml
|
Merged from 2.3
|
2009-05-06 06:36:16 +00:00 |
VirtualPageTest.php
|
BUGFIX: Don't publish virtual pages on regular page publish unless the page has already been published. (from r93529) (from r96760)
|
2010-04-12 03:14:36 +00:00 |
VirtualPageTest.yml
|
Merged from branches/2.3
|
2009-05-14 05:26:47 +00:00 |