silverstripe-framework/model
Ingo Schommer 8e3ce755cf MINOR Casting return values in HTMLText correctly (followup on security fixes applied to Text, Varchar, StringField) 2012-01-31 16:22:22 +01:00
..
fieldtypes MINOR Casting return values in HTMLText correctly (followup on security fixes applied to Text, Varchar, StringField) 2012-01-31 16:22:22 +01:00
Aggregate.php BUGFIX Sanitise keys and tags before using them with Zend_Cache. 2011-12-23 10:38:37 +13:00
ArrayList.php API CHANGE: Added ArrayList::dataClass(), which will return the class of the first item in the list. 2012-01-10 16:58:49 +13:00
ComponentSet.php MINOR: Use Deprecation class to indicate deprecated methods in core. 2011-10-29 17:34:31 +13:00
DB.php MINOR Removing executable flag from all files (thanks miiihi) 2011-09-18 22:04:02 +02:00
DataDifferencer.php MINOR: Fix docblocks to reference SS_List instead of (now deprecated) DataObjectSet where appropriate 2011-10-28 15:58:55 +13:00
DataExtension.php BUGFIX Versioned returns error on singleton($className)->summaryFields() 2011-10-31 11:17:37 +13:00
DataList.php API CHANGE DataList::subtract and DataQuery::subtract for subtracting a list from another list 2012-01-26 17:59:43 +13:00
DataModel.php API CHANGE: Introduce DataModel object, as a representation of the project's entire data model, and tie it to $this->model an all DataObjects, Controllers, and RequestHandlers for easy non-static access. 2011-05-01 17:33:02 +12:00
DataObject.php API CHANGE Moved DataObject->writeWithoutVersion() to Versioned extension 2012-01-14 13:07:12 +01:00
DataObjectDecorator.php MINOR: Use Deprecation class to indicate deprecated methods in core. 2011-10-29 17:34:31 +13:00
DataObjectInterface.php MINOR Removing executable flag from all files (thanks miiihi) 2011-09-18 22:04:02 +02:00
DataObjectSet.php MINOR: Use Deprecation class to indicate deprecated methods in core. 2011-10-29 17:34:31 +13:00
DataQuery.php BUGFIX Subtract should not add order by on subselect 2012-01-27 18:27:24 +13:00
Database.php ENHANCEMENT Added Database->getLock() and Database->releaseLock() for application-level advisory locks 2011-10-07 14:12:50 +02:00
DatabaseAdmin.php API CHANGE: Remove deprecated db/build. 2011-10-29 17:44:56 +13:00
GroupedList.php FEATURE: Added GroupedList for grouping lists into sub-lists by common values of a field. 2011-12-26 19:48:53 +11:00
HTMLValue.php MINOR Removing executable flag from all files (thanks miiihi) 2011-09-18 22:04:02 +02:00
HasManyList.php MINOR: Moved files from /core/model into /model. 2011-05-01 15:26:30 +12:00
HiddenClass.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
Hierarchy.php BUGFIX Versioned returns error on singleton($className)->summaryFields() 2011-10-31 11:17:37 +13:00
Image.php ENHANCEMENT Migrating AssetAdmin fields to File/Folder/Image->getCMSFields() 2012-01-09 21:17:53 +01:00
List.php API CHANGE All SS_List implementators supports filter, exclude and sort methods 2011-12-17 16:42:29 +13:00
ListDecorator.php Bad parameter forwarding from SS_ListDecorator (sort,filter,exclude) to i.e. DataList. 2012-01-17 00:34:54 +01:00
ManyManyList.php API CHANGE DataList::subtract and DataQuery::subtract for subtracting a list from another list 2012-01-26 17:59:43 +13:00
Map.php ENHANCMEMENT: Added SS_Map to replace SQLMap. 2011-10-29 17:34:32 +13:00
MySQLDatabase.php MINOR: Remove uses of deprecated extendedSQL() 2011-10-29 17:36:39 +13:00
RelationList.php MINOR: Moved files from /core/model into /model. 2011-05-01 15:26:30 +12:00
SQLMap.php ENHANCMEMENT: Added SS_Map to replace SQLMap. 2011-10-29 17:34:32 +13:00
SQLQuery.php API CHANGE Introduced DataQuery::whereAny() and SQLQuery::whereAny() 2011-12-17 16:42:30 +13:00
Transliterator.php MINOR More transliteration matches for Lithuanian (fixes #6724, thanks zyzzza) 2011-10-10 10:14:19 +02:00
URLSegmentFilter.php ENHANCEMENT More flexible URL filtering through new URLSegmentFilter API. Support for multibyte URL segments through URLPathFilter::$default_allow_multibyte. Abstraction from Convert::raw2url() (and SiteTree->generateURLSegment()) 2011-11-29 11:04:08 +01:00
ValidationException.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
ValidationResult.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
Versioned.php API CHANGE Moved DataObject->writeWithoutVersion() to Versioned extension 2012-01-14 13:07:12 +01:00