silverstripe-framework/core/model
Sean Harvey 20cbc51554 ENHANCEMENT #4599 DataObjectSet now uses more array functions instead of performing equivalent tasks - thanks simon_w!
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@100453 467b73ca-7a2a-4603-9d3b-597d59a354a9
2011-02-02 14:18:46 +13:00
..
fieldtypes MINOR added Rfc2822 method to SS_Datetime. Fixed bug where dates in DataObject would not set times. 2011-02-02 14:18:43 +13:00
Aggregate.php BUGFIX #5053 Aggregate::query() should not set an orderby clause, otherwise databases will complain 2011-02-02 14:18:30 +13:00
ComponentSet.php API CHANGE Removed ComponentSet::removeByFilter() since it's not flexible enough and fixed calls to this from HtmlEditorField::saveInto() to use custom code instead 2011-02-02 14:17:53 +13:00
CurrentPageIdentifier.php MINOR Unified @package PHPdoc (added where missing, removed duplicates) 2008-06-15 13:33:53 +00:00
Database.php MINOR: use ENUM hack for dealing with SET legacy values 2011-02-02 14:18:19 +13:00
DatabaseAdmin.php API CHANGE: Don't generate TestOnly DataObjects in the database immediately; instead let test developers specify them in SapphireTest::$extraDataObjects. 2011-02-02 14:18:04 +13:00
DataDifferencer.php Revert "FEATURE: Use tidied HTML in DataDifferencer" 2011-02-02 14:18:42 +13:00
DataObject.php MINOR added Rfc2822 method to SS_Datetime. Fixed bug where dates in DataObject would not set times. 2011-02-02 14:18:43 +13:00
DataObjectDecorator.php API CHANGE #4929: Add $class argument to DataObjectDecorator::extraStatics() 2011-02-02 14:18:14 +13: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 #4599 DataObjectSet now uses more array functions instead of performing equivalent tasks - thanks simon_w! 2011-02-02 14:18:46 +13:00
DB.php MINOR Removed debug code 2011-02-02 14:18:17 +13:00
ErrorPage.php MINOR #4973 Automatically generate URLSegment for default records on SiteTree and ErrorPage instead of explicitly setting them 2011-02-02 14:17:56 +13:00
HiddenClass.php MINOR Unified @package PHPdoc (added where missing, removed duplicates) 2008-06-15 13:33:53 +00:00
Hierarchy.php MINOR Partially reverted r98382 which added unnecessarily defensive checking to Hierarchy->allChildren() 2011-02-02 14:18:27 +13:00
Image.php MINOR Reverted r99522 as this will cause problems if File records are deleted when the resampled images are linked to in the content fields 2011-02-02 14:18:42 +13:00
MySQLDatabase.php MINOR: fixed typos in the comments 2011-02-02 14:18:24 +13:00
RedirectorPage.php MINOR better error reporting for broken redirector & virtual pages (from r97185) 2011-02-02 14:18:24 +13:00
SiteConfig.php BUGFIX: Fixed Access tab on SiteConfig 2011-02-02 14:18:39 +13:00
SiteTree.php BUGFIX: PHP 5.1 requires an array rather than a string for call_user_func() 2011-02-02 14:18:44 +13:00
SiteTreeDecorator.php MINOR Partially merged r66168 from branches/2.3 - the last merge was ignoring SiteTreeDecorator.php file which was necessary for the new googlesitemaps module compatiblity 2009-04-28 01:40:24 +00:00
SQLMap.php MINOR: Revert r86510 since it doesn't fit MySQL 2009-09-21 04:29:44 +00:00
SQLQuery.php MINOR remove sort direction when running canSortBy. Also added test coverage for this. (from r96428) 2011-02-02 14:18:23 +13:00
Translatable.php BUGFIX: Show Language dropdown in English (#5098) 2011-02-02 14:18:44 +13:00
Versioned.php APICHANGE: Refactor Versioned so a single state is kept for stage, archived date, or any module specific reading modes (from r98161) 2011-02-02 14:18:24 +13:00
VirtualPage.php BUGFIX: Fixed SiteTree_versions version numbers for published virtual pages. (from r98675) 2011-02-02 14:18:35 +13:00
YamlFixture.php BUGFIX YamlFixture::writeDataObject() - some databases need special allowance to edit the primary key column - do so by using DB::getConn()->allowPrimaryKeyEditing() 2011-02-02 14:18:45 +13:00