silverstripe-framework/core
2009-04-27 01:36:15 +00:00
..
control BUGFIX: RequestHandler::checkAccessAction() breaks when $this->class is null, this happens when you delete a DataObject from ResultForm (list view) in DataAdmin. We use safer call get_class($this) instead. 2009-04-16 22:41:14 +00:00
model BUGFIX Setting Classname and RecordClassname properties on internal $record map when constructing a DataObject without passing $record into it. This ensures that getChangedFields() works on ClassName as well, which is required for Translatable->onBeforeWrite() 2009-04-27 01:36:15 +00:00
ArrayData.php Merged from 2.3 2009-03-04 03:44:11 +00:00
ArrayLib.php Removed notice level error when ArrayLib::valuekey() is passed an empty array 2008-08-13 04:33:33 +00:00
ClassInfo.php MINOR phpdoc documentation 2009-03-22 22:59:14 +00:00
Convert.php MINOR phpdoc documentation 2009-03-22 22:59:14 +00:00
Cookie.php Merged branches/2.3 into trunk 2008-11-22 03:33:00 +00:00
Core.php BUGFIX Making $_SINGLETONS a global instead of a static in Core.php so it can be re-used in other places 2009-03-31 19:32:19 +00:00
Extension.php ENHANCEMENT Added Extension::get_classname_without_arguments() 2009-03-31 19:32:51 +00:00
HTTP.php Merged changes from 2.3 branch 2009-02-01 23:49:53 +00:00
i18n.php API CHANGE Deprecated Translatable::enable() and i18n::enable()- use Object::add_extension('SiteTree','Translatable'), Deprecated Translatable::disable() and i18n::disable() - use Object::remove_extension('SiteTree','Translatable'), Deprecated Translatable::enabled() - use $myPage->hasExtension('Translatable') 2009-04-01 16:35:32 +00:00
i18nEntityProvider.php Merged changes from 2.3 branch 2009-02-01 23:49:53 +00:00
i18nTextCollector.php Merged from 2.3 2009-03-04 03:44:11 +00:00
i18nTextCollectorTask.php MINOR Merged from branches/2.3 2009-01-05 06:19:48 +00:00
ManifestBuilder.php Merged changes from 2.3 branch 2009-02-01 23:49:53 +00:00
Object.php API CHANGE Deprecated Object->extInstance(), use getExtensionInstance() instead 2009-03-31 22:27:53 +00:00
Requirements.php BUGFIX: Don't load SapphireTest unnecessarily, as this is a slow operation 2009-04-27 00:19:16 +00:00
Session.php Merged changes from 2.3 branch 2009-02-01 23:49:53 +00:00
SSViewer.php BUGFIX SSViewer::getTemplateContent() now gracefully continues to operate if the file name can't be found to get unparsed content from. 2009-04-08 23:36:05 +00:00
TokenisedRegularExpression.php MINOR Unified @package PHPdoc (added where missing, removed duplicates) 2008-06-15 13:33:53 +00:00
ValidationException.php MINOR phpdoc documentation 2009-03-22 22:59:14 +00:00
ValidationResult.php BUGFIX: Validation result was ignoring the $valid flag passed as the first argument. 2008-10-08 20:40:11 +00:00
ViewableData.php BUGFIX #3919: Fix DataObject::dbObject() for decorated fields 2009-04-27 00:44:10 +00:00