silverstripe-framework/core/model
Ingo Schommer 2d44f59816 API CHANGE Removed ViewableData->setVal(), use ViewableData->setValue()
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@64383 467b73ca-7a2a-4603-9d3b-597d59a354a9
2008-10-16 08:44:32 +00:00
..
fieldtypes API CHANGE Removed ViewableData->setVal(), use ViewableData->setValue() 2008-10-16 08:44:32 +00:00
ComponentSet.php MINOR Misc deprecation notices 2008-10-16 08:44:08 +00:00
CurrentPageIdentifier.php MINOR Unified @package PHPdoc (added where missing, removed duplicates) 2008-06-15 13:33:53 +00:00
Database.php FEATURE Formatting MySQL error messages with newlines through new SQLFormatter class (used in MySQLDatabase) 2008-09-16 18:12:07 +00:00
DatabaseAdmin.php BUGFIX #2906 - Fixed manifest conflict in web-tests 2008-10-13 21:34:38 +00:00
DataObject.php API CHANGE Removed DataObject->getLastWriteFields(), use DataObject->getChangedFields() 2008-10-16 08:37:10 +00:00
DataObjectDecorator.php FEATURE Added DataObject->getFormFields() - uses DataObject->scaffoldFormFields() by default. Added DataObjectDecorator->updateFormFields() for easy customization 2008-10-03 16:21:09 +00:00
DataObjectInterface.php API Documentation updates 2008-01-09 04:18:36 +00:00
DataObjectLog.php (merged from branches/roa. use "svn log -c <changeset> -g <module-svn-path>" for detailed commit message) 2008-08-10 23:03:35 +00:00
DataObjectSet.php API CHANGE Removed DataObjectSet->append(), use DataObjectSet->push() or DataObjectSet->merge() 2008-10-16 08:40:55 +00:00
DB.php ENHANCEMENT: Added dev/tests/startsession and dev/tests/endsession to allow the use of fixtures with external test frameworks, such as Windmill 2008-08-27 08:19:46 +00:00
ErrorPage.php MINOR Documentation in ErrorPage 2008-10-01 14:57:06 +00:00
GhostPage.php API CHANGE Deprecated GhostPage 2008-10-09 14:36:04 +00:00
HiddenClass.php MINOR Unified @package PHPdoc (added where missing, removed duplicates) 2008-06-15 13:33:53 +00:00
Hierarchy.php Merged changes from 2.2.2-assets - everything except the asset refactoring 2008-08-12 02:51:33 +00:00
Image.php API CHANGE Removed Image_Saver 2008-10-16 08:38:05 +00:00
MySQLDatabase.php BGFIX: #2527 - Fix mysql version detection on hosts with custom mysql version names (HakTom) 2008-10-08 22:05:56 +00:00
PDODatabase.php Turned dos line endings into unix 2008-09-26 02:22:51 +00:00
RedirectorPage.php BUGFIX: Improved RedirectorPage's handling of invalid configuration options to prevent infinite loops and segfaults 2008-10-09 01:46:17 +00:00
SiteTree.php API CHANGE #551: Move code from CMSMain to SiteTree 2008-10-16 03:21:58 +00:00
SQLMap.php MINOR Unified @package PHPdoc (added where missing, removed duplicates) 2008-06-15 13:33:53 +00:00
SQLQuery.php ENHANCEMENT: wakeless - Added SQLQuery::filtersOnID() 2008-08-27 05:16:44 +00:00
Translatable.php Merged revisions 54472 via svnmerge from 2008-06-25 03:58:21 +00:00
Versioned.php (merged from branches/roa. use "svn log -c <changeset> -g <module-svn-path>" for detailed commit message) 2008-08-10 23:35:11 +00:00
VirtualPage.php MINOR Unified @package PHPdoc (added where missing, removed duplicates) 2008-06-15 13:33:53 +00:00
YamlFixture.php BUGFIX YamlFixture->saveIntoDatabase(): In order to support reflexive relations which need a valid object ID, the record is written twice: first after populating all non-relational fields, then again after populating all relations (has_one, has_many, many_many). Fixes a bug where FileTest was testing onBeforeWrite() behaviour 2008-10-09 15:14:03 +00:00