silverstripe-framework/core/model
2008-11-01 23:16:45 +00:00
..
fieldtypes BUGFIX Fixed wrong case of class names for ImageIFrameField causing errors 2008-10-31 02:09:04 +00:00
ComponentSet.php MINOR documentation 2008-10-16 12:02:41 +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 MINOR Removed unused DatabaseAdmin->makeURL() 2008-10-16 12:02:57 +00:00
DataObject.php BUGFIX Collecting i18n entities for decorators separately from the decorated classes, as decorated properties like $db have to be stored in the module of the decorated, not in the module of the decorated class. 2008-11-01 23:16:45 +00:00
DataObjectDecorator.php BUGFIX Collecting i18n entities for decorators separately from the decorated classes, as decorated properties like $db have to be stored in the module of the decorated, not in the module of the decorated class. 2008-11-01 23:16:45 +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 ErrorPage removal of ShowInMenus explicitly being set - this is done using static $defaults on the class itself. 2008-10-18 22:31:04 +00:00
GhostPage.php BUGFIX Adjusted HeaderField and LabelField implementation to new constructor arguments (see r64421) 2008-10-16 13:26:50 +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 BUGFIX Fixed wrong case of class names for ImageIFrameField causing errors 2008-10-31 02:09:04 +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 Adjusted HeaderField and LabelField implementation to new constructor arguments (see r64421) 2008-10-16 13:26:50 +00:00
SiteTree.php API CHANGE #2857 - Renamed RequestHandlingData to RequestHandler 2008-10-30 22:03:21 +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 BUGFIX Adjusted HeaderField and LabelField implementation to new constructor arguments (see r64421) 2008-10-16 13:26:50 +00:00
Versioned.php ENHANCEMENT Versioned::get_one_by_stage() and Versioned::get_by_stage() were missing parameters from their get_one() and get() counterparts in DataObject. Those parameters have been added. See ticket #2965 for the origin of this patch. 2008-10-16 10:14:47 +00:00
VirtualPage.php BUGFIX Adjusted HeaderField and LabelField implementation to new constructor arguments (see r64421) 2008-10-16 13:26:50 +00:00
YamlFixture.php BUGFIX: Fix YamlFixture issues when specifying IDs 2008-10-28 01:23:41 +00:00