View Issue Details

IDProjectCategoryView StatusLast Update
0010274mantisbtbugtrackerpublic2009-06-23 15:26
Reporterdhx Assigned Todhx  
PrioritynormalSeverityfeatureReproducibilityN/A
Status closedResolutionfixed 
Product Versiongit trunk 
Target Version1.2.0rc1Fixed in Version1.2.0rc1 
Summary0010274: Display target release date next to target version
Description

I would find it particularly useful to see the target release date next to the target version field when viewing a bug report. The roadmap page already has this functionality.

TagsNo tags attached.

Activities

dhx

dhx

2009-04-02 01:15

reporter   ~0021364

I've completed a patch, which can be pulled from branch 10274 at git://git.mantisforge.org/mantisbt/dhx.git

Related Changesets

MantisBT: master 20c59001

2009-06-20 11:43

dhx


Details Diff
Option to show scheduled version release dates

This is a new feature which allows the scheduled release dates for
versions to be shown next to product version, target version and fixed
in version fields. Disabled by default. Enable this feature by setting
$g_show_scheduled_release_dates = ON in your configuration. Showing
release dates can be quite useful for quickly seeing how far away a
target version is due, etc.

Also renamed instances of $t_show_verison to $t_show_product_version to
reduce confusion in the codebase as to whether it is referring to the
Mantis version ($g_show_version) or the product versions
($g_show_product_version).

Resolves bug 0010274.
Affected Issues
0010274
mod - core/filter_api.php Diff File
mod - bug_view_page.php Diff File
mod - bug_update_advanced_page.php Diff File
mod - docbook/adminguide/en/configuration.sgml Diff File
mod - bug_report_page.php Diff File
mod - bug_actiongroup_page.php Diff File
mod - config_defaults_inc.php Diff File
mod - bug_change_status_page.php Diff File
mod - view_filters_page.php Diff File
mod - core/print_api.php Diff File
mod - bug_update_page.php Diff File
mod - bug_view_advanced_page.php Diff File
mod - bug_report_advanced_page.php Diff File

MantisBT: master 2c22ce06

2009-06-20 14:43

dhx


Details Diff
Change show_scheduled_release_dates to threshold

As per follow-up comments from Victor regarding
20c59001f25e15b65062529eaac0659d1f94c85a (bug 0010274).

Change the boolean option $g_show_scheduled_release_dates to a new
threshold value named $g_show_version_dates_threshold. Remove references
to the word "scheduled" and "release" in favour of just "version dates".
Documentation has also been updated accordingly.
Affected Issues
0010274
mod - config_defaults_inc.php Diff File
mod - bug_view_page.php Diff File
mod - core/print_api.php Diff File
mod - docbook/adminguide/en/configuration.sgml Diff File
mod - bug_view_advanced_page.php Diff File