silverstripe-framework/core/model
Ingo Schommer 2381e480c3 ENHANCEMENT Allowing custom methods in DataObjectSet->column()
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.3@67345 467b73ca-7a2a-4603-9d3b-597d59a354a9
2011-02-02 14:26:44 +13:00
..
fieldtypes BUGFIX: Fixed Enum::scaffoldSearchForm() to always include an (All) option 2011-02-02 14:26:40 +13:00
ComponentSet.php BUGFIX: Fixing tests 2011-02-02 14:26:40 +13:00
CurrentPageIdentifier.php MINOR Unified @package PHPdoc (added where missing, removed duplicates) 2008-06-15 13:33:53 +00:00
Database.php ENHANCEMENT Added Database->renameField() and Database->dontRequireField() 2008-11-09 23:56:24 +00:00
DatabaseAdmin.php BUGFIX: Better initial-site-setup boundary condition checking needed after the manifest builder update 2008-11-09 22:11:25 +00:00
DataObject.php DataObject::relObject() throws an exception rather than an error so that it can be caught 2011-02-02 14:26:38 +13: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 ENHANCEMENT Allowing custom methods in DataObjectSet->column() 2011-02-02 14:26:44 +13:00
DB.php BUGFIX #3066: Fix ?isDev=1 option 2011-02-02 14:26:32 +13:00
ErrorPage.php BUGFIX Since ModelAsController->handleRequest() expects a URLSegment, we make the ErrorPage Link() return a relative URLSegment in ErrorPage->publish() 2011-02-02 14:26:44 +13: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 BUGFIX: Filter on the baseclassid in Hierachy, not the class id, in case the class doesnt have a table (aoneil) 2011-02-02 14:26:43 +13: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 ENHANCEMENT Added Database->renameField() and Database->dontRequireField() 2008-11-09 23:56:24 +00:00
PDODatabase.php Turned dos line endings into unix 2008-09-26 02:22:51 +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 MINOR Re-enabled calls to updateCMSFields() accidentally disabled in r67294 2011-02-02 14:26:44 +13:00
SiteTreeDecorator.php ENHANCEMENT Added SiteTreeDecorator 2011-02-02 14:26:34 +13:00
SQLMap.php MINOR Unified @package PHPdoc (added where missing, removed duplicates) 2008-06-15 13:33:53 +00:00
SQLQuery.php #2771: Fix SQLQuery::filtersOnID() (wakeless) 2011-02-02 14:26:34 +13:00
Translatable.php BUGFIX Fixed editable formfields not showing up in translation mode (#3083). Updated Translatable->updateCMSFields() by partially merging wakeless' patch from (r64523) 2011-02-02 14:26:33 +13:00
Versioned.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
VirtualPage.php BUGFIX Checking for "$this instanceof VirtualPage" instead of "$this->class == 'VirtualPage' to support subclassing in VirtualPage->onBeforeWrite() 2011-02-02 14:26:41 +13:00
YamlFixture.php FEATURE #2767 wakeless: Allow popuplation of non-DataObject tables with YamlFixture 2008-11-10 23:18:31 +00:00