View Issue Details

IDProjectCategoryView StatusLast Update
0014788mantisbtchange logpublic2014-09-23 18:05
Reporterdregad Assigned Todregad  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version1.2.12 
Target Version1.2.12Fixed in Version1.2.12 
Summary0014788: Change Log must consistently rely on fixed_in_version
Description

Change Log uses target_version instead of fixed_in_version to manage issues' parent/child relationships. This causes unexpected behavior when target version does not match fixed in version.

The SQL which retrieves the changelog issues should not rely on target_version.

TagsNo tags attached.

Relationships

related to 0015721 closedgrangeway Functionality to consider porting to master-2.0.x 
related to 0013265 closeddregad Issues counted more then one time if they have multiple relations 

Activities

grangeway

grangeway

2013-04-05 17:56

reporter   ~0036212

Marking as 'acknowledged' not resolved/closed to track that change gets ported to master-2.0.x branch

Related Changesets

MantisBT: master 6ad38733

2012-10-06 12:37

dregad


Details Diff
Change Log must consistently rely on fixed_in_version

Change Log used target_version instead of fixed_in_version to manage
issues' parent/child relationships. This caused unexpected behavior when
target version did not match fixed in version.

The SQL which retrieves the changelog issues now relies on
fixed_in_version.

Fixes 0014788
Affected Issues
0014788
mod - changelog_page.php Diff File

MantisBT: master-1.2.x 34e71865

2012-10-06 12:37

dregad


Details Diff
Change Log must consistently rely on fixed_in_version

Change Log used target_version instead of fixed_in_version to manage
issues' parent/child relationships. This caused unexpected behavior when
target version did not match fixed in version.

The SQL which retrieves the changelog issues now relies on
fixed_in_version.

Fixes 0014788
Affected Issues
0014788
mod - changelog_page.php Diff File

MantisBT: master-2.0.x a602348d

2012-10-12 13:39

Paul Richards


Details Diff
Change Log must consistently rely on fixed_in_version

Change Log used target_version instead of fixed_in_version to manage
issues' parent/child relationships. This caused unexpected behavior when
target version did not match fixed in version.

The SQL which retrieves the changelog issues now relies on
fixed_in_version.

Fixes 0014788

Conflicts:

changelog_page.php
Affected Issues
0014788
mod - changelog_page.php Diff File