View Issue Details

IDProjectCategoryView StatusLast Update
0023943mantisbtbugtrackerpublic2018-02-06 21:17
Reporterdregad Assigned Todregad  
PrioritynormalSeveritytweakReproducibilityalways
Status closedResolutionfixed 
Product Version2.0.0 
Target Version2.11.0Fixed in Version2.11.0 
Summary0023943: Improve detailed error page layout
Description

The current layout of the detailed error page (i.e. when $g_show_detailed_errors = ON) is based on an HTML table and does not look very nice (see attached Selection_001.png).

A few simple tweaks would make the page much easier to read.

TagsNo tags attached.
Attached Files
Selection_001.png (52,509 bytes)   
Selection_001.png (52,509 bytes)   

Relationships

related to 0023942 closeddregad Remove deprecated "errcontext" parameter from standard error handler 
related to 0023944 closeddregad The stack trace on detailed error page should not include the error handler itself 

Activities

Related Changesets

MantisBT: master 78cbf344

2018-02-03 14:43

dregad

Committer: vboctor


Details Diff
Improve detailed error output

Switch from simple, table-based layout to a div with a title, subtitles.

Fixes 0023943
Affected Issues
0023943
mod - core/error_api.php Diff File
mod - css/default.css Diff File

MantisBT: master 407105e6

2018-02-03 14:47

dregad

Committer: vboctor


Details Diff
Improve code and styling for stack trace printing

- Add '#' column
- Add missing column header labels
- better HTML formatting, easier to read
- improve code readability by using printf to output the stack trace

Fixes 0023943
Affected Issues
0023943
mod - core/error_api.php Diff File