silverstripe-framework/core/model
Sean Harvey d1e5f7dc91 ENHANCEMENT: Improved layout of altercation message when called via CLI. Patch via simon_w #4373 (from r94515)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@95618 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-12-16 05:42:21 +00:00
..
fieldtypes BUGFIX #4566 Time::Nice() and Time::Nice24() return bad results if there is no value (from r94353) 2009-12-16 05:39:23 +00:00
ComponentSet.php API CHANGE: removed deprecated removeByFilter() function 2009-11-26 22:18:59 +00:00
CurrentPageIdentifier.php
Database.php ENHANCEMENT: Improved layout of altercation message when called via CLI. Patch via simon_w #4373 (from r94515) 2009-12-16 05:42:21 +00:00
DatabaseAdmin.php API CHANGE: Renamed conflicting classes to have an "SS_" namespace, and renamed existing "SS" namespace to "SS_". The affected classes are: HTTPRequest, HTTPResponse, Query, Database, SSBacktrace, SSCli, SSDatetime, SSDatetimeTest, SSLog, SSLogTest, SSLogEmailWriter, SSLogErrorEmailFormatter, SSLogErrorFileFormatter, SSLogFileWriter and SSZendLog. 2009-10-26 03:06:31 +00:00
DataDifferencer.php
DataObject.php MINOR Fixed tabs (from r93859) 2009-11-30 00:45:59 +00:00
DataObjectDecorator.php
DataObjectInterface.php
DataObjectLog.php
DataObjectSet.php FEATURE Added DataObjectSet::emptyItems() to remove all the items from the set - this is useful for when you are augmenting CMS and front end fields via updateCMSFields() and updateFrontEndFields() on a DataObjectDecorator (from r94297) 2009-12-16 05:37:50 +00:00
DB.php
ErrorPage.php MINOR #4973 Automatically generate URLSegment for default records on SiteTree and ErrorPage instead of explicitly setting them (from r94352) 2009-12-16 05:39:09 +00:00
HiddenClass.php
Hierarchy.php BUGFIX Added Hierarchy::reset() to manually clear marked/expanded states triggered through Hierarchy->markExpanded() etc. This caused side effects when running e.g. CMSMainSearchFormTest and HierarchyTest alongside each other. 2009-11-30 02:24:46 +00:00
Image.php BUGFIX: removed deprecated method calls in Image.php 2009-11-26 21:23:34 +00:00
MySQLDatabase.php BUGFIX fixed reference to incorrect class (from r94061) 2009-12-16 05:35:15 +00:00
RedirectorPage.php API CHANGE: removed $add_action from SiteTree. Use ClassName.SINGULARNAME in the lang tables instead 2009-11-26 22:05:06 +00:00
SiteConfig.php
SiteTree.php MINOR #4973 Automatically generate URLSegment for default records on SiteTree and ErrorPage instead of explicitly setting them (from r94352) 2009-12-16 05:39:09 +00:00
SiteTreeDecorator.php
SQLMap.php
SQLQuery.php
Translatable.php BUGFIX Escaping Translatable->MetaTags() (#4826, thanks juanparati) 2009-12-14 19:59:23 +00:00
Versioned.php
VirtualPage.php API CHANGE: removed $add_action from SiteTree. Use ClassName.SINGULARNAME in the lang tables instead 2009-11-26 22:05:06 +00:00
YamlFixture.php