silverstripe-framework/core/model
Ingo Schommer 8698e94ae0 MINOR Added test case for Hierarchy::getDescendantIDList() which also tests Hierarchy::loadDescendantIDListInto() (merged from r98369)
MINOR Testing of grand-children items in HierarchyTest::testLoadDescendantIDListIntoArray() and HierarchyTest::testNumChildren() (merged from r98376)
BUGFIX #5044 Hierarchy::loadDescendantIDListInto() now uses Object::getExtensionInstance('Hierarchy') instead of going through call(), as PHP 5.3 has issues converting references to values
BUGFIX Fixed Hierarchy->loadDescendantIdList() to call setOwner() on the extension instance. This was necessary due to underlying Object/Extension changes in 2.4. (merged from r98403)
MINOR Fixed HierarchyTest assertions around including grand children counts (merged from r98403)

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.3@98405 467b73ca-7a2a-4603-9d3b-597d59a354a9
2011-02-02 14:27:35 +13:00
..
fieldtypes BUGFIX Fixed double up of <span> highlight tags around keywords in Text::ContextSummary() 2011-02-02 14:27:31 +13:00
ComponentSet.php MINOR Removed extra data stuff from ComponentSet/ComplexTableField as this is not fully developed yet 2011-02-02 14:27:21 +13:00
CurrentPageIdentifier.php MINOR Unified @package PHPdoc (added where missing, removed duplicates) 2008-06-15 13:33:53 +00:00
Database.php MINOR Fix potential undefined variable errors in Query->column() and Query->keyedColumn() by always returning an array, even if it's empty. This now conforms to the phpDoc for these two functions, instead of returning null if there's no $column variable set 2011-02-02 14:26:58 +13:00
DatabaseAdmin.php API CHANGE: Added increase_time_limit_to(), which respects safe_mode. 2011-02-02 14:27:33 +13:00
DataDifferencer.php BUGFIX Object subclasses with a constructor that didn't already will now call parent to respect inheritance 2011-02-02 14:27:31 +13:00
DataObject.php API CHANGE: Make Object::uninherited_static() have a separate execution path to Object::get_static(), for more reliable operation. The intention is that for any given static, you either use Object::get_static() or you use Object::uninherited_static() - not both. (from r84151, r84155, r84156) 2011-02-02 14:27:32 +13:00
DataObjectDecorator.php API CHANGE: Make Object::uninherited_static() have a separate execution path to Object::get_static(), for more reliable operation. The intention is that for any given static, you either use Object::get_static() or you use Object::uninherited_static() - not both. (from r84151, r84155, r84156) 2011-02-02 14:27:32 +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 MINOR Fixed PHP notice in DataObjectSet::groupBy() by defining $result before returning it 2011-02-02 14:27:31 +13:00
DB.php BUGFIX: Don't allow the use of get-var ?isDev=1 when security DB isn't available. 2011-02-02 14:27:28 +13:00
ErrorPage.php BUGFIX #4119 netminds: Fix error page publication for lang to locate replacement. 2011-02-02 14:27:27 +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 MINOR Added test case for Hierarchy::getDescendantIDList() which also tests Hierarchy::loadDescendantIDListInto() (merged from r98369) 2011-02-02 14:27:35 +13:00
Image.php MINOR: fixed notice level error when ImageSource isnt set 2011-02-02 14:27:34 +13:00
MySQLDatabase.php MINOR PHP notice in MySQLDatabase (partial merge from r77160) 2011-02-02 14:27:31 +13:00
PDODatabase.php BUGFIX Added stub PDODatabase->renameField() implementation to avoid errors when batch-instanciating singletons 2011-02-02 14:26:48 +13:00
RedirectorPage.php BUGFIX: a redirection with an external link that has more than one query string variables. Do not convert the link to html entities 2011-02-02 14:27:27 +13:00
SiteTree.php BUGFIX #4285: Fixed static application bug that appeared in 2.3.2 2011-02-02 14:27:30 +13:00
SiteTreeDecorator.php ENHANCEMENT Added SiteTreeDecorator 2011-02-02 14:26:34 +13:00
SQLMap.php ENHANCEMENT: Update ForeignKey and Primary key default fields to use SQLMap for their dropdown source for better performance. 2011-02-02 14:26:52 +13:00
SQLQuery.php Merging in refactored Translatable architecture from trunk, including related/required changesets like enhancements to Object static handling (see details below) 2011-02-02 14:27:16 +13:00
Translatable.php BUGFIX #4579: Translatable's call to new LanguageDropdownField() broked (from r87456) 2011-02-02 14:27:33 +13:00
Versioned.php MINOR Merged in Versioned::get_all_versions() fix from r76223 2011-02-02 14:27:34 +13:00
VirtualPage.php MINOR merged from trunk 2011-02-02 14:27:21 +13:00
YamlFixture.php BUGFIX Object subclasses with a constructor that didn't already will now call parent to respect inheritance 2011-02-02 14:27:31 +13:00