View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0010274 | mantisbt | bugtracker | public | 2009-03-30 07:04 | 2009-06-23 15:26 |
Reporter | dhx | Assigned To | dhx | ||
Priority | normal | Severity | feature | Reproducibility | N/A |
Status | closed | Resolution | fixed | ||
Product Version | git trunk | ||||
Target Version | 1.2.0rc1 | Fixed in Version | 1.2.0rc1 | ||
Summary | 0010274: 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. | ||||
Tags | No tags attached. | ||||
MantisBT: master 20c59001 2009-06-20 11:43 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 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 |