MantisBT: master-1.2.x a7f9febe

Author Committer Branch Timestamp Parent
dregad dregad master-1.2.x 2012-08-30 06:52 master-1.2.x a8f5420c
Affected Issues  0011782: allow_reporter_reopen should only apply to users with reporter access
Changeset

Restrict $g_allowreporter* to users with reporter access

Prior to this, if a user reported an issue and then their access level
was downgraded to "viewer", they would no longer be able to add bugnotes
to the issue. However, config option $g_allow_reporter_reopen would
still let them reopen it, and likewise for $g_allow_reporter_upload to
attach files and $g_allow_reporter_close.

Fixes 0011782

mod - bug_update.php Diff File
mod - core/access_api.php Diff File
mod - core/bug_group_action_api.php Diff File
mod - core/file_api.php Diff File
mod - core/html_api.php Diff File