silverstripe-framework/tests/model
Damian Mooyman 1f4f5e68ba BUG Fix versioned
Versioned is not writing Version to _version tables for subclasses of Version dataobjects which have their own DB fields
- Fix disjoint of ID / RecordID (which should be the same)
- Fix calculation of new record version
- Fix use of empty vs !isset to check for existing version

Conflicts:
	model/Versioned.php
	tests/model/VersionedTest.php

Cherry picked from commit c140459ac6
2014-12-02 22:30:59 +02:00
..
testimages
AggregateTest.php
AggregateTest.yml
ArrayListTest.php BUG ArrayList failing to respect the SS_Sortable interface 2014-05-15 14:25:23 +12:00
ComponentSetTest.php
ComponentSetTest.yml
CompositeDBFieldTest.php
CurrencyTest.php
DatabaseTest.php
DataDifferencerTest.php
DataDifferencerTest.yml
DataExtensionTest.php
DataExtensionTest.yml
DataListTest.php Fix DataQuery::applyRelation for multiple relations of the same class (fixes #3546) 2014-10-13 19:46:37 +01:00
DataObjectDuplicationTest.php
DataObjectLazyLoadingTest.php BUG Fix data query not always joining necessary tables 2014-05-06 12:22:46 +12:00
DataObjectSchemaGenerationTest.php BUG Prevent unnecessary reconstruction of ClassName field after default records are generated 2014-03-04 12:03:45 +13:00
DataObjectTest_Namespaced.php
DataObjectTest.php FIX: DataObject::db() doesn't respect overloaded db types (fixes #3620) 2014-11-11 10:41:54 +00:00
DataObjectTest.yml API Allow $summary_fields to support methods on DBFields 2013-06-13 09:41:24 +12:00
DataQueryTest.php Bugfix: fixed inheritance breaks filtering if relations are included (issue #3610) 2014-11-11 10:04:41 +01:00
DataQueryTest.yml BUG Fix data query not always joining necessary tables 2014-05-06 12:22:46 +12:00
DateTest.php BUG Fix Date and SS_DateTime::FormatFromSettings 2014-04-02 15:38:35 +13:00
DatetimeTest.php BUG Fix Date and SS_DateTime::FormatFromSettings 2014-04-02 15:38:35 +13:00
DbDatetimeTest.php
DbDatetimeTest.yml
DBFieldTest.php
DBLocaleTest.php
DBTest.php
DecimalTest.php
DecimalTest.yml
GDImageTest.php
GroupedListTest.php ENHANCEMENT: Allow nested grouping of GroupedList 2014-03-15 19:20:28 +13:00
HasManyListTest.php BUG Fixes issue where items could be deleted from a has_many relation by an entirely unrelated HasManyList calling delete on that item. 2013-11-01 11:39:13 +13:00
HierarchyTest.php BUG: CMS tree filters doesn't count the correct number of children for deleted pages 2014-07-25 16:19:30 +12:00
HierarchyTest.yml
HTMLTextTest.php BUG HTMLText whitelist considers text nodes 2014-04-29 11:52:16 +12:00
ImageTest.php test all generate methods and formatted image deletetions 2014-08-19 10:12:47 +02:00
ImageTest.yml
ImagickImageTest.php
LabelFieldTest.php
ManyManyListTest.php FIX Add support for compositedbfield within many_many_extraFields 2014-06-28 10:54:48 +12:00
MapTest.php API: Implement SS_Map::push() to append values. 2013-11-18 20:38:57 +13:00
MoneyTest.php MINOR: Corrected tests to use assertFalse|True() 2013-09-13 12:27:37 +12:00
MoneyTest.yml
MySQLDatabaseTest.php
PaginatedListTest.php
PercentageTest.php
SQLQueryTest.php BUG #3282: Added ability to subselect with in left or inner join 2014-07-17 13:27:28 +12:00
SQLQueryTest.yml
StringFieldTest.php
TextTest.php BUG Text::BigSummary() fails with undefined $data when $plain = false 2014-10-01 16:02:28 +13:00
TransactionTest.php
UnsavedRelationListTest.php FIX use @param $colName in column call 2014-09-26 09:18:29 +12:00
UnsavedRelationListTest.yml
URLSegmentFilterTest.php Remove trailing dashes from URLSegment 2014-03-03 22:22:03 +00:00
ValidationExceptionTest.php NEW: Made ValidationResult functions chain-able. 2014-01-09 16:32:27 +13:00
VersionedTest.php BUG Fix versioned 2014-12-02 22:30:59 +02:00
VersionedTest.yml
YearTest.php FIX: Year.php getDefaultOptions now fixed, sets key as year. Also added YearTest unit test. 2013-12-16 03:29:29 +00:00