View Issue Details

IDProjectCategoryView StatusLast Update
0022784mantisbtmarkdownpublic2024-03-27 20:15
Reportervboctor Assigned Todregad  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version2.3.1 
Fixed in Version2.25.3 
Summary0022784: Markdown formatting doesn't take effect on summary field in View Issues page
Description

Formatting like some text doesn't take effect on View Issues page.

TagsNo tags attached.

Activities

cproensa

cproensa

2017-04-23 18:50

developer   ~0056678

I'm not sure that applying formatting to summary is desirable
See for example: 0007166

vboctor

vboctor

2017-04-23 19:20

manager   ~0056680

string_display_line() should apply the subset of markdown that applies to single line fields.

hotzeplotz

hotzeplotz

2024-03-26 22:00

reporter   ~0068720

Can be closed?

dregad

dregad

2024-03-27 09:54

developer   ~0068724

Indeed.

This was actually fixed in 2.25.3 as a side-effect of commit MantisBT master-2.25 619e9e4f

Related Changesets

MantisBT: master-2.25 619e9e4f

2021-10-16 01:43

dregad


Details Diff
Use custom function to display issue summary

Introduction of IssueViewCommand [1] removed the call to
'format_issue_summary' custom function from View Issue Details page
(bug_view_inc.php).

This fixes the regression, restoring earlier behavior of calling
bug_format_summary().

Fixes 0029181

[1]: issue 0025902, commit 2b163046849d3445894537f7a7b4762edd41ff8b
Affected Issues
0022784, 0025902, 0029181
mod - bug_view_inc.php Diff File