.. |
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
|
ENHANCEMENT Adding List() in the GenericTemplateGlobalProvider so
|
2012-05-29 20:04:51 +12: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
|
FEATURE: implement SS_Sortable->reverse()
|
2012-04-27 15:54:14 +12:00 |
ComponentSetTest.php
|
MINOR Update @package values to match renaming sapphire
|
2012-04-15 10:50:19 +12:00 |
ComponentSetTest.yml
|
MINOR Added ComponentSetTest
|
2010-02-22 04:37:32 +00:00 |
CompositeDBFieldTest.php
|
MINOR Update @package values to match renaming sapphire
|
2012-04-15 10:50:19 +12:00 |
CurrencyTest.php
|
MINOR Update @package values to match renaming sapphire
|
2012-04-15 10:50:19 +12:00 |
DatabaseTest.php
|
MINOR Update @package values to match renaming sapphire
|
2012-04-15 10:50:19 +12:00 |
DataDifferencerTest.php
|
ENHANCEMENT Replaced locations of sapphire with $ModulePath(framework) in templates, based off Controller which implements TemplateGlobalProvider
|
2012-04-15 10:50:20 +12:00 |
DataDifferencerTest.yml
|
API-CHANGE sapphire folder can now be renamed.
|
2012-04-15 10:50:19 +12:00 |
DataExtensionTest.php
|
API CHANGE Moved RestfulServer into its own module at https://github.com/silverstripe/silverstripe-restfulserver (fixes #7282)
|
2012-06-04 10:21:29 +02:00 |
DataExtensionTest.yml
|
API CHANGE: Renamed DataObjectDecorator to DataExtension.
|
2011-04-26 11:01:38 +10:00 |
DataListTest.php
|
Merge branch '3.0'
|
2012-09-17 15:16:52 +12:00 |
DataObjectDuplicationTest.php
|
Clean up trailing ?> per coding standard
|
2012-02-12 12:40:16 -08:00 |
DataObjectLazyLoadingTest.php
|
Added default sort to test data for better cross-db performance.
|
2012-08-23 12:38:33 +12:00 |
DataObjectSchemaGenerationTest.php
|
MINOR Add newline to end of files without one
|
2012-04-15 10:50:19 +12:00 |
DataObjectTest_Namespaced.php
|
MINOR: Add test using a namespaced class for DataList::filter() and DataList::exclude()
|
2012-06-25 10:43:37 +12:00 |
DataObjectTest.php
|
Merge cd61b61 from master
|
2012-08-29 11:18:41 +12:00 |
DataObjectTest.yml
|
ENHANCEMENT: Add lazy loading to DataQuery.
|
2012-04-30 16:12:15 +12:00 |
DataQueryTest.php
|
FIX DataQuery::applyRelation was returning the base class.
|
2012-06-29 21:54:48 +12:00 |
DateTest.php
|
BUGFIX Changed Date.php and DateTime.php to use DateTime->Format instead of strtotime to handle extended dates on 32bit environment(fixes #7311)
|
2012-05-18 16:09:38 +09:00 |
DatetimeTest.php
|
BUGFIX Changed Date.php and DateTime.php to use DateTime->Format instead of strtotime to handle extended dates on 32bit environment(fixes #7311)
|
2012-05-18 16:09:38 +09:00 |
DbDatetimeTest.php
|
Mark DBDatetimeTest skipped on wrong offsets, rather than error out.
|
2012-07-05 16:20:18 +02:00 |
DbDatetimeTest.yml
|
MINOR Removed dependency on SiteTree in various unit tests
|
2011-03-29 18:07:58 +13:00 |
DBFieldTest.php
|
BUG Use prepStringForDB consistently across the framework.
|
2012-07-17 14:27:58 +12:00 |
DBLocaleTest.php
|
MINOR Update @package values to match renaming sapphire
|
2012-04-15 10:50:19 +12:00 |
DecimalTest.php
|
MINOR Update @package values to match renaming sapphire
|
2012-04-15 10:50:19 +12: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 |
GroupedListTest.php
|
MINOR Update @package values to match renaming sapphire
|
2012-04-15 10:50:19 +12:00 |
HasManyListTest.php
|
MINOR Add newline to end of files without one
|
2012-04-15 10:50:19 +12:00 |
HierarchyTest.php
|
ENHANCEMENT: add an infinite-loop check as validation in Hierarchy (os4399)
|
2012-04-18 10:50:35 +12:00 |
HierarchyTest.yml
|
MINOR Removed dependency on SiteTree in various unit tests
|
2011-03-29 18:07:58 +13:00 |
HTMLTextTest.php
|
MINOR Update @package values to match renaming sapphire
|
2012-04-15 10:50:19 +12:00 |
ImageTest.php
|
MINOR Update @package values to match renaming sapphire
|
2012-04-15 10:50:19 +12:00 |
ImageTest.yml
|
MINOR Fixing broken test on Windows
|
2012-05-04 22:48:47 +12:00 |
LabelFieldTest.php
|
MINOR Update @package values to match renaming sapphire
|
2012-04-15 10:50:19 +12:00 |
ManyManyListTest.php
|
API Prep forForeignID for immutability in 3.1 per 7673
|
2012-07-23 10:31:47 +12:00 |
MapTest.php
|
MINOR Fixing additional cases where DataList needs to be returned correctly when filtering
|
2012-06-15 16:09:40 +12:00 |
MoneyTest.php
|
API CHANGE Removed assertType() and assertEmpty() workarounds. Use assertInstanceOf()
|
2012-05-09 23:05:39 +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
|
FIX Removes version checking for LSB in Object::static_lookup()
|
2012-08-23 17:51:29 +12:00 |
PaginatedListTest.php
|
BUGFIX: PaginatedList::getIterator() trims the original list to the page lenght when the source list is DataList
|
2012-07-15 01:02:49 +12:00 |
PercentageTest.php
|
MINOR Update @package values to match renaming sapphire
|
2012-04-15 10:50:19 +12:00 |
SQLQueryTest.php
|
FIX: ensure limits to SQLQuery are passed as positive values
|
2012-06-29 19:40:28 +12:00 |
StringFieldTest.php
|
MINOR Update @package values to match renaming sapphire
|
2012-04-15 10:50:19 +12:00 |
TextTest.php
|
MINOR Update @package values to match renaming sapphire
|
2012-04-15 10:50:19 +12:00 |
TransactionTest.php
|
MINOR Update @package values to match renaming sapphire
|
2012-04-15 10:50:19 +12:00 |
URLSegmentFilterTest.php
|
BUGFIX Urlencode paths in URLSegmentFilter when $allowMultibyte=true to avoid creating invalid URLs (and breaking assumptions based on ascii-only URLs, such as static publishing filename creation)
|
2012-05-08 15:32:15 +02:00 |
VersionedTest.php
|
UPDATED: Improved get_all_versions test case to test versions in the middle of version updates.
|
2012-08-20 13:48:48 +12:00 |
VersionedTest.yml
|
MINOR Removed dependency on SiteTree in various unit tests
|
2011-03-29 18:07:58 +13:00 |