summaryrefslogtreecommitdiffstats
path: root/core/templates/exception.php
Commit message (Collapse)AuthorAgeFilesLines
* Check if debugMode is defined before using itRoeland Jago Douma2020-07-021-1/+1
| | | | | | | Else the sabre error page (where the var is not defined) will throw warnings all the time. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* 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>
* Use array in t() calls in exception templateJulius Härtl2018-02-231-7/+7
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Spelling: Shortening and single please.Allan Nordhøy2017-08-291-2/+2
|
* fix design of the track traceMorris Jobke2017-08-121-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Improve design of various error messagesJan-Christoph Borchardt2017-08-121-8/+7
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Move away from OC_L10NRoeland Jago Douma2016-10-281-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #15012 from Volker-E/masterMorris Jobke2015-03-241-1/+1
|\ | | | | fixing #15011 by adding ARIA roles where distinct
| * fixing #15027, cleaning up obsolete IE5-7 workaround codeVolker E2015-03-191-1/+1
| |
* | show exception type in debug modeRobin Appelman2015-03-201-0/+1
|/
* add CSS to exception page - fixes #13747Morris Jobke2015-01-291-0/+2
|
* Use l10n on this string as wellLukas Reschke2014-10-161-1/+1
|
* replace horizontal rules with whitespaceJan-Christoph Borchardt2014-09-171-3/+4
|
* Do not show exception to the end-userLukas Reschke2014-09-171-0/+28
| | | | Log the error instead of potentially leaking sensitive information
* Remove uneeded fileLukas Reschke2013-02-271-32/+0
|
* Style cleanup core dirBart Visscher2013-02-211-1/+3
|
* Fix indentation styleBart Visscher2013-02-141-2/+2
|
* Correct link to the bugtracker in exception.phpLukas Reschke2013-01-111-1/+1
|
* adding space between) and {Thomas Mueller2012-09-071-1/+1
|
* initial commit for OC_ExceptionGeorg Ehrke2012-03-291-0/+30