Mantis Logo
Mantis Manual
Manual
Configuration

Database
Path
Webserver
Version
Email
Language
Display
Time
JpGraph
Date
News
Default Preferences
Summary
Bugnote
File Upload
HTML
Authentication
Status Settings
Filters
Misc
Colors
Cookies
Database Tables
Speed Optimisation
Reminders
Bug History
Sponsorship
Source Control Integration
Custom Fields
My View Settings
Relationships
System Logging


Partner Links


Misc
Last Modified: December 12, 2004 09:12AM
(Any)
Description

$g_reopen_bug_threshold Obsolete in 0.19.0 - Access level needed to re-open bugs. Look in the constant_inc.php file if you want to set a different value.
$g_close_bug_threshold Obsolete in 0.19.0 - Access level needed to close bugs. Look in the constant_inc.php file if you want to set a different value.
$g_limit_reporters Limit reporters to only viewing bugs that they report.
$g_allow_reporter_close Allow reporters to close the bugs they reported.
$g_allow_close_immediately Allow developers and above to close bugs immediately when resolving bugs.
$g_allow_bug_delete_access_level Allow the specified access level and above to delete bugs.
$g_bug_move_access_level Allow the specified access level and above to move bugs between projects.
$g_allow_account_delete Allow users to delete their own accounts.
$g_allow_anonymous_login Allow easy anonymous access.
$g_anonymous_account Set the account that users will login as. Make sure this is a viewer or reporter account.
$g_cvs_web This allows for quick linking to CVS files via CVSweb or ViewCVS.
$g_bug_link_tag If a number follows this tag it will create a link to a bug.

  eg. for # a link would be #45 

  eg. for bug: a link would be bug:98 
$g_show_timer Time page loads. Shows at the bottom of the page.
$g_show_queries_count Shows the total number/unique number of queries executed to serve the page. Default is ON.
$g_show_queries_list Shows the list of all queries that are executed in chronological order from top to bottom. This option is only effective when $g_show_queries_count is ON. Default is OFF.

WARNING: Potential security hazard. Only turn this on when you really need it (for debugging or profiling)
$g_register_globals If your register_globals is Off then set this to OFF. Check your register_globals setting in php.ini or phpinfo().
$g_enable_project_documentation Specifies whether to enable support for project documents or not. Default is ON. Introduced in 0.18.2.

User Contributed Notes
Misc
Add Notes About Notes
christoph@dahlen.org
24-Nov-2003 9:48
#28
$g_cvs_web - does this feature yet work and if so, how to use it?

Christoph
Victor @ Mantis
20-Apr-2004 6:45
#113
Sometime ago $g_allow_bug_delete_access_level configuration variable was renamed to $g_delete_bug_threshold.
balazs@bwellisch.com
28-Sep-2004 20:14
#211
I'd like to know how to integrate CVS too. Where is the documentation?
mark.retallack@siemens.com
22-Nov-2004 10:21
#266
To use this feature, install ViewCVS and set the $g_cvs_web setting to point to the location of the installation. For example $g_cvs_web = 'http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/mantisbt/mantisbt/';

Then when you use the keywork "cvs:" followed by the CVS file, a link will be inserted to take the user to the CVS file (in viewcvs).
gannis
20-Dec-2004 7:45
#296
New from 0.19.1
# --- Bugnote Linking ---------------
# if a number follows this tag it will create a link to a bugnote.
# eg. for ~ a link would be ~45
# eg. for bugnote: a link would be bugnote:98
$g_bugnote_link_tag = '~';
csermet@MAPSONdaesign.com
31-Aug-2005 9:05
#584
Why is $g_close_bug_threshold is obsolete in 0.19.0 ?
How should I do i I want the issues to be closed only by managers and above ? I didn't see the counterpart in the "Manage configuration" "Workflow thresolds" page.
Christophe.
leon_99@gmx.net
06-Sep-2005 7:08
#594
Hello,
is it possible to restrict the reporters or users view depending on a certain level of "severity"?
Some external reporters should be able to view bugs with a certain severity only. The use of public/private bugs for this case is just too
much work.

thanks
LEON_99
vijeth.shetty@gmail.com
29-May-2006 3:06
#1096
I need to calculate time when the status of the bug is changed from one state to another. for eg if the status is from new to feedback i need to calculate the time required and print it in view.php. plz anyone help me for this
Add Notes About Notes
Last updated: Fri, 16 May 2008 - 22:33:36

Mantis @ SourceForge