MantisBT: master 20c59001

Author Committer Branch Timestamp Parent
dhx master 2009-06-20 11:43 master a51034bd
Affected Issues  0010274: Display target release date next to target version
Changeset

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.

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