aboutsummaryrefslogtreecommitdiffstats
path: root/core/templates/error.php
Commit message (Collapse)AuthorAgeFilesLines
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-1/+1
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* chore: Add SPDX headerAndy Scherzinger2024-05-271-0/+7
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* Redesign guest pages for better accessibilityCarl Schwan2022-07-271-1/+1
| | | | | | | - Use white box and put content on it - Improve focus indicator Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-2/+2
| | | | | | | | | | | | | | | To continue this formatting madness, here's a tiny patch that adds unified formatting for control structures like if and loops as well as classes, their methods and anonymous functions. This basically forces the constructs to start on the same line. This is not exactly what PSR2 wants, but I think we can have a few exceptions with "our" style. The starting of braces on the same line is pracrically standard for our code. This also removes and empty lines from method/function bodies at the beginning and end. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Improve design of various error messagesJan-Christoph Borchardt2017-08-121-4/+7
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Replace unecessary unescaped prints with printLukas Reschke2017-03-291-1/+1
| | | | | | There's no need to have those unescaped from what I can see. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* addressing #14982 self-closing tags ending slash doesn't have a purpose & ↵Volker E2015-03-171-1/+1
| | | | should be removed
* Do not show exception to the end-userLukas Reschke2014-09-171-1/+3
| | | | Log the error instead of potentially leaking sensitive information
* tixing width and position of wider error messagesThomas Müller2013-08-161-1/+1
|
* Don't sanitize error message hintLukas Reschke2013-03-061-1/+1
|
* [core] From echo to pLukas Reschke2013-02-271-2/+2
|
* removed excess codeJan-Christoph Borchardt2011-08-081-12/+8
|
* fix header on error pageJan-Christoph Borchardt2011-07-301-6/+1
|
* moved core stuff to /coreJakob Sack2011-06-201-0/+17