- $g_default_new_account_access_level
Default access level assigned to new sign-up users. The default access level is REPORTER. Look in constant_inc.php for other values.
- $g_default_project_view_status
The default viewing status for new projects (VS_PUBLIC or VS_PRIVATE). The default is VS_PUBLIC.
- $g_default_bug_description
Default value for bug description field used on bug report page. Default is empty description.
- $g_default_bug_additional_info
Default value for bug additional info field used on bug report page. Default is empty.
- $g_default_bug_steps_to_reproduce
Default value for bug steps to reproduce field used on bug report page. Default is empty.
- $g_default_bug_view_status
The default viewing status for the new bug (VS_PUBLIC or VS_PRIVATE). The default is VS_PUBLIC.
- $g_default_bugnote_view_status
The default viewing status for the new bugnote (VS_PUBLIC or VS_PRIVATE). The default is VS_PUBLIC.
- $g_timeline_view_threshold
Threshold for viewing timeline information. Use NOBODY to turn it off. If the timeline is turned off, the other widgets are displayed in a two column view. The default is VIEWER.
- $g_default_reminder_view_status
The default viewing status for the new reminders (VS_PUBLIC or VS_PRIVATE). The default is VS_PUBLIC.
- $g_reminder_receive_threshold
The minimum access level for a user to show up in the reminder user picker. Note that this is the access level for the project for which the issue belongs. The default is DEVELOPER.
- $g_default_bug_resolution
The resolution for a newly created issue. The default is OPEN. Look in constant_inc.php for other values.
- $g_default_bug_severity
The severity for a newly created issue. The default is MINOR. Look in constant_inc.php for other values.
- $g_default_bug_priority
The priority for a newly created issue. The default is NORMAL. Look in constant_inc.php for other values.
- $g_default_bug_reproducibility
The reproducibility for a newly created issue. The default is REPRODUCIBILITY_HAVENOTTRIED. Look in constant_inc.php for other values.
- $g_default_bug_projection
The projection for a newly created issue. The default is PROJECTION_NONE. Look in constant_inc.php for other values.
- $g_default_bug_eta
The ETA for a newly created issue. The default is ETA_NONE. Look in constant_inc.php for other values.
- $g_default_category_for_moves
Default global category to be used when an issue is moved from a project to another that doesn't have a category with a matching name. The default is 1 which is the "General" category that is created in the default database.
- $g_default_limit_view
Number of Issues to show in the View Issues page. The default value is 50.
- $g_default_show_changed
Highlight Issues 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.
- $g_min_refresh_delay
Minimum delay between automatic refreshes of the View Issues page (in minutes).
Also ensures the refresh delay in user preferences isn't too short. If they set their preferences to be lower, then it will be bumped back up to this minimum value.
The default value is 10 minutes.