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


Default Preferences
Last Modified: September 13, 2004 17:09PM
(Any)
Description

$g_default_new_account_access_level This is the default access level users are given when their account is created by email. The default access level is REPORTER. Look in constant_inc.php for other values.
$g_default_bug_view_status The default viewing status for the new bug (VS_PUBLIC or VS_PRIVATE). The default is VS_PUBLIC. Introduced in 0.19.0.
$g_default_bugnote_view_status The default viewing status for the new bugnote (VS_PUBLIC or VS_PRIVATE). The default is VS_PUBLIC. Introduced in 0.19.0.
$g_default_reminder_view_status The default viewing status for the new reminders (VS_PUBLIC or VS_PRIVATE). The default is VS_PUBLIC. Introduced in 0.19.0.
$g_default_bug_severity The severity for a newly created issue. The default is MINOR. Look in constant_inc.php for other values. Introduced in 0.19.0.
$g_default_bug_priority The priority for a newly created issue. The default is NORMAL. Look in constant_inc.php for other values. Introduced in 0.19.0.
$g_default_limit_view Number of bugs to show in the View Bugs page. The default value is 50.
$g_default_show_changed Highlight bugs that have changed during the last N hours. The default value is 6.
$g_hide_status_default Controls which issues will be displayed in the View Issues page. Default value is CLOSED, implying that all issues at "closed" or higher state will not be shown. This replaced $g_hide_closed_default in 0.19.0.
$g_min_refresh_delay This is the delay between automatic refreshes of the View Issues page. Make sure refresh delay in user preferences isn't too short. If a users set their preferences to be lower then it is bumped back up to this minimum value. The default value is 10 minutes.


These settings are used as the default values for preferences for new users. Each user can override these settings through the user preferences form. Default language is set to default site language ($g_default_language).
$g_default_advanced_report Default user preferences to use the advanced page for reporting bugs. Default is OFF.
$g_default_advanced_view Default user preferences to use the advanced page for view bugs. Default value is OFF.
$g_default_advanced_update Default user preferences to use the advanced page for updating bugs. Default value is OFF.
$g_default_refresh_delay Default page refresh delay (in minutes). This is for the bug listing pages. Default value is 30 minutes.
$g_default_redirect_delay Default delay before a user is redirected to a page after being prompted by a message (eg: operational successful). Default value is 2 seconds.
$g_default_bugnote_order This controls the time order in which bug notes are displayed. It can be either ASC (oldest first, the default) or DESC (newest first).
$g_default_email_on_new
$g_default_email_on_assigned
$g_default_email_on_feedback
$g_default_email_on_resolved
$g_default_email_on_closed
Default user preferences to enable receiving emails when a bug is set to the corresponding status. This option only has an effect if users have the required access level to receive such emails. Default value is ON.
$g_default_email_on_reopened Default user preferences to enable receiving emails when bugs are re-opened. Default value is ON.
$g_default_email_on_bugnote Default user preferences to enable receiving emails when bugnotes are added to bugs. Default value is ON.
$g_default_email_on_status
$g_default_email_on_priority
Default user preferences to enable receiving emails when status or priority is changed. Default is ON. Note that this option is not implemented.
$g_default_email_on_new_minimum_severity
$g_default_email_on_assigned_minimum_severity
$g_default_email_on_feedback_minimum_severity
$g_default_email_on_resolved_minimum_severity
$g_default_email_on_closed_minimum_severity
$g_default_email_on_reopened_minimum_severity
$g_default_email_on_bugnote_minimum_severity
Default user preferences to enable filtering based on issue severity. These correspond to the email_on_<status> settings. Default is 'any'.
$g_default_email_on_bugnote_minimum_severity Default user preference to enable filtering based on issue severity. These corresponds to the email_on_bugnote setting. Default is 'any'.
$g_default_email_on_status_minimum_severity
$g_default_email_on_priority_minimum_severity
Default user preferences to enable filtering based on issue severity. These correspond to the email_on_status and email_on_priority settings. Default is 'any'. Note that this option is not yet implemented.
See also: Email Notifications

User Contributed Notes
Default Preferences
Add Notes About Notes
john#curioussymbols,com
19-Dec-2005 23:15
#775
The file in which you can set these options is config_defaults_inc.php.
nomail
06-Dec-2006 10:35
#1315
Really. That's why this file is called _default_.

Use config_inc.php instead.
Add Notes About Notes
Last updated: Wed, 20 Aug 2008 - 5:14:05

Mantis @ SourceForge