silverstripe-framework/core/model
Sean Harvey e36c38dbc1 BUGFIX #5277 Sort of default SiteTree records is now explicitly set to avoid strange ordering set by SiteTree::onBeforeWrite for default records
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@101724 467b73ca-7a2a-4603-9d3b-597d59a354a9
2011-02-02 14:19:08 +13:00
..
fieldtypes BUGFIX: Date::now() supplies wrong string - it misses leading zeroes on hours 2011-02-02 14:18:52 +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 API CHANGE: Replaced eval based creation of extension and field objects with Object::create_from_string(). 2011-02-02 14:19:01 +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 BUGFIX: Prevent failed migrateVersion writes from breaking versioning system in future writes. 2011-02-02 14:19:03 +13:00
DataObjectDecorator.php API CHANGE: Pass the full extension string as the 2nd argument to DataObjectDecorator::extraStatics() 2011-02-02 14:18:59 +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 BUGFIX #5138: DataObjectSet::removeDuplicates() removes objects of different classes with the same ID 2011-02-02 14:18:56 +13:00
DB.php BUGFIX DB::getConnect() should be properly declared as a static function 2011-02-02 14:18:49 +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 BUGFIX Checking for existence of "ShowInMenus" property in Folder->liveChildren() and stageChildren() (#5190) 2011-02-02 14:19:04 +13:00
Image.php BUGFIX Image should pass through the title to Image_Cached so that Image::getTag() can produce a more useful alt attribute instead of just the filename (from r101003) 2011-02-02 14:18:59 +13:00
MySQLDatabase.php API CHANGE: dbDataType function created 2011-02-02 14:18:50 +13:00
RedirectorPage.php MINOR Reverted r101670 as it broke assumptions made in RedirectorPageTest 2011-02-02 14:19:07 +13:00
SiteConfig.php MINOR Renamed SiteTree->getEditFormFields() to getCMSFields() (including new decorator hook for 'updateCMSFields'). Renamed SiteTree->getEditFormActions() to getCMSActions() (including new decorator hook for 'updateCMSActions'). Old API was never released 2011-02-02 14:18:58 +13:00
SiteTree.php BUGFIX #5277 Sort of default SiteTree records is now explicitly set to avoid strange ordering set by SiteTree::onBeforeWrite for default records 2011-02-02 14:19:08 +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 ENHANCEMENT Redirecting to translated page when original is requested with a 'locale' GET parameter (e.g. 'about-us/?locale=de_DE' will redirect to 'ueber-uns' with a 301 HTTP response). Implemented in ContentController->handleRequest(). (see #5001) 2011-02-02 14:18:57 +13:00
Versioned.php BUGFIX: the function makes an assumption we are working on Draft site, and breaks if we are not. Rewritten to be stage-independent, as get_version (open #5231) 2011-02-02 14:19:06 +13:00
VirtualPage.php BUGFIX: Fixed bugs with copying custom fields into Virtual pages, generally made virtual pages more robust and performant. 2011-02-02 14:19:01 +13:00
YamlFixture.php BUGFIX: Pass correct class to allowPrimaryKeyEditing in yaml fixture 2011-02-02 14:19:03 +13:00