MantisBT: master-1.2.x e56bbe53

Author Committer Branch Timestamp Parent
dhx dhx master-1.2.x 2009-07-15 08:39 master-1.2.x c5263056
Affected Issues  0003917: ability to add/remove other persons to/from monitor list in a bug
Changeset

Fix 0003917: Ability to delete other users from bug monitor list

A new configuration option $g_monitor_delete_others_bug_threshold was
added. This option defines the access level required to delete other
users from the list of users monitoring a bug.

If the current user is in an access level above or equal to
$g_monitor_delete_others_bug_threshold they will see a [Delete] link
next to each username in the bug monitor list for each bug. Clicking on
this link will stop a user from monitoring a bug.

mod - bug_monitor_list_view_inc.php Diff File
mod - core/bug_api.php Diff File
mod - config_defaults_inc.php Diff File
mod - docbook/adminguide/en/configuration.sgml Diff File
mod - lang/strings_english.txt Diff File
mod - lang/strings_german_eintrag.txt Diff File
mod - core/html_api.php Diff File