View Issue Details

IDProjectCategoryView StatusLast Update
0007271mantisbtfeaturepublic2014-10-11 04:22
Reporterstig Assigned To 
PrioritynormalSeverityfeatureReproducibilityN/A
Status newResolutionopen 
Product Version1.0.3 
Summary0007271: Solution to classify in 3 groups change logs
Description

Maybe someone could be interested in, I have written some modifications in order to classify change logs based on this organization:

Evolutions: Features resolved and closed
Corrections: Non-features resolved and closed
In progress: Everything non-resolved and non-closed

It is based on files changelog_page.php and custom_function_api.php and it works :)

Noticed that only French and English lang files have been updated:

lang\strings_english.txt(line 1185):

Changelog

$s_changelog = 'Change Log';
$s_evolutions = 'Evolutions:';
$s_corrections = 'Corrections:';
$s_in_progress = 'In progress:';

lang\strings_french.txt (line 1190):

Changelog

$s_changelog = 'Liste des changements';
$s_evolutions = 'Evolutions :';
$s_corrections = 'Corrections :';
$s_in_progress = 'En cours :';

Benjamin for FWA

Tagspatch
Attached Files

Relationships

has duplicate 0009913 closeddregad Distinguish features from fixes in Change Log 
has duplicate 0006209 closeddregad Show "feature" issues differently - highlight? 

Activities

stig

stig

2006-07-11 12:21

reporter   ~0013085

Oops, some mistakes:

Evolutions: Features resolved OR closed
Corrections: Non-features resolved OR closed

Benjamin from FWA