silverstripe-framework/core/model
Sam Minnee 5a98e83f7a API CHANGE: Updated DB::manipulate() to be more db-agnostic.
API CHANGE: Moved the meat of SQLQuery's SQL generation into Database::sqlQueryToString(), to be overloaded by different database implementations.
API CHANGE: Moved the implementation of ClassInfo::hasTable() and ClassInfo::getValidSubClasses() into Database::hasTable() and Database::enumValuesForField(), to be overloaded by different database implementations.

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@66422 467b73ca-7a2a-4603-9d3b-597d59a354a9
2008-11-23 23:20:02 +00:00
..
fieldtypes Introduced array-based syntax for specifying field types (Merged branches/dbabs into trunk) 2008-11-23 01:01:03 +00:00
ComponentSet.php Updated SQL queries to be ansi compatable 2008-11-23 00:31:06 +00:00
CurrentPageIdentifier.php MINOR Unified @package PHPdoc (added where missing, removed duplicates) 2008-06-15 13:33:53 +00:00
Database.php API CHANGE: Updated DB::manipulate() to be more db-agnostic. 2008-11-23 23:20:02 +00:00
DatabaseAdmin.php Updated SQL queries to be ansi compatable 2008-11-23 00:31:06 +00:00
DataObject.php Introduced array-based syntax for specifying field types (Merged branches/dbabs into trunk) 2008-11-23 01:01:03 +00:00
DataObjectDecorator.php API CHANGE Deprecated DataObjectDecorator->augmentBeforeWrite(), use DataObjectDecorator->onBeforeWrite() 2008-11-07 12:18:35 +00:00
DataObjectInterface.php MINOR formatting 2008-11-02 00:55:33 +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 Updated SQL queries to be ansi compatable 2008-11-23 00:31:06 +00:00
DB.php Merged branches/2.3 2008-11-18 01:48:37 +00:00
ErrorPage.php Merged branches/2.3 into trunk 2008-11-22 03:33:00 +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 Updated SQL queries to be ansi compatable 2008-11-23 00:31:06 +00:00
Image.php BUGFIX Setting correct user locale in ImageField and FileIframeField - the controller is separate from the CMS context, so wasn't initialized with i18n (see #1727) 2008-11-10 19:54:30 +00:00
MySQLDatabase.php API CHANGE: Updated DB::manipulate() to be more db-agnostic. 2008-11-23 23:20:02 +00:00
PDODatabase.php Updated SQL queries to be ansi compatable 2008-11-23 00:31:06 +00:00
RedirectorPage.php ENHANCEMENT Added fieldLabels() overloading to various DataObject subclasses. Use this method instead of directly calling _t() in getCMSFields(), and use fieldLabel('MyField') to get the label for a specific FormField. This way, we can transparently support formfield scaffolding and re-use the labels for search fields automatically. 2008-11-02 20:04:10 +00:00
SiteTree.php Updated SQL queries to be ansi compatable 2008-11-23 00:31:06 +00:00
SQLMap.php MINOR Unified @package PHPdoc (added where missing, removed duplicates) 2008-06-15 13:33:53 +00:00
SQLQuery.php API CHANGE: Updated DB::manipulate() to be more db-agnostic. 2008-11-23 23:20:02 +00:00
Translatable.php Updated SQL queries to be ansi compatable 2008-11-23 00:31:06 +00:00
Versioned.php Introduced array-based syntax for specifying field types (Merged branches/dbabs into trunk) 2008-11-23 01:01:03 +00:00
VirtualPage.php Updated SQL queries to be ansi compatable 2008-11-23 00:31:06 +00:00
YamlFixture.php FEATURE #2767 wakeless: Allow popuplation of non-DataObject tables with YamlFixture 2008-11-10 23:18:31 +00:00