silverstripe-framework/core
Sam Minnee 82e7f65c81 API CHANGE: ContentNegotiator is now disabled by default, unless you include the xml header in your template.
API CHANGE: ContentNegotiator is now disabled by default, unless you include the xml header in your template. (merged from r68482)

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.3@68484 467b73ca-7a2a-4603-9d3b-597d59a354a9
2011-02-02 14:26:48 +13:00
..
control API CHANGE: ContentNegotiator is now disabled by default, unless you include the xml header in your template. 2011-02-02 14:26:48 +13:00
model Merged r67482 to branches/2.3 - let db/build add auto_increment 2011-02-02 14:26:48 +13:00
ArrayData.php Merged from branches/nzct-trunk. Use 'svn log -c <changeset> -g' for full commit message. Merge includes stability fixes and minor refactor of TableListField and ComplexTableField. 2008-10-08 02:00:12 +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 Documented ClassInfo::subclassesFor() and added unit tests 2011-02-02 14:26:47 +13:00
Convert.php #2957 - Fixed entity decoding in Convert::html2raw 2008-10-25 06:05:27 +00:00
Cookie.php API CHANGE: Improve encapsulation of cookies in Director::test() 2011-02-02 14:26:34 +13:00
Core.php MINOR Removed whitespace after ?> end PHP tag 2011-02-02 14:26:45 +13:00
Extension.php MINOR Unified @package PHPdoc (added where missing, removed duplicates) 2008-06-15 13:33:53 +00:00
HTTP.php MINOR Removed whitespace after ?> end PHP tag 2011-02-02 14:26:45 +13:00
i18n.php BUGFIX: Added check ot i18n::include_by_class() to prevent repeated calls. 2011-02-02 14:26:47 +13:00
i18nEntityProvider.php ENHANCEMENT Added support for specifying target module in i18nEntitityProvider->provideEntities() 2011-02-02 14:26:48 +13:00
i18nTextCollector.php ENHANCEMENT Added support for specifying target module in i18nEntitityProvider->provideEntities() 2011-02-02 14:26:48 +13:00
i18nTextCollectorTask.php BUGFIX Fixed $module parameter for i18nTextCollectorTask 2008-10-17 15:19:10 +00:00
ManifestBuilder.php MINOR Removed whitespace after ?> end PHP tag 2011-02-02 14:26:45 +13:00
Object.php MINOR Removed whitespace after ?> end PHP tag 2011-02-02 14:26:45 +13:00
Requirements.php MINOR Updated phpDoc for Requirements::customCSS() and Requirements_Backend::customCSS() 2011-02-02 14:26:46 +13:00
Session.php MINOR Removed whitespace after ?> end PHP tag 2011-02-02 14:26:45 +13:00
SSViewer.php MINOR Added whitespace after <!-- end include to be consistent 2011-02-02 14:26:47 +13:00
TokenisedRegularExpression.php MINOR Unified @package PHPdoc (added where missing, removed duplicates) 2008-06-15 13:33:53 +00:00
ValidationException.php DataObject::write now throws a ValidationException rather than calling user_error if the call to DataObject::validate fails. This allows the validation exception to be caught and handled by tests or other controllers. 2008-10-08 20:42:09 +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 MINOR Removed whitespace after ?> end PHP tag 2011-02-02 14:26:45 +13:00