View Issue Details

IDProjectCategoryView StatusLast Update
0008413mantisbtperformancepublic2007-10-04 01:37
Reportervboctor Assigned Tovboctor  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Product Version1.1.0a4 
Target Version1.1.0rc1Fixed in Version1.1.0rc1 
Summary0008413: Provide a way to show queries for an access level threshold
Description

At the moment it is an ON/OFF feature. I would like to see this change so that the admin can turn the feature ON but only for developers and above or only for administrator. For this bug tracker we can set it to DEVELOPER and above to be able to tune Mantis based on real usage without exposing such info to all users.

We can keep the ON/OFF switch and add an access level thresold, the other option would have been to use only a threshold and deprecate the ON/OFF. Since the threshold can be set to ANYBODY, xyz threshold or NOBODY.

TagsNo tags attached.

Activities

vboctor

vboctor

2007-09-27 21:59

manager   ~0015750

Added the following configuration option:

# Indicates the access level required for a user to see the queries count / list.
# This only has an effect if $g_show_queries_count is ON.  Note that this threshold
# is compared against the user's default global access level rather than the
# threshold based on the current active project.
$g_show_queries_threshold = ADMINISTRATOR;