silverstripe-framework/core
2008-10-05 19:27:21 +00:00
..
control ENHANCEMENT Added Controller->render($params) as a shortcut for Controller->customise($params)->renderWith(array('MyTemplate','MySubTemplate')) - templates are auto-detected by Controller->getViewer() and Controller->getAction() 2008-10-05 19:27:21 +00:00
model ENHANCEMENT Consistently allowing for $restrictFields and $fieldClasses parameters passed to DataObject->scaffoldFormFields(), DataObject->scaffoldSearchFields(), DataObject->scaffoldCMSFields() 2008-10-05 19:22:54 +00:00
ArrayData.php Reverted accidental change 2008-08-12 03:34:49 +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 Merged changes from 2.2.2-assets - everything except the asset refactoring 2008-08-12 02:51:33 +00:00
Convert.php FEATURE: xml2array now works with recursion so it will actually work with most xml files. Unit tests to comei 2008-08-24 23:39:32 +00:00
Cookie.php MINOR Unified @package PHPdoc (added where missing, removed duplicates) 2008-06-15 13:33:53 +00:00
Core.php ENHANCEMENT: Updated cli-script handling to be more in line with web calls, and improved Director::setBaseURL() calls. 2008-09-29 23:41:50 +00:00
Extension.php MINOR Unified @package PHPdoc (added where missing, removed duplicates) 2008-06-15 13:33:53 +00:00
HTTP.php API CHANGE: Deprecated HTTP::sendFileToBrowser() in favour of more testable HTTPRequest::send_file() 2008-10-03 02:23:11 +00:00
i18n.php MINOR Documentation 2008-10-03 00:47:35 +00:00
ManifestBuilder.php MINOR Fix undefined variable error in ManifestBuilder::get_manifest_info() 2008-10-01 04:27:48 +00:00
Object.php Merged changes from 2.2.2-assets - everything except the asset refactoring 2008-08-12 02:51:33 +00:00
Requirements.php BUGFIX Automatically including sapphire/javascript/i18n.js in Requirements::process_i18n_javascript() to avoid errors when Requirements are manually overwritten 2008-10-04 17:44:54 +00:00
Session.php Add checks to see if REMOTE_ADDR is set before making use of it. 2008-08-13 01:43:49 +00:00
SSViewer.php adding ?flush=all option which clears all cached templates from the LOLCACHE 2008-08-28 10:58:52 +00:00
TokenisedRegularExpression.php MINOR Unified @package PHPdoc (added where missing, removed duplicates) 2008-06-15 13:33:53 +00:00
ValidationResult.php MINOR Unified @package PHPdoc (added where missing, removed duplicates) 2008-06-15 13:33:53 +00:00
ViewableData.php ENHANCEMENT Added support for customize parameters to ViewableData->renderWith() to avoid unnecessary chaining ($this->customize($params)->renderWith($template)) 2008-10-05 19:19:07 +00:00