View Issue Details

IDProjectCategoryView StatusLast Update
0030192mantisbtchange logpublic2023-10-31 16:32
Reporterdregad Assigned Todregad  
PrioritynormalSeveritytweakReproducibilityalways
Status closedResolutionfixed 
Target Version2.26.0Fixed in Version2.26.0 
Summary0030192: Changelog/Roadmap items are printed without any structure
Description

It would be much better to print the lists with some markup (e.g. unordered list), so the rendered output could e.g. be more easily copy/pasted into an external changelog.

The generated HTML currently looks like this (reformatted for readability)

<div class="widget-main">
    <div class="alert alert-warning">...</div>

    &lt;i class=&quot;fa fa-square fa-status-box status-90-fg&quot; title=&quot;closed&quot;></i> 
    /bugs/view.php?id=29751
    :
    &lt;span class=&quot;label label-light&quot;><strong>[authorization]</strong> &lt;/span> 
    APPLICATION ERROR #13 (access denied) while creating new user when theshold configured as MANAGER in administration interface (
    https://mantisbt.org/bugs/view_user_page.php?id=11111
    )
    &lt;div class=&quot;space-2&quot;>&lt;/div>
    &lt;i class=&quot;fa fa-square fa-status-box status-90-fg&quot; title=&quot;closed&quot;></i> 
    /bugs/view.php?id=24393
    ... etc ...        
TagsNo tags attached.

Relationships

related to 0021837 assignedcommunity Text-based change log 

Activities

dregad

dregad

2022-05-10 12:51

developer   ~0066555

Last edited: 2022-05-10 19:35

This is somewhat related to 0021837.

dregad

dregad

2022-05-10 19:43

developer   ~0066557

PR https://github.com/mantisbt/mantisbt/pull/1809

Related Changesets

MantisBT: master ccf9664d

2022-05-10 12:31

dregad


Details Diff
Print changelog/roadmap items as unordered list

Add HTML markup so that each individual entry of the changelog/roadmap
is printed as a <li> element within an <ul>, instead of them being all
printed in a single div without any structure.

This facilitates copy/paste of rendered changelog into an external
changelog.

Fixes 0030192
Affected Issues
0030192
mod - changelog_page.php Diff File
mod - core/custom_function_api.php Diff File
mod - css/ace-mantis.css Diff File
mod - roadmap_page.php Diff File