Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Check if debugMode is defined before using it | Roeland Jago Douma | 2020-07-02 | 1 | -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 function | Christoph Wurst | 2020-04-10 | 1 | -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 template | Julius Härtl | 2018-02-23 | 1 | -7/+7 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Spelling: Shortening and single please. | Allan Nordhøy | 2017-08-29 | 1 | -2/+2 |
| | |||||
* | fix design of the track trace | Morris Jobke | 2017-08-12 | 1 | -1/+1 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Improve design of various error messages | Jan-Christoph Borchardt | 2017-08-12 | 1 | -8/+7 |
| | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
* | Move away from OC_L10N | Roeland Jago Douma | 2016-10-28 | 1 | -1/+1 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Merge pull request #15012 from Volker-E/master | Morris Jobke | 2015-03-24 | 1 | -1/+1 |
|\ | | | | | fixing #15011 by adding ARIA roles where distinct | ||||
| * | fixing #15027, cleaning up obsolete IE5-7 workaround code | Volker E | 2015-03-19 | 1 | -1/+1 |
| | | |||||
* | | show exception type in debug mode | Robin Appelman | 2015-03-20 | 1 | -0/+1 |
|/ | |||||
* | add CSS to exception page - fixes #13747 | Morris Jobke | 2015-01-29 | 1 | -0/+2 |
| | |||||
* | Use l10n on this string as well | Lukas Reschke | 2014-10-16 | 1 | -1/+1 |
| | |||||
* | replace horizontal rules with whitespace | Jan-Christoph Borchardt | 2014-09-17 | 1 | -3/+4 |
| | |||||
* | Do not show exception to the end-user | Lukas Reschke | 2014-09-17 | 1 | -0/+28 |
| | | | | Log the error instead of potentially leaking sensitive information | ||||
* | Remove uneeded file | Lukas Reschke | 2013-02-27 | 1 | -32/+0 |
| | |||||
* | Style cleanup core dir | Bart Visscher | 2013-02-21 | 1 | -1/+3 |
| | |||||
* | Fix indentation style | Bart Visscher | 2013-02-14 | 1 | -2/+2 |
| | |||||
* | Correct link to the bugtracker in exception.php | Lukas Reschke | 2013-01-11 | 1 | -1/+1 |
| | |||||
* | adding space between) and { | Thomas Mueller | 2012-09-07 | 1 | -1/+1 |
| | |||||
* | initial commit for OC_Exception | Georg Ehrke | 2012-03-29 | 1 | -0/+30 |