View Issue Details

IDProjectCategoryView StatusLast Update
0009583mantisbtchange logpublic2012-11-28 05:03
Reporterdyrset Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status acknowledgedResolutionopen 
Product Version1.1.0 
Summary0009583: Modify the changelog so that it displays all released versions
Description

The changelog displays only version that have an issue that is resolved in the given version. Sometimes it is nice to display all released version (e.g. older versions of a program that has no related issues). Then only the version number and the version comment will be shown.

Steps To Reproduce

The following lines can be added/modified in changelog_page.php:

line 99 $t_released = $t_version_row['released'];

line 130 if ( $t_issues_resolved > 0 || $t_released>0 ) {

TagsNo tags attached.

Relationships

related to 0007836 closeddregad Changelog includes non-released versions 

Activities

bfoddy

bfoddy

2008-08-28 14:48

reporter   ~0019268

Thanks for the report and solution. I found the same issue and your fix worked fine.

vboctor

vboctor

2008-09-04 00:08

manager   ~0019304

At one point in time the criteria was to display a version if it has > 0 issues associated with it or a non-empty description. I think it is fair enough to revert to such behavior.

dregad

dregad

2012-11-28 05:03

developer   ~0034412

One possibility to achieve this, and at the same time provide flexibility to users to define whether a version should be included on the changelog or not, would be to create a new custom function, e.g. custom_function_default_changelog_include_version()