silverstripe-framework/model
Ingo Schommer f3c0669fec Merge remote-tracking branch 'origin/3.0' into 3.1
Conflicts:
	_config/uploadfield.yml
	css/UploadField.css
	forms/UploadField.php
	scss/UploadField.scss
	templates/UploadField.ss
	tests/forms/uploadfield/UploadFieldTest.php
2013-01-11 10:02:39 +01:00
..
fieldtypes NEW Date->Ago() with "less than a minute" support 2012-12-13 19:01:27 +01:00
Aggregate.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
ArrayList.php FIX Make sure ArrayList#limit uses clone so for subclasses it returns instances of same subclass 2012-12-14 13:30:35 +13:00
Database.php Add codesniffer that ensures indentation is with tabs. 2012-12-12 17:33:31 +13:00
DatabaseAdmin.php Add codesniffer that ensures indentation is with tabs. 2012-12-12 17:33:31 +13:00
DataDifferencer.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
DataExtension.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
DataList.php Merge remote-tracking branch 'origin/3.0' into 3.1 2013-01-08 17:16:09 +01:00
DataModel.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
DataObject.php API Removed non-functional $join argument from DataObject::get() and other APIs 2013-01-09 18:28:55 +01:00
DataObjectInterface.php Removing deprecated instance_get_one() and instance_get() 2012-11-15 14:43:19 +13:00
DataQuery.php BUG Test case for versioned now correctly checks IDs returned from Versioned::get_including_deleted 2012-12-17 17:15:26 +13:00
DB.php API Remove dev/tests/startsession etc, use new "testsession" module 2012-12-19 16:05:37 +01:00
Filterable.php API Make DataList and ArrayList immutable 2012-12-14 13:30:35 +13:00
GroupedList.php Fixed usage of DataList etc in docs (fixes #7518) 2012-06-27 16:09:31 +02:00
HasManyList.php API Make DataList and ArrayList immutable 2012-12-14 13:30:35 +13:00
HiddenClass.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
Hierarchy.php API Make DataList and ArrayList immutable 2012-12-14 13:30:35 +13:00
HTMLValue.php BUG Fixing "+" characters being replaced with whitespace 2012-10-24 14:44:14 +13:00
Image_Backend.php NEW: Enable multiple image manipulation back-ends on the Image class 2012-11-03 19:38:09 -07:00
Image.php NEW: Enable multiple image manipulation back-ends on the Image class 2012-11-03 19:38:09 -07:00
Limitable.php API Make DataList and ArrayList immutable 2012-12-14 13:30:35 +13:00
List.php NEW: Add new method "each" to SS_List and core implementors thereof 2012-11-02 18:21:02 -07:00
ListDecorator.php NEW: Add new method "each" to SS_List and core implementors thereof 2012-11-02 18:21:02 -07:00
ManyManyList.php Merge remote-tracking branch 'origin/3.0' into 3.1 2013-01-11 10:02:39 +01:00
Map.php return $this, for do things like this: new DropdownField('XPTOName', 'XPTO Label', XPTOModel::get()->map("ID", "Name")->unshift(0,'- Select -')) 2012-11-30 01:37:36 +00:00
MySQLDatabase.php Add codesniffer that ensures indentation is with tabs. 2012-12-12 17:33:31 +13:00
RelationList.php API Make DataList and ArrayList immutable 2012-12-14 13:30:35 +13:00
Sortable.php API Make DataList and ArrayList immutable 2012-12-14 13:30:35 +13:00
SQLMap.php Scoped deprecation messages (fixes #7645) 2012-07-13 11:37:35 +02:00
SQLQuery.php BUG SQLQuery::aggregate() with limit, groupBy and orderBy (fixes #8148) 2012-12-21 15:20:59 +01:00
Transliterator.php Add codesniffer that ensures indentation is with tabs. 2012-12-12 17:33:31 +13:00
UnsavedRelationList.php API Make DataList and ArrayList immutable 2012-12-14 13:30:35 +13:00
URLSegmentFilter.php Made hyphen escaping clearer in FileNameFilter and URLSegmentFilter 2012-12-19 17:30:28 +01:00
ValidationException.php BUGFIX Make sure a message is set on ValidationException objects. 2012-12-05 12:18:36 +10:00
ValidationResult.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
Versioned.php API Removed non-functional $join argument from DataObject::get() and other APIs 2013-01-09 18:28:55 +01:00