| $g_window_title |
This is the browser window title (<TITLE> tag). |
| $g_page_title |
This is a heading that is displayed in the viewing area of the page. |
| $g_show_report |
This option is used as a default value for user preferences. This field indicates whether users should get the simple bug report page, advanced bug report page, or both. Possible values are: BOTH, SIMPLE_ONLY, or ADVANCED_ONLY. The default is BOTH. |
| $g_show_update |
This option is used as a default value for user preferences. This field indicates whether users should get the simple bug update page, or the advanced bug update page, or both. Possible values are: BOTH, SIMPLE_ONLY, or ADVANCED_ONLY. The default is BOTH. |
| $g_show_view |
This option is used as a default value for user preferences. This field indicates whether users should get the simple bug view page, or advanced bug view page, or both. Possible values are: BOTH, SIMPLE_ONLY, or ADVANCED_ONLY. The default is BOTH. |
| Users can set their own default preferences for the show report/update/view if the configuration value is BOTH. However, if the value is set to SIMPLE or ADVANCED, then the users should be forced to use the configured values. Note that these settings apply to all projects. |
| $g_show_footer_menu |
Show the menu at the bottom of the page as well as at the top. Default value is OFF. |
| $g_show_project_menu_bar |
This option specifies whether to add menu at the top of the page which includes links to all the projects. The default value is OFF. |
| $g_show_assigned_names |
When a bug is assigned then replace the word "assigned" with the name of the developer in parenthesis. Default is ON. |
| $g_show_priority_text |
Specifies whether to show priority as text (ON) or icon (OFF) in the view all bugs page. Default is OFF (icon). |
| $g_show_bug_project_links |
Show project links when in All Projects mode. Default is ON. |
| $g_status_legend_position |
Specifies the position of the status colour legend, can be: STATUS_LEGEND_POSITION_TOP or STATUS_LEGEND_POSITION_BOTTOM. Default is STATUS_LEGEND_POSITION_BOTTOM. |
| $g_show_attachments_indicator |
In view all bug page, show a clip icon next to bugs that has one or more attachments. The default value is OFF.
The reason why this is defaulted to OFF is that it adds an extra query for every bug dispayed in the list. |
| $g_show_product_version |
This controls display of the version dropdown menus in the report, view and update pages. Valid values are ON, OFF, and AUTO. ON forces the display of the dropdown even if no versions are defined. OFF will suppress the dropdown always. AUTO will suppress the dropdown, if no versions are defined for the project. Introduced in 0.19.0. |
| $g_show_realname |
This control will replace the user's userid with their realname. If it is set to ON, and the real name fiels has been populated, the replacement will occur. It defaults to OFF. Introduced in 0.19.0. |