silverstripe-framework/admin
Sam Minnee c52adad1fe FIX: Graceful degradation if obsolete classnames in ChangeSetItem (fixes #6065)
NEW: Add SilverStripe\ORM\UnexpectedDataException class.

This change provides more graceful handling of the case where a
ChangeSetItem is referencing a no-longer-existing class.

The new exception, SilverStripe\ORM\UnexpectedDataException, is
intended to be available for throwing whenever we have unexpected data
in the database.

It can be trapped by the relevant UIs and more graceful errors than
HTTP 500s can be provided.
2016-09-23 12:28:32 +12:00
..
client Rebuild dist files 2016-09-22 14:48:00 +12:00
code FIX: Graceful degradation if obsolete classnames in ChangeSetItem (fixes #6065) 2016-09-23 12:28:32 +12:00
templates/SilverStripe API Add bootstrap button row template 2016-09-21 15:59:12 +12:00
tests FIX: Graceful degradation if obsolete classnames in ChangeSetItem (fixes #6065) 2016-09-23 12:28:32 +12:00
themes API Add bootstrap button row template 2016-09-21 15:59:12 +12:00
thirdparty FIX: Fix tests when running directly from framework. 2016-09-17 15:40:32 +12:00
_config.php API Moved frontend assets into admin/ "module" 2016-09-16 13:46:06 +12:00
.gitignore MINOR Removing executable flag from all files (thanks miiihi) 2011-09-18 22:04:02 +02:00