ORIENT/modules/system
Luke Towers 812c0552e8 Avoid logging SystemExceptions twice
SystemExceptions are already logged when the System ServiceProvider listens to the Message Logged event, this code used to be for ApplicationExceptions to bypass the fact that they were explicitly ignored by October's core exception handler.

ApplicationExceptions were added 27 Jan 2015 in 6a68036260
ApplicationExceptions were explicitly ignored in the core exception handler on 16 Feb 2015 in 237d97d87a (diff-b6bf0348130fdd1311473a97536310cdR20) and were explicitly logged in the System exception handler on the same day in 7b52e07b65 (diff-547f5794a63e9f138c33b20de8649b7eR20-R31)

Not sure why that was originally the case, but we've made the decision that ApplicationExceptions shouldn't be logged by default as they should occur semi-regularly in a healthy application (mostly as an expression of complex logical validation that triggers them based on bad user input): https://github.com/octobercms/october/pull/4569#issuecomment-550172508

Fixes octobercms/october#5253.
2020-08-28 13:57:12 -06:00
..
assets Recompile Storm UI JS asset 2020-08-03 11:07:55 +08:00
behaviors Remove unused imports 2018-08-24 19:51:59 +02:00
classes Avoid logging SystemExceptions twice 2020-08-28 13:57:12 -06:00
console Merge pull request #5231 from octobercms/wip/image-resizing 2020-08-21 18:01:47 -06:00
controllers Disable HTML5 form validation on backend Settings pages 2020-08-15 20:59:53 -06:00
database Change module seeders to only temporary unguard attributes 2020-01-19 22:26:46 +08:00
helpers Code quality clean up (#4449) 2019-07-18 08:50:37 -06:00
lang Update Russian translation (#5247) 2020-08-23 02:51:48 -06:00
models Use the same resizing process for FileModels that's used for everything else. 2020-08-21 16:22:14 -06:00
partials Fixes bugs with 'collapsed' saved to cookies (#4080) 2019-01-23 01:30:53 -06:00
reportwidgets Add warning with missing dependencies on Updates page (#5077) 2020-05-26 10:05:40 -06:00
traits Make cms.backendForceSecure an explicit setting 2020-01-18 18:05:26 +11:00
twig Finished implement imageWidth & imageHeight filters 2020-08-21 13:39:45 -06:00
views Improved email client support for branded mails (#4663) 2019-10-14 15:33:43 +08:00
ServiceProvider.php Merge branch 'develop' into wip/laravel-6 2020-04-29 16:58:58 -06:00
aliases.php Alias Illuminate\Support\Debug\HtmlDumper to Symfony's HtmlDumper 2020-07-20 10:40:50 +08:00
composer.json Add L6 as a dep to the modules to prevent people with older Laravel versions from accidentally pulling in the L6 update 2020-07-19 01:42:58 -06:00
providers.php Update providers and alias to use October Validator service 2020-05-19 12:47:49 +08:00
routes.php Play nicer with tests 2020-08-13 03:15:53 -06:00