Skip to content

Commit

Permalink
New fatal error page
Browse files Browse the repository at this point in the history
file headers and explinations

updating composer.lock for ci to work

cs

remove unused css

add Customised Fatal Error Template to .gitignore

Pin symfony/error-handler to ^5.2

Signed-off-by: Phil E. Taylor <[email protected]>

use fatal-error.html implemented in #31743

Signed-off-by: Phil E. Taylor <[email protected]>

Commit new composer.lock

Signed-off-by: Phil E. Taylor <[email protected]>

add all three placeholders for completeness

Signed-off-by: Phil E. Taylor <[email protected]>

Update templates/system/fatal.php

Co-authored-by: Dimitris Grammatikogiannis <[email protected]>

Update templates/system/fatal.php

Co-authored-by: Dimitris Grammatikogiannis <[email protected]>

Chane paths, custom filename, and order od loading

Signed-off-by: Phil E. Taylor <[email protected]>

 composer req symfony/error-handler

merge gitignore
  • Loading branch information
Phil E. Taylor committed Apr 20, 2021
1 parent 3fe3c26 commit 9c389a2
Show file tree
Hide file tree
Showing 4 changed files with 1,162 additions and 382 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"phpmailer/phpmailer": "~6.0",
"psr/link": "~1.0",
"symfony/console": "~5.0",
"symfony/error-handler": "~5.0",
"symfony/error-handler": "^5.2",
"symfony/ldap": "~5.0",
"symfony/options-resolver": "~5.0",
"symfony/polyfill-php73": "^1.10",
Expand Down
Loading

0 comments on commit 9c389a2

Please sign in to comment.