silverstripe-framework/core/model
Sam Minnee 0d5a0e73fe BUGFIX Checking for existence of "ShowInMenus" property in Folder->liveChildren() and stageChildren() (#5190) (from r101264)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@111978 467b73ca-7a2a-4603-9d3b-597d59a354a9
2010-10-12 21:58:49 +00:00
..
fieldtypes MINOR More common language in Date->TimeDiff() ("in 2 hours" instead of "2 hours away") (fixes #5402) 2010-10-10 05:06:50 +00:00
Aggregate.php MINOR Fixed phpdoc documentation 2010-04-23 00:11:41 +00:00
ComponentSet.php API CHANGE: removed deprecated removeByFilter() function 2009-11-26 22:18:59 +00: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(). 2010-10-04 04:46:41 +00:00
DatabaseAdmin.php MINOR Fixed phpdoc documentation 2010-04-23 00:11:41 +00:00
DataDifferencer.php Revert "FEATURE: Use tidied HTML in DataDifferencer" 2010-05-25 03:15:54 +00:00
DataObject.php BUGFIX: Prevent failed migrateVersion writes from breaking versioning system in future writes. 2010-10-12 21:48:07 +00:00
DataObjectDecorator.php API CHANGE: Pass the full extension string as the 2nd argument to DataObjectDecorator::extraStatics() (from r101043) 2010-10-04 04:32:30 +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 BUGFIX #5138: DataObjectSet::removeDuplicates() removes objects of different classes with the same ID (from r100896) 2010-10-04 04:15:33 +00:00
DB.php BUGFIX DB::getConnect() should be properly declared as a static function (from r100627) 2010-05-25 04:21:07 +00:00
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 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) (from r101264) 2010-10-12 21:58:49 +00: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) (from r101005) 2010-10-04 04:30:56 +00:00
MySQLDatabase.php API CHANGE: dbDataType function created (from r100651) 2010-05-25 04:21:21 +00:00
RedirectorPage.php MINOR better error reporting for broken redirector & virtual pages (from r97185) (from r98155) 2010-04-13 02:27:30 +00: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 (from r100967) 2010-10-04 04:27:23 +00:00
SiteTree.php BUGFIX: Don't recreate a missing draft page when calling SiteTree::doUnpublish() (from r101170) 2010-10-12 21:49:52 +00: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 Fixed phpdoc documentation 2010-04-23 00:11:41 +00:00
SQLQuery.php MINOR remove sort direction when running canSortBy. Also added test coverage for this. (from r96428) (from r98138) 2010-04-13 02:16:50 +00: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) (from r100937) 2010-10-04 04:24:01 +00:00
Versioned.php BUGFIX: Fixed versioning of pages (from r101165) 2010-10-12 21:48:48 +00:00
VirtualPage.php BUGFIX: Fixed bugs with copying custom fields into Virtual pages, generally made virtual pages more robust and performant. (from r101112) 2010-10-04 04:49:37 +00:00