silverstripe-framework/model
2012-04-15 10:50:19 +12:00
..
fieldtypes MINOR Add newline to end of files without one 2012-04-15 10:50:19 +12:00
Aggregate.php MINOR Fixes to method arguments in core classes for E_STRICT support. 2012-03-28 22:41:42 +13:00
ArrayList.php MINOR Add newline to end of files without one 2012-04-15 10:50:19 +12:00
ComponentSet.php MINOR Add newline to end of files without one 2012-04-15 10:50:19 +12:00
Database.php ENHANCEMENT Introduce Database::prepStringForDB(), used by 2012-03-20 21:20:35 +13:00
DatabaseAdmin.php Clean up trailing ?> per coding standard 2012-02-12 12:40:16 -08: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 Merge branch 'master' into integration 2012-04-09 21:10:08 +02:00
DataList.php Merge pull request #273 from ajoneil/sapphire 2012-04-04 16:48:16 +02:00
DataModel.php MINOR Add newline to end of files without one 2012-04-15 10:50:19 +12:00
DataObject.php API CHANGE Removed $params argument to DataObject->getCMSFields(), please use FormScaffolder directly (fixes #7135) 2012-04-13 15:46:47 +02:00
DataObjectDecorator.php MINOR Add newline to end of files without one 2012-04-15 10:50:19 +12:00
DataObjectInterface.php MINOR Add newline to end of files without one 2012-04-15 10:50:19 +12:00
DataObjectSet.php MINOR Add newline to end of files without one 2012-04-15 10:50:19 +12:00
DataQuery.php MINOR : Update core docs to use DataList::create() rather than DataObject::get()/get_one()/get_by_id() where appropriate - Trac#6891 2012-03-27 17:02:18 +02:00
DB.php MINOR Add newline to end of files without one 2012-04-15 10:50:19 +12:00
Filterable.php MINOR Add newline to end of files without one 2012-04-15 10:50:19 +12: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
HasManyList.php BUGFIX Fixed HasManyList and ManyManyList queries for relationships on new records (was returning all available records due to the SQL filtering ignoring ID=0) 2012-03-06 01:23:34 +01:00
HiddenClass.php Clean up trailing ?> per coding standard 2012-02-12 12:40:16 -08:00
Hierarchy.php Merge pull request #304 from halkyon/e_strict_fixes 2012-04-11 17:54:18 -07:00
HTMLValue.php MINOR Removing executable flag from all files (thanks miiihi) 2011-09-18 22:04:02 +02:00
Image.php API CHANGE Removed $params argument to DataObject->getCMSFields(), please use FormScaffolder directly (fixes #7135) 2012-04-13 15:46:47 +02:00
Limitable.php MINOR Add newline to end of files without one 2012-04-15 10:50:19 +12:00
List.php MINOR Add newline to end of files without one 2012-04-15 10:50:19 +12:00
ListDecorator.php MINOR Add newline to end of files without one 2012-04-15 10:50:19 +12:00
ManyManyList.php ENHANCEMENT: Allow Object::create() to be called with late static binding. 2012-03-27 17:57:42 +13:00
Map.php ENHANCEMENT SS_Map_Iterator::rewind() SS_Map_Iterator::current() will 2012-03-15 17:28:00 +13:00
MySQLDatabase.php BUGFIX: add Director::isDev parameter so we can test if we know we're dev mode already without touching the database. Used in showqueries on MySQL, so that errors are avoided when showing queries on initial switch to dev move (#6856) 2012-03-09 14:20:22 +13:00
RelationList.php MINOR Add newline to end of files without one 2012-04-15 10:50:19 +12:00
Sortable.php MINOR Add newline to end of files without one 2012-04-15 10:50:19 +12:00
SQLMap.php ENHANCMEMENT: Added SS_Map to replace SQLMap. 2011-10-29 17:34:32 +13:00
SQLQuery.php MINOR Fixes to method arguments in core classes for E_STRICT support. 2012-03-28 22:41:42 +13:00
Transliterator.php MINOR Add newline to end of files without one 2012-04-15 10:50:19 +12:00
URLSegmentFilter.php MINOR Add newline to end of files without one 2012-04-15 10:50:19 +12:00
ValidationException.php Clean up trailing ?> per coding standard 2012-02-12 12:40:16 -08:00
ValidationResult.php MINOR Add newline to end of files without one 2012-04-15 10:50:19 +12:00
Versioned.php MINOR Versioned::add_to_class() now conforms to parent 2012-04-12 12:07:35 +12:00