This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component
Fabien Potencier b1802085ec bug #33674 [ErrorHandler] Show fallback error page when default error controller is disabled (yceruto)
This PR was merged into the 4.4 branch.

Discussion
----------

[ErrorHandler] Show fallback error page when default error controller is disabled

| Q             | A
| ------------- | ---
| Branch?       | 4.4
| Bug fix?      | yes
| New feature?  | no
| Deprecations? | no
| Tickets       | -
| License       | MIT
| Doc PR        | -

This would avoid a blank page on errors when we've disabled the default error controller. e.g:
```yaml
framework:
    error_controller: null
```
So, we will show you the default HTML error page.

Commits
-------

8eea11cc26 Show fallback error page when framework.error_controller is null
2019-09-25 20:52:25 +02:00
..
Asset Adding .gitattributes to remove Tests directory from "dist" 2019-09-16 10:12:51 +02:00
BrowserKit Adding .gitattributes to remove Tests directory from "dist" 2019-09-16 10:12:51 +02:00
Cache Merge branch '4.3' into 4.4 2019-09-24 17:57:39 +02:00
Config Merge branch '4.3' into 4.4 2019-09-19 17:56:27 +02:00
Console Merge branch '4.3' into 4.4 2019-09-24 17:57:39 +02:00
CssSelector Adding .gitattributes to remove Tests directory from "dist" 2019-09-16 10:12:51 +02:00
Debug Merge branch '4.3' into 4.4 2019-09-19 17:56:27 +02:00
DependencyInjection Merge branch '4.3' into 4.4 2019-09-19 17:56:27 +02:00
DomCrawler Adding .gitattributes to remove Tests directory from "dist" 2019-09-16 10:12:51 +02:00
Dotenv Adding .gitattributes to remove Tests directory from "dist" 2019-09-16 10:12:51 +02:00
ErrorHandler bug #33674 [ErrorHandler] Show fallback error page when default error controller is disabled (yceruto) 2019-09-25 20:52:25 +02:00
ErrorRenderer [ErrorRenderer] fix Cannot use object of type ErrorException as array exception #33631 2019-09-19 16:05:07 +02:00
EventDispatcher Adding .gitattributes to remove Tests directory from "dist" 2019-09-16 10:12:51 +02:00
ExpressionLanguage Adding .gitattributes to remove Tests directory from "dist" 2019-09-16 10:12:51 +02:00
Filesystem Adding .gitattributes to remove Tests directory from "dist" 2019-09-16 10:12:51 +02:00
Finder Merge branch '4.3' into 4.4 2019-09-17 13:12:18 +02:00
Form Merge branch '4.3' into 4.4 2019-09-25 16:40:34 +02:00
HttpClient [HttpClient] fix undefined index access 2019-09-24 20:17:30 +02:00
HttpFoundation Merge branch '4.3' into 4.4 2019-09-24 17:57:39 +02:00
HttpKernel [HttpKernel] compress files generated by the profiler 2019-09-25 10:55:08 +02:00
Inflector Merge branch '4.3' into 4.4 2019-09-17 13:12:18 +02:00
Intl Adding .gitattributes to remove Tests directory from "dist" 2019-09-16 10:12:51 +02:00
Ldap Merge branch '4.3' into 4.4 2019-09-24 17:57:39 +02:00
Lock Merge branch '4.3' into 4.4 2019-09-24 17:57:39 +02:00
Mailer Merge branch '4.3' into 4.4 2019-09-25 17:04:11 +02:00
Messenger feature #33317 [Messenger] Added support for from_transport attribute on messenger.message_handler tag (ruudk) 2019-09-25 20:39:14 +02:00
Mime Merge branch '4.3' into 4.4 2019-09-24 17:57:39 +02:00
OptionsResolver Adding .gitattributes to remove Tests directory from "dist" 2019-09-16 10:12:51 +02:00
Process Merge branch '4.3' into 4.4 2019-09-19 19:12:09 +02:00
PropertyAccess Adding .gitattributes to remove Tests directory from "dist" 2019-09-16 10:12:51 +02:00
PropertyInfo ensure compatibility with type resolver 0.5 2019-09-18 15:36:31 +02:00
Routing Merge branch '4.3' into 4.4 2019-09-25 16:40:34 +02:00
Security Merge branch '4.3' into 4.4 2019-09-25 16:40:34 +02:00
Serializer Adding .gitattributes to remove Tests directory from "dist" 2019-09-16 10:12:51 +02:00
Stopwatch Adding .gitattributes to remove Tests directory from "dist" 2019-09-16 10:12:51 +02:00
Templating Merge branch '4.3' into 4.4 2019-09-24 17:57:39 +02:00
Translation Merge branch '4.3' into 4.4 2019-09-19 17:56:27 +02:00
Validator Merge branch '4.3' into 4.4 2019-09-20 11:28:18 +02:00
VarDumper Allow Twig 3 2019-09-23 16:04:59 +02:00
VarExporter Adding .gitattributes to remove Tests directory from "dist" 2019-09-16 10:12:51 +02:00
WebLink Adding .gitattributes to remove Tests directory from "dist" 2019-09-16 10:12:51 +02:00
Workflow Merge branch '4.3' into 4.4 2019-09-17 13:12:18 +02:00
Yaml hint to the --parse-tags when parsing tags fails 2019-09-20 16:23:06 +02:00