[ all elements ]

Index of all elements

[ a ] [ b ] [ c ] [ d ] [ e ] [ f ] [ g ] [ h ] [ i ] [ j ] [ l ] [ m ] [ n ] [ o ] [ p ] [ q ] [ r ] [ s ] [ t ] [ u ] [ v ] [ w ] [ x ] [ _ ]

a

$additional_information
in file bug_api.php, variable BugData::$additional_information
$ADODB_FETCH_MODE
in file database_api.php, global variable $ADODB_FETCH_MODE
    set adodb fetch mode
$amount
in file sponsorship_api.php, variable SponsorshipData::$amount
$attachment_count
in file bug_api.php, variable BugData::$attachment_count
$attributes
in file graphviz_api.php, variable Graph::$attributes
$author
in file MantisPlugin.class.php, variable MantisPlugin::$author
    author - Your name, or an array of names.
access_begin
in file manage_config_workflow_page.php, function access_begin()
access_can_close_bug
in file access_api.php, function access_can_close_bug()
    Check if the current user can close the specified bug
access_can_reopen_bug
in file access_api.php, function access_can_reopen_bug()
    Check if the current user can reopen the specified bug
access_compare_level
in file access_api.php, function access_compare_level()
    Check the a user's access against the given "threshold" and return true if the user can access, false otherwise.
access_denied
in file access_api.php, function access_denied()
    Function to be called when a user is attempting to access a page that he/she is not authorised to. This outputs an access denied message then re-directs to the mainpage.
access_ensure_bugnote_level
in file access_api.php, function access_ensure_bugnote_level()
    Check if the user has the specified access level for the given bugnote
access_ensure_bug_level
in file access_api.php, function access_ensure_bug_level()
    Check if the user has the specified access level for the given bug
access_ensure_can_close_bug
in file access_api.php, function access_ensure_can_close_bug()
    Make sure that the current user can close the specified bug
access_ensure_can_reopen_bug
in file access_api.php, function access_ensure_can_reopen_bug()
    Make sure that the current user can reopen the specified bug.
access_ensure_global_level
in file access_api.php, function access_ensure_global_level()
    Check if the user has the specified global access level
access_ensure_project_level
in file access_api.php, function access_ensure_project_level()
    Check if the user has the specified access level for the given project
access_get_global_level
in file access_api.php, function access_get_global_level()
    This function only checks the user's global access level, ignoring any
access_get_local_level
in file access_api.php, function access_get_local_level()
    get the user's access level specific to this project.
access_get_project_level
in file access_api.php, function access_get_project_level()
    This function checks the project access level first (for the current project if none is specified) and if the user is not listed, it falls back on the user's global access level.
access_get_status_threshold
in file access_api.php, function access_get_status_threshold()
    get the access level required to change the issue to the new status If there is no specific differentiated access level, use the generic update_bug_status_threshold.
access_has_any_project
in file access_api.php, function access_has_any_project()
    Check whether the user has the specified access level for any project project
access_has_bugnote_level
in file access_api.php, function access_has_bugnote_level()
    Check the current user's access against the given value and return true if the user's access is equal to or higher, false otherwise.
access_has_bug_level
in file access_api.php, function access_has_bug_level()
    Check the current user's access against the given value and return true if the user's access is equal to or higher, false otherwise.
access_has_global_level
in file access_api.php, function access_has_global_level()
    Check the current user's access against the given value and return true if the user's access is equal to or higher, false otherwise.
access_has_project_level
in file access_api.php, function access_has_project_level()
    Check the current user's access against the given value and return true if the user's access is equal to or higher, false otherwise.
access_row
in file manage_config_workflow_page.php, function access_row()
ACCOUNT_COLUMNS
in file account_manage_columns_page.php, constant ACCOUNT_COLUMNS
account_delete.php
procedural page account_delete.php
account_manage_columns_page.php
procedural page account_manage_columns_page.php
account_page.php
procedural page account_page.php
account_prefs_inc.php
procedural page account_prefs_inc.php
account_prefs_page.php
procedural page account_prefs_page.php
account_prefs_reset.php
procedural page account_prefs_reset.php
account_prefs_update.php
procedural page account_prefs_update.php
account_prof_edit_page.php
procedural page account_prof_edit_page.php
account_prof_menu_page.php
procedural page account_prof_menu_page.php
account_prof_update.php
procedural page account_prof_update.php
account_sponsor_page.php
procedural page account_sponsor_page.php
account_sponsor_update.php
procedural page account_sponsor_update.php
account_update.php
procedural page account_update.php
ACKNOWLEDGED
in file constant_inc.php, constant ACKNOWLEDGED
action_add_note_print_fields
in file bug_actiongroup_add_note_inc.php, function action_add_note_print_fields()
    Prints the field within the custom action form. This has an entry for every field the user need to supply + the submit button. The fields are added as rows in a table that is already created by the calling code.
action_add_note_print_title
in file bug_actiongroup_add_note_inc.php, function action_add_note_print_title()
    Prints the title for the custom action page.
action_add_note_process
in file bug_actiongroup_add_note_inc.php, function action_add_note_process()
    Executes the custom action on the specified bug id.
action_add_note_validate
in file bug_actiongroup_add_note_inc.php, function action_add_note_validate()
    Validates the action on the specified bug id.
action_attach_tags_print_fields
in file bug_actiongroup_attach_tags_inc.php, function action_attach_tags_print_fields()
    Prints the table and form for the Attach Tags group action page.
action_attach_tags_print_title
in file bug_actiongroup_attach_tags_inc.php, function action_attach_tags_print_title()
    Prints the title for the custom action page.
action_attach_tags_process
in file bug_actiongroup_attach_tags_inc.php, function action_attach_tags_process()
    Attaches all the tags to each bug in the group action.
action_attach_tags_validate
in file bug_actiongroup_attach_tags_inc.php, function action_attach_tags_validate()
    Validates the Attach Tags group action.
action_update_product_build_print_fields
in file bug_actiongroup_update_product_build_inc.php, function action_update_product_build_print_fields()
    Prints the field within the custom action form. This has an entry for every field the user need to supply + the submit button. The fields are added as rows in a table that is already created by the calling code.
action_update_product_build_print_title
in file bug_actiongroup_update_product_build_inc.php, function action_update_product_build_print_title()
    Prints the title for the custom action page.
action_update_product_build_process
in file bug_actiongroup_update_product_build_inc.php, function action_update_product_build_process()
    Executes the custom action on the specified bug id.
action_update_product_build_validate
in file bug_actiongroup_update_product_build_inc.php, function action_update_product_build_validate()
    Validates the action on the specified bug id.
action_update_severity_print_fields
in file bug_actiongroup_update_severity_inc.php, function action_update_severity_print_fields()
    Prints the field within the custom action form. This has an entry for every field the user need to supply + the submit button. The fields are added as rows in a table that is already created by the calling code.
action_update_severity_print_title
in file bug_actiongroup_update_severity_inc.php, function action_update_severity_print_title()
    Prints the title for the custom action page.
action_update_severity_process
in file bug_actiongroup_update_severity_inc.php, function action_update_severity_process()
    Executes the custom action on the specified bug id.
action_update_severity_validate
in file bug_actiongroup_update_severity_inc.php, function action_update_severity_validate()
    Validates the action on the specified bug id.
ADDITIONAL_INFO_UPDATED
in file constant_inc.php, constant ADDITIONAL_INFO_UPDATED
add_edge
in file graphviz_api.php, method Graph::add_edge()
    Adds an edge to the graph.
add_node
in file graphviz_api.php, method Graph::add_node()
    Adds a node to the graph.
ADMINISTRATOR
in file constant_inc.php, constant ADMINISTRATOR
adm_config_delete.php
procedural page adm_config_delete.php
adm_config_report.php
procedural page adm_config_report.php
adm_config_set.php
procedural page adm_config_set.php
adm_permissions_report.php
procedural page adm_permissions_report.php
ADVANCED_DEFAULT
in file constant_inc.php, constant ADVANCED_DEFAULT
ADVANCED_ONLY
in file constant_inc.php, constant ADVANCED_ONLY
ajax_click_to_edit
in file ajax_api.php, function ajax_click_to_edit()
ALL_PROJECTS
in file constant_inc.php, constant ALL_PROJECTS
ALL_USERS
in file constant_inc.php, constant ALL_USERS
ANYBODY
in file constant_inc.php, constant ANYBODY
array_merge_recursive2
in file manage_config_email_page.php, function array_merge_recursive2()
    array_merge_recursive2()
ASCENDING
in file constant_inc.php, constant ASCENDING
ASSIGNED
in file constant_inc.php, constant ASSIGNED
auth_attempt_login
in file authentication_api.php, function auth_attempt_login()
    Attempt to login the user with the given password
auth_attempt_script_login
in file authentication_api.php, function auth_attempt_script_login()
    Allows scripts to login using a login name or ( login name + password )
auth_automatic_logon_bypass_form
in file authentication_api.php, function auth_automatic_logon_bypass_form()
    Identicates whether to bypass logon form e.g. when using http auth
auth_clear_cookies
in file authentication_api.php, function auth_clear_cookies()
    Clear login cookies, return true if they were cleared
auth_does_password_match
in file authentication_api.php, function auth_does_password_match()
    Return true if the password for the user id given matches the given
auth_ensure_user_authenticated
in file authentication_api.php, function auth_ensure_user_authenticated()
    Check that there is a user logged-in and authenticated
auth_generate_confirm_hash
in file authentication_api.php, function auth_generate_confirm_hash()
    Generate a confirm_hash 12 character to valide the password reset request
auth_generate_cookie_string
in file authentication_api.php, function auth_generate_cookie_string()
    Generate a string to use as the identifier for the login cookie
auth_generate_random_password
in file authentication_api.php, function auth_generate_random_password()
    Generate a random 12 character password
auth_generate_unique_cookie_string
in file authentication_api.php, function auth_generate_unique_cookie_string()
    Generate a UNIQUE string to use as the identifier for the login cookie
auth_get_current_user_cookie
in file authentication_api.php, function auth_get_current_user_cookie()
    Return the current user login cookie string,
auth_get_current_user_id
in file authentication_api.php, function auth_get_current_user_id()
    Retrieve user id of current user
auth_http_is_logout_pending
in file authentication_api.php, function auth_http_is_logout_pending()
auth_http_prompt
in file authentication_api.php, function auth_http_prompt()
auth_http_set_logout_pending
in file authentication_api.php, function auth_http_set_logout_pending()
auth_is_cookie_string_unique
in file authentication_api.php, function auth_is_cookie_string_unique()
    Return true if the cookie login identifier is unique, false otherwise
auth_is_cookie_valid
in file authentication_api.php, function auth_is_cookie_valid()
    is cookie valid?
auth_is_user_authenticated
in file authentication_api.php, function auth_is_user_authenticated()
    Return true if there is a currently logged in and authenticated user, false otherwise
auth_logout
in file authentication_api.php, function auth_logout()
    Logout the current user and remove any remaining cookies from their browser
auth_prepare_password
in file authentication_api.php, function auth_prepare_password()
    prepare/override the password provided from logon form (if necessary)
auth_prepare_username
in file authentication_api.php, function auth_prepare_username()
    prepare/override the username provided from logon form (if necessary)
auth_process_plain_password
in file authentication_api.php, function auth_process_plain_password()
    Encrypt and return the plain password given, as appropriate for the current global login method.
auth_reauthenticate
in file authentication_api.php, function auth_reauthenticate()
    Check for authentication tokens, and display re-authentication page if needed.
auth_reauthenticate_page
in file authentication_api.php, function auth_reauthenticate_page()
    Generate the intermediate authentication page.
auth_set_cookies
in file authentication_api.php, function auth_set_cookies()
    Set login cookies for the user
auth_set_tokens
in file authentication_api.php, function auth_set_tokens()
    Set authentication tokens for secure session.
AUTO
in file constant_inc.php, constant AUTO
access_api.php
procedural page access_api.php
ajax_api.php
procedural page ajax_api.php
authentication_api.php
procedural page authentication_api.php
top

b

$b
in file make_captcha_img.php, variable masc_captcha::$b
$basename
in file MantisPlugin.class.php, variable MantisPlugin::$basename
$body
in file email_queue_api.php, variable EmailData::$body
$bugnotes_count
in file bug_api.php, variable BugData::$bugnotes_count
$bugnote_order
in file user_pref_api.php, variable UserPreferences::$bugnote_order
$bug_id
in file bugnote_api.php, variable BugnoteData::$bug_id
$bug_id
in file sponsorship_api.php, variable SponsorshipData::$bug_id
$build
in file bug_api.php, variable BugData::$build
BAD
in file constant_inc.php, constant BAD
BASE_PATH
in file core.php, constant BASE_PATH
base_url
in file MantisCoreWikiPlugin.class.php, method MantisCoreWikkaWikiPlugin::base_url()
base_url
in file MantisCoreWikiPlugin.class.php, method MantisCoreMediaWikiPlugin::base_url()
base_url
in file MantisCoreWikiPlugin.class.php, method MantisCoreXwikiPlugin::base_url()
base_url
in file MantisCoreWikiPlugin.class.php, method MantisCoreDokuwikiPlugin::base_url()
base_url
in file MantisCoreWikiPlugin.class.php, method MantisCoreTwikiPlugin::base_url()
BASIC_AUTH
in file constant_inc.php, constant BASIC_AUTH
billing_inc.php
procedural page billing_inc.php
billing_page.php
procedural page billing_page.php
BLOCK
in file constant_inc.php, constant BLOCK
BOTH
in file constant_inc.php, constant BOTH
browser_search_plugin.php
procedural page browser_search_plugin.php
BugData
in file bug_api.php, class BugData
    Bug Data Structure Definition
BUGNOTE
in file constant_inc.php, constant BUGNOTE
BugnoteData
in file bugnote_api.php, class BugnoteData
    Bugnote Data Structure Definition
bugnote_add
in file bugnote_api.php, function bugnote_add()
    Add a bugnote to a bug
bugnote_add.php
procedural page bugnote_add.php
BUGNOTE_ADDED
in file constant_inc.php, constant BUGNOTE_ADDED
bugnote_add_inc.php
procedural page bugnote_add_inc.php
bugnote_clear_cache
in file bugnote_api.php, function bugnote_clear_cache()
    Clear a bugnote from the cache or all bug notes if no bugnote id specified.
bugnote_date_update
in file bugnote_api.php, function bugnote_date_update()
    Update the last_modified field of the bugnote
bugnote_delete
in file bugnote_api.php, function bugnote_delete()
    Delete a bugnote
bugnote_delete.php
procedural page bugnote_delete.php
BUGNOTE_DELETED
in file constant_inc.php, constant BUGNOTE_DELETED
bugnote_delete_all
in file bugnote_api.php, function bugnote_delete_all()
    delete all bugnotes associated with the given bug
bugnote_edit_page.php
procedural page bugnote_edit_page.php
bugnote_ensure_exists
in file bugnote_api.php, function bugnote_ensure_exists()
    Check if a bugnote with the given ID exists
bugnote_exists
in file bugnote_api.php, function bugnote_exists()
    Check if a bugnote with the given ID exists
bugnote_format_id
in file bugnote_api.php, function bugnote_format_id()
    Pad the bugnote id with the appropriate number of zeros for printing
bugnote_get_all_bugnotes
in file bugnote_api.php, function bugnote_get_all_bugnotes()
    Build the bugnotes array for the given bug_id.
bugnote_get_all_visible_bugnotes
in file bugnote_api.php, function bugnote_get_all_visible_bugnotes()
    Build the bugnotes array for the given bug_id filtered by specified $p_user_access_level.
bugnote_get_field
in file bugnote_api.php, function bugnote_get_field()
    Get a field for the given bugnote
bugnote_get_latest_id
in file bugnote_api.php, function bugnote_get_latest_id()
    Get latest bugnote id
bugnote_get_text
in file bugnote_api.php, function bugnote_get_text()
    Get the text associated with the bugnote
bugnote_is_user_reporter
in file bugnote_api.php, function bugnote_is_user_reporter()
    Check if the given user is the reporter of the bugnote
BUGNOTE_REVISION_DROPPED
in file constant_inc.php, constant BUGNOTE_REVISION_DROPPED
bugnote_set_text
in file bugnote_api.php, function bugnote_set_text()
    Set the bugnote text
bugnote_set_time_tracking
in file bugnote_api.php, function bugnote_set_time_tracking()
    Update the time_tracking field of the bugnote
bugnote_set_view_state
in file bugnote_api.php, function bugnote_set_view_state()
    Set the view state of the bugnote
bugnote_set_view_state.php
procedural page bugnote_set_view_state.php
BUGNOTE_STATE_CHANGED
in file constant_inc.php, constant BUGNOTE_STATE_CHANGED
bugnote_stats_get_events_array
in file bugnote_api.php, function bugnote_stats_get_events_array()
    Returns an array of bugnote stats
bugnote_stats_get_project_array
in file bugnote_api.php, function bugnote_stats_get_project_array()
    Returns an array of bugnote stats
bugnote_stats_inc.php
procedural page bugnote_stats_inc.php
bugnote_update.php
procedural page bugnote_update.php
BUGNOTE_UPDATED
in file constant_inc.php, constant BUGNOTE_UPDATED
bugnote_view_inc.php
procedural page bugnote_view_inc.php
BugRelationshipData
in file relationship_api.php, class BugRelationshipData
    RelationshipData Structure Definition
bug_actiongroup.php
procedural page bug_actiongroup.php
bug_actiongroup_add_note_inc.php
procedural page bug_actiongroup_add_note_inc.php
bug_actiongroup_attach_tags_inc.php
procedural page bug_actiongroup_attach_tags_inc.php
bug_actiongroup_ext.php
procedural page bug_actiongroup_ext.php
bug_actiongroup_ext_page.php
procedural page bug_actiongroup_ext_page.php
bug_actiongroup_page.php
procedural page bug_actiongroup_page.php
bug_actiongroup_update_product_build_inc.php
procedural page bug_actiongroup_update_product_build_inc.php
bug_actiongroup_update_severity_inc.php
procedural page bug_actiongroup_update_severity_inc.php
BUG_ADD_RELATIONSHIP
in file constant_inc.php, constant BUG_ADD_RELATIONSHIP
BUG_ADD_SPONSORSHIP
in file constant_inc.php, constant BUG_ADD_SPONSORSHIP
bug_assign
in file bug_api.php, function bug_assign()
    assign the bug to the given user
bug_assign.php
procedural page bug_assign.php
BUG_BLOCKS
in file constant_inc.php, constant BUG_BLOCKS
bug_cache_array_rows
in file bug_api.php, function bug_cache_array_rows()
    Cache a set of bugs
bug_cache_database_result
in file bug_api.php, function bug_cache_database_result()
    Cache a database result-set containing full contents of bug_table row.
bug_cache_row
in file bug_api.php, function bug_cache_row()
    Cache a bug row if necessary and return the cached copy
bug_change_status_page.php
procedural page bug_change_status_page.php
bug_check_workflow
in file bug_api.php, function bug_check_workflow()
    Validate workflow state to see if bug can be moved to requested state
bug_clear_cache
in file bug_api.php, function bug_clear_cache()
    Clear a bug from the cache or all bugs if no bug id specified.
BUG_CLONED_TO
in file constant_inc.php, constant BUG_CLONED_TO
bug_close
in file bug_api.php, function bug_close()
    close the given bug
bug_copy
in file bug_api.php, function bug_copy()
    Copy a bug from one project to another. Also make copies of issue notes, attachments, history, email notifications etc.
BUG_CREATED_FROM
in file constant_inc.php, constant BUG_CREATED_FROM
bug_delete
in file bug_api.php, function bug_delete()
    allows bug deletion :
BUG_DELETED
in file constant_inc.php, constant BUG_DELETED
bug_delete_all
in file bug_api.php, function bug_delete_all()
    Delete all bugs associated with a project
BUG_DELETE_SPONSORSHIP
in file constant_inc.php, constant BUG_DELETE_SPONSORSHIP
BUG_DEL_RELATIONSHIP
in file constant_inc.php, constant BUG_DEL_RELATIONSHIP
BUG_DEPENDANT
in file constant_inc.php, constant BUG_DEPENDANT
BUG_DUPLICATE
in file constant_inc.php, constant BUG_DUPLICATE
bug_ensure_exists
in file bug_api.php, function bug_ensure_exists()
    Check if a bug exists. If it doesn't then trigger an error
bug_exists
in file bug_api.php, function bug_exists()
    Check if a bug exists
bug_file_add.php
procedural page bug_file_add.php
bug_file_delete.php
procedural page bug_file_delete.php
bug_file_upload_inc.php
procedural page bug_file_upload_inc.php
bug_format_id
in file bug_api.php, function bug_format_id()
    Pads the bug id with the appropriate number of zeros.
bug_format_summary
in file bug_api.php, function bug_format_summary()
    return the bug summary
bug_get
in file bug_api.php, function bug_get()
    Returns an object representing the specified bug
bug_get_attachments
in file bug_api.php, function bug_get_attachments()
    Get array of attachments associated with the specified bug id. The array will be sorted in terms of date added (ASC). The array will include the following fields: id, title, diskfile, filename, filesize, file_type, date_added.
bug_get_bugnote_stats
in file bug_api.php, function bug_get_bugnote_stats()
    return the timestamp for the most recent time at which a bugnote
bug_get_extended_row
in file bug_api.php, function bug_get_extended_row()
    Returns the extended record of the specified bug, this includes
bug_get_field
in file bug_api.php, function bug_get_field()
    return the specified field of the given bug
bug_get_newest_bugnote_timestamp
in file bug_api.php, function bug_get_newest_bugnote_timestamp()
    return the timestamp for the most recent time at which a bugnote
bug_get_row
in file bug_api.php, function bug_get_row()
    Returns the record of the specified bug
bug_get_text_field
in file bug_api.php, function bug_get_text_field()
    return the specified text field of the given bug
bug_group_action_print_action_fields
in file bug_group_action_api.php, function bug_group_action_print_action_fields()
    Prints the list of fields in the custom action form. These are the user inputs and the submit button. This ends up calling action_<action>_print_fields() from bug_actiongroup_<action>_inc.php
bug_group_action_print_bottom
in file bug_group_action_api.php, function bug_group_action_print_bottom()
    Print the bottom part for the bug action group page.
bug_group_action_print_bug_list
in file bug_group_action_api.php, function bug_group_action_print_bug_list()
    Print the list of selected issues and the legend for the status colors.
bug_group_action_print_hidden_fields
in file bug_group_action_api.php, function bug_group_action_print_hidden_fields()
    Print the array of issue ids via hidden fields in the form to be passed on to the bug action group action page.
bug_group_action_print_title
in file bug_group_action_api.php, function bug_group_action_print_title()
    Prints some title text for the custom action page. This ends up calling action_<action>_print_title() from bug_actiongroup_<action>_inc.php
bug_group_action_print_top
in file bug_group_action_api.php, function bug_group_action_print_top()
    Print the top part for the bug action group page.
bug_group_action_process
in file bug_group_action_api.php, function bug_group_action_process()
    Executes an action on a bug. This ends up calling action_<action>_process() from bug_actiongroup_<action>_inc.php
bug_group_action_validate
in file bug_group_action_api.php, function bug_group_action_validate()
    Validates the combination of an action and a bug. This ends up calling action_<action>_validate() from bug_actiongroup_<action>_inc.php
BUG_HAS_DUPLICATE
in file constant_inc.php, constant BUG_HAS_DUPLICATE
bug_is_overdue
in file bug_api.php, function bug_is_overdue()
    Check if a given bug is overdue
bug_is_readonly
in file bug_api.php, function bug_is_readonly()
    Check if the bug is readonly and shouldn't be modified For a bug to be readonly the status has to be >= bug_readonly_status_threshold and current user access level < update_readonly_bug_threshold.
bug_is_resolved
in file bug_api.php, function bug_is_resolved()
    Check if a given bug is resolved
bug_is_user_handler
in file bug_api.php, function bug_is_user_handler()
    check if the given user is the handler of the bug
bug_is_user_reporter
in file bug_api.php, function bug_is_user_reporter()
    check if the given user is the reporter of the bug
BUG_MONITOR
in file constant_inc.php, constant BUG_MONITOR
bug_monitor
in file bug_api.php, function bug_monitor()
    enable monitoring of this bug for the user
bug_monitor_add.php
procedural page bug_monitor_add.php
bug_monitor_copy
in file bug_api.php, function bug_monitor_copy()
    Copy list of users monitoring a bug to the monitor list of a second bug
bug_monitor_delete.php
procedural page bug_monitor_delete.php
bug_monitor_list_view_inc.php
procedural page bug_monitor_list_view_inc.php
BUG_PAID_SPONSORSHIP
in file constant_inc.php, constant BUG_PAID_SPONSORSHIP
BUG_RELATED
in file constant_inc.php, constant BUG_RELATED
bug_relationship_add.php
procedural page bug_relationship_add.php
bug_relationship_delete.php
procedural page bug_relationship_delete.php
bug_relationship_graph.php
procedural page bug_relationship_graph.php
bug_relationship_graph_img.php
procedural page bug_relationship_graph_img.php
bug_reminder.php
procedural page bug_reminder.php
bug_reminder_page.php
procedural page bug_reminder_page.php
bug_reopen
in file bug_api.php, function bug_reopen()
    reopen the given bug
BUG_REPLACE_RELATIONSHIP
in file constant_inc.php, constant BUG_REPLACE_RELATIONSHIP
bug_report.php
procedural page bug_report.php
bug_report_advanced_page.php
procedural page bug_report_advanced_page.php
bug_report_page.php
procedural page bug_report_page.php
bug_resolve
in file bug_api.php, function bug_resolve()
    resolve the given bug
bug_revision_add
in file bug_revision_api.php, function bug_revision_add()
    Add a new revision to a bug history.
bug_revision_count
in file bug_revision_api.php, function bug_revision_count()
    Retrieve a count of revisions to the bug's information.
bug_revision_delete
in file bug_revision_api.php, function bug_revision_delete()
    Delete all revision history for a bug.
bug_revision_drop
in file bug_revision_api.php, function bug_revision_drop()
    Remove one or more bug revisions from the bug history.
bug_revision_drop.php
procedural page bug_revision_drop.php
BUG_REVISION_DROPPED
in file constant_inc.php, constant BUG_REVISION_DROPPED
bug_revision_exists
in file bug_revision_api.php, function bug_revision_exists()
    Check if a bug revision exists
bug_revision_get
in file bug_revision_api.php, function bug_revision_get()
    Get a row of data for a given revision ID.
bug_revision_get_type_name
in file bug_revision_api.php, function bug_revision_get_type_name()
    Get the name of the type of a bug revision.
bug_revision_last
in file bug_revision_api.php, function bug_revision_last()
    Retrieve the last change to the bug's information.
bug_revision_like
in file bug_revision_api.php, function bug_revision_like()
    Retrieve a list of changes to a bug of the same type as the given revision ID.
bug_revision_list
in file bug_revision_api.php, function bug_revision_list()
    Retrieve a full list of changes to the bug's information.
bug_revision_view_page.php
procedural page bug_revision_view_page.php
bug_row_to_object
in file bug_api.php, function bug_row_to_object()
bug_set_field
in file bug_api.php, function bug_set_field()
    Set the value of a bug field
bug_set_sponsorship.php
procedural page bug_set_sponsorship.php
bug_sponsorship_list_view_inc.php
procedural page bug_sponsorship_list_view_inc.php
bug_stick.php
procedural page bug_stick.php
bug_text_cache_row
in file bug_api.php, function bug_text_cache_row()
    Cache a bug text row if necessary and return the cached copy
bug_text_clear_cache
in file bug_api.php, function bug_text_clear_cache()
    Clear a bug's bug text from the cache or all bug text if no bug id specified.
bug_unmonitor
in file bug_api.php, function bug_unmonitor()
    disable monitoring of this bug for the user if $p_user_id = null, then bug is unmonitored for all users.
BUG_UNMONITOR
in file constant_inc.php, constant BUG_UNMONITOR
bug_update.php
procedural page bug_update.php
bug_update_advanced_page.php
procedural page bug_update_advanced_page.php
bug_update_date
in file bug_api.php, function bug_update_date()
    updates the last_updated field
bug_update_page.php
procedural page bug_update_page.php
BUG_UPDATE_SPONSORSHIP
in file constant_inc.php, constant BUG_UPDATE_SPONSORSHIP
bug_view_advanced_page.php
procedural page bug_view_advanced_page.php
bug_view_inc.php
procedural page bug_view_inc.php
BUG_VIEW_INC_ALLOW
in file bug_change_status_page.php, constant BUG_VIEW_INC_ALLOW
bug_view_page.php
procedural page bug_view_page.php
BY_DATE
in file constant_inc.php, constant BY_DATE
BY_LIMIT
in file constant_inc.php, constant BY_LIMIT
bugnote_api.php
procedural page bugnote_api.php
bug_api.php
procedural page bug_api.php
bug_group_action_api.php
procedural page bug_group_action_api.php
bug_revision_api.php
procedural page bug_revision_api.php
top

c

$category_id
in file bug_api.php, variable BugData::$category_id
$chars
in file make_captcha_img.php, variable masc_captcha::$chars
$column
in file MantisColumn.class.php, variable MantisColumn::$column
    Column name, as selected in the manage columns interfaces.
$contact
in file MantisPlugin.class.php, variable MantisPlugin::$contact
    contact - An email address where you can be contacted.
check.php
procedural page check.php
copy_field.php
procedural page copy_field.php
cache
in file MantisColumn.class.php, method MantisColumn::cache()
    Allow plugin columns to pre-cache data for all issues that will be shown in a given view. This is preferable to the alternative option of querying the database for each issue as the display() method is called.
capability_row
in file manage_config_workflow_page.php, function capability_row()
category_add
in file category_api.php, function category_add()
    Add a new category to the project
category_cache_array_rows
in file category_api.php, function category_cache_array_rows()
category_cache_array_rows_by_project
in file category_api.php, function category_cache_array_rows_by_project()
category_ensure_exists
in file category_api.php, function category_ensure_exists()
    Check whether the category exists in the project
category_ensure_unique
in file category_api.php, function category_ensure_unique()
    Check whether the category is unique within a project
category_exists
in file category_api.php, function category_exists()
    Check whether the category exists in the project
category_full_name
in file category_api.php, function category_full_name()
    Retrieves category name (including project name if required)
category_get_all_rows
in file category_api.php, function category_get_all_rows()
    Return all categories for the specified project id.
category_get_field
in file category_api.php, function category_get_field()
    Given a category id and a field name, this function returns the field value.
category_get_id_by_name
in file category_api.php, function category_get_id_by_name()
    Given a category name and project, this function returns the category id.
category_get_name
in file category_api.php, function category_get_name()
    Given a category id, this function returns the category name.
category_get_row
in file category_api.php, function category_get_row()
    Return the definition row for the category
category_is_unique
in file category_api.php, function category_is_unique()
    Check whether the category is unique within a project
category_remove
in file category_api.php, function category_remove()
    Remove a category from the project
category_remove_all
in file category_api.php, function category_remove_all()
    Remove all categories associated with a project
category_sort_rows_by_project
in file category_api.php, function category_sort_rows_by_project()
    Sort categories based on what project they're in.
category_update
in file category_api.php, function category_update()
    Update the name and user associated with the category
cfdef_input_checkbox
in file cfdef_standard.php, function cfdef_input_checkbox()
cfdef_input_date
in file cfdef_standard.php, function cfdef_input_date()
    Prints the controls for the date selector.
cfdef_input_list
in file cfdef_standard.php, function cfdef_input_list()
cfdef_input_radio
in file cfdef_standard.php, function cfdef_input_radio()
cfdef_input_textbox
in file cfdef_standard.php, function cfdef_input_textbox()
cfdef_prepare_date_default
in file cfdef_standard.php, function cfdef_prepare_date_default()
    Translates the default date value entered by the creator of the custom field into a date value. For example, translate '=tomorrow' to tomorrow's date.
cfdef_prepare_date_value
in file cfdef_standard.php, function cfdef_prepare_date_value()
cfdef_prepare_date_value_for_email
in file cfdef_standard.php, function cfdef_prepare_date_value_for_email()
cfdef_prepare_email_value
in file cfdef_standard.php, function cfdef_prepare_email_value()
cfdef_prepare_email_value_for_email
in file cfdef_standard.php, function cfdef_prepare_email_value_for_email()
cfdef_prepare_list_database_to_value
in file cfdef_standard.php, function cfdef_prepare_list_database_to_value()
cfdef_prepare_list_distinct_values
in file cfdef_standard.php, function cfdef_prepare_list_distinct_values()
cfdef_prepare_list_value
in file cfdef_standard.php, function cfdef_prepare_list_value()
cfdef_prepare_list_value_for_email
in file cfdef_standard.php, function cfdef_prepare_list_value_for_email()
cfdef_prepare_list_value_to_database
in file cfdef_standard.php, function cfdef_prepare_list_value_to_database()
changelog_page.php
procedural page changelog_page.php
change_TTF
in file make_captcha_img.php, method masc_captcha::change_TTF()
checkfile
in file test_langs.php, function checkfile()
CHECKIN
in file constant_inc.php, constant CHECKIN
checklangdir
in file test_langs.php, function checklangdir()
checktoken
in file test_langs.php, function checktoken()
check_checked
in file helper_api.php, function check_checked()
    If $p_var and $p_val are equal to each other then we PRINT CHECKED This is used when we want to know if a variable indicated a certain element is checked
check_php_version
in file install_helper_functions.php, function check_php_version()
check_selected
in file helper_api.php, function check_selected()
    If $p_var is not an array and is equal to $p_val then we PRINT SELECTED.
check_zend_optimiser_version
in file check.php, function check_zend_optimiser_version()
CLOSED
in file constant_inc.php, constant CLOSED
collapse_cache_token
in file collapse_api.php, function collapse_cache_token()
    Cache collapse API data from the database for the current user.
collapse_closed
in file collapse_api.php, function collapse_closed()
    Marks the end of a collapse block's open phase and the beginning of the block's closed phase. Thi will only be visible if the block have been collapsed and javascript is enabled.
collapse_display
in file collapse_api.php, function collapse_display()
    Determine if a block should be displayed open by default.
collapse_end
in file collapse_api.php, function collapse_end()
    Marks the end of a collaps block's closed phase.
collapse_icon
in file collapse_api.php, function collapse_icon()
    Marks the location where a +/- icon is placed in output for the user to toggle the collapse block status.
collapse_open
in file collapse_api.php, function collapse_open()
    Marks the beginning of a collapse block's open phase.
colour_notify_flag
in file manage_config_email_page.php, function colour_notify_flag()
colour_threshold_flag
in file manage_config_email_page.php, function colour_threshold_flag()
columns_ensure_valid
in file columns_api.php, function columns_ensure_valid()
    Checks an array of columns for duplicate or invalid fields.
columns_filter_disabled
in file columns_api.php, function columns_filter_disabled()
    Filters an array of columns based on configuration options. The filtering can remove columns whose features are disabled.
columns_get_all
in file columns_api.php, function columns_get_all()
    Get all accessible columns for the current project / current user..
columns_get_plugin_columns
in file columns_api.php, function columns_get_plugin_columns()
    Allow plugins to define a set of class-based columns, and register/load them here to be used by columns_api.
columns_get_standard
in file columns_api.php, function columns_get_standard()
    Get a list of standard columns.
columns_plugin_cache_issue_data
in file columns_api.php, function columns_plugin_cache_issue_data()
    Allow plugin columns to pre-cache data for a set of issues rather than requiring repeated queries for each issue.
columns_remove_invalid
in file columns_api.php, function columns_remove_invalid()
    Validates an array of column names and removes ones that are not valid. The validation is not case sensitive.
columns_string_to_array
in file columns_api.php, function columns_string_to_array()
    Converts a string of comma separate column names to an array.
COLUMNS_TARGET_CSV_PAGE
in file constant_inc.php, constant COLUMNS_TARGET_CSV_PAGE
COLUMNS_TARGET_EXCEL_PAGE
in file constant_inc.php, constant COLUMNS_TARGET_EXCEL_PAGE
COLUMNS_TARGET_PRINT_PAGE
in file constant_inc.php, constant COLUMNS_TARGET_PRINT_PAGE
COLUMNS_TARGET_VIEW_PAGE
in file constant_inc.php, constant COLUMNS_TARGET_VIEW_PAGE
column_get_custom_field_name
in file columns_api.php, function column_get_custom_field_name()
    Given a column name from the array of columns to be included in a view, this method checks if the column is a custom column and if so returns its name. Note that for custom fields, then provided names will have the "custom_" prefix, where the returned ones won't have the prefix.
column_get_title
in file columns_api.php, function column_get_title()
    Gets the localized title for the specified column. The column can be native or custom.
column_is_extended
in file columns_api.php, function column_is_extended()
    Checks if the specified column is an extended column. Extended columns are native columns that are associated with the issue but are saved in mantis_bug_text_table.
COMPRESSION_DISABLED
in file file_download.php, constant COMPRESSION_DISABLED
compress_disable
in file compress_api.php, function compress_disable()
    Disable output buffering with compression.
compress_enable
in file compress_api.php, function compress_enable()
    Enable output buffering with compression.
compress_handler
in file compress_api.php, function compress_handler()
    Output Buffering handler that either compresses the buffer or just.
compress_handler_is_enabled
in file compress_api.php, function compress_handler_is_enabled()
    Check if compression handler (ob_gzhandler) should be enabled. Note: this should not be used as an indicator of whether output received by a client will be compressed, only whether an output handler is used to compress output.
compress_start_handler
in file compress_api.php, function compress_start_handler()
    Start compression handler if required
config
in file MantisPlugin.class.php, method MantisPlugin::config()
    return an array of default configuration name/value pairs
config
in file MantisCoreWikiPlugin.class.php, method MantisCoreWikiPlugin::config()
CONFIGURED_PASSWORD
in file constant_inc.php, constant CONFIGURED_PASSWORD
config_can_delete
in file config_api.php, function config_can_delete()
config_can_set_in_database
in file config_api.php, function config_can_set_in_database()
config_defaults_inc.php
procedural page config_defaults_inc.php
config_delete
in file config_api.php, function config_delete()
config_delete_for_user
in file config_api.php, function config_delete_for_user()
    Delete the specified option for the specified user.across all projects.
config_delete_project
in file config_api.php, function config_delete_project()
config_eval
in file config_api.php, function config_eval()
config_filter_defaults_inc.php
procedural page config_filter_defaults_inc.php
config_flush_cache
in file config_api.php, function config_flush_cache()
config_get
in file config_api.php, function config_get()
config_get_access
in file config_api.php, function config_get_access()
config_get_global
in file config_api.php, function config_get_global()
config_inc.php
procedural page config_inc.php
config_is_private
in file config_api.php, function config_is_private()
config_is_set
in file config_api.php, function config_is_set()
config_obsolete
in file config_api.php, function config_obsolete()
config_set
in file config_api.php, function config_set()
config_set_cache
in file config_api.php, function config_set_cache()
config_set_global
in file config_api.php, function config_set_global()
CONFIG_TYPE_COMPLEX
in file constant_inc.php, constant CONFIG_TYPE_COMPLEX
CONFIG_TYPE_FLOAT
in file constant_inc.php, constant CONFIG_TYPE_FLOAT
CONFIG_TYPE_INT
in file constant_inc.php, constant CONFIG_TYPE_INT
CONFIG_TYPE_STRING
in file constant_inc.php, constant CONFIG_TYPE_STRING
CONFIRMED
in file constant_inc.php, constant CONFIRMED
constant_replace
in file adm_config_set.php, function constant_replace()
    Check if the passed string is a constant and return its value
category_api.php
procedural page category_api.php
cfdef_standard.php
procedural page cfdef_standard.php
collapse_api.php
procedural page collapse_api.php
columns_api.php
procedural page columns_api.php
compress_api.php
procedural page compress_api.php
config_api.php
procedural page config_api.php
constant_inc.php
procedural page constant_inc.php
csv_api.php
procedural page csv_api.php
current_user_api.php
procedural page current_user_api.php
custom_field_api.php
procedural page custom_field_api.php
custom_function_api.php
procedural page custom_function_api.php
core.php
procedural page core.php
CRASH
in file constant_inc.php, constant CRASH
create
in file bug_api.php, method BugData::create()
    Insert a new bug into the database
CRYPT
in file constant_inc.php, constant CRYPT
CRYPT_FULL_SALT
in file constant_inc.php, constant CRYPT_FULL_SALT
csv_escape_string
in file csv_api.php, function csv_escape_string()
    escape a string before writing it to csv file.
csv_export.php
procedural page csv_export.php
csv_format_additional_information
in file csv_api.php, function csv_format_additional_information()
    return the additional information
csv_format_build
in file csv_api.php, function csv_format_build()
    return the build
csv_format_category_id
in file csv_api.php, function csv_format_category_id()
    return the category
csv_format_date_submitted
in file csv_api.php, function csv_format_date_submitted()
    return the date submitted
csv_format_description
in file csv_api.php, function csv_format_description()
    return the description
csv_format_due_date
in file csv_api.php, function csv_format_due_date()
    return the due date column
csv_format_duplicate_id
in file csv_api.php, function csv_format_duplicate_id()
    return the duplicate bug id
csv_format_eta
in file csv_api.php, function csv_format_eta()
    return the eta
csv_format_fixed_in_version
in file csv_api.php, function csv_format_fixed_in_version()
    return the fixed_in_version
csv_format_handler_id
in file csv_api.php, function csv_format_handler_id()
    returns the handler name corresponding to the supplied id
csv_format_id
in file csv_api.php, function csv_format_id()
    format bug id
csv_format_last_updated
in file csv_api.php, function csv_format_last_updated()
    return the last updated date
csv_format_os
in file csv_api.php, function csv_format_os()
    return the operating system
csv_format_os_build
in file csv_api.php, function csv_format_os_build()
    return the os build (os version)
csv_format_platform
in file csv_api.php, function csv_format_platform()
    return the platform
csv_format_priority
in file csv_api.php, function csv_format_priority()
    return the priority string
csv_format_projection
in file csv_api.php, function csv_format_projection()
    return the projection
csv_format_project_id
in file csv_api.php, function csv_format_project_id()
    returns the project name corresponding to the supplied project id.
csv_format_reporter_id
in file csv_api.php, function csv_format_reporter_id()
    returns the reporter name corresponding to the supplied id.
csv_format_reproducibility
in file csv_api.php, function csv_format_reproducibility()
    return the reproducability string
csv_format_resolution
in file csv_api.php, function csv_format_resolution()
    return the resolution string
csv_format_selection
in file csv_api.php, function csv_format_selection()
    return the selection
csv_format_severity
in file csv_api.php, function csv_format_severity()
    return the severity string
csv_format_status
in file csv_api.php, function csv_format_status()
    return the status string
csv_format_steps_to_reproduce
in file csv_api.php, function csv_format_steps_to_reproduce()
    return the steps to reproduce
csv_format_summary
in file csv_api.php, function csv_format_summary()
    return the summary
csv_format_target_version
in file csv_api.php, function csv_format_target_version()
    return the target_version
csv_format_version
in file csv_api.php, function csv_format_version()
    return the version
csv_format_view_state
in file csv_api.php, function csv_format_view_state()
    return the view state (eg: private / public)
csv_get_columns
in file csv_api.php, function csv_get_columns()
    An array of column names that are used to identify fields to include and in which order.
csv_get_default_filename
in file csv_api.php, function csv_get_default_filename()
    if all projects selected, default to <username>.csv, otherwise default to <projectname>.csv.
csv_get_newline
in file csv_api.php, function csv_get_newline()
    get the csv file new line, can be moved to config in the future
csv_get_separator
in file csv_api.php, function csv_get_separator()
    get the csv file separator, can be moved to config in the future
current_user_ensure_unprotected
in file current_user_api.php, function current_user_ensure_unprotected()
    Triggers an ERROR if the current user account is protected.
current_user_get_accessible_projects
in file current_user_api.php, function current_user_get_accessible_projects()
    Returns an array of projects that are accessible to the current logged in user.
current_user_get_accessible_subprojects
in file current_user_api.php, function current_user_get_accessible_subprojects()
    Returns an array of subprojects of the specified project to which the currently logged in user has access to.
current_user_get_access_level
in file current_user_api.php, function current_user_get_access_level()
    Returns the access level of the current user in the current project
current_user_get_all_accessible_subprojects
in file current_user_api.php, function current_user_get_all_accessible_subprojects()
    Returns an array of subprojects of the specified project to which the currently logged in user has access, including subprojects of subprojects
current_user_get_assigned_open_bug_count
in file current_user_api.php, function current_user_get_assigned_open_bug_count()
    Returns the number of open issues that are assigned to the current user in the current project.
current_user_get_bug_filter
in file current_user_api.php, function current_user_get_bug_filter()
    Returns the issue filter parameters for the current user
current_user_get_field
in file current_user_api.php, function current_user_get_field()
    Returns the specified field of the currently logged in user
current_user_get_pref
in file current_user_api.php, function current_user_get_pref()
    Returns the specified field of the currently logged in user
current_user_get_reported_open_bug_count
in file current_user_api.php, function current_user_get_reported_open_bug_count()
    Returns the number of open reported bugs by the current user in the current project
current_user_is_administrator
in file current_user_api.php, function current_user_is_administrator()
    Returns true if the currently logged in user is has a role of administrator or higher, false otherwise
current_user_is_anonymous
in file current_user_api.php, function current_user_is_anonymous()
    Returns true if the current user is the anonymous user.
current_user_is_protected
in file current_user_api.php, function current_user_is_protected()
    Returns true if the current user is a protected user, false otherwise.
current_user_set_default_project
in file current_user_api.php, function current_user_set_default_project()
    Return the specified field of the currently logged in user
current_user_set_pref
in file current_user_api.php, function current_user_set_pref()
    Sets the specified preference for the current logged in user.
custom_field_allow_manage_display
in file custom_field_api.php, function custom_field_allow_manage_display()
custom_field_cache_array_rows
in file custom_field_api.php, function custom_field_cache_array_rows()
    Cache custom fields contained within an array of field id's
custom_field_cache_row
in file custom_field_api.php, function custom_field_cache_row()
    Cache a custom field row if necessary and return the cached copy If the second parameter is true (default), trigger an error if the field can't be found. If the second parameter is false, return false if the field can't be found.
custom_field_clear_cache
in file custom_field_api.php, function custom_field_clear_cache()
    Clear the custom field cache (or just the given id if specified)
custom_field_create
in file custom_field_api.php, function custom_field_create()
    create a new custom field with the name $p_name
custom_field_database_to_value
in file custom_field_api.php, function custom_field_database_to_value()
    Convert the database-value to value, depending of the type
CUSTOM_FIELD_DATE_AFTER
in file constant_inc.php, constant CUSTOM_FIELD_DATE_AFTER
CUSTOM_FIELD_DATE_ANY
in file constant_inc.php, constant CUSTOM_FIELD_DATE_ANY
CUSTOM_FIELD_DATE_BEFORE
in file constant_inc.php, constant CUSTOM_FIELD_DATE_BEFORE
CUSTOM_FIELD_DATE_BETWEEN
in file constant_inc.php, constant CUSTOM_FIELD_DATE_BETWEEN
CUSTOM_FIELD_DATE_NONE
in file constant_inc.php, constant CUSTOM_FIELD_DATE_NONE
CUSTOM_FIELD_DATE_ON
in file constant_inc.php, constant CUSTOM_FIELD_DATE_ON
CUSTOM_FIELD_DATE_ONORAFTER
in file constant_inc.php, constant CUSTOM_FIELD_DATE_ONORAFTER
CUSTOM_FIELD_DATE_ONORBEFORE
in file constant_inc.php, constant CUSTOM_FIELD_DATE_ONORBEFORE
custom_field_default_to_value
in file custom_field_api.php, function custom_field_default_to_value()
    Convert the default-value to value depending on the type. For example, in case of date, this would translate 'tomorrow' to tomorrow's date.
custom_field_delete_all_values
in file custom_field_api.php, function custom_field_delete_all_values()
    Delete all custom values associated with the specified bug.
custom_field_destroy
in file custom_field_api.php, function custom_field_destroy()
    Delete the field definition and all associated values and project associations
custom_field_distinct_values
in file custom_field_api.php, function custom_field_distinct_values()
    Get All Possible Values for a Field.
custom_field_ensure_exists
in file custom_field_api.php, function custom_field_ensure_exists()
    Check to see whether the field id is defined
custom_field_ensure_name_unique
in file custom_field_api.php, function custom_field_ensure_name_unique()
    Check to see whether the name is unique
custom_field_exists
in file custom_field_api.php, function custom_field_exists()
    Check to see whether the field id is defined
custom_field_get_all_linked_fields
in file custom_field_api.php, function custom_field_get_all_linked_fields()
    Gets the custom fields array for the given bug. Array keys are custom field names.
custom_field_get_definition
in file custom_field_api.php, function custom_field_get_definition()
    Return a field definition row for the field or error if the field does not exist
custom_field_get_field
in file custom_field_api.php, function custom_field_get_field()
    Return a single database field from a custom field definition row for the field
custom_field_get_ids
in file custom_field_api.php, function custom_field_get_ids()
    Return an array all custom field ids sorted by name
custom_field_get_id_from_name
in file custom_field_api.php, function custom_field_get_id_from_name()
    Get the id of the custom field with the specified name.
custom_field_get_linked_fields
in file custom_field_api.php, function custom_field_get_linked_fields()
    Gets the custom fields array for the given bug readable by specified level.
custom_field_get_linked_ids
in file custom_field_api.php, function custom_field_get_linked_ids()
    Return an array of ids of custom fields bound to the specified project
custom_field_get_project_ids
in file custom_field_api.php, function custom_field_get_project_ids()
    Return an array of ids of projects related to the specified custom field
custom_field_get_sequence
in file custom_field_api.php, function custom_field_get_sequence()
    Gets the sequence number for the specified custom field for the specified project. Returns false in case of error.
custom_field_get_value
in file custom_field_api.php, function custom_field_get_value()
    Get the value of a custom field for the given bug
custom_field_has_read_access
in file custom_field_api.php, function custom_field_has_read_access()
    Return true if the user can read the value of the field for the given bug, false otherwise.
custom_field_has_read_access_by_project_id
in file custom_field_api.php, function custom_field_has_read_access_by_project_id()
    Return true if the user can read the value of the field for the given project, false otherwise.
custom_field_has_write_access
in file custom_field_api.php, function custom_field_has_write_access()
    Return true if the user can modify the value of the field for the given bug, false otherwise.
custom_field_has_write_access_to_project
in file custom_field_api.php, function custom_field_has_write_access_to_project()
    Return true if the user can modify the value of the field for the given project, false otherwise.
custom_field_is_linked
in file custom_field_api.php, function custom_field_is_linked()
    Check to see whether the field is included in the given project
custom_field_is_name_unique
in file custom_field_api.php, function custom_field_is_name_unique()
    Check to see whether the name is unique return false if a field with the name already exists, true otherwise if an id is specified, then the corresponding record is excluded from the uniqueness test.
custom_field_link
in file custom_field_api.php, function custom_field_link()
    Add a custom field to a project
custom_field_prepare_possible_values
in file custom_field_api.php, function custom_field_prepare_possible_values()
    $p_possible_values: possible values to be pre-processed. If it has enum values, it will be left as is. If it has a method, it will be replaced by the list.
custom_field_set_sequence
in file custom_field_api.php, function custom_field_set_sequence()
    Sets the sequence number for the specified custom field for the specified project.
custom_field_set_value
in file custom_field_api.php, function custom_field_set_value()
    Set the value of a custom field for a given bug
custom_field_type
in file custom_field_api.php, function custom_field_type()
    Return the type of a custom field if it exists.
CUSTOM_FIELD_TYPE_BUG
in file constant_inc.php, constant CUSTOM_FIELD_TYPE_BUG
CUSTOM_FIELD_TYPE_BUGNOTE
in file constant_inc.php, constant CUSTOM_FIELD_TYPE_BUGNOTE
CUSTOM_FIELD_TYPE_CHECKBOX
in file constant_inc.php, constant CUSTOM_FIELD_TYPE_CHECKBOX
CUSTOM_FIELD_TYPE_DATE
in file constant_inc.php, constant CUSTOM_FIELD_TYPE_DATE
CUSTOM_FIELD_TYPE_EMAIL
in file constant_inc.php, constant CUSTOM_FIELD_TYPE_EMAIL
CUSTOM_FIELD_TYPE_ENUM
in file constant_inc.php, constant CUSTOM_FIELD_TYPE_ENUM
CUSTOM_FIELD_TYPE_FILE
in file constant_inc.php, constant CUSTOM_FIELD_TYPE_FILE
CUSTOM_FIELD_TYPE_FLOAT
in file constant_inc.php, constant CUSTOM_FIELD_TYPE_FLOAT
CUSTOM_FIELD_TYPE_LIST
in file constant_inc.php, constant CUSTOM_FIELD_TYPE_LIST
CUSTOM_FIELD_TYPE_MULTILIST
in file constant_inc.php, constant CUSTOM_FIELD_TYPE_MULTILIST
CUSTOM_FIELD_TYPE_NUMERIC
in file constant_inc.php, constant CUSTOM_FIELD_TYPE_NUMERIC
CUSTOM_FIELD_TYPE_PROJECT
in file constant_inc.php, constant CUSTOM_FIELD_TYPE_PROJECT
CUSTOM_FIELD_TYPE_RADIO
in file constant_inc.php, constant CUSTOM_FIELD_TYPE_RADIO
CUSTOM_FIELD_TYPE_STRING
in file constant_inc.php, constant CUSTOM_FIELD_TYPE_STRING
CUSTOM_FIELD_TYPE_USER
in file constant_inc.php, constant CUSTOM_FIELD_TYPE_USER
custom_field_unlink
in file custom_field_api.php, function custom_field_unlink()
    Remove a custom field from a project return true on success, false on failure
custom_field_unlink_all
in file custom_field_api.php, function custom_field_unlink_all()
    Delete all associations of custom fields to the specified project return true on success, false on failure
custom_field_update
in file custom_field_api.php, function custom_field_update()
    Update the field definition
custom_field_validate
in file custom_field_api.php, function custom_field_validate()
    Allows the validation of a custom field value without setting it or needing a bug to exist.
custom_field_value_to_database
in file custom_field_api.php, function custom_field_value_to_database()
    Convert the value to save it into the database, depending of the type
custom_function_default_auth_can_change_password
in file custom_function_api.php, function custom_function_default_auth_can_change_password()
custom_function_default_changelog_include_issue
in file custom_function_api.php, function custom_function_default_changelog_include_issue()
custom_function_default_changelog_print_issue
in file custom_function_api.php, function custom_function_default_changelog_print_issue()
custom_function_default_checkin
in file custom_function_api.php, function custom_function_default_checkin()
custom_function_default_enum_categories
in file custom_function_api.php, function custom_function_default_enum_categories()
custom_function_default_enum_future_versions
in file custom_function_api.php, function custom_function_default_enum_future_versions()
custom_function_default_enum_released_versions
in file custom_function_api.php, function custom_function_default_enum_released_versions()
custom_function_default_enum_versions
in file custom_function_api.php, function custom_function_default_enum_versions()
custom_function_default_format_issue_summary
in file custom_function_api.php, function custom_function_default_format_issue_summary()
custom_function_default_get_columns_to_view
in file custom_function_api.php, function custom_function_default_get_columns_to_view()
custom_function_default_issue_create_notify
in file custom_function_api.php, function custom_function_default_issue_create_notify()
custom_function_default_issue_create_validate
in file custom_function_api.php, function custom_function_default_issue_create_validate()
custom_function_default_issue_delete_notify
in file custom_function_api.php, function custom_function_default_issue_delete_notify()
custom_function_default_issue_delete_validate
in file custom_function_api.php, function custom_function_default_issue_delete_validate()
custom_function_default_issue_update_notify
in file custom_function_api.php, function custom_function_default_issue_update_notify()
custom_function_default_issue_update_validate
in file custom_function_api.php, function custom_function_default_issue_update_validate()
custom_function_default_print_bug_view_page_custom_buttons
in file custom_function_api.php, function custom_function_default_print_bug_view_page_custom_buttons()
custom_function_default_print_column_title
in file custom_function_api.php, function custom_function_default_print_column_title()
custom_function_default_print_column_value
in file custom_function_api.php, function custom_function_default_print_column_value()
custom_function_default_roadmap_include_issue
in file custom_function_api.php, function custom_function_default_roadmap_include_issue()
custom_function_default_roadmap_print_issue
in file custom_function_api.php, function custom_function_default_roadmap_print_issue()
checkin.php
procedural page checkin.php
top

d

$date_order
in file version_api.php, variable VersionData::$date_order
$date_submitted
in file sponsorship_api.php, variable SponsorshipData::$date_submitted
$date_submitted
in file bugnote_api.php, variable BugnoteData::$date_submitted
$date_submitted
in file bug_api.php, variable BugData::$date_submitted
$debug
in file make_captcha_img.php, variable masc_captcha::$debug
$default
in file MantisFilter.class.php, variable MantisFilter::$default
    Default filter value, used for non-list filter types.
$default_edge
in file graphviz_api.php, variable Graph::$default_edge
$default_node
in file graphviz_api.php, variable Graph::$default_node
$default_profile
in file user_pref_api.php, variable UserPreferences::$default_profile
$default_project
in file user_pref_api.php, variable UserPreferences::$default_project
$description
in file version_api.php, variable VersionData::$description
$description
in file MantisPlugin.class.php, variable MantisPlugin::$description
    description - A full description of your plugin.
$description
in file bug_api.php, variable BugData::$description
$dest_bug_id
in file relationship_api.php, variable BugRelationshipData::$dest_bug_id
$dest_project_id
in file relationship_api.php, variable BugRelationshipData::$dest_project_id
$due_date
in file bug_api.php, variable BugData::$due_date
$duplicate_id
in file bug_api.php, variable BugData::$duplicate_id
db_stats.php
procedural page db_stats.php
database_api.php
procedural page database_api.php
date_api.php
procedural page date_api.php
DATABASE
in file constant_inc.php, constant DATABASE
date_finish_calendar
in file date_api.php, function date_finish_calendar()
    creates javascript calendar objects, point to input element ($p_field_name) that diaplays date, and connects it with calendar button ($p_button_name) created with date_print_calendar.
date_get_null
in file date_api.php, function date_get_null()
    gets null date
date_is_null
in file date_api.php, function date_is_null()
    checks if date is null
date_print_calendar
in file date_api.php, function date_print_calendar()
    prints calendar icon and adds required javascript and css files if they haven't already been imported.
date_restore_timezone
in file date_api.php, function date_restore_timezone()
    restore previous timezone
date_set_timezone
in file date_api.php, function date_set_timezone()
    set new timezone
db_affected_rows
in file database_api.php, function db_affected_rows()
    Retrieve number of rows affected by a specific database query
db_check_database_support
in file database_api.php, function db_check_database_support()
    Returns whether php supprot for a database is enabled
db_close
in file database_api.php, function db_close()
    close the connection.
db_connect
in file database_api.php, function db_connect()
    Open a connection to the database.
db_count_queries
in file database_api.php, function db_count_queries()
    count queries
db_count_unique_queries
in file database_api.php, function db_count_unique_queries()
    count unique queries
db_error
in file database_api.php, function db_error()
    send both the error number and error message and query (optional) as paramaters for a triggered error
db_error_msg
in file database_api.php, function db_error_msg()
    Returns the last status or error message. Returns the last status or error message. The error message is reset when Execute() is called.
db_error_num
in file database_api.php, function db_error_num()
    Returns the last error number. The error number is reset after every call to Execute(). If 0 is returned, no error occurred.
db_fetch_array
in file database_api.php, function db_fetch_array()
    Retrieve the next row returned from a specific database query
db_field_exists
in file database_api.php, function db_field_exists()
    Check if the specified field exists in a given table
db_field_names
in file database_api.php, function db_field_names()
    Retrieve list of fields for a given table
db_get_table
in file database_api.php, function db_get_table()
    get database table name
db_get_table_list
in file database_api.php, function db_get_table_list()
    get list database tables
db_helper_compare_days
in file database_api.php, function db_helper_compare_days()
    A helper function to compare two dates against a certain number of days
db_helper_like
in file database_api.php, function db_helper_like()
    A helper function that generates a case-sensitive or case-insensitive like phrase based on the current db type.
db_index_exists
in file database_api.php, function db_index_exists()
    Check if the specified table index exists.
db_insert_id
in file database_api.php, function db_insert_id()
    return the last inserted id for a specific database table
db_is_connected
in file database_api.php, function db_is_connected()
    Returns whether a connection to the database exists
db_is_db2
in file database_api.php, function db_is_db2()
    Checks if the database driver is DB2
db_is_mssql
in file database_api.php, function db_is_mssql()
    Checks if the database driver is MS SQL
db_is_mysql
in file database_api.php, function db_is_mysql()
    Checks if the database driver is MySQL
db_is_pgsql
in file database_api.php, function db_is_pgsql()
    Checks if the database driver is PostgreSQL
db_minutes_to_hhmm
in file database_api.php, function db_minutes_to_hhmm()
    convert minutes to a time format [h]h:mm
db_now
in file database_api.php, function db_now()
    return current timestamp for DB
db_null_date
in file schema.php, function db_null_date()
db_null_date
in file install_helper_functions.php, function db_null_date()
    legacy pre-1.2 date function used by schema.php
db_num_rows
in file database_api.php, function db_num_rows()
    Retrieve number of rows returned for a specific database query
db_param
in file database_api.php, function db_param()
    Generate a string to insert a parameter into a database query string
db_prepare_binary_string
in file database_api.php, function db_prepare_binary_string()
    prepare a binary string before DB insertion
db_prepare_bool
in file database_api.php, function db_prepare_bool()
    prepare a boolean for database insertion.
db_prepare_double
in file database_api.php, function db_prepare_double()
    prepare a double for database insertion.
db_prepare_int
in file database_api.php, function db_prepare_int()
    prepare a int for database insertion.
db_prepare_string
in file database_api.php, function db_prepare_string()
    prepare a string before DB insertion
db_query
in file database_api.php, function db_query()
    execute query, requires connection to be opened An error will be triggered if there is a problem executing the query.
db_query_bound
in file database_api.php, function db_query_bound()
    execute query, requires connection to be opened An error will be triggered if there is a problem executing the query.
db_result
in file database_api.php, function db_result()
    Retrieve a result returned from a specific database query
db_table_exists
in file database_api.php, function db_table_exists()
    Check if the specified table exists.
db_time_queries
in file database_api.php, function db_time_queries()
    get total time for queries
db_unixtimestamp
in file install_helper_functions.php, function db_unixtimestamp()
    legacy pre-1.2 date function used by install_functions.php
DEFAULT_ACCESS_LEVEL
in file constant_inc.php, constant DEFAULT_ACCESS_LEVEL
delete
in file session_api.php, method MantisPHPSession::delete()
    delete session data
delete
in file session_api.php, method MantisSession::delete()
    delete session data
DESCENDING
in file constant_inc.php, constant DESCENDING
DESCRIPTION_UPDATED
in file constant_inc.php, constant DESCRIPTION_UPDATED
destroy
in file session_api.php, method MantisPHPSession::destroy()
    destroy session
destroy
in file session_api.php, method MantisSession::destroy()
    destroy session
DEVELOPER
in file constant_inc.php, constant DEVELOPER
Digraph
in file graphviz_api.php, class Digraph
    Directed graph creation and manipulation.
Digraph
in file graphviz_api.php, method Digraph::Digraph()
    Constructor for Digraph objects.
DISK
in file constant_inc.php, constant DISK
diskfile_is_name_unique
in file file_api.php, function diskfile_is_name_unique()
display
in file MantisColumn.class.php, method MantisColumn::display()
    Function to display column data for a given bug row.
display
in file MantisFilter.class.php, method MantisFilter::display()
    Display the current value of the filter field.
DUPLICATE
in file constant_inc.php, constant DUPLICATE
top

e

$edges
in file graphviz_api.php, variable Graph::$edges
$email
in file email_queue_api.php, variable EmailData::$email
$email_bugnote_limit
in file user_pref_api.php, variable UserPreferences::$email_bugnote_limit
$email_id
in file email_queue_api.php, variable EmailData::$email_id
$email_on_assigned
in file user_pref_api.php, variable UserPreferences::$email_on_assigned
$email_on_assigned_min_severity
in file user_pref_api.php, variable UserPreferences::$email_on_assigned_min_severity
$email_on_bugnote
in file user_pref_api.php, variable UserPreferences::$email_on_bugnote
$email_on_bugnote_min_severity
in file user_pref_api.php, variable UserPreferences::$email_on_bugnote_min_severity
$email_on_closed
in file user_pref_api.php, variable UserPreferences::$email_on_closed
$email_on_closed_min_severity
in file user_pref_api.php, variable UserPreferences::$email_on_closed_min_severity
$email_on_feedback
in file user_pref_api.php, variable UserPreferences::$email_on_feedback
$email_on_feedback_min_severity
in file user_pref_api.php, variable UserPreferences::$email_on_feedback_min_severity
$email_on_new
in file user_pref_api.php, variable UserPreferences::$email_on_new
$email_on_new_min_severity
in file user_pref_api.php, variable UserPreferences::$email_on_new_min_severity
$email_on_priority
in file user_pref_api.php, variable UserPreferences::$email_on_priority
$email_on_priority_min_severity
in file user_pref_api.php, variable UserPreferences::$email_on_priority_min_severity
$email_on_reopened
in file user_pref_api.php, variable UserPreferences::$email_on_reopened
$email_on_reopened_min_severity
in file user_pref_api.php, variable UserPreferences::$email_on_reopened_min_severity
$email_on_resolved
in file user_pref_api.php, variable UserPreferences::$email_on_resolved
$email_on_resolved_min_severity
in file user_pref_api.php, variable UserPreferences::$email_on_resolved_min_severity
$email_on_status
in file user_pref_api.php, variable UserPreferences::$email_on_status
$email_on_status_min_severity
in file user_pref_api.php, variable UserPreferences::$email_on_status_min_severity
$eta
in file bug_api.php, variable BugData::$eta
email_queue.php
procedural page email_queue.php
email_api.php
procedural page email_api.php
email_queue_api.php
procedural page email_queue_api.php
error_api.php
procedural page error_api.php
events_inc.php
procedural page events_inc.php
event_api.php
procedural page event_api.php
excel_api.php
procedural page excel_api.php
edit_account_prefs
in file account_prefs_inc.php, function edit_account_prefs()
edit_printing_prefs
in file print_all_bug_options_inc.php, function edit_printing_prefs()
email
in file MantisFormattingPlugin.class.php, method MantisFormattingPlugin::email()
    Email text processing.
EmailData
in file email_queue_api.php, class EmailData
    EmailData Structure Definition
email_append_domain
in file email_api.php, function email_append_domain()
    Appends an email domain to the specified email address if email is not empty, it doesn't already have a domain part and if a limit_email_domain is configured.
email_assign
in file email_api.php, function email_assign()
    send notices when a bug is ASSIGNED
email_bugnote_add
in file email_api.php, function email_bugnote_add()
    send notices when a new bugnote
email_bug_deleted
in file email_api.php, function email_bug_deleted()
    send notices when a bug is DELETED
email_bug_info_to_one_user
in file email_api.php, function email_bug_info_to_one_user()
    Send bug info to given user
email_bug_reminder
in file email_api.php, function email_bug_reminder()
    Send a bug reminder to each of the given user, or to each user if the first parameter is an array return an array of usernames to which the reminder was successfully sent
email_build_subject
in file email_api.php, function email_build_subject()
    formats the subject correctly we include the project name, bug id, and summary.
email_build_visible_bug_data
in file email_api.php, function email_build_visible_bug_data()
    Build the bug raw data visible for specified user to be translated and sent by email to the user
EMAIL_CATEGORY_PROJECT_CATEGORY
in file constant_inc.php, constant EMAIL_CATEGORY_PROJECT_CATEGORY
email_close
in file email_api.php, function email_close()
    send notices when a bug is CLOSED
email_collect_recipients
in file email_api.php, function email_collect_recipients()
email_ensure_not_disposable
in file email_api.php, function email_ensure_not_disposable()
    Check if the email address is disposable
email_ensure_valid
in file email_api.php, function email_ensure_valid()
    Check if the email address is valid
email_format_attribute
in file email_api.php, function email_format_attribute()
    if $p_visible_bug_data contains specified attribute the function returns concatenated translated attribute name and original attribute value. Else return empty string.
email_format_bug_message
in file email_api.php, function email_format_bug_message()
    Build the bug info part of the message
email_generic
in file email_api.php, function email_generic()
    send a generic email $p_notify_type: use check who she get notified of such event.
email_is_disposable
in file email_api.php, function email_is_disposable()
    Check if the email address is disposable
email_is_valid
in file email_api.php, function email_is_valid()
    check to see that the format is valid and that the mx record exists
email_monitor_added
in file email_api.php, function email_monitor_added()
    Send notices that a user is now monitoring the bug. Typically this will only be sent when the added user is not the logged in user. This is assuming that receive own notifications is OFF (default).
email_new_bug
in file email_api.php, function email_new_bug()
    send notices when a new bug is added
email_notify_flag
in file email_api.php, function email_notify_flag()
    email_notify_flag Get the value associated with the specific action and flag.
email_notify_new_account
in file email_api.php, function email_notify_new_account()
    notify the selected group a new user has signup
email_queue_add
in file email_queue_api.php, function email_queue_add()
    Add to email queue
email_queue_delete
in file email_queue_api.php, function email_queue_delete()
    Delete entry from email queue
email_queue_get
in file email_queue_api.php, function email_queue_get()
    Get Corresponding EmailData object
email_queue_get_ids
in file email_queue_api.php, function email_queue_get_ids()
    Get array of email queue id's
email_queue_prepare_db
in file email_queue_api.php, function email_queue_prepare_db()
    Return a copy of the bug structure with all the instvars prepared for db insertion
email_queue_row_to_object
in file email_queue_api.php, function email_queue_row_to_object()
    Convert email db row to EmailData object
email_regex_simple
in file email_api.php, function email_regex_simple()
    Use a simple perl regex for valid email addresses. This is not a complete regex, as it does not cover quoted addresses or domain literals, but it is simple and covers the vast majority of all email addresses without being overly complex.
email_relationship_added
in file email_api.php, function email_relationship_added()
    send notices when a relationship is ADDED
email_relationship_child_closed
in file email_api.php, function email_relationship_child_closed()
    send notices to all the handlers of the parent bugs when a child bug is CLOSED
email_relationship_child_resolved
in file email_api.php, function email_relationship_child_resolved()
    send notices to all the handlers of the parent bugs when a child bug is RESOLVED
email_relationship_child_resolved_closed
in file email_api.php, function email_relationship_child_resolved_closed()
    send notices to all the handlers of the parent bugs still open when a child bug is resolved/closed
email_relationship_deleted
in file email_api.php, function email_relationship_deleted()
    send notices when a relationship is DELETED
email_reopen
in file email_api.php, function email_reopen()
    send notices when a bug is REOPENED
email_resolved
in file email_api.php, function email_resolved()
    send notices when a bug is RESOLVED
email_send
in file email_api.php, function email_send()
    This function sends an email message based on the supplied email data.
email_send_all
in file email_api.php, function email_send_all()
    This function sends all the emails that are stored in the queue. If a failure occurs, then the function exists. This function will be called after storing emails in case of synchronous emails, or will be called from a cronjob in case of asynchronous emails.
email_send_confirm_hash_url
in file email_api.php, function email_send_confirm_hash_url()
    Send confirm_hash url to user forgets the password
email_signup
in file email_api.php, function email_signup()
    Send password to user
email_smtp_close
in file email_api.php, function email_smtp_close()
    closes opened kept alive SMTP connection (if it was opened)
email_sponsorship_added
in file email_api.php, function email_sponsorship_added()
    send notices when a bug is sponsored
email_sponsorship_deleted
in file email_api.php, function email_sponsorship_deleted()
    send notices when a sponsorship is deleted
email_sponsorship_updated
in file email_api.php, function email_sponsorship_updated()
    send notices when a sponsorship is modified
email_store
in file email_api.php, function email_store()
    Store email in queue for sending
ERROR
in file constant_inc.php, constant ERROR
errors
in file MantisPlugin.class.php, method MantisPlugin::errors()
ERROR_ACCESS_DENIED
in file constant_inc.php, constant ERROR_ACCESS_DENIED
ERROR_AUTH_INVALID_COOKIE
in file constant_inc.php, constant ERROR_AUTH_INVALID_COOKIE
ERROR_BUGNOTE_NOT_FOUND
in file constant_inc.php, constant ERROR_BUGNOTE_NOT_FOUND
ERROR_BUG_DUPLICATE_SELF
in file constant_inc.php, constant ERROR_BUG_DUPLICATE_SELF
ERROR_BUG_NOT_FOUND
in file constant_inc.php, constant ERROR_BUG_NOT_FOUND
ERROR_BUG_READ_ONLY_ACTION_DENIED
in file constant_inc.php, constant ERROR_BUG_READ_ONLY_ACTION_DENIED
ERROR_BUG_RESOLVED_ACTION_DENIED
in file constant_inc.php, constant ERROR_BUG_RESOLVED_ACTION_DENIED
ERROR_BUG_REVISION_NOT_FOUND
in file constant_inc.php, constant ERROR_BUG_REVISION_NOT_FOUND
error_build_parameter_string
in file error_api.php, function error_build_parameter_string()
    Build a string describing the parameters to a function
ERROR_CATEGORY_DUPLICATE
in file constant_inc.php, constant ERROR_CATEGORY_DUPLICATE
ERROR_CATEGORY_NOT_FOUND
in file constant_inc.php, constant ERROR_CATEGORY_NOT_FOUND
ERROR_CATEGORY_NOT_FOUND_FOR_PROJECT
in file constant_inc.php, constant ERROR_CATEGORY_NOT_FOUND_FOR_PROJECT
ERROR_CATEGORY_NO_ACTION
in file constant_inc.php, constant ERROR_CATEGORY_NO_ACTION
ERROR_COLUMNS_DUPLICATE
in file constant_inc.php, constant ERROR_COLUMNS_DUPLICATE
ERROR_COLUMNS_INVALID
in file constant_inc.php, constant ERROR_COLUMNS_INVALID
ERROR_CONFIG_OPT_CANT_BE_SET_IN_DB
in file constant_inc.php, constant ERROR_CONFIG_OPT_CANT_BE_SET_IN_DB
ERROR_CONFIG_OPT_INVALID
in file constant_inc.php, constant ERROR_CONFIG_OPT_INVALID
ERROR_CONFIG_OPT_NOT_FOUND
in file constant_inc.php, constant ERROR_CONFIG_OPT_NOT_FOUND
ERROR_CUSTOM_FIELD_INVALID_DEFINITION
in file constant_inc.php, constant ERROR_CUSTOM_FIELD_INVALID_DEFINITION
ERROR_CUSTOM_FIELD_INVALID_VALUE
in file constant_inc.php, constant ERROR_CUSTOM_FIELD_INVALID_VALUE
ERROR_CUSTOM_FIELD_IN_USE
in file constant_inc.php, constant ERROR_CUSTOM_FIELD_IN_USE
ERROR_CUSTOM_FIELD_NAME_NOT_UNIQUE
in file constant_inc.php, constant ERROR_CUSTOM_FIELD_NAME_NOT_UNIQUE
ERROR_CUSTOM_FIELD_NOT_FOUND
in file constant_inc.php, constant ERROR_CUSTOM_FIELD_NOT_FOUND
ERROR_DB_CONNECT_FAILED
in file constant_inc.php, constant ERROR_DB_CONNECT_FAILED
ERROR_DB_FIELD_NOT_FOUND
in file constant_inc.php, constant ERROR_DB_FIELD_NOT_FOUND
ERROR_DB_QUERY_FAILED
in file constant_inc.php, constant ERROR_DB_QUERY_FAILED
ERROR_DB_SELECT_FAILED
in file constant_inc.php, constant ERROR_DB_SELECT_FAILED
ERROR_DUPLICATE_FILE
in file constant_inc.php, constant ERROR_DUPLICATE_FILE
ERROR_DUPLICATE_PROJECT
in file constant_inc.php, constant ERROR_DUPLICATE_PROJECT
ERROR_EMAIL_DISPOSABLE
in file constant_inc.php, constant ERROR_EMAIL_DISPOSABLE
ERROR_EMAIL_INVALID
in file constant_inc.php, constant ERROR_EMAIL_INVALID
ERROR_EMPTY_FIELD
in file constant_inc.php, constant ERROR_EMPTY_FIELD
ERROR_EVENT_UNDECLARED
in file constant_inc.php, constant ERROR_EVENT_UNDECLARED
ERROR_FILE_DISALLOWED
in file constant_inc.php, constant ERROR_FILE_DISALLOWED
ERROR_FILE_DUPLICATE
in file constant_inc.php, constant ERROR_FILE_DUPLICATE
ERROR_FILE_INVALID_UPLOAD_PATH
in file constant_inc.php, constant ERROR_FILE_INVALID_UPLOAD_PATH
ERROR_FILE_MOVE_FAILED
in file constant_inc.php, constant ERROR_FILE_MOVE_FAILED
ERROR_FILE_NOT_ALLOWED
in file constant_inc.php, constant ERROR_FILE_NOT_ALLOWED
ERROR_FILE_NO_UPLOAD_FAILURE
in file constant_inc.php, constant ERROR_FILE_NO_UPLOAD_FAILURE
ERROR_FILE_TOO_BIG
in file constant_inc.php, constant ERROR_FILE_TOO_BIG
ERROR_FILTER_NOT_FOUND
in file constant_inc.php, constant ERROR_FILTER_NOT_FOUND
ERROR_FILTER_TOO_OLD
in file constant_inc.php, constant ERROR_FILTER_TOO_OLD
ERROR_FORM_TOKEN_INVALID
in file constant_inc.php, constant ERROR_FORM_TOKEN_INVALID
ERROR_FTP_CONNECT_ERROR
in file constant_inc.php, constant ERROR_FTP_CONNECT_ERROR
ERROR_GENERIC
in file constant_inc.php, constant ERROR_GENERIC
ERROR_GPC_ARRAY_EXPECTED
in file constant_inc.php, constant ERROR_GPC_ARRAY_EXPECTED
ERROR_GPC_ARRAY_UNEXPECTED
in file constant_inc.php, constant ERROR_GPC_ARRAY_UNEXPECTED
ERROR_GPC_NOT_NUMBER
in file constant_inc.php, constant ERROR_GPC_NOT_NUMBER
ERROR_GPC_VAR_NOT_FOUND
in file constant_inc.php, constant ERROR_GPC_VAR_NOT_FOUND
error_handled
in file error_api.php, function error_handled()
    Check if we have handled an error during this page
ERROR_HANDLER_ACCESS_TOO_LOW
in file constant_inc.php, constant ERROR_HANDLER_ACCESS_TOO_LOW
ERROR_INVALID_DATE_FORMAT
in file constant_inc.php, constant ERROR_INVALID_DATE_FORMAT
ERROR_INVALID_REQUEST_METHOD
in file constant_inc.php, constant ERROR_INVALID_REQUEST_METHOD
ERROR_INVALID_SORT_FIELD
in file constant_inc.php, constant ERROR_INVALID_SORT_FIELD
ERROR_LANG_STRING_NOT_FOUND
in file constant_inc.php, constant ERROR_LANG_STRING_NOT_FOUND
ERROR_LDAP_AUTH_FAILED
in file constant_inc.php, constant ERROR_LDAP_AUTH_FAILED
ERROR_LDAP_EXTENSION_NOT_LOADED
in file constant_inc.php, constant ERROR_LDAP_EXTENSION_NOT_LOADED
ERROR_LDAP_SERVER_CONNECT_FAILED
in file constant_inc.php, constant ERROR_LDAP_SERVER_CONNECT_FAILED
ERROR_LDAP_UPDATE_FAILED
in file constant_inc.php, constant ERROR_LDAP_UPDATE_FAILED
ERROR_LDAP_USER_NOT_FOUND
in file constant_inc.php, constant ERROR_LDAP_USER_NOT_FOUND
ERROR_LOST_PASSWORD_CONFIRM_HASH_INVALID
in file constant_inc.php, constant ERROR_LOST_PASSWORD_CONFIRM_HASH_INVALID
ERROR_LOST_PASSWORD_MAX_IN_PROGRESS_ATTEMPTS_REACHED
in file constant_inc.php, constant ERROR_LOST_PASSWORD_MAX_IN_PROGRESS_ATTEMPTS_REACHED
ERROR_LOST_PASSWORD_NOT_ENABLED
in file constant_inc.php, constant ERROR_LOST_PASSWORD_NOT_ENABLED
ERROR_LOST_PASSWORD_NOT_MATCHING_DATA
in file constant_inc.php, constant ERROR_LOST_PASSWORD_NOT_MATCHING_DATA
ERROR_LOST_PASSWORD_NO_EMAIL_SPECIFIED
in file constant_inc.php, constant ERROR_LOST_PASSWORD_NO_EMAIL_SPECIFIED
ERROR_NEWS_NOT_FOUND
in file constant_inc.php, constant ERROR_NEWS_NOT_FOUND
ERROR_NO_DIRECTORY
in file constant_inc.php, constant ERROR_NO_DIRECTORY
ERROR_NO_FILE_SPECIFIED
in file constant_inc.php, constant ERROR_NO_FILE_SPECIFIED
ERROR_PAGE_REDIRECTION
in file constant_inc.php, constant ERROR_PAGE_REDIRECTION
error_parameters
in file error_api.php, function error_parameters()
    Set additional info parameters to be used when displaying the next error This function takes a variable number of parameters
ERROR_PLUGIN_ALREADY_INSTALLED
in file constant_inc.php, constant ERROR_PLUGIN_ALREADY_INSTALLED
ERROR_PLUGIN_GENERIC
in file constant_inc.php, constant ERROR_PLUGIN_GENERIC
ERROR_PLUGIN_NOT_REGISTERED
in file constant_inc.php, constant ERROR_PLUGIN_NOT_REGISTERED
ERROR_PLUGIN_PAGE_NOT_FOUND
in file constant_inc.php, constant ERROR_PLUGIN_PAGE_NOT_FOUND
ERROR_PLUGIN_UPGRADE_FAILED
in file constant_inc.php, constant ERROR_PLUGIN_UPGRADE_FAILED
error_print_context
in file error_api.php, function error_print_context()
    Print out the variable context given
error_print_details
in file error_api.php, function error_print_details()
    Print out the error details including context
error_print_stack_trace
in file error_api.php, function error_print_stack_trace()
    Print out a stack trace
error_proceed_url
in file error_api.php, function error_proceed_url()
    Set a url to give to the user to proceed after viewing the error
ERROR_PROJECT_NAME_INVALID
in file constant_inc.php, constant ERROR_PROJECT_NAME_INVALID
ERROR_PROJECT_NAME_NOT_UNIQUE
in file constant_inc.php, constant ERROR_PROJECT_NAME_NOT_UNIQUE
ERROR_PROJECT_NOT_FOUND
in file constant_inc.php, constant ERROR_PROJECT_NOT_FOUND
ERROR_PROJECT_RECURSIVE_HIERARCHY
in file constant_inc.php, constant ERROR_PROJECT_RECURSIVE_HIERARCHY
ERROR_PROTECTED_ACCOUNT
in file constant_inc.php, constant ERROR_PROTECTED_ACCOUNT
ERROR_RELATIONSHIP_ACCESS_LEVEL_TO_DEST_BUG_TOO_LOW
in file constant_inc.php, constant ERROR_RELATIONSHIP_ACCESS_LEVEL_TO_DEST_BUG_TOO_LOW
ERROR_RELATIONSHIP_ALREADY_EXISTS
in file constant_inc.php, constant ERROR_RELATIONSHIP_ALREADY_EXISTS
ERROR_RELATIONSHIP_NOT_FOUND
in file constant_inc.php, constant ERROR_RELATIONSHIP_NOT_FOUND
ERROR_RELATIONSHIP_SAME_BUG
in file constant_inc.php, constant ERROR_RELATIONSHIP_SAME_BUG
ERROR_REPORT
in file constant_inc.php, constant ERROR_REPORT
ERROR_SESSION_HANDLER_INVALID
in file constant_inc.php, constant ERROR_SESSION_HANDLER_INVALID
ERROR_SESSION_NOT_VALID
in file constant_inc.php, constant ERROR_SESSION_NOT_VALID
ERROR_SESSION_VAR_NOT_FOUND
in file constant_inc.php, constant ERROR_SESSION_VAR_NOT_FOUND
ERROR_SIGNUP_NOT_MATCHING_CAPTCHA
in file constant_inc.php, constant ERROR_SIGNUP_NOT_MATCHING_CAPTCHA
ERROR_SPONSORSHIP_AMOUNT_TOO_LOW
in file constant_inc.php, constant ERROR_SPONSORSHIP_AMOUNT_TOO_LOW
ERROR_SPONSORSHIP_ASSIGNER_ACCESS_LEVEL_TOO_LOW
in file constant_inc.php, constant ERROR_SPONSORSHIP_ASSIGNER_ACCESS_LEVEL_TOO_LOW
ERROR_SPONSORSHIP_HANDLER_ACCESS_LEVEL_TOO_LOW
in file constant_inc.php, constant ERROR_SPONSORSHIP_HANDLER_ACCESS_LEVEL_TOO_LOW
ERROR_SPONSORSHIP_NOT_ENABLED
in file constant_inc.php, constant ERROR_SPONSORSHIP_NOT_ENABLED
ERROR_SPONSORSHIP_NOT_FOUND
in file constant_inc.php, constant ERROR_SPONSORSHIP_NOT_FOUND
ERROR_SPONSORSHIP_SPONSOR_NO_EMAIL
in file constant_inc.php, constant ERROR_SPONSORSHIP_SPONSOR_NO_EMAIL
ERROR_SQL
in file constant_inc.php, constant ERROR_SQL
error_string
in file error_api.php, function error_string()
    Return an error string (in the current language) for the given error.
ERROR_TAG_ALREADY_ATTACHED
in file constant_inc.php, constant ERROR_TAG_ALREADY_ATTACHED
ERROR_TAG_DUPLICATE
in file constant_inc.php, constant ERROR_TAG_DUPLICATE
ERROR_TAG_NAME_INVALID
in file constant_inc.php, constant ERROR_TAG_NAME_INVALID
ERROR_TAG_NOT_ATTACHED
in file constant_inc.php, constant ERROR_TAG_NOT_ATTACHED
ERROR_TAG_NOT_FOUND
in file constant_inc.php, constant ERROR_TAG_NOT_FOUND
ERROR_TOKEN_NOT_FOUND
in file constant_inc.php, constant ERROR_TOKEN_NOT_FOUND
ERROR_TWITTER_NO_CURL_EXT
in file constant_inc.php, constant ERROR_TWITTER_NO_CURL_EXT
ERROR_UPDATING_TIMEZONE
in file constant_inc.php, constant ERROR_UPDATING_TIMEZONE
ERROR_UPLOAD_FAILURE
in file constant_inc.php, constant ERROR_UPLOAD_FAILURE
ERROR_USER_BY_ID_NOT_FOUND
in file constant_inc.php, constant ERROR_USER_BY_ID_NOT_FOUND
ERROR_USER_BY_NAME_NOT_FOUND
in file constant_inc.php, constant ERROR_USER_BY_NAME_NOT_FOUND
ERROR_USER_CHANGE_LAST_ADMIN
in file constant_inc.php, constant ERROR_USER_CHANGE_LAST_ADMIN
ERROR_USER_CREATE_PASSWORD_MISMATCH
in file constant_inc.php, constant ERROR_USER_CREATE_PASSWORD_MISMATCH
ERROR_USER_DOES_NOT_HAVE_REQ_ACCESS
in file constant_inc.php, constant ERROR_USER_DOES_NOT_HAVE_REQ_ACCESS
ERROR_USER_NAME_INVALID
in file constant_inc.php, constant ERROR_USER_NAME_INVALID
ERROR_USER_NAME_NOT_UNIQUE
in file constant_inc.php, constant ERROR_USER_NAME_NOT_UNIQUE
ERROR_USER_NOT_FOUND
in file constant_inc.php, constant ERROR_USER_NOT_FOUND
ERROR_USER_PREFS_NOT_FOUND
in file constant_inc.php, constant ERROR_USER_PREFS_NOT_FOUND
ERROR_USER_PROFILE_NOT_FOUND
in file constant_inc.php, constant ERROR_USER_PROFILE_NOT_FOUND
ERROR_USER_REAL_MATCH_USER
in file constant_inc.php, constant ERROR_USER_REAL_MATCH_USER
ERROR_USER_REAL_NAME_INVALID
in file constant_inc.php, constant ERROR_USER_REAL_NAME_INVALID
ERROR_VERSION_DUPLICATE
in file constant_inc.php, constant ERROR_VERSION_DUPLICATE
ERROR_VERSION_NOT_FOUND
in file constant_inc.php, constant ERROR_VERSION_NOT_FOUND
ETA_NONE
in file constant_inc.php, constant ETA_NONE
ETA_OVER_ONE_MONTH
in file constant_inc.php, constant ETA_OVER_ONE_MONTH
ETA_TWO_TO_THREE_DAYS
in file constant_inc.php, constant ETA_TWO_TO_THREE_DAYS
ETA_UNDER_ONE_DAY
in file constant_inc.php, constant ETA_UNDER_ONE_DAY
ETA_UNDER_ONE_MONTH
in file constant_inc.php, constant ETA_UNDER_ONE_MONTH
ETA_UNDER_ONE_WEEK
in file constant_inc.php, constant ETA_UNDER_ONE_WEEK
events
in file MantisPlugin.class.php, method MantisPlugin::events()
event_callback
in file event_api.php, function event_callback()
    Executes a plugin's callback function for a given event.
event_clear_callbacks
in file event_api.php, function event_clear_callbacks()
    In the case of errors that halt execution, it is useful to clear the list of event callbacks so that no other callbacks are executed while the error message is being displayed.
event_declare
in file event_api.php, function event_declare()
    Declare an event of a given type.
event_declare_many
in file event_api.php, function event_declare_many()
    Convenience function for decleare multiple events.
event_hook
in file event_api.php, function event_hook()
    Hook a callback function to a given event.
event_hook_many
in file event_api.php, function event_hook_many()
    Hook multiple callback functions to multiple events.
event_signal
in file event_api.php, function event_signal()
    Signal an event to execute and handle callbacks as necessary.
EVENT_TYPE_CHAIN
in file constant_inc.php, constant EVENT_TYPE_CHAIN
event_type_chain
in file event_api.php, function event_type_chain()
    Process a chained event type.
EVENT_TYPE_DEFAULT
in file constant_inc.php, constant EVENT_TYPE_DEFAULT
event_type_default
in file event_api.php, function event_type_default()
    Process a default event type.
event_type_execute
in file event_api.php, function event_type_execute()
    Process an execute event type.
EVENT_TYPE_EXECUTE
in file constant_inc.php, constant EVENT_TYPE_EXECUTE
EVENT_TYPE_FIRST
in file constant_inc.php, constant EVENT_TYPE_FIRST
event_type_first
in file event_api.php, function event_type_first()
    Process a first-return event.
event_type_output
in file event_api.php, function event_type_output()
    Process an output event type.
EVENT_TYPE_OUTPUT
in file constant_inc.php, constant EVENT_TYPE_OUTPUT
excel_format_additional_information
in file excel_api.php, function excel_format_additional_information()
    Gets the formatted 'additional information' field.
excel_format_bugnotes_count
in file excel_api.php, function excel_format_bugnotes_count()
    Gets the formatted number of bug notes.
excel_format_build
in file excel_api.php, function excel_format_build()
    Gets the formatted product build,
excel_format_category_id
in file excel_api.php, function excel_format_category_id()
    Gets the formatted category.
excel_format_column_title
in file excel_api.php, function excel_format_column_title()
    Generates a cell XML for a column title.
excel_format_custom_field
in file excel_api.php, function excel_format_custom_field()
    Gets the formatted value for the specified issue id, project and custom field.
excel_format_date_submitted
in file excel_api.php, function excel_format_date_submitted()
    Gets the formatted date submitted.
excel_format_description
in file excel_api.php, function excel_format_description()
    Gets the formatted description field.
excel_format_due_date
in file excel_api.php, function excel_format_due_date()
    Gets the formatted due date.
excel_format_eta
in file excel_api.php, function excel_format_eta()
    Gets the formatted eta.
excel_format_fixed_in_version
in file excel_api.php, function excel_format_fixed_in_version()
    Gets the formatted fixed in version.
excel_format_handler_id
in file excel_api.php, function excel_format_handler_id()
    Gets the formatted handler id.
excel_format_id
in file excel_api.php, function excel_format_id()
    Gets the formatted bug id value.
excel_format_last_updated
in file excel_api.php, function excel_format_last_updated()
    Gets the formatted date last updated.
excel_format_os
in file excel_api.php, function excel_format_os()
    Gets the formatted operating system.
excel_format_os_build
in file excel_api.php, function excel_format_os_build()
    Gets the formatted operating system build (version).
excel_format_platform
in file excel_api.php, function excel_format_platform()
    Gets the formatted platform,
excel_format_priority
in file excel_api.php, function excel_format_priority()
    Gets the formatted priority.
excel_format_projection
in file excel_api.php, function excel_format_projection()
    Gets the formatted projection.
excel_format_project_id
in file excel_api.php, function excel_format_project_id()
    Gets the formatted project id value.
excel_format_reporter_id
in file excel_api.php, function excel_format_reporter_id()
    Gets the formatted reporter id value.
excel_format_reproducibility
in file excel_api.php, function excel_format_reproducibility()
    Gets the formatted reproducibility.
excel_format_resolution
in file excel_api.php, function excel_format_resolution()
    Gets the resolution field.
excel_format_selection
in file excel_api.php, function excel_format_selection()
    Gets the formatted selection.
excel_format_severity
in file excel_api.php, function excel_format_severity()
    Gets the formatted severity.
excel_format_status
in file excel_api.php, function excel_format_status()
    Gets the status field.
excel_format_steps_to_reproduce
in file excel_api.php, function excel_format_steps_to_reproduce()
    Gets the formatted 'steps to reproduce' field.
excel_format_summary
in file excel_api.php, function excel_format_summary()
    Gets the summary field.
excel_format_target_version
in file excel_api.php, function excel_format_target_version()
    Gets the formatted target version.
excel_format_version
in file excel_api.php, function excel_format_version()
    Gets the formatted version.
excel_format_view_state
in file excel_api.php, function excel_format_view_state()
    Gets the formatted view state,
excel_get_columns
in file excel_api.php, function excel_get_columns()
    Gets the columns to be included in the Excel Xml export.
excel_get_default_filename
in file excel_api.php, function excel_get_default_filename()
    Gets the download file name for the Excel export. If 'All Projects' selected, default to <username>, otherwise default to <projectname>.
excel_get_end_row
in file excel_api.php, function excel_get_end_row()
    Generates the xml for the end of an Excel row.
excel_get_footer
in file excel_api.php, function excel_get_footer()
    A method that returns the footer for an Excel Xml file.
excel_get_header
in file excel_api.php, function excel_get_header()
    A method that returns the header for an Excel Xml file.
excel_get_start_row
in file excel_api.php, function excel_get_start_row()
    Generates the xml for the start of an Excel row.
excel_get_titles_row
in file excel_api.php, function excel_get_titles_row()
    Gets an Xml Row that contains all column titles.
excel_prepare_string
in file excel_api.php, function excel_prepare_string()
    Escapes the specified column value and includes it in a Cell Xml.
excel_xml_export.php
procedural page excel_xml_export.php
top

f

$field
in file MantisFilter.class.php, variable MantisFilter::$field
    Field name, as used in the form element and processing.
$fixed_in_version
in file bug_api.php, variable BugData::$fixed_in_version
$formats
in file graphviz_api.php, variable Graph::$formats
file_api.php
procedural page file_api.php
filter_api.php
procedural page filter_api.php
form_api.php
procedural page form_api.php
FEATURE
in file constant_inc.php, constant FEATURE
FEEDBACK
in file constant_inc.php, constant FEEDBACK
file_add
in file file_api.php, function file_add()
    Add a file to the system using the configured storage method
FILE_ADDED
in file constant_inc.php, constant FILE_ADDED
file_allow_bug_upload
in file file_api.php, function file_allow_bug_upload()
file_allow_project_upload
in file file_api.php, function file_allow_project_upload()
file_bug_attachment_count
in file file_api.php, function file_bug_attachment_count()
file_bug_has_attachments
in file file_api.php, function file_bug_has_attachments()
file_can_delete_bug_attachments
in file file_api.php, function file_can_delete_bug_attachments()
file_can_download_bug_attachments
in file file_api.php, function file_can_download_bug_attachments()
file_can_view_bug_attachments
in file file_api.php, function file_can_view_bug_attachments()
file_clean_name
in file file_api.php, function file_clean_name()
file_delete
in file file_api.php, function file_delete()
FILE_DELETED
in file constant_inc.php, constant FILE_DELETED
file_delete_attachments
in file file_api.php, function file_delete_attachments()
file_delete_local
in file file_api.php, function file_delete_local()
file_delete_project_files
in file file_api.php, function file_delete_project_files()
file_download.php
procedural page file_download.php
file_ensure_uploaded
in file file_api.php, function file_ensure_uploaded()
    Ensure a file was uploaded
file_ensure_valid_upload_path
in file file_api.php, function file_ensure_valid_upload_path()
file_ftp_cache_cleanup
in file file_api.php, function file_ftp_cache_cleanup()
file_ftp_connect
in file file_api.php, function file_ftp_connect()
file_ftp_delete
in file file_api.php, function file_ftp_delete()
file_ftp_disconnect
in file file_api.php, function file_ftp_disconnect()
file_ftp_get
in file file_api.php, function file_ftp_get()
file_ftp_put
in file file_api.php, function file_ftp_put()
file_generate_name
in file file_api.php, function file_generate_name()
file_generate_unique_name
in file file_api.php, function file_generate_unique_name()
file_get_display_name
in file file_api.php, function file_get_display_name()
file_get_extension
in file file_api.php, function file_get_extension()
file_get_field
in file file_api.php, function file_get_field()
file_get_icon_url
in file file_api.php, function file_get_icon_url()
file_get_visible_attachments
in file file_api.php, function file_get_visible_attachments()
file_is_name_unique
in file file_api.php, function file_is_name_unique()
file_is_uploading_enabled
in file file_api.php, function file_is_uploading_enabled()
file_normalize_attachment_path
in file file_api.php, function file_normalize_attachment_path()
    Nomalizes the disk file path based on the following algorithm:
  1. If disk file exists, then return as is.
file_path_combine
in file file_api.php, function file_path_combine()
    Combines a path and a file name making sure that the separator exists.
file_type_check
in file file_api.php, function file_type_check()
filter_cache_result
in file filter_api.php, function filter_cache_result()
    Cache the filter results with bugnote stats for later use
filter_cache_row
in file filter_api.php, function filter_cache_row()
    Cache a filter row if necessary and return the cached copy If the second parameter is true (default), trigger an error if the filter can't be found. If the second parameter is false, return false if the filter can't be found.
filter_clear_cache
in file filter_api.php, function filter_clear_cache()
    Clear the filter cache (or just the given id if specified)
filter_db_can_delete_filter
in file filter_api.php, function filter_db_can_delete_filter()
    Check if the current user has permissions to delete the stored query
filter_db_delete_current_filters
in file filter_api.php, function filter_db_delete_current_filters()
    Delete all the unnamed filters
filter_db_delete_filter
in file filter_api.php, function filter_db_delete_filter()
    Delete the filter specified by $p_filter_id
filter_db_get_available_queries
in file filter_api.php, function filter_db_get_available_queries()
filter_db_get_filter
in file filter_api.php, function filter_db_get_filter()
    This function returns the filter string that is
filter_db_get_name
in file filter_api.php, function filter_db_get_name()
    Query for the filter name using the filter id
filter_db_get_project_current
in file filter_api.php, function filter_db_get_project_current()
filter_db_set_for_current_user
in file filter_api.php, function filter_db_set_for_current_user()
    Add a filter to the database for the current user
filter_deserialize
in file filter_api.php, function filter_deserialize()
    Deserialize filter string
filter_draw_selection_area
in file filter_api.php, function filter_draw_selection_area()
    Mainly based on filter_draw_selection_area2() but adds the support for the collapsible filter display.
filter_draw_selection_area2
in file filter_api.php, function filter_draw_selection_area2()
    Prints the filter selection area for both the bug list view screen and the bug list print screen. This function was an attempt to make it easier to add new filters and rearrange them on screen for both pages.
filter_encode_field_and_value
in file filter_api.php, function filter_encode_field_and_value()
    Encodes a field and it's value for the filter URL. This handles the URL encoding and arrays.
filter_ensure_valid_filter
in file filter_api.php, function filter_ensure_valid_filter()
    Make sure that our filters are entirely correct and complete (it is possible that they are not).
filter_field_is_any
in file filter_api.php, function filter_field_is_any()
    Checks the supplied value to see if it is an ANY value.
filter_field_is_myself
in file filter_api.php, function filter_field_is_myself()
    Checks the supplied value to see if it is a MYSELF value.
filter_field_is_none
in file filter_api.php, function filter_field_is_none()
    Checks the supplied value to see if it is a NONE value.
filter_get_bug_count
in file filter_api.php, function filter_get_bug_count()
    Build a query with the query clauses array, query for bug count and return the result
filter_get_bug_rows
in file filter_api.php, function filter_get_bug_rows()
filter_get_default
in file filter_api.php, function filter_get_default()
    Get the standard filter that is to be used when no filter was previously saved.
filter_get_field
in file filter_api.php, function filter_get_field()
    Get the value of the filter field specified by filter id and field name
filter_get_plugin_filters
in file filter_api.php, function filter_get_plugin_filters()
    Allow plugins to define a set of class-based filters, and register/load them here to be used by the rest of filter_api.
filter_get_query_sort_data
in file filter_api.php, function filter_get_query_sort_data()
    Add sort parameters to the query clauses
filter_get_row
in file filter_api.php, function filter_get_row()
    Get the array fields specified by $p_filter_id
filter_get_url
in file filter_api.php, function filter_get_url()
    Get a permalink for the current active filter. The results of using these fields by other users can be inconsistent with the original results due to fields like "Myself", "Current Project", and due to access level.
filter_is_cookie_valid
in file filter_api.php, function filter_is_cookie_valid()
    Check if the filter cookie exists and is of the correct version.
filter_name_valid_length
in file filter_api.php, function filter_name_valid_length()
filter_offset
in file filter_api.php, function filter_offset()
    Figure out the offset into the db query, offset is which record to start querying from
filter_page_count
in file filter_api.php, function filter_page_count()
    Use $p_count and $p_per_page to determine how many pages to split this list up into.
filter_per_page
in file filter_api.php, function filter_per_page()
FILTER_POSITION_BOTH
in file constant_inc.php, constant FILTER_POSITION_BOTH
FILTER_POSITION_BOTTOM
in file constant_inc.php, constant FILTER_POSITION_BOTTOM
FILTER_POSITION_NONE
in file constant_inc.php, constant FILTER_POSITION_NONE
FILTER_POSITION_TOP
in file constant_inc.php, constant FILTER_POSITION_TOP
FILTER_PROPERTY_CATEGORY
in file config_filter_defaults_inc.php, constant FILTER_PROPERTY_CATEGORY
FILTER_PROPERTY_END_DAY
in file config_filter_defaults_inc.php, constant FILTER_PROPERTY_END_DAY
FILTER_PROPERTY_END_MONTH
in file config_filter_defaults_inc.php, constant FILTER_PROPERTY_END_MONTH
FILTER_PROPERTY_END_YEAR
in file config_filter_defaults_inc.php, constant FILTER_PROPERTY_END_YEAR
FILTER_PROPERTY_FILTER_BY_DATE
in file config_filter_defaults_inc.php, constant FILTER_PROPERTY_FILTER_BY_DATE
FILTER_PROPERTY_FIXED_IN_VERSION
in file config_filter_defaults_inc.php, constant FILTER_PROPERTY_FIXED_IN_VERSION
FILTER_PROPERTY_FREE_TEXT
in file config_filter_defaults_inc.php, constant FILTER_PROPERTY_FREE_TEXT
FILTER_PROPERTY_HANDLER_ID
in file config_filter_defaults_inc.php, constant FILTER_PROPERTY_HANDLER_ID
FILTER_PROPERTY_HIDE_STATUS_ID
in file config_filter_defaults_inc.php, constant FILTER_PROPERTY_HIDE_STATUS_ID
FILTER_PROPERTY_HIGHLIGHT_CHANGED
in file config_filter_defaults_inc.php, constant FILTER_PROPERTY_HIGHLIGHT_CHANGED
FILTER_PROPERTY_ISSUES_PER_PAGE
in file config_filter_defaults_inc.php, constant FILTER_PROPERTY_ISSUES_PER_PAGE
FILTER_PROPERTY_MONITOR_USER_ID
in file config_filter_defaults_inc.php, constant FILTER_PROPERTY_MONITOR_USER_ID
FILTER_PROPERTY_NOTE_USER_ID
in file config_filter_defaults_inc.php, constant FILTER_PROPERTY_NOTE_USER_ID
FILTER_PROPERTY_NOT_ASSIGNED
in file config_filter_defaults_inc.php, constant FILTER_PROPERTY_NOT_ASSIGNED
FILTER_PROPERTY_OS
in file config_filter_defaults_inc.php, constant FILTER_PROPERTY_OS
FILTER_PROPERTY_OS_BUILD
in file config_filter_defaults_inc.php, constant FILTER_PROPERTY_OS_BUILD
FILTER_PROPERTY_PLATFORM
in file config_filter_defaults_inc.php, constant FILTER_PROPERTY_PLATFORM
FILTER_PROPERTY_PRIORITY_ID
in file config_filter_defaults_inc.php, constant FILTER_PROPERTY_PRIORITY_ID
FILTER_PROPERTY_PRODUCT_BUILD
in file config_filter_defaults_inc.php, constant FILTER_PROPERTY_PRODUCT_BUILD
FILTER_PROPERTY_PRODUCT_VERSION
in file config_filter_defaults_inc.php, constant FILTER_PROPERTY_PRODUCT_VERSION
FILTER_PROPERTY_PROFILE
in file config_filter_defaults_inc.php, constant FILTER_PROPERTY_PROFILE
FILTER_PROPERTY_PROJECT_ID
in file config_filter_defaults_inc.php, constant FILTER_PROPERTY_PROJECT_ID
FILTER_PROPERTY_RELATIONSHIP_BUG
in file config_filter_defaults_inc.php, constant FILTER_PROPERTY_RELATIONSHIP_BUG
FILTER_PROPERTY_RELATIONSHIP_TYPE
in file config_filter_defaults_inc.php, constant FILTER_PROPERTY_RELATIONSHIP_TYPE
FILTER_PROPERTY_REPORTER_ID
in file config_filter_defaults_inc.php, constant FILTER_PROPERTY_REPORTER_ID
FILTER_PROPERTY_RESOLUTION_ID
in file config_filter_defaults_inc.php, constant FILTER_PROPERTY_RESOLUTION_ID
FILTER_PROPERTY_SEVERITY_ID
in file config_filter_defaults_inc.php, constant FILTER_PROPERTY_SEVERITY_ID
FILTER_PROPERTY_SHOW_STICKY_ISSUES
in file config_filter_defaults_inc.php, constant FILTER_PROPERTY_SHOW_STICKY_ISSUES
FILTER_PROPERTY_SORT_DIRECTION
in file config_filter_defaults_inc.php, constant FILTER_PROPERTY_SORT_DIRECTION
FILTER_PROPERTY_SORT_FIELD_NAME
in file config_filter_defaults_inc.php, constant FILTER_PROPERTY_SORT_FIELD_NAME
FILTER_PROPERTY_START_DAY
in file config_filter_defaults_inc.php, constant FILTER_PROPERTY_START_DAY
FILTER_PROPERTY_START_MONTH
in file config_filter_defaults_inc.php, constant FILTER_PROPERTY_START_MONTH
FILTER_PROPERTY_START_YEAR
in file config_filter_defaults_inc.php, constant FILTER_PROPERTY_START_YEAR
FILTER_PROPERTY_STATUS_ID
in file config_filter_defaults_inc.php, constant FILTER_PROPERTY_STATUS_ID
FILTER_PROPERTY_TAG_SELECT
in file config_filter_defaults_inc.php, constant FILTER_PROPERTY_TAG_SELECT
FILTER_PROPERTY_TAG_STRING
in file config_filter_defaults_inc.php, constant FILTER_PROPERTY_TAG_STRING
FILTER_PROPERTY_TARGET_VERSION
in file config_filter_defaults_inc.php, constant FILTER_PROPERTY_TARGET_VERSION
FILTER_PROPERTY_VIEW_STATE_ID
in file config_filter_defaults_inc.php, constant FILTER_PROPERTY_VIEW_STATE_ID
FILTER_SEARCH_CATEGORY
in file config_filter_defaults_inc.php, constant FILTER_SEARCH_CATEGORY
FILTER_SEARCH_END_DAY
in file config_filter_defaults_inc.php, constant FILTER_SEARCH_END_DAY
FILTER_SEARCH_END_MONTH
in file config_filter_defaults_inc.php, constant FILTER_SEARCH_END_MONTH
FILTER_SEARCH_END_YEAR
in file config_filter_defaults_inc.php, constant FILTER_SEARCH_END_YEAR
FILTER_SEARCH_FILTER_BY_DATE
in file config_filter_defaults_inc.php, constant FILTER_SEARCH_FILTER_BY_DATE
FILTER_SEARCH_FIXED_IN_VERSION
in file config_filter_defaults_inc.php, constant FILTER_SEARCH_FIXED_IN_VERSION
FILTER_SEARCH_FREE_TEXT
in file config_filter_defaults_inc.php, constant FILTER_SEARCH_FREE_TEXT
FILTER_SEARCH_HANDLER_ID
in file config_filter_defaults_inc.php, constant FILTER_SEARCH_HANDLER_ID
FILTER_SEARCH_HIDE_STATUS_ID
in file config_filter_defaults_inc.php, constant FILTER_SEARCH_HIDE_STATUS_ID
FILTER_SEARCH_HIGHLIGHT_CHANGED
in file config_filter_defaults_inc.php, constant FILTER_SEARCH_HIGHLIGHT_CHANGED
FILTER_SEARCH_ISSUES_PER_PAGE
in file config_filter_defaults_inc.php, constant FILTER_SEARCH_ISSUES_PER_PAGE
FILTER_SEARCH_MONITOR_USER_ID
in file config_filter_defaults_inc.php, constant FILTER_SEARCH_MONITOR_USER_ID
FILTER_SEARCH_NOTE_USER_ID
in file config_filter_defaults_inc.php, constant FILTER_SEARCH_NOTE_USER_ID
FILTER_SEARCH_NOT_ASSIGNED
in file config_filter_defaults_inc.php, constant FILTER_SEARCH_NOT_ASSIGNED
FILTER_SEARCH_OS
in file config_filter_defaults_inc.php, constant FILTER_SEARCH_OS
FILTER_SEARCH_OS_BUILD
in file config_filter_defaults_inc.php, constant FILTER_SEARCH_OS_BUILD
FILTER_SEARCH_PLATFORM
in file config_filter_defaults_inc.php, constant FILTER_SEARCH_PLATFORM
FILTER_SEARCH_PRIORITY_ID
in file config_filter_defaults_inc.php, constant FILTER_SEARCH_PRIORITY_ID
FILTER_SEARCH_PRODUCT_BUILD
in file config_filter_defaults_inc.php, constant FILTER_SEARCH_PRODUCT_BUILD
FILTER_SEARCH_PRODUCT_VERSION
in file config_filter_defaults_inc.php, constant FILTER_SEARCH_PRODUCT_VERSION
FILTER_SEARCH_PROFILE
in file config_filter_defaults_inc.php, constant FILTER_SEARCH_PROFILE
FILTER_SEARCH_PROJECT_ID
in file config_filter_defaults_inc.php, constant FILTER_SEARCH_PROJECT_ID
FILTER_SEARCH_RELATIONSHIP_BUG
in file config_filter_defaults_inc.php, constant FILTER_SEARCH_RELATIONSHIP_BUG
FILTER_SEARCH_RELATIONSHIP_TYPE
in file config_filter_defaults_inc.php, constant FILTER_SEARCH_RELATIONSHIP_TYPE
FILTER_SEARCH_REPORTER_ID
in file config_filter_defaults_inc.php, constant FILTER_SEARCH_REPORTER_ID
FILTER_SEARCH_RESOLUTION_ID
in file config_filter_defaults_inc.php, constant FILTER_SEARCH_RESOLUTION_ID
FILTER_SEARCH_SEVERITY_ID
in file config_filter_defaults_inc.php, constant FILTER_SEARCH_SEVERITY_ID
FILTER_SEARCH_SHOW_STICKY_ISSUES
in file config_filter_defaults_inc.php, constant FILTER_SEARCH_SHOW_STICKY_ISSUES
FILTER_SEARCH_SORT_DIRECTION
in file config_filter_defaults_inc.php, constant FILTER_SEARCH_SORT_DIRECTION
FILTER_SEARCH_SORT_FIELD_NAME
in file config_filter_defaults_inc.php, constant FILTER_SEARCH_SORT_FIELD_NAME
FILTER_SEARCH_START_DAY
in file config_filter_defaults_inc.php, constant FILTER_SEARCH_START_DAY
FILTER_SEARCH_START_MONTH
in file config_filter_defaults_inc.php, constant FILTER_SEARCH_START_MONTH
FILTER_SEARCH_START_YEAR
in file config_filter_defaults_inc.php, constant FILTER_SEARCH_START_YEAR
FILTER_SEARCH_STATUS_ID
in file config_filter_defaults_inc.php, constant FILTER_SEARCH_STATUS_ID
FILTER_SEARCH_TAG_SELECT
in file config_filter_defaults_inc.php, constant FILTER_SEARCH_TAG_SELECT
FILTER_SEARCH_TAG_STRING
in file config_filter_defaults_inc.php, constant FILTER_SEARCH_TAG_STRING
FILTER_SEARCH_TARGET_VERSION
in file config_filter_defaults_inc.php, constant FILTER_SEARCH_TARGET_VERSION
FILTER_SEARCH_VIEW_STATE_ID
in file config_filter_defaults_inc.php, constant FILTER_SEARCH_VIEW_STATE_ID
FILTER_TYPE_BOOLEAN
in file constant_inc.php, constant FILTER_TYPE_BOOLEAN
FILTER_TYPE_INT
in file constant_inc.php, constant FILTER_TYPE_INT
FILTER_TYPE_MULTI_INT
in file constant_inc.php, constant FILTER_TYPE_MULTI_INT
FILTER_TYPE_MULTI_STRING
in file constant_inc.php, constant FILTER_TYPE_MULTI_STRING
FILTER_TYPE_STRING
in file constant_inc.php, constant FILTER_TYPE_STRING
filter_unique_query_clauses
in file filter_api.php, function filter_unique_query_clauses()
    Remove any duplicate values in certain elements of query_clauses Do not loop over query clauses as some keys may contain valid duplicate values.
filter_valid_page_number
in file filter_api.php, function filter_valid_page_number()
    Checks to make sure $p_page_number isn't past the last page.
FIXED
in file constant_inc.php, constant FIXED
formatted
in file MantisFormattingPlugin.class.php, method MantisFormattingPlugin::formatted()
    Formatted text processing.
form_action_self
in file form_api.php, function form_action_self()
    Helper function to generate a form action value when forms are designed to be submitted to the same url that's is currently being used, such as helper_ensure_confirmed() or auth_reauthenticate().
form_security_field
in file form_api.php, function form_security_field()
    Get a hidden form element containing a generated form security token.
form_security_param
in file form_api.php, function form_security_param()
    Get a URL parameter containing a generated form security token.
form_security_purge
in file form_api.php, function form_security_purge()
    Purge form security tokens that are older than 3 days, or used for form validation.
form_security_token
in file form_api.php, function form_security_token()
    Generate a random security token, prefixed by date, store it in the user's session, and then return the string to be used as a form element element with the security token as the value.
form_security_validate
in file form_api.php, function form_security_validate()
    Validate the security token for the given form name based on tokens stored in the user's session. While checking stored tokens, any that are more than 3 days old will be purged.
FTP
in file constant_inc.php, constant FTP
top

g

$g
in file make_captcha_img.php, variable masc_captcha::$g
$gd_version
in file make_captcha_img.php, variable masc_captcha::$gd_version
$graphviz_com_module
in file graphviz_api.php, variable Graph::$graphviz_com_module
$graphviz_tool
in file graphviz_api.php, variable Graph::$graphviz_tool
$g_absolute_path
in file config_defaults_inc.php, global variable $g_absolute_path
    absolute path to your installation. Requires trailing / or \
$g_absolute_path_default_upload_folder
in file config_defaults_inc.php, global variable $g_absolute_path_default_upload_folder
    absolute path to the default upload folder. Requires trailing / or \
$g_access_levels_enum_string
in file config_defaults_inc.php, global variable $g_access_levels_enum_string
    status from $g_status_index-1 to 79 are used for the onboard customization (if enabled) directly use MantisBT to edit them.
$g_action_button_position
in file config_defaults_inc.php, global variable $g_action_button_position
    Position of action buttons when viewing issues.
$g_add_bugnote_threshold
in file config_defaults_inc.php, global variable $g_add_bugnote_threshold
    Add bugnote threshold
$g_add_profile_threshold
in file config_defaults_inc.php, global variable $g_add_profile_threshold
    Add profile threshold
$g_administrator_email
in file config_defaults_inc.php, global variable $g_administrator_email
    Administrator Email address
$g_admin_checks
in file config_defaults_inc.php, global variable $g_admin_checks
    Check for admin directory, database upgrades, etc.
$g_admin_site_threshold
in file config_defaults_inc.php, global variable $g_admin_site_threshold
    Threshold at which a user is considered to be a site administrator.
$g_allowed_files
in file config_defaults_inc.php, global variable $g_allowed_files
    Files that are allowed or not allowed. Separate items by commas.
$g_allow_account_delete
in file config_defaults_inc.php, global variable $g_allow_account_delete
    account delete
$g_allow_anonymous_login
in file config_defaults_inc.php, global variable $g_allow_anonymous_login
    Enable anonymous access to Mantis. You must also specify $g_anonymous_account as the account which anonymous users will browse Mantis with. The default setting is OFF.
$g_allow_blank_email
in file config_defaults_inc.php, global variable $g_allow_blank_email
    if ON, allow the user to omit an email field note if you allow users to create their own accounts, they must specify an email at that point, no matter what the value of this option is. Otherwise they wouldn't get their passwords.
$g_allow_close_immediately
in file config_defaults_inc.php, global variable $g_allow_close_immediately
    close immediately
$g_allow_delete_own_attachments
in file config_defaults_inc.php, global variable $g_allow_delete_own_attachments
    allow users to delete attachments uploaded by themselves even if their access level is below delete_attachments_threshold.
$g_allow_download_own_attachments
in file config_defaults_inc.php, global variable $g_allow_download_own_attachments
    allow users to download attachments uploaded by themselves even if their access level is below download_attachments_threshold.
$g_allow_file_upload
in file config_defaults_inc.php, global variable $g_allow_file_upload
    --- file upload settings -------- This is the master setting to disable *all* file uploading functionality
$g_allow_freetext_in_profile_fields
in file config_defaults_inc.php, global variable $g_allow_freetext_in_profile_fields
    Allows the users to enter free text when reporting/updating issues
$g_allow_no_category
in file config_defaults_inc.php, global variable $g_allow_no_category
    Allow a bug to have no category
$g_allow_reporter_close
in file config_defaults_inc.php, global variable $g_allow_reporter_close
    reporter can close Allow reporters to close the bugs they reported, after they're marked resolved.
$g_allow_reporter_reopen
in file config_defaults_inc.php, global variable $g_allow_reporter_reopen
    reporter can reopen Allow reporters to reopen the bugs they reported, after they're marked resolved.
$g_allow_reporter_upload
in file config_defaults_inc.php, global variable $g_allow_reporter_upload
    reporter can upload Allow reporters to upload attachments to bugs they reported.
$g_allow_signup
in file config_defaults_inc.php, global variable $g_allow_signup
    allow users to signup for their own accounts.
$g_allow_view_own_attachments
in file config_defaults_inc.php, global variable $g_allow_view_own_attachments
    allow users to view attachments uploaded by themselves even if their access level is below view_attachments_threshold.
$g_anonymous_account
in file config_defaults_inc.php, global variable $g_anonymous_account
    Define the account which anonymous users will assume when using Mantis.
$g_assign_sponsored_bugs_threshold
in file config_defaults_inc.php, global variable $g_assign_sponsored_bugs_threshold
    Access level required to be able to assign a sponsored issue to a user with access level greater or equal to 'handle_sponsored_bugs_threshold'.
$g_attachments_file_permissions
in file config_defaults_inc.php, global variable $g_attachments_file_permissions
    When using FTP or DISK for storing uploaded files, this setting control
$g_auto_set_status_to_assigned
in file config_defaults_inc.php, global variable $g_auto_set_status_to_assigned
    Automatically set status to ASSIGNED whenever a bug is assigned to a person.
$g_backward_year_count
in file config_defaults_inc.php, global variable $g_backward_year_count
    Number of years in the past that custom date fields will display in drop down boxes.
$g_bottom_include_page
in file config_defaults_inc.php, global variable $g_bottom_include_page
    Specify your top/bottom include file (logos, banners, etc)
$g_bugnote_allow_user_edit_delete
in file config_defaults_inc.php, global variable $g_bugnote_allow_user_edit_delete
    Are users allowed to change and delete their own bugnotes?
$g_bugnote_link_tag
in file config_defaults_inc.php, global variable $g_bugnote_link_tag
    Bugnote Linking if a number follows this tag it will create a link to a bugnote.
$g_bugnote_order
in file config_defaults_inc.php, global variable $g_bugnote_order
    bugnote ordering
$g_bug_assigned_status
in file config_defaults_inc.php, global variable $g_bug_assigned_status
    Status to assign to the bug when assigned.
$g_bug_change_status_page_fields
in file config_defaults_inc.php, global variable $g_bug_change_status_page_fields
    An array of the fields to show on the bug change status page.
$g_bug_closed_status_threshold
in file config_defaults_inc.php, global variable $g_bug_closed_status_threshold
    Bug is closed. In some custom installations a bug may be considered as closed when it is moved to a custom (COMPLETED or IMPLEMENTED) status.
$g_bug_count_hyperlink_prefix
in file config_defaults_inc.php, global variable $g_bug_count_hyperlink_prefix
    Bug Count Linking this is the prefix to use when creating links to bug views from bug counts (eg. on the main page and the summary page).
$g_bug_feedback_status
in file config_defaults_inc.php, global variable $g_bug_feedback_status
    Status to assign to the bug when feedback is required from the issue reporter.
$g_bug_link_tag
in file config_defaults_inc.php, global variable $g_bug_link_tag
    Bug Linking if a number follows this tag it will create a link to a bug.
$g_bug_list_cookie
in file config_defaults_inc.php, global variable $g_bug_list_cookie
$g_bug_print_page_fields
in file config_defaults_inc.php, global variable $g_bug_print_page_fields
    An array of the fields to show on the bug print page.
$g_bug_readonly_status_threshold
in file config_defaults_inc.php, global variable $g_bug_readonly_status_threshold
    Bug becomes readonly if its status is >= this status. The bug becomes read/write again if re-opened and its status becomes less than this threshold.
$g_bug_reminder_threshold
in file config_defaults_inc.php, global variable $g_bug_reminder_threshold
    access level needed to send a reminder from the bug view pages
$g_bug_reopen_resolution
in file config_defaults_inc.php, global variable $g_bug_reopen_resolution
    Resolution to assign to the bug when reopened.
$g_bug_reopen_status
in file config_defaults_inc.php, global variable $g_bug_reopen_status
    Status to assign to the bug when reopened.
$g_bug_report_page_fields
in file config_defaults_inc.php, global variable $g_bug_report_page_fields
    An array of the fields to show on the bug report page.
$g_bug_resolution_fixed_threshold
in file config_defaults_inc.php, global variable $g_bug_resolution_fixed_threshold
    Threshold resolution which denotes that a bug has been resolved and successfully fixed by developers. Resolutions above this threshold and below $g_bug_resolution_not_fixed_threshold are considered to be resolved successfully.
$g_bug_resolution_not_fixed_threshold
in file config_defaults_inc.php, global variable $g_bug_resolution_not_fixed_threshold
    Threshold resolution which denotes that a bug has been resolved without being successfully fixed by developers. Resolutions above this threshold are considered to be resolved in an unsuccessful way.
$g_bug_resolved_status_threshold
in file config_defaults_inc.php, global variable $g_bug_resolved_status_threshold
    Bug is resolved, ready to be closed or reopened. In some custom installations a bug may be considered as resolved when it is moved to a custom (FIXED or TESTED) status.
$g_bug_revision_drop_threshold
in file config_defaults_inc.php, global variable $g_bug_revision_drop_threshold
    Access lever required to drop bug history revisions
$g_bug_submit_status
in file config_defaults_inc.php, global variable $g_bug_submit_status
    Status to assign to the bug when submitted.
$g_bug_update_page_fields
in file config_defaults_inc.php, global variable $g_bug_update_page_fields
    An array of the fields to show on the bug update page.
$g_bug_view_page_fields
in file config_defaults_inc.php, global variable $g_bug_view_page_fields
    An array of the fields to show on the bug view page.
$g_cache_access_matrix
in file access_api.php, global variable $g_cache_access_matrix
$g_cache_access_matrix_project_ids
in file access_api.php, global variable $g_cache_access_matrix_project_ids
$g_cache_access_matrix_user_ids
in file access_api.php, global variable $g_cache_access_matrix_user_ids
$g_cache_anonymous_user_cookie_string
in file authentication_api.php, global variable $g_cache_anonymous_user_cookie_string
$g_cache_cookie_valid
in file authentication_api.php, global variable $g_cache_cookie_valid
$g_cache_current_user_id
in file authentication_api.php, global variable $g_cache_current_user_id
$g_cache_filter_db_filters
in file filter_api.php, global variable $g_cache_filter_db_filters
$g_calendar_date_format
in file config_defaults_inc.php, global variable $g_calendar_date_format
    jscalendar date format string
$g_calendar_js_date_format
in file config_defaults_inc.php, global variable $g_calendar_js_date_format
    jscalendar date format string
$g_change_view_status_threshold
in file config_defaults_inc.php, global variable $g_change_view_status_threshold
    Threshold needed to update the view status while updating a bug or a bug note.
$g_check_mx_record
in file config_defaults_inc.php, global variable $g_check_mx_record
    set to OFF to disable email check
$g_class_path
in file config_defaults_inc.php, global variable $g_class_path
    absolute path to class files. Requires trailing / or \
$g_collapse_cache_token
in file collapse_api.php, global variable $g_collapse_cache_token
$g_colour_global
in file config_defaults_inc.php, global variable $g_colour_global
    colours for configuration display
$g_colour_project
in file config_defaults_inc.php, global variable $g_colour_project
    colours for configuration display
$g_complete_date_format
in file config_defaults_inc.php, global variable $g_complete_date_format
    date format strings defaults to ISO 8601 formatting
$g_compression_started
in file compress_api.php, global variable $g_compression_started
    Starts the buffering/compression (only if the compression option is ON)
$g_compress_html
in file config_defaults_inc.php, global variable $g_compress_html
    Use compression of generated html if browser supports it If you already have compression enabled in your php.ini file (either with zlib.output_compression or output_handler=ob_gzhandler) this option will be ignored.
$g_content_expire
in file config_defaults_inc.php, global variable $g_content_expire
    minutes to wait before document is stale (in minutes)
$g_cookie_domain
in file config_defaults_inc.php, global variable $g_cookie_domain
$g_cookie_httponly_flag_enabled
in file gpc_api.php, global variable $g_cookie_httponly_flag_enabled
    Determines (once-off) whether the version of PHP executing this script has support for the HttpOnly cookie flag. If so, we will set this flag to true so that it'll be added to all cookies sent to the client.
$g_cookie_path
in file config_defaults_inc.php, global variable $g_cookie_path
    --- cookie path ---------------
$g_cookie_prefix
in file config_defaults_inc.php, global variable $g_cookie_prefix
    --- cookie prefix --------------- set this to a unique identifier. No spaces.
$g_cookie_secure_flag_enabled
in file gpc_api.php, global variable $g_cookie_secure_flag_enabled
    Determines (once-off) whether the client is accessing this script via a secure connection. If they are, we want to use the Secure cookie flag to prevent the cookie from being transmitted to other domains.
$g_cookie_time_length
in file config_defaults_inc.php, global variable $g_cookie_time_length
    time for 'permanent' cookie to live in seconds (1 year)
$g_cookie_version
in file config_defaults_inc.php, global variable $g_cookie_version
    cookie version for view_all_page
$g_core_path
in file config_defaults_inc.php, global variable $g_core_path
    absolute patch to your core files. The default is usually OK, unless you moved the 'core' directory out of your webroot (recommended).
$g_create_permalink_threshold
in file config_defaults_inc.php, global variable $g_create_permalink_threshold
    The threshold required for users to be able to create permalinks. To turn of this feature use NOBODY.
$g_create_project_threshold
in file config_defaults_inc.php, global variable $g_create_project_threshold
    Threshold needed to create a new project
$g_create_short_url
in file config_defaults_inc.php, global variable $g_create_short_url
    The service to use to create a short URL. The %s will be replaced by the long URL.
$g_css_include_file
in file config_defaults_inc.php, global variable $g_css_include_file
    CSS file
$g_css_rtl_include_file
in file config_defaults_inc.php, global variable $g_css_rtl_include_file
    RTL CSS file
$g_csv_columns
in file config_defaults_inc.php, global variable $g_csv_columns
    The default columns to be included in the CSV export.
$g_csv_separator
in file config_defaults_inc.php, global variable $g_csv_separator
    CSV Export
$g_current_collapse_section
in file collapse_api.php, global variable $g_current_collapse_section
$g_custom_field_edit_after_create
in file config_defaults_inc.php, global variable $g_custom_field_edit_after_create
    Whether to start editng a custom field immediately after creating it
$g_custom_field_link_threshold
in file config_defaults_inc.php, global variable $g_custom_field_link_threshold
    Threshold needed to link/unlink custom field to/from a project
$g_custom_field_type_enum_string
in file config_defaults_inc.php, global variable $g_custom_field_type_enum_string
$g_custom_group_actions
in file config_defaults_inc.php, global variable $g_custom_group_actions
    Custom Group Actions
$g_custom_headers
in file config_defaults_inc.php, global variable $g_custom_headers
    An array of headers to be sent with each page.
$g_cvs_web
in file config_defaults_inc.php, global variable $g_cvs_web
    CVS linking
$g_database_name
in file config_defaults_inc.php, global variable $g_database_name
    Name of database that contains MantisBT tables.
$g_date_partitions
in file config_defaults_inc.php, global variable $g_date_partitions
    summary date displays
$g_db_connected
in file database_api.php, global variable $g_db_connected
    Stores whether a database connection was succesfully opened.
$g_db_log_queries
in file database_api.php, global variable $g_db_log_queries
    Store whether to log queries ( used for show_queries_count/query list)
$g_db_param_count
in file database_api.php, global variable $g_db_param_count
    Tracks the query parameter count for use with db_aparam().
$g_db_password
in file config_defaults_inc.php, global variable $g_db_password
    Password for the specified user name. The default password is empty.
$g_db_schema
in file config_defaults_inc.php, global variable $g_db_schema
    Database Schema Name - used in the case of db2.
$g_db_table
in file config_defaults_inc.php, global variable $g_db_table
    table names
$g_db_table_prefix
in file config_defaults_inc.php, global variable $g_db_table_prefix
    table prefix
$g_db_table_suffix
in file config_defaults_inc.php, global variable $g_db_table_suffix
    table suffix
$g_db_type
in file config_defaults_inc.php, global variable $g_db_type
    Defines the database type. The supported default is 'mysql'.
$g_db_username
in file config_defaults_inc.php, global variable $g_db_username
    User name to use for connecting to the database. The user needs to have read/write access to the MantisBT database.
$g_debug_email
in file config_defaults_inc.php, global variable $g_debug_email
    Used for debugging e-mail feature, when set to OFF the emails work as normal.
$g_debug_timer
in file config_defaults_inc.php, global variable $g_debug_timer
    used for development only. Leave OFF
$g_default_avatar
in file config_defaults_inc.php, global variable $g_default_avatar
    Default avatar for users without a gravatar account
$g_default_bugnote_order
in file config_defaults_inc.php, global variable $g_default_bugnote_order
$g_default_bugnote_view_status
in file config_defaults_inc.php, global variable $g_default_bugnote_view_status
    Default Bugnote View Status (VS_PUBLIC or VS_PRIVATE)
$g_default_bug_additional_info
in file config_defaults_inc.php, global variable $g_default_bug_additional_info
    Default value for addition information field.
$g_default_bug_eta
in file config_defaults_inc.php, global variable $g_default_bug_eta
    Default bug ETA when reporting a new bug
$g_default_bug_priority
in file config_defaults_inc.php, global variable $g_default_bug_priority
    Default bug priority when reporting a new bug
$g_default_bug_projection
in file config_defaults_inc.php, global variable $g_default_bug_projection
    Default bug projection when reporting a new bug
$g_default_bug_reproducibility
in file config_defaults_inc.php, global variable $g_default_bug_reproducibility
    Default bug reproducibility when reporting a new bug
$g_default_bug_resolution
in file config_defaults_inc.php, global variable $g_default_bug_resolution
    Default bug resolution when reporting a new bug
$g_default_bug_severity
in file config_defaults_inc.php, global variable $g_default_bug_severity
    Default bug severity when reporting a new bug
$g_default_bug_steps_to_reproduce
in file config_defaults_inc.php, global variable $g_default_bug_steps_to_reproduce
    Default value for steps to reproduce field.
$g_default_bug_view_status
in file config_defaults_inc.php, global variable $g_default_bug_view_status
    Default Bug View Status (VS_PUBLIC or VS_PRIVATE)
$g_default_email_bugnote_limit
in file config_defaults_inc.php, global variable $g_default_email_bugnote_limit
$g_default_email_on_assigned
in file config_defaults_inc.php, global variable $g_default_email_on_assigned
$g_default_email_on_assigned_minimum_severity
in file config_defaults_inc.php, global variable $g_default_email_on_assigned_minimum_severity
    'any'
$g_default_email_on_bugnote
in file config_defaults_inc.php, global variable $g_default_email_on_bugnote
$g_default_email_on_bugnote_minimum_severity
in file config_defaults_inc.php, global variable $g_default_email_on_bugnote_minimum_severity
    'any'
$g_default_email_on_closed
in file config_defaults_inc.php, global variable $g_default_email_on_closed
$g_default_email_on_closed_minimum_severity
in file config_defaults_inc.php, global variable $g_default_email_on_closed_minimum_severity
    'any'
$g_default_email_on_feedback
in file config_defaults_inc.php, global variable $g_default_email_on_feedback
$g_default_email_on_feedback_minimum_severity
in file config_defaults_inc.php, global variable $g_default_email_on_feedback_minimum_severity
    'any'
$g_default_email_on_new
in file config_defaults_inc.php, global variable $g_default_email_on_new
$g_default_email_on_new_minimum_severity
in file config_defaults_inc.php, global variable $g_default_email_on_new_minimum_severity
    'any'
$g_default_email_on_priority
in file config_defaults_inc.php, global variable $g_default_email_on_priority
$g_default_email_on_priority_minimum_severity
in file config_defaults_inc.php, global variable $g_default_email_on_priority_minimum_severity
$g_default_email_on_reopened
in file config_defaults_inc.php, global variable $g_default_email_on_reopened
$g_default_email_on_reopened_minimum_severity
in file config_defaults_inc.php, global variable $g_default_email_on_reopened_minimum_severity
    'any'
$g_default_email_on_resolved
in file config_defaults_inc.php, global variable $g_default_email_on_resolved
$g_default_email_on_resolved_minimum_severity
in file config_defaults_inc.php, global variable $g_default_email_on_resolved_minimum_severity
    'any'
$g_default_email_on_status
in file config_defaults_inc.php, global variable $g_default_email_on_status
$g_default_email_on_status_minimum_severity
in file config_defaults_inc.php, global variable $g_default_email_on_status_minimum_severity
    'any'
$g_default_home_page
in file config_defaults_inc.php, global variable $g_default_home_page
    Default page after Login or Set Project
$g_default_language
in file config_defaults_inc.php, global variable $g_default_language
    If the language is set to 'auto', the actual language is determined by the user agent (web browser) language preference.
$g_default_limit_view
in file config_defaults_inc.php, global variable $g_default_limit_view
$g_default_manage_tag_prefix
in file config_defaults_inc.php, global variable $g_default_manage_tag_prefix
    Default tag prefix used to filter the list of tags in manage_tags_page.php. Change this to 'A' (or any other letter) if you have a lot of tags in the system and loading the manage tags page takes a long time.
$g_default_manage_user_prefix
in file config_defaults_inc.php, global variable $g_default_manage_user_prefix
    Default user name prefix used to filter the list of users in manage_user_page.php. Change this to 'A' (or any other letter) if you have a lot of users in the system and loading the manage users page takes a long time.
$g_default_new_account_access_level
in file config_defaults_inc.php, global variable $g_default_new_account_access_level
    signup default
$g_default_notify_flags
in file config_defaults_inc.php, global variable $g_default_notify_flags
    The following two config options allow you to control who should get email
$g_default_redirect_delay
in file config_defaults_inc.php, global variable $g_default_redirect_delay
    in seconds
$g_default_refresh_delay
in file config_defaults_inc.php, global variable $g_default_refresh_delay
    in minutes
$g_default_reminder_view_status
in file config_defaults_inc.php, global variable $g_default_reminder_view_status
    Default Reminder View Status (VS_PUBLIC or VS_PRIVATE)
$g_default_show_changed
in file config_defaults_inc.php, global variable $g_default_show_changed
$g_default_timezone
in file config_defaults_inc.php, global variable $g_default_timezone
    Default timezone to use in mantis.
$g_delete_attachments_threshold
in file config_defaults_inc.php, global variable $g_delete_attachments_threshold
    access level needed to delete bug attachments
$g_delete_bugnote_threshold
in file config_defaults_inc.php, global variable $g_delete_bugnote_threshold
    Delete bugnote threshold
$g_delete_bug_threshold
in file config_defaults_inc.php, global variable $g_delete_bug_threshold
    Delete bug threshold
$g_delete_project_threshold
in file config_defaults_inc.php, global variable $g_delete_project_threshold
    Threshold required to delete a project
$g_development_team_threshold
in file config_defaults_inc.php, global variable $g_development_team_threshold
    The minimum access level for someone to be a member of the development team and appear on the project information page.
$g_dhtml_filters
in file config_defaults_inc.php, global variable $g_dhtml_filters
    This switch enables the use of xmlhttprequest protocol to speed up the filter display.
$g_differentiate_duplicates
in file config_defaults_inc.php, global variable $g_differentiate_duplicates
    leave off for now
$g_disallowed_files
in file config_defaults_inc.php, global variable $g_disallowed_files
$g_display_bugnote_padding
in file config_defaults_inc.php, global variable $g_display_bugnote_padding
    The padding level when displaying bugnote ids
$g_display_bug_padding
in file config_defaults_inc.php, global variable $g_display_bug_padding
    The padding level when displaying bug ids
$g_display_errors
in file config_defaults_inc.php, global variable $g_display_errors
    --- error display ---
$g_display_project_padding
in file config_defaults_inc.php, global variable $g_display_project_padding
    The padding level when displaying project ids
$g_document_files_prefix
in file config_defaults_inc.php, global variable $g_document_files_prefix
    prefix to be used for the file system names of files uploaded to projects.
$g_dot_tool
in file config_defaults_inc.php, global variable $g_dot_tool
    Complete path to dot and neato tools. Your webserver must have execute permission to these programs in order to generate relationship graphs.
$g_download_attachments_threshold
in file config_defaults_inc.php, global variable $g_download_attachments_threshold
    access level needed to download bug attachments
$g_due_date_update_threshold
in file config_defaults_inc.php, global variable $g_due_date_update_threshold
    threshold to update due date submitted
$g_due_date_view_threshold
in file config_defaults_inc.php, global variable $g_due_date_view_threshold
    threshold to see due date
$g_email_padding_length
in file config_defaults_inc.php, global variable $g_email_padding_length
    email separator and padding
$g_email_receive_own
in file config_defaults_inc.php, global variable $g_email_receive_own
    Whether user's should receive emails for their own actions
$g_email_send_using_cronjob
in file config_defaults_inc.php, global variable $g_email_send_using_cronjob
    It is recommended to use a cronjob or a scheduler task to send emails.
$g_email_separator1
in file config_defaults_inc.php, global variable $g_email_separator1
    email separator and padding
$g_email_separator2
in file config_defaults_inc.php, global variable $g_email_separator2
    email separator and padding
$g_email_set_category
in file config_defaults_inc.php, global variable $g_email_set_category
    Specify whether e-mails should be sent with the category set or not. This is tested with Microsoft Outlook. More testing for this feature + other formats will be added in the future.
$g_enable_email_notification
in file config_defaults_inc.php, global variable $g_enable_email_notification
    Allow email notification.
$g_enable_eta
in file config_defaults_inc.php, global variable $g_enable_eta
    Enable or disable usage of the ETA field.
$g_enable_product_build
in file config_defaults_inc.php, global variable $g_enable_product_build
    Enable or disable usage of the Product Build field.
$g_enable_profiles
in file config_defaults_inc.php, global variable $g_enable_profiles
    Enable Profiles
$g_enable_projection
in file config_defaults_inc.php, global variable $g_enable_projection
    Enable or disable usage of the Projection field.
$g_enable_project_documentation
in file config_defaults_inc.php, global variable $g_enable_project_documentation
    Specifies whether to enable support for project documents or not.
$g_enable_sponsorship
in file config_defaults_inc.php, global variable $g_enable_sponsorship
    Whether to enable/disable the whole issue sponsorship feature
$g_eta_enum_string
in file config_defaults_inc.php, global variable $g_eta_enum_string
$g_event_cache
in file event_api.php, global variable $g_event_cache
$g_excel_columns
in file config_defaults_inc.php, global variable $g_excel_columns
    The default columns to be included in the Excel export.
$g_fallback_language
in file config_defaults_inc.php, global variable $g_fallback_language
    Fallback for automatic language selection
$g_favicon_image
in file config_defaults_inc.php, global variable $g_favicon_image
    Favicon image
$g_fileinfo_magic_db_file
in file config_defaults_inc.php, global variable $g_fileinfo_magic_db_file
    Specify the filename of the magic database file. This is used by
$g_file_type_icons
in file config_defaults_inc.php, global variable $g_file_type_icons
    Maps a file extension to a file type icon. These icons are printed next to project documents and bug attachments.
$g_file_upload_ftp_pass
in file config_defaults_inc.php, global variable $g_file_upload_ftp_pass
$g_file_upload_ftp_server
in file config_defaults_inc.php, global variable $g_file_upload_ftp_server
    FTP settings, used if $g_file_upload_method = FTP
$g_file_upload_ftp_user
in file config_defaults_inc.php, global variable $g_file_upload_ftp_user
$g_file_upload_method
in file config_defaults_inc.php, global variable $g_file_upload_method
    Upload destination: specify actual location in project settings DISK, DATABASE, or FTP.
$g_filter_by_custom_fields
in file config_defaults_inc.php, global variable $g_filter_by_custom_fields
$g_filter_custom_fields_per_row
in file config_defaults_inc.php, global variable $g_filter_custom_fields_per_row
$g_filter_position
in file config_defaults_inc.php, global variable $g_filter_position
    Position of the filter box, can be: POSITION_* POSITION_TOP, POSITION_BOTTOM, or POSITION_NONE for none.
$g_font_per_captcha
in file config_defaults_inc.php, global variable $g_font_per_captcha
    font name used to create the captcha image. i.e. arial.ttf
$g_forward_year_count
in file config_defaults_inc.php, global variable $g_forward_year_count
    Number of years in the future that custom date fields will display in drop down boxes.
$g_from_email
in file config_defaults_inc.php, global variable $g_from_email
    the sender email, part of 'From: ' header in emails
$g_from_name
in file config_defaults_inc.php, global variable $g_from_name
    the sender name, part of 'From: ' header in emails
$g_global_settings
in file config_defaults_inc.php, global variable $g_global_settings
    The following list of variables should never be in the database.
$g_handle_bug_threshold
in file config_defaults_inc.php, global variable $g_handle_bug_threshold
    access level needed to be able to be listed in the assign to field.
$g_handle_sponsored_bugs_threshold
in file config_defaults_inc.php, global variable $g_handle_sponsored_bugs_threshold
    Access level required to be able to handle sponsored issues.
$g_hide_status_default
in file config_defaults_inc.php, global variable $g_hide_status_default
$g_history_default_visible
in file config_defaults_inc.php, global variable $g_history_default_visible
    bug history visible by default when you view a bug
$g_history_order
in file config_defaults_inc.php, global variable $g_history_order
    bug history ordering
$g_hostname
in file config_defaults_inc.php, global variable $g_hostname
    hostname should be either a hostname or connection string to supply to adodb.
$g_hr_size
in file config_defaults_inc.php, global variable $g_hr_size
    Horizontal Rule Size
$g_hr_width
in file config_defaults_inc.php, global variable $g_hr_width
    Horizontal Rule Width
$g_html_make_links
in file config_defaults_inc.php, global variable $g_html_make_links
    html tags
$g_html_valid_tags
in file config_defaults_inc.php, global variable $g_html_valid_tags
    These are the valid html tags for multi-line fields (e.g. description)
$g_html_valid_tags_single_line
in file config_defaults_inc.php, global variable $g_html_valid_tags_single_line
    These are the valid html tags for single line fields (e.g. issue summary).
$g_icon_path
in file config_defaults_inc.php, global variable $g_icon_path
    path to your images directory (for icons)
$g_inline_file_exts
in file config_defaults_inc.php, global variable $g_inline_file_exts
    list of filetypes to view inline. This is a string of extentions separated by commas This is used when downloading an attachment. Rather than downloading, the attachment is viewed in the browser.
$g_language_auto_map
in file config_defaults_inc.php, global variable $g_language_auto_map
    Browser language mapping for 'auto' language selection
$g_language_choices_arr
in file config_defaults_inc.php, global variable $g_language_choices_arr
    list the choices that the users are allowed to choose
$g_ldap_bind_dn
in file config_defaults_inc.php, global variable $g_ldap_bind_dn
    The distinguished of the user account to use for binding to the LDAP server.
$g_ldap_bind_passwd
in file config_defaults_inc.php, global variable $g_ldap_bind_passwd
    The password for the service account to be used for connecting to the LDAP server.
$g_ldap_follow_referrals
in file config_defaults_inc.php, global variable $g_ldap_follow_referrals
    Determines whether the LDAP library automatically follows referrals returned by LDAP servers or not.
$g_ldap_organization
in file config_defaults_inc.php, global variable $g_ldap_organization
    e.g. '(organizationname=*Traffic)'
$g_ldap_port
in file config_defaults_inc.php, global variable $g_ldap_port
    LDAP port (default 389). If this doesn't work, try 636.
$g_ldap_protocol_version
in file config_defaults_inc.php, global variable $g_ldap_protocol_version
    The LDAP Protocol Version, if 0, then the protocol version is not set. For Active Directory use version 3.
$g_ldap_root_dn
in file config_defaults_inc.php, global variable $g_ldap_root_dn
$g_ldap_server
in file config_defaults_inc.php, global variable $g_ldap_server
$g_ldap_uid_field
in file config_defaults_inc.php, global variable $g_ldap_uid_field
    Use 'sAMAccountName' for Active Directory
$g_limit_email_domain
in file config_defaults_inc.php, global variable $g_limit_email_domain
    Only allow and send email to addresses in the given domain
$g_limit_reporters
in file config_defaults_inc.php, global variable $g_limit_reporters
    limit reporters Set to ON if you wish to limit reporters to only viewing bugs that they report.
$g_login_method
in file config_defaults_inc.php, global variable $g_login_method
    login method CRYPT or PLAIN or MD5 or LDAP or BASIC_AUTH You can simply change this at will. MantisBT will try to figure out how the passwords were encrypted.
$g_logout_cookie
in file config_defaults_inc.php, global variable $g_logout_cookie
$g_logout_redirect_page
in file config_defaults_inc.php, global variable $g_logout_redirect_page
    Specify where the user should be sent after logging out.
$g_logo_image
in file config_defaults_inc.php, global variable $g_logo_image
    Logo
$g_logo_url
in file config_defaults_inc.php, global variable $g_logo_url
    Logo URL link
$g_log_destination
in file config_defaults_inc.php, global variable $g_log_destination
$g_log_level
in file config_defaults_inc.php, global variable $g_log_level
    --- system logging ---
$g_long_process_timeout
in file config_defaults_inc.php, global variable $g_long_process_timeout
    The time (in seconds) to allow for page execution during long processes such as upgrading your database.
$g_lost_password_feature
in file config_defaults_inc.php, global variable $g_lost_password_feature
    Setting to disable the 'lost your password' feature.
$g_mail_priority
in file config_defaults_inc.php, global variable $g_mail_priority
    If use_x_priority is set to ON, what should the value be?
$g_main_menu_custom_options
in file config_defaults_inc.php, global variable $g_main_menu_custom_options
    Add custom options to the main menu. For example:
$g_manage_cookie
in file config_defaults_inc.php, global variable $g_manage_cookie
$g_manage_custom_fields_threshold
in file config_defaults_inc.php, global variable $g_manage_custom_fields_threshold
    Threshold needed to manage custom fields
$g_manage_global_profile_threshold
in file config_defaults_inc.php, global variable $g_manage_global_profile_threshold
    Threshold needed to be able to create and modify global profiles
$g_manage_news_threshold
in file config_defaults_inc.php, global variable $g_manage_news_threshold
    Threshold needed to add/delete/modify news
$g_manage_plugin_threshold
in file config_defaults_inc.php, global variable $g_manage_plugin_threshold
    management threshold.
$g_manage_project_threshold
in file config_defaults_inc.php, global variable $g_manage_project_threshold
    Threshold needed to manage a project: edit project details (not to add/delete projects) ...etc.
$g_manage_site_threshold
in file config_defaults_inc.php, global variable $g_manage_site_threshold
    Site manager
$g_manage_user_threshold
in file config_defaults_inc.php, global variable $g_manage_user_threshold
    Threshold needed to manage user accounts
$g_manual_url
in file config_defaults_inc.php, global variable $g_manual_url
    Used to link to manual for User Documentation.
$g_max_dropdown_length
in file config_defaults_inc.php, global variable $g_max_dropdown_length
    maximum length of the description in a dropdown menu (for search)
$g_max_failed_login_count
in file config_defaults_inc.php, global variable $g_max_failed_login_count
    Max. attempts to login using a wrong password before lock the account.
$g_max_file_size
in file config_defaults_inc.php, global variable $g_max_file_size
    Maximum file size that can be uploaded
$g_max_lost_password_in_progress_count
in file config_defaults_inc.php, global variable $g_max_lost_password_in_progress_count
    Max. simultaneous requests of 'lost password'
$g_meta_include_file
in file config_defaults_inc.php, global variable $g_meta_include_file
    meta tags
$g_minimal_jscss
in file config_defaults_inc.php, global variable $g_minimal_jscss
    if OFF, will include original javascript files
$g_minimum_sponsorship_amount
in file config_defaults_inc.php, global variable $g_minimum_sponsorship_amount
    Minimum sponsorship amount. If the user enters a value less than this, an error will be prompted.
$g_min_refresh_delay
in file config_defaults_inc.php, global variable $g_min_refresh_delay
    make sure people aren't refreshing too often
$g_monitor_add_others_bug_threshold
in file config_defaults_inc.php, global variable $g_monitor_add_others_bug_threshold
    Access level needed to add other users to the list of users monitoring a bug.
$g_monitor_bug_threshold
in file config_defaults_inc.php, global variable $g_monitor_bug_threshold
    Access level needed to monitor bugs.
$g_move_bug_threshold
in file config_defaults_inc.php, global variable $g_move_bug_threshold
    Move bug threshold
$g_my_view_boxes
in file config_defaults_inc.php, global variable $g_my_view_boxes
    Boxes to be shown and their order
$g_my_view_boxes_fixed_position
in file config_defaults_inc.php, global variable $g_my_view_boxes_fixed_position
    Toggle whether 'My View' boxes are shown in a fixed position (i.e. adjacent boxes start at the same vertical position)
$g_my_view_bug_count
in file config_defaults_inc.php, global variable $g_my_view_bug_count
    Number of bugs shown in each box
$g_neato_tool
in file config_defaults_inc.php, global variable $g_neato_tool
    Complete path to dot and neato tools. Your webserver must have execute permission to these programs in order to generate relationship graphs.
$g_news_limit_method
in file config_defaults_inc.php, global variable $g_news_limit_method
    Limit News Items
$g_news_view_limit
in file config_defaults_inc.php, global variable $g_news_view_limit
    limit by last X entries
$g_news_view_limit_days
in file config_defaults_inc.php, global variable $g_news_view_limit_days
    limit by days
$g_normal_date_format
in file config_defaults_inc.php, global variable $g_normal_date_format
    date format strings defaults to ISO 8601 formatting
$g_notify_flags
in file config_defaults_inc.php, global variable $g_notify_flags
    We don't need to send these notifications on new bugs
$g_notify_new_user_created_threshold_min
in file config_defaults_inc.php, global variable $g_notify_new_user_created_threshold_min
    access level required to be notified when a new user has been created using the "signup form"
$g_open_collapse_section
in file collapse_api.php, global variable $g_open_collapse_section
$g_page_title
in file config_defaults_inc.php, global variable $g_page_title
    title at top of html page (empty by default, since there is a logo now)
$g_password_confirm_hash_magic_string
in file config_defaults_inc.php, global variable $g_password_confirm_hash_magic_string
    String used to generate the confirm_hash for the 'lost password' feature and captcha code for 'signup'
$g_path
in file config_defaults_inc.php, global variable $g_path
    path to your installation as seen from the web browser
$g_phpMailer_method
in file config_defaults_inc.php, global variable $g_phpMailer_method
    select the method to mail by:
$g_plugins_enabled
in file config_defaults_inc.php, global variable $g_plugins_enabled
    enable/disable plugins
$g_plugin_path
in file config_defaults_inc.php, global variable $g_plugin_path
    absolute path to plugin files.
$g_preview_attachments_inline_max_size
in file config_defaults_inc.php, global variable $g_preview_attachments_inline_max_size
    Specifies the maximum size (in bytes) below which an attachment is previewed in the bug view pages.
$g_preview_image_extensions
in file config_defaults_inc.php, global variable $g_preview_image_extensions
    Extensions for images that can be expanded inline.
$g_preview_max_height
in file config_defaults_inc.php, global variable $g_preview_max_height
    Specifies the maximum height for the auto-preview feature. If no maximum height should be imposed then it should be set to 0.
$g_preview_max_width
in file config_defaults_inc.php, global variable $g_preview_max_width
    Specifies the maximum width for the auto-preview feature. If no maximum width should be imposed then it should be set to 0.
$g_preview_text_extensions
in file config_defaults_inc.php, global variable $g_preview_text_extensions
    Extensions for text files that can be expanded inline.
$g_print_issues_page_columns
in file config_defaults_inc.php, global variable $g_print_issues_page_columns
    The default columns to be included in the Print Issues Page.
$g_priority_enum_string
in file config_defaults_inc.php, global variable $g_priority_enum_string
$g_priority_significant_threshold
in file config_defaults_inc.php, global variable $g_priority_significant_threshold
    Define the priority level at which a bug becomes significant.
$g_private_bugnote_threshold
in file config_defaults_inc.php, global variable $g_private_bugnote_threshold
    access level needed to view private bugnotes
$g_private_bug_threshold
in file config_defaults_inc.php, global variable $g_private_bug_threshold
    access level needed to view private bugs
$g_private_news_threshold
in file config_defaults_inc.php, global variable $g_private_news_threshold
    threshold for viewing private news
$g_private_project_threshold
in file config_defaults_inc.php, global variable $g_private_project_threshold
    Threshold needed to be automatically included in private projects
$g_projection_enum_string
in file config_defaults_inc.php, global variable $g_projection_enum_string
$g_project_cookie
in file config_defaults_inc.php, global variable $g_project_cookie
$g_project_status_enum_string
in file config_defaults_inc.php, global variable $g_project_status_enum_string
$g_project_user_threshold
in file config_defaults_inc.php, global variable $g_project_user_threshold
    Threshold needed to manage user access to a project
$g_project_view_state_enum_string
in file config_defaults_inc.php, global variable $g_project_view_state_enum_string
$g_queries_array
in file database_api.php, global variable $g_queries_array
    An array in which all executed queries are stored. This is used for profiling
$g_reassign_on_feedback
in file config_defaults_inc.php, global variable $g_reassign_on_feedback
    When a note is added to a bug currently in $g_bug_feedback_status, and the note author is the bug's reporter, this option will automatically set the bug status to $g_bug_submit_status or $g_bug_assigned_status if the bug is assigned to a developer. Defaults to enabled.
$g_reauthentication
in file config_defaults_inc.php, global variable $g_reauthentication
    Re-authentication required for admin areas
$g_reauthentication_expiry
in file config_defaults_inc.php, global variable $g_reauthentication_expiry
$g_recently_visited
in file config_defaults_inc.php, global variable $g_recently_visited
    Whether to show the most recently visited issues or not. At the moment we always track them even if this flag is off.
$g_recently_visited_count
in file config_defaults_inc.php, global variable $g_recently_visited_count
    The maximum number of issues to keep in the recently visited list.
$g_relationship_graph_enable
in file config_defaults_inc.php, global variable $g_relationship_graph_enable
    Enable relationship graphs support.
$g_relationship_graph_fontname
in file config_defaults_inc.php, global variable $g_relationship_graph_fontname
    Font name and size, as required by Graphviz. If Graphviz fails to run for you, you are probably using a font name that gd can't find. On Linux, try the name of the font file without the extension.
$g_relationship_graph_fontsize
in file config_defaults_inc.php, global variable $g_relationship_graph_fontsize
$g_relationship_graph_max_depth
in file config_defaults_inc.php, global variable $g_relationship_graph_max_depth
    Max depth for relation graphs. This only affects relation graphs, dependency graphs are drawn to the full depth. A value of 3 is already enough to show issues really unrelated to the one you are currently viewing.
$g_relationship_graph_orientation
in file config_defaults_inc.php, global variable $g_relationship_graph_orientation
    Default dependency orientation. If you have issues with lots of childs or parents, leave as 'horizontal', otherwise, if you have lots of "chained" issue dependencies, change to 'vertical'.
$g_relationship_graph_view_on_click
in file config_defaults_inc.php, global variable $g_relationship_graph_view_on_click
    If set to ON, clicking on an issue on the relationship graph will open the bug view page for that issue, otherwise, will navigate to the relationship graph for that issue.
$g_reminder_receive_threshold
in file config_defaults_inc.php, global variable $g_reminder_receive_threshold
    The minimum access level required to show up in the list of users who can receive a reminder.
$g_reminder_recipients_monitor_bug
in file config_defaults_inc.php, global variable $g_reminder_recipients_monitor_bug
    Automatically add recipients of reminders to monitor list, if they are not the handler or the reporter (since they automatically get notified, if required) If recipients of the reminders are below the monitor threshold, they will not be added.
$g_reopen_bug_threshold
in file config_defaults_inc.php, global variable $g_reopen_bug_threshold
    access level needed to re-open bugs
$g_reporter_summary_limit
in file config_defaults_inc.php, global variable $g_reporter_summary_limit
    how many reporters to show
$g_report_bug_threshold
in file config_defaults_inc.php, global variable $g_report_bug_threshold
    access level needed to report a bug
$g_report_issues_for_unreleased_versions_threshold
in file config_defaults_inc.php, global variable $g_report_issues_for_unreleased_versions_threshold
    access level needed to assign bugs to unreleased product versions
$g_reproducibility_enum_string
in file config_defaults_inc.php, global variable $g_reproducibility_enum_string
$g_resolution_enum_string
in file config_defaults_inc.php, global variable $g_resolution_enum_string
$g_resolution_multipliers
in file config_defaults_inc.php, global variable $g_resolution_multipliers
    Define the resolutions which are used to determine the effectiveness
$g_return_path_email
in file config_defaults_inc.php, global variable $g_return_path_email
    the return address for bounced mail
$g_roadmap_update_threshold
in file config_defaults_inc.php, global variable $g_roadmap_update_threshold
    threshold for updating roadmap, target_version, etc
$g_roadmap_view_threshold
in file config_defaults_inc.php, global variable $g_roadmap_view_threshold
    threshold for viewing roadmap
$g_rss_enabled
in file config_defaults_inc.php, global variable $g_rss_enabled
    This flag enables or disables RSS syndication. In the case where RSS syndication is not used, it is recommended to set it to OFF.
$g_rss_key_seed
in file config_defaults_inc.php, global variable $g_rss_key_seed
    This seed is used as part of the inputs for calculating the authentication key for the RSS feeds.
$g_script_login_cookie
in file authentication_api.php, global variable $g_script_login_cookie
$g_send_reset_password
in file config_defaults_inc.php, global variable $g_send_reset_password
    if ON users will be sent their password when reset.
$g_session
in file session_api.php, global variable $g_session
$g_session_handler
in file config_defaults_inc.php, global variable $g_session_handler
    Session handler. Possible values:
$g_session_key
in file config_defaults_inc.php, global variable $g_session_key
    Session key name. Should be unique between multiple installations to prevent conflicts.
$g_session_save_path
in file config_defaults_inc.php, global variable $g_session_save_path
    Session save path. If false, uses default value as set by session handler.
$g_session_validation
in file config_defaults_inc.php, global variable $g_session_validation
    Session validation
$g_set_bug_sticky_threshold
in file config_defaults_inc.php, global variable $g_set_bug_sticky_threshold
    access level needed to set a bug sticky
$g_set_configuration_threshold
in file config_defaults_inc.php, global variable $g_set_configuration_threshold
    threshold for users to set the system configurations generically via MantisBT web interface.
$g_set_status_threshold
in file config_defaults_inc.php, global variable $g_set_status_threshold
    this array sets the access thresholds needed to enter each status listed.
$g_set_view_status_threshold
in file config_defaults_inc.php, global variable $g_set_view_status_threshold
    Threshold needed to set the view status while reporting a bug or a bug note.
$g_severity_enum_string
in file config_defaults_inc.php, global variable $g_severity_enum_string
$g_severity_multipliers
in file config_defaults_inc.php, global variable $g_severity_multipliers
    Define the multipliers which are used to determine the effectiveness of reporters based on the severity of bugs. Higher multipliers will result in an increase in reporter effectiveness.
$g_severity_significant_threshold
in file config_defaults_inc.php, global variable $g_severity_significant_threshold
    Define the severity level at which a bug becomes significant.
$g_short_date_format
in file config_defaults_inc.php, global variable $g_short_date_format
    date format strings defaults to ISO 8601 formatting
$g_short_path
in file config_defaults_inc.php, global variable $g_short_path
    Short web path without the domain name
$g_show_assigned_names
in file config_defaults_inc.php, global variable $g_show_assigned_names
    show assigned to names
$g_show_attachment_indicator
in file config_defaults_inc.php, global variable $g_show_attachment_indicator
    Show an attachment indicator on bug list Show a clickable attachment indicator on the bug list page if the bug has one or more files attached.
$g_show_avatar
in file config_defaults_inc.php, global variable $g_show_avatar
    Show user avatar
$g_show_avatar_threshold
in file config_defaults_inc.php, global variable $g_show_avatar_threshold
    Only users above this threshold will have their avatar shown
$g_show_bug_project_links
in file config_defaults_inc.php, global variable $g_show_bug_project_links
    show projects when in All Projects mode
$g_show_changelog_dates
in file config_defaults_inc.php, global variable $g_show_changelog_dates
    Show release dates on changelog
$g_show_detailed_errors
in file config_defaults_inc.php, global variable $g_show_detailed_errors
    --- detailed error messages -----
$g_show_extended_project_browser
in file config_defaults_inc.php, global variable $g_show_extended_project_browser
    ***************
$g_show_footer_menu
in file config_defaults_inc.php, global variable $g_show_footer_menu
    Display another instance of the menu at the bottom. The top menu will still remain.
$g_show_monitor_list_threshold
in file config_defaults_inc.php, global variable $g_show_monitor_list_threshold
    Threshold needed to show the list of users montoring a bug on the bug view pages.
$g_show_priority_text
in file config_defaults_inc.php, global variable $g_show_priority_text
    show priority as icon
$g_show_product_version
in file config_defaults_inc.php, global variable $g_show_product_version
    show product versions in create, view and update screens
$g_show_project_menu_bar
in file config_defaults_inc.php, global variable $g_show_project_menu_bar
    show extra menu bar with all available projects
$g_show_queries_count
in file config_defaults_inc.php, global variable $g_show_queries_count
    Shows the total number/unique number of queries executed to serve the page.
$g_show_queries_list
in file config_defaults_inc.php, global variable $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.
$g_show_queries_threshold
in file config_defaults_inc.php, global variable $g_show_queries_threshold
    Indicates the access level required for a user to see the queries count / list.
$g_show_realname
in file config_defaults_inc.php, global variable $g_show_realname
    show users with their real name or not
$g_show_roadmap_dates
in file config_defaults_inc.php, global variable $g_show_roadmap_dates
    Show release dates on roadmap
$g_show_sticky_issues
in file config_defaults_inc.php, global variable $g_show_sticky_issues
$g_show_timer
in file config_defaults_inc.php, global variable $g_show_timer
    Time page loads. Shows at the bottom of the page.
$g_show_user_email_threshold
in file config_defaults_inc.php, global variable $g_show_user_email_threshold
    This specifies the access level that is needed to get the mailto: links.
$g_show_user_realname_threshold
in file config_defaults_inc.php, global variable $g_show_user_realname_threshold
    This specifies the access level that is needed to see realnames on user view page
$g_show_version
in file config_defaults_inc.php, global variable $g_show_version
    Set to off by default to not expose version to users
$g_show_version_dates_threshold
in file config_defaults_inc.php, global variable $g_show_version_dates_threshold
    The access level threshold at which users will see the date of release for product versions. Dates will be shown next to the product version, target version and fixed in version fields. Set this threshold to NOBODY to disable the feature.
$g_signup_use_captcha
in file config_defaults_inc.php, global variable $g_signup_use_captcha
    use captcha image to validate subscription it requires GD library installed
$g_smtp_connection_mode
in file config_defaults_inc.php, global variable $g_smtp_connection_mode
    This control the connection mode to SMTP server. Can be 'ssl' or 'tls'
$g_smtp_host
in file config_defaults_inc.php, global variable $g_smtp_host
    This option allows you to use a remote SMTP host. Must use the phpMailer script One or more hosts, separated by a semicolon, can be listed.
$g_smtp_password
in file config_defaults_inc.php, global variable $g_smtp_password
    SMTP Server Authentication password
$g_smtp_port
in file config_defaults_inc.php, global variable $g_smtp_port
    The smtp port to use. The typical SMTP ports are 25 and 587. The port to use will depend on the SMTP server configuration and hence others may be used.
$g_smtp_username
in file config_defaults_inc.php, global variable $g_smtp_username
    These options allow you to use SMTP Authentication when you use a remote SMTP host with phpMailer. If smtp_username is not '' then the username and password will be used when logging in to the SMTP server.
$g_sort_by_last_name
in file config_defaults_inc.php, global variable $g_sort_by_last_name
    sorting for names in dropdown lists. If turned on, "Jane Doe" will be sorted with the "D"s
$g_sort_icon_arr
in file config_defaults_inc.php, global variable $g_sort_icon_arr
    Sort direction to icon mapping
$g_source_control_account
in file config_defaults_inc.php, global variable $g_source_control_account
    Account to be used by the source control script. The account must be enabled and must have the appropriate access level to add notes to all issues even private ones (DEVELOPER access recommended).
$g_source_control_fixed_regexp
in file config_defaults_inc.php, global variable $g_source_control_fixed_regexp
    Regular expression used to detect the fact that an issue is fixed and extracts its issue id. If there is a match to this regular expression, then the issue will be marked as resolved and the resolution will be set to fixed.
$g_source_control_notes_view_status
in file config_defaults_inc.php, global variable $g_source_control_notes_view_status
    For open source projects it is expected that the notes be public, however, for non-open source it will probably be VS_PRIVATE.
$g_source_control_regexp
in file config_defaults_inc.php, global variable $g_source_control_regexp
    Regular expression used to detect issue ids within checkin comments.
$g_source_control_set_resolution_to
in file config_defaults_inc.php, global variable $g_source_control_set_resolution_to
    Whenever an issue status is set to $g_source_control_set_status_to, the issue resolution is set to the value specified for this configuration.
$g_source_control_set_status_to
in file config_defaults_inc.php, global variable $g_source_control_set_status_to
    If set to a status, then after a checkin with a log message that matches the regular expression in $g_source_control_fixed_regexp, the issue status is set to the specified status. If set to OFF, the issue status is not changed.
$g_sponsorship_currency
in file config_defaults_inc.php, global variable $g_sponsorship_currency
    Currency used for all sponsorships.
$g_sponsorship_enum_string
in file config_defaults_inc.php, global variable $g_sponsorship_enum_string
$g_sponsor_threshold
in file config_defaults_inc.php, global variable $g_sponsor_threshold
    Access level threshold needed to allow user to sponsor issues.
$g_status_colors
in file config_defaults_inc.php, global variable $g_status_colors
    status color codes, using the Tango color palette
$g_status_enum_string
in file config_defaults_inc.php, global variable $g_status_enum_string
$g_status_enum_workflow
in file config_defaults_inc.php, global variable $g_status_enum_workflow
    'status_enum_workflow' defines the workflow, and reflects a simple 2-dimensional matrix. For each existing status, you define which statuses you can go to from that status, e.g. from NEW_ you might list statuses '10:new,20:feedback,30:acknowledged' but not higher ones.
$g_status_icon_arr
in file config_defaults_inc.php, global variable $g_status_icon_arr
    Icon associative arrays
$g_status_legend_position
in file config_defaults_inc.php, global variable $g_status_legend_position
    Position of the status colour legend, can be: POSITION_*
$g_status_percentage_legend
in file config_defaults_inc.php, global variable $g_status_percentage_legend
    Show a legend with percentage of bug status x% of all bugs are new, y% of all bugs are assigned and so on.
$g_stop_on_errors
in file config_defaults_inc.php, global variable $g_stop_on_errors
    --- debug messages ---
$g_stored_query_create_shared_threshold
in file config_defaults_inc.php, global variable $g_stored_query_create_shared_threshold
    Threshold needed to be able to create shared stored queries
$g_stored_query_create_threshold
in file config_defaults_inc.php, global variable $g_stored_query_create_threshold
    Threshold needed to be able to create stored queries
$g_stored_query_use_threshold
in file config_defaults_inc.php, global variable $g_stored_query_use_threshold
    Threshold needed to be able to use stored queries
$g_store_reminders
in file config_defaults_inc.php, global variable $g_store_reminders
    are reminders stored as bugnotes
$g_string_cookie
in file config_defaults_inc.php, global variable $g_string_cookie
$g_summary_category_include_project
in file config_defaults_inc.php, global variable $g_summary_category_include_project
    shows project '[project] category' when 'All Projects' is selected
$g_system_font_folder
in file config_defaults_inc.php, global variable $g_system_font_folder
    absolute path (with trailing slash!) to folder which contains your TrueType-Font files
$g_tag_attach_threshold
in file config_defaults_inc.php, global variable $g_tag_attach_threshold
    Access level required to attach tags to a bug
$g_tag_create_threshold
in file config_defaults_inc.php, global variable $g_tag_create_threshold
    Access level required to create new tags
$g_tag_detach_own_threshold
in file config_defaults_inc.php, global variable $g_tag_detach_own_threshold
    Access level required to detach tags attached by the same user
$g_tag_detach_threshold
in file config_defaults_inc.php, global variable $g_tag_detach_threshold
    Access level required to detach tags from a bug
$g_tag_edit_own_threshold
in file config_defaults_inc.php, global variable $g_tag_edit_own_threshold
    Access level required to edit descriptions by the creating user
$g_tag_edit_threshold
in file config_defaults_inc.php, global variable $g_tag_edit_threshold
    Access level required to edit tag names and descriptions
$g_tag_separator
in file config_defaults_inc.php, global variable $g_tag_separator
    String that will separate tags as entered for input
$g_tag_view_threshold
in file config_defaults_inc.php, global variable $g_tag_view_threshold
    Access level required to view tags attached to a bug
$g_time_tracking_edit_threshold
in file config_defaults_inc.php, global variable $g_time_tracking_edit_threshold
    access level required to add/edit time tracking information
$g_time_tracking_enabled
in file config_defaults_inc.php, global variable $g_time_tracking_enabled
    Turn on Time Tracking accounting
$g_time_tracking_reporting_threshold
in file config_defaults_inc.php, global variable $g_time_tracking_reporting_threshold
    access level required to run reports
$g_time_tracking_stopwatch
in file config_defaults_inc.php, global variable $g_time_tracking_stopwatch
    Stop watch to build time tracking field
$g_time_tracking_view_threshold
in file config_defaults_inc.php, global variable $g_time_tracking_view_threshold
    access level required to view time tracking information
$g_time_tracking_without_note
in file config_defaults_inc.php, global variable $g_time_tracking_without_note
    allow time tracking to be recorded without a bugnote
$g_time_tracking_with_billing
in file config_defaults_inc.php, global variable $g_time_tracking_with_billing
    A billing sums
$g_top_include_page
in file config_defaults_inc.php, global variable $g_top_include_page
    Specify your top/bottom include file (logos, banners, etc)
$g_twitter_password
in file config_defaults_inc.php, global variable $g_twitter_password
    The twitter account password.
$g_twitter_username
in file config_defaults_inc.php, global variable $g_twitter_username
    The integration with twitter allows for a MantisBT installation to post updates to a twitter account. This feature will be disabled if username is empty or if the curl extension is not enabled.
$g_unread_icon_arr
in file config_defaults_inc.php, global variable $g_unread_icon_arr
    Read status to icon mapping
$g_update_bugnote_threshold
in file config_defaults_inc.php, global variable $g_update_bugnote_threshold
    Update bugnote threshold (if the bugnote is not your own)
$g_update_bug_assign_threshold
in file config_defaults_inc.php, global variable $g_update_bug_assign_threshold
    access level needed to show the Assign To: button bug_view*_page or the Assigned list in bug_update*_page.
$g_update_bug_status_threshold
in file config_defaults_inc.php, global variable $g_update_bug_status_threshold
    status change thresholds
$g_update_bug_threshold
in file config_defaults_inc.php, global variable $g_update_bug_threshold
    access level needed to update bugs (i.e., the update_bug_page)
$g_update_readonly_bug_threshold
in file config_defaults_inc.php, global variable $g_update_readonly_bug_threshold
    Threshold needed to update readonly bugs. Readonly bugs are identified via $g_bug_readonly_status_threshold.
$g_upload_bug_file_threshold
in file config_defaults_inc.php, global variable $g_upload_bug_file_threshold
    access level needed to upload files to attach to a bug
$g_upload_project_file_threshold
in file config_defaults_inc.php, global variable $g_upload_project_file_threshold
    access level needed to upload files to the project documentation section
$g_user_login_valid_regex
in file config_defaults_inc.php, global variable $g_user_login_valid_regex
    The regular expression to use when validating new user login names
$g_use_iis
in file config_defaults_inc.php, global variable $g_use_iis
    Using Microsoft Internet Information Server (IIS)
$g_use_javascript
in file config_defaults_inc.php, global variable $g_use_javascript
    allow the use of Javascript?
$g_use_ldap_email
in file config_defaults_inc.php, global variable $g_use_ldap_email
    Should we send to the LDAP email address or what MySql tells us
$g_use_ldap_realname
in file config_defaults_inc.php, global variable $g_use_ldap_realname
    Whether or not to pull the real name from LDAP.
$g_use_persistent_connections
in file config_defaults_inc.php, global variable $g_use_persistent_connections
    Use persistent database connections
$g_validate_email
in file config_defaults_inc.php, global variable $g_validate_email
    set to OFF to disable email check
$g_version_suffix
in file config_defaults_inc.php, global variable $g_version_suffix
    String appended to the MantisBT version when displayed to the user
$g_view_all_cookie
in file config_defaults_inc.php, global variable $g_view_all_cookie
$g_view_attachments_threshold
in file config_defaults_inc.php, global variable $g_view_attachments_threshold
    access level needed to view bugs attachments. View means to see the file names sizes, and timestamps of the attachments.
$g_view_changelog_threshold
in file config_defaults_inc.php, global variable $g_view_changelog_threshold
    threshold for viewing changelog
$g_view_configuration_threshold
in file config_defaults_inc.php, global variable $g_view_configuration_threshold
    threshold for users to view the system configurations
$g_view_filters
in file config_defaults_inc.php, global variable $g_view_filters
$g_view_handler_threshold
in file config_defaults_inc.php, global variable $g_view_handler_threshold
    access level needed to view handler in bug reports and notification email
$g_view_history_threshold
in file config_defaults_inc.php, global variable $g_view_history_threshold
    access level needed to view history in bug reports and notification email
$g_view_issues_page_columns
in file config_defaults_inc.php, global variable $g_view_issues_page_columns
    The default columns to be included in the View Issues Page.
$g_view_proj_doc_threshold
in file config_defaults_inc.php, global variable $g_view_proj_doc_threshold
    Threshold needed to view project documentation
$g_view_sponsorship_details_threshold
in file config_defaults_inc.php, global variable $g_view_sponsorship_details_threshold
    Access level threshold needed to view the users sponsoring an issue and the sponsorship amount for each.
$g_view_sponsorship_total_threshold
in file config_defaults_inc.php, global variable $g_view_sponsorship_total_threshold
    Access level threshold needed to view the total sponsorship for an issue by all users.
$g_view_state_enum_string
in file config_defaults_inc.php, global variable $g_view_state_enum_string
$g_view_summary_threshold
in file config_defaults_inc.php, global variable $g_view_summary_threshold
    threshold for viewing summary
$g_webmaster_email
in file config_defaults_inc.php, global variable $g_webmaster_email
    Webmaster email
$g_wiki_enable
in file config_defaults_inc.php, global variable $g_wiki_enable
    Wiki Integration Enabled?
$g_wiki_engine
in file config_defaults_inc.php, global variable $g_wiki_engine
    Wiki Engine (supported engines: 'dokuwiki', 'mediawiki', 'twiki', 'wikka', 'xwiki')
$g_wiki_engine_url
in file config_defaults_inc.php, global variable $g_wiki_engine_url
    URL under which the wiki engine is hosted. Must be on the same server.
$g_wiki_root_namespace
in file config_defaults_inc.php, global variable $g_wiki_root_namespace
    Wiki namespace to be used as root for all pages relating to this MantisBT installation.
$g_window_title
in file config_defaults_inc.php, global variable $g_window_title
    browser window title
$g_wrap_in_preformatted_text
in file config_defaults_inc.php, global variable $g_wrap_in_preformatted_text
    This flag conntrolls whether pre-formatted text (delimited by
gpc_api.php
procedural page gpc_api.php
graphviz_api.php
procedural page graphviz_api.php
generate
in file graphviz_api.php, method Digraph::generate()
    Generates a directed graph representation (suitable for dot).
generate
in file graphviz_api.php, method Graph::generate()
    Generates an undirected graph representation (suitable for neato).
get
in file session_api.php, method MantisPHPSession::get()
    get session data
get
in file session_api.php, method MantisSession::get()
    get session data
Get
in file user_pref_api.php, method UserPreferences::Get()
getAssocArrayIndexedByLabels
in file MantisEnum.class.php, method MantisEnum::getAssocArrayIndexedByLabels()
    Get an associate array for the tuples of the enum where the labels are the array indices and the values are the array values.
getAssocArrayIndexedByValues
in file MantisEnum.class.php, method MantisEnum::getAssocArrayIndexedByValues()
    Get an associate array for the tuples of the enum where the values are the array indices and the labels are the array values.
getClassProperties
in file utility_api.php, function getClassProperties()
getLabel
in file MantisEnum.class.php, method MantisEnum::getLabel()
    Get the string associated with the $p_enum value
getLocalizedLabel
in file MantisEnum.class.php, method MantisEnum::getLocalizedLabel()
    Gets the localized label corresponding to a value. Note that this method takes in the standard / localized enums so that if the value is in the localized enum but not the standard one, then it returns not found.
getValue
in file MantisEnum.class.php, method MantisEnum::getValue()
    Gets the value associated with the specified label.
getValues
in file MantisEnum.class.php, method MantisEnum::getValues()
    Gets an array with all values in the enum.
get_attachment_count
in file bug_api.php, method BugData::get_attachment_count()
    return number of file attachment's linked to current bug
get_bugnotes_count
in file bug_api.php, method BugData::get_bugnotes_count()
    return number of bugnotes's linked to current bug
get_capability_boolean
in file manage_config_work_threshold_page.php, function get_capability_boolean()
get_capability_enum
in file manage_config_work_threshold_page.php, function get_capability_enum()
get_capability_row
in file manage_config_work_threshold_page.php, function get_capability_row()
get_capability_row_for_email
in file manage_config_email_page.php, function get_capability_row_for_email()
get_config_type
in file adm_config_report.php, function get_config_type()
get_dropdown
in file print_api.php, function get_dropdown()
get_email_link
in file print_api.php, function get_email_link()
get_email_link_with_subject
in file print_api.php, function get_email_link_with_subject()
get_enum_element
in file helper_api.php, function get_enum_element()
    Given a enum string and num, return the appropriate string
get_field_names
in file print_all_bug_options_inc.php, function get_field_names()
get_font_path
in file utility_api.php, function get_font_path()
get_gd_version
in file utility_api.php, function get_gd_version()
    Return GD version
get_notify_flag
in file manage_config_email_page.php, function get_notify_flag()
get_prefix
in file move_db2disk.php, function get_prefix()
get_section_begin_apr
in file adm_permissions_report.php, function get_section_begin_apr()
get_section_begin_for_email
in file manage_config_email_page.php, function get_section_begin_for_email()
get_section_begin_mcwt
in file manage_config_work_threshold_page.php, function get_section_begin_mcwt()
get_section_end
in file manage_config_work_threshold_page.php, function get_section_end()
get_section_end_for_email
in file manage_config_email_page.php, function get_section_end_for_email()
get_status_color
in file helper_api.php, function get_status_color()
    get the color string for the given status
get_status_option_list
in file print_api.php, function get_status_option_list()
GOOD
in file constant_inc.php, constant GOOD
gpc_clear_cookie
in file gpc_api.php, function gpc_clear_cookie()
    Clear a cookie variable
gpc_get
in file gpc_api.php, function gpc_get()
    GET, POST, and Cookie API --------------- Retrieve a GPC variable.
gpc_get_bool
in file gpc_api.php, function gpc_get_bool()
    Retrieve a boolean GPC variable. Uses gpc_get().
gpc_get_bool_array
in file gpc_api.php, function gpc_get_bool_array()
    Retrieve a boolean array GPC variable. Uses gpc_get().
gpc_get_cookie
in file gpc_api.php, function gpc_get_cookie()
    Retrieve a cookie variable
gpc_get_custom_field
in file gpc_api.php, function gpc_get_custom_field()
    Retrieve a custom field variable. Uses gpc_get().
gpc_get_file
in file gpc_api.php, function gpc_get_file()
    Retrieve a file variable
gpc_get_int
in file gpc_api.php, function gpc_get_int()
    Retrieve an integer GPC variable. Uses gpc_get().
gpc_get_int_array
in file gpc_api.php, function gpc_get_int_array()
    Retrieve an integer array GPC variable. Uses gpc_get().
gpc_get_string
in file gpc_api.php, function gpc_get_string()
    Retrieve a string GPC variable. Uses gpc_get().
gpc_get_string_array
in file gpc_api.php, function gpc_get_string_array()
    Retrieve a string array GPC variable. Uses gpc_get().
gpc_isset
in file gpc_api.php, function gpc_isset()
gpc_isset_custom_field
in file gpc_api.php, function gpc_isset_custom_field()
    see if a custom field variable is set. Uses gpc_isset().
gpc_make_array
in file gpc_api.php, function gpc_make_array()
    Convert a POST/GET parameter to an array if it is not already one.
gpc_set_cookie
in file gpc_api.php, function gpc_set_cookie()
    Set a cookie variable If $p_expire is false instead of a number, the cookie will expire when the browser is closed; if it is true, the default time from the config file will be used.
gpc_string_to_bool
in file gpc_api.php, function gpc_string_to_bool()
    Convert a string to a bool
gpc_strip_slashes
in file gpc_api.php, function gpc_strip_slashes()
    Strip slashes if necessary (supports arrays)
Graph
in file graphviz_api.php, class Graph
    Base class for graph creation and manipulation. By default, undirected graphs are generated. For directed graphs, use Digraph class.
Graph
in file graphviz_api.php, method Graph::Graph()
    Constructor for Graph objects.
GRAPHVIZ_ATTRIBUTED_DOT
in file graphviz_api.php, constant GRAPHVIZ_ATTRIBUTED_DOT
    constant(s) defining the output formats supported by dot and neato.
GRAPHVIZ_CANONICAL_DOT
in file graphviz_api.php, constant GRAPHVIZ_CANONICAL_DOT
GRAPHVIZ_CMAP
in file graphviz_api.php, constant GRAPHVIZ_CMAP
GRAPHVIZ_CMAPX
in file graphviz_api.php, constant GRAPHVIZ_CMAPX
GRAPHVIZ_GIF
in file graphviz_api.php, constant GRAPHVIZ_GIF
GRAPHVIZ_HPGL
in file graphviz_api.php, constant GRAPHVIZ_HPGL
GRAPHVIZ_IMAP
in file graphviz_api.php, constant GRAPHVIZ_IMAP
GRAPHVIZ_ISMAP
in file graphviz_api.php, constant GRAPHVIZ_ISMAP
GRAPHVIZ_JPEG
in file graphviz_api.php, constant GRAPHVIZ_JPEG
GRAPHVIZ_MIF
in file graphviz_api.php, constant GRAPHVIZ_MIF
GRAPHVIZ_PCL
in file graphviz_api.php, constant GRAPHVIZ_PCL
GRAPHVIZ_PDF
in file graphviz_api.php, constant GRAPHVIZ_PDF
GRAPHVIZ_PLAIN
in file graphviz_api.php, constant GRAPHVIZ_PLAIN
GRAPHVIZ_PLAIN_EXT
in file graphviz_api.php, constant GRAPHVIZ_PLAIN_EXT
GRAPHVIZ_PNG
in file graphviz_api.php, constant GRAPHVIZ_PNG
GRAPHVIZ_PS
in file graphviz_api.php, constant GRAPHVIZ_PS
GRAPHVIZ_SVG
in file graphviz_api.php, constant GRAPHVIZ_SVG
GRAPHVIZ_SVGZ
in file graphviz_api.php, constant GRAPHVIZ_SVGZ
GRAPHVIZ_VRML
in file graphviz_api.php, constant GRAPHVIZ_VRML
GRAPHVIZ_WBMP
in file graphviz_api.php, constant GRAPHVIZ_WBMP
GRAPHVIZ_XBM
in file graphviz_api.php, constant GRAPHVIZ_XBM
top

h

$handler_id
in file bug_api.php, variable BugData::$handler_id
helper_api.php
procedural page helper_api.php
history_api.php
procedural page history_api.php
html_api.php
procedural page html_api.php
http_api.php
procedural page http_api.php
hasValue
in file MantisEnum.class.php, method MantisEnum::hasValue()
    Checks if the specified enum string contains the specified value.
helper_alternate_class
in file helper_api.php, function helper_alternate_class()
    alternate classes for table rows
helper_alternate_colors
in file helper_api.php, function helper_alternate_colors()
    alternate color function
helper_begin_long_process
in file helper_api.php, function helper_begin_long_process()
    Set up PHP for a long process execution The script timeout is set based on the value of the long_process_timeout config option.
helper_call_custom_function
in file helper_api.php, function helper_call_custom_function()
    Call custom function.
helper_clear_pref_cookies
in file helper_api.php, function helper_clear_pref_cookies()
    Clear all known user preference cookies
helper_duration_to_minutes
in file helper_api.php, function helper_duration_to_minutes()
    convert a duration string in "[h]h:mm" to an integer (minutes)
helper_ensure_confirmed
in file helper_api.php, function helper_ensure_confirmed()
    Check whether the user has confirmed this action.
helper_get_columns_to_view
in file helper_api.php, function helper_get_columns_to_view()
helper_get_current_project
in file helper_api.php, function helper_get_current_project()
    Return the current project id as stored in a cookie
helper_get_current_project_trace
in file helper_api.php, function helper_get_current_project_trace()
    Return the current project id as stored in a cookie, in an Array
helper_get_default_export_filename
in file helper_api.php, function helper_get_default_export_filename()
    if all projects selected, default to <prefix><username><suffix><extension>, otherwise default to <prefix><projectname><suffix><extension>.
helper_get_tab_index
in file helper_api.php, function helper_get_tab_index()
    returns a tab index and increments internal state by 1. This is used to give sequential tab index on
helper_get_tab_index_value
in file helper_api.php, function helper_get_tab_index_value()
    returns a tab index value and increments it by one. This is used to give sequential tab index on a form.
helper_mantis_url
in file helper_api.php, function helper_mantis_url()
    Return a URL relative to the web root, compatible with other applications
helper_project_specific_where
in file helper_api.php, function helper_project_specific_where()
    return string to use in db queries containing projects of given user
helper_set_current_project
in file helper_api.php, function helper_set_current_project()
    Set the current project id (stored in a cookie)
helper_show_queries
in file helper_api.php, function helper_show_queries()
    returns a boolean indicating whether SQL queries executed should be shown or not.
helper_table_row_count
in file db_stats.php, function helper_table_row_count()
HIGH
in file constant_inc.php, constant HIGH
history_delete
in file history_api.php, function history_delete()
    delete all history associated with a bug
history_get_events_array
in file history_api.php, function history_get_events_array()
    Retrieves the history events for the specified bug id and returns it in an array The array is indexed from 0 to N-1. The second dimension is: 'date', 'username', 'note', 'change'.
history_get_raw_events_array
in file history_api.php, function history_get_raw_events_array()
    Retrieves the raw history events for the specified bug id and returns it in an array
history_inc.php
procedural page history_inc.php
history_localize_item
in file history_api.php, function history_localize_item()
    Localizes one raw history item specified by set the next parameters: $p_field_name, $p_type, $p_old_value, $p_new_value
history_log_event
in file history_api.php, function history_log_event()
    log the changes
history_log_event_direct
in file history_api.php, function history_log_event_direct()
    log the changes (old / new value are supplied to reduce db access)
history_log_event_special
in file history_api.php, function history_log_event_special()
    log the changes
hooks
in file MantisWikiPlugin.class.php, method MantisWikiPlugin::hooks()
hooks
in file MantisFormattingPlugin.class.php, method MantisFormattingPlugin::hooks()
    Event hook declaration.
hooks
in file MantisPlugin.class.php, method MantisPlugin::hooks()
html_begin
in file html_api.php, function html_begin()
    (1) Print the document type and the opening <html> tag
html_body_begin
in file html_api.php, function html_body_begin()
    (8) Begin the <body> section
html_body_end
in file html_api.php, function html_body_end()
    (14) End the <body> section
html_bottom_banner
in file html_api.php, function html_bottom_banner()
    (12) Print a user-defined banner at the bottom of the page if there is one.
html_button
in file html_api.php, function html_button()
    Print an html button inside a form
html_buttons_view_bug_page
in file html_api.php, function html_buttons_view_bug_page()
    Print all buttons for view bug pages
html_button_bug_assign_to
in file html_api.php, function html_button_bug_assign_to()
    Print Assign To: combo box of possible handlers
html_button_bug_change_status
in file html_api.php, function html_button_bug_change_status()
    Print Change Status to: button This code is similar to print_status_option_list except there is no masking, except for the current state
html_button_bug_create_child
in file html_api.php, function html_button_bug_create_child()
    Print a button to move the given bug to a different project
html_button_bug_delete
in file html_api.php, function html_button_bug_delete()
    Print a button to delete the given bug
html_button_bug_monitor
in file html_api.php, function html_button_bug_monitor()
    Print a button to monitor the given bug
html_button_bug_move
in file html_api.php, function html_button_bug_move()
    Print a button to move the given bug to a different project
html_button_bug_reopen
in file html_api.php, function html_button_bug_reopen()
    Print a button to reopen the given bug
html_button_bug_stick
in file html_api.php, function html_button_bug_stick()
    Print a button to stick the given bug
html_button_bug_unmonitor
in file html_api.php, function html_button_bug_unmonitor()
    Print a button to unmonitor the given bug
html_button_bug_unstick
in file html_api.php, function html_button_bug_unstick()
    Print a button to unstick the given bug
html_button_bug_update
in file html_api.php, function html_button_bug_update()
    Print a button to update the given bug
html_button_wiki
in file html_api.php, function html_button_wiki()
    Print a button to create a wiki page
html_content_type
in file html_api.php, function html_content_type()
    (3) Print the content-type
html_css
in file html_api.php, function html_css()
    (5) Print the link to include the css file
html_end
in file html_api.php, function html_end()
    (15) Print the closing <html> tag
html_footer
in file html_api.php, function html_footer()
    (13) Print the page footer information
html_header
in file html_api.php, function html_header()
    (9) Print the title displayed at the top of the page
html_head_begin
in file html_api.php, function html_head_begin()
    (2) Begin the <head> section
html_head_end
in file html_api.php, function html_head_end()
    (7) End the <head> section
html_head_javascript
in file html_api.php, function html_head_javascript()
    (6a) Javascript...
html_javascript_link
in file html_api.php, function html_javascript_link()
    Prints a <script> tag to include a javascript file.
html_login_info
in file html_api.php, function html_login_info()
    (11) Print the user's account information
html_meta_redirect
in file html_api.php, function html_meta_redirect()
    (6) Print an HTML meta tag to redirect to another page This function is optional and may be called by pages that need a redirect.
html_page_bottom
in file html_api.php, function html_page_bottom()
    Print the part of the page that comes below the page content
html_page_bottom1
in file html_api.php, function html_page_bottom1()
    Print the part of the page that comes below the page content
html_page_bottom1a
in file html_api.php, function html_page_bottom1a()
    Print the part of the page that comes below the page content but leave off the menu. This is used during the login process and other times when the user may not be authenticated.
html_page_top
in file html_api.php, function html_page_top()
    Defines the top of a HTML page
html_page_top1
in file html_api.php, function html_page_top1()
    Print the part of the page that comes before meta redirect tags should be inserted
html_page_top2
in file html_api.php, function html_page_top2()
    Print the part of the page that comes after meta tags, but before the actual page content
html_page_top2a
in file html_api.php, function html_page_top2a()
    Print the part of the page that comes after meta tags and before the
html_robots_noindex
in file html_api.php, function html_robots_noindex()
    This method must be called before the html_page_top* methods. It marks the page as not for indexing.
html_rss_link
in file html_api.php, function html_rss_link()
    Prints the link that allows auto-detection of the associated feed.
html_set_rss_link
in file html_api.php, function html_set_rss_link()
    Sets the url for the rss link associated with the current page.
html_status_legend
in file html_api.php, function html_status_legend()
    Print the color legend for the status colors
html_status_percentage_legend
in file html_api.php, function html_status_percentage_legend()
    Print the legend for the status percentage
html_title
in file html_api.php, function html_title()
    (4) Print the window title
html_top_banner
in file html_api.php, function html_top_banner()
    (10) Print a user-defined banner at the top of the page if there is one.
http_all_headers
in file http_api.php, function http_all_headers()
    Set all headers used by a normal page load.
HTTP_AUTH
in file constant_inc.php, constant HTTP_AUTH
http_caching_headers
in file http_api.php, function http_caching_headers()
    Set caching headers that will allow or prevent browser caching.
http_content_disposition_header
in file http_api.php, function http_content_disposition_header()
    Send a Content-Disposition header. This is more complex than it sounds
http_content_headers
in file http_api.php, function http_content_headers()
    Set content-type headers.
http_custom_headers
in file http_api.php, function http_custom_headers()
    Load and set any custom headers defined by the site configuration.
http_security_headers
in file http_api.php, function http_security_headers()
    Set security headers (frame busting, clickjacking/XSS/CSRF protection).
top

i

$id
in file version_api.php, variable VersionData::$id
$id
in file sponsorship_api.php, variable SponsorshipData::$id
$id
in file bug_api.php, variable BugData::$id
$id
in file session_api.php, variable MantisSession::$id
$id
in file bugnote_api.php, variable BugnoteData::$id
$id
in file relationship_api.php, variable BugRelationshipData::$id
index.php
procedural page index.php
install.php
procedural page install.php
install_functions.php
procedural page install_functions.php
install_helper_functions.php
procedural page install_helper_functions.php
icon_api.php
procedural page icon_api.php
icon_get_status_icon
in file icon_api.php, function icon_get_status_icon()
    gets the status icon
IMMEDIATE
in file constant_inc.php, constant IMMEDIATE
index.php
procedural page index.php
init
in file MantisPlugin.class.php, method MantisPlugin::init()
    this function allows your plugin to set itself up, include any necessary API's, declare or hook events, etc.
ini_get_bool
in file utility_api.php, function ini_get_bool()
    Get the named php ini variable but return it as a bool
ini_get_number
in file utility_api.php, function ini_get_number()
    Get the named php ini variable but return it as a number after converting "K" and "M"
InsertData
in file install.php, function InsertData()
install
in file MantisPlugin.class.php, method MantisPlugin::install()
installer_db_now
in file schema.php, function installer_db_now()
install_category_migrate
in file install_functions.php, function install_category_migrate()
    Migrate the legacy category data to the new category_id-based schema.
install_correct_multiselect_custom_fields_db_format
in file install_functions.php, function install_correct_multiselect_custom_fields_db_format()
    Once upon a time multi-select custom field types (checkbox and multiselect) were stored in the database in the format of "option1|option2|option3" where they should have been stored in a format of "|option1|option2|option3|".
install_date_migrate
in file install_functions.php, function install_date_migrate()
issues_rss.php
procedural page issues_rss.php
is_blank
in file utility_api.php, function is_blank()
    Return true if the parameter is an empty string or a string
is_browser_chrome
in file http_api.php, function is_browser_chrome()
    Checks to see if the client is using Google Chrome so we can enable quirks and hacky non-standards-compliant workarounds.
is_browser_internet_explorer
in file http_api.php, function is_browser_internet_explorer()
    Check to see if the client is using Microsoft Internet Explorer so we can enable quirks and hacky non-standards-compliant workarounds.
is_edge_present
in file graphviz_api.php, method Graph::is_edge_present()
    Check if an edge is already present.
is_page_name
in file utility_api.php, function is_page_name()
    return true or false if string matches current page name
is_windows_server
in file utility_api.php, function is_windows_server()
top

j

$jpegquality
in file make_captcha_img.php, variable masc_captcha::$jpegquality
json_api.php
procedural page json_api.php
json_url
in file json_api.php, function json_url()
    Get a chunk of JSON from a given URL.
jump_to_bug.php
procedural page jump_to_bug.php
top

l

$language
in file user_pref_api.php, variable UserPreferences::$language
$last_modified
in file bugnote_api.php, variable BugnoteData::$last_modified
$last_updated
in file sponsorship_api.php, variable SponsorshipData::$last_updated
$last_updated
in file bug_api.php, variable BugData::$last_updated
$logo
in file sponsorship_api.php, variable SponsorshipData::$logo
$lx
in file make_captcha_img.php, variable masc_captcha::$lx
$ly
in file make_captcha_img.php, variable masc_captcha::$ly
lang_api.php
procedural page lang_api.php
last_visited_api.php
procedural page last_visited_api.php
ldap_api.php
procedural page ldap_api.php
logging_api.php
procedural page logging_api.php
lang_ensure_loaded
in file lang_api.php, function lang_ensure_loaded()
    Ensures that a language file has been loaded
lang_error_handler
in file test_langs.php, function lang_error_handler()
lang_exists
in file lang_api.php, function lang_exists()
    Check the language entry, if found return true, otherwise return false.
lang_get
in file lang_api.php, function lang_get()
    Retrieves an internationalized string
lang_get_current
in file lang_api.php, function lang_get_current()
    return value on top of the language stack
lang_get_default
in file lang_api.php, function lang_get_default()
    Determine the preferred language
lang_get_defaulted
in file lang_api.php, function lang_get_defaulted()
    Get language:
  • If found, return the appropriate string (as lang_get()).
lang_language_exists
in file lang_api.php, function lang_language_exists()
    Check if the given language exists
lang_load
in file lang_api.php, function lang_load()
    Loads the specified language and stores it in $g_lang_strings, to be used by lang_get
lang_map_auto
in file lang_api.php, function lang_map_auto()
lang_pop
in file lang_api.php, function lang_pop()
    pop a language onto the stack and return it
lang_push
in file lang_api.php, function lang_push()
    language stack implementation
last_visited_enabled
in file last_visited_api.php, function last_visited_enabled()
    Determine if last visited feature is enabled
last_visited_get_array
in file last_visited_api.php, function last_visited_get_array()
    Get an array of the last visited bug ids. We intentionally don't check if the ids still exists to avoid performance degradation.
last_visited_issue
in file last_visited_api.php, function last_visited_issue()
    This method should be called from view, update, print pages for issues, mantisconnect.
LDAP
in file constant_inc.php, constant LDAP
ldap_authenticate
in file ldap_api.php, function ldap_authenticate()
    Attempt to authenticate the user against the LDAP directory
ldap_authenticate_by_username
in file ldap_api.php, function ldap_authenticate_by_username()
    Authenticates an user via LDAP given the username and password.
ldap_connect_bind
in file ldap_api.php, function ldap_connect_bind()
    Connect and bind to the LDAP directory
ldap_email
in file ldap_api.php, function ldap_email()
    returns an email address from LDAP, given a userid
ldap_email_from_username
in file ldap_api.php, function ldap_email_from_username()
    Return an email address from LDAP, given a username
ldap_escape_string
in file ldap_api.php, function ldap_escape_string()
    Escapes the LDAP string to disallow injection.
ldap_get_field_from_username
in file ldap_api.php, function ldap_get_field_from_username()
    Gets the value of a specific field from LDAP given the user name and LDAP field name.
ldap_has_group
in file ldap_api.php, function ldap_has_group()
    Return true if the $uid has an assigngroup=$p_group tag, false otherwise
ldap_realname
in file ldap_api.php, function ldap_realname()
    Gets a user's real name (common name) given the id.
ldap_realname_from_username
in file ldap_api.php, function ldap_realname_from_username()
    Gets a user real name given their user name.
ldap_simulatiom_realname_from_username
in file ldap_api.php, function ldap_simulatiom_realname_from_username()
    Given a username, this methods gets the realname or empty string if not found.
ldap_simulation_authenticate_by_username
in file ldap_api.php, function ldap_simulation_authenticate_by_username()
    Authenticates the specified user id / password based on the simulation data.
ldap_simulation_email_from_username
in file ldap_api.php, function ldap_simulation_email_from_username()
    Given a username, gets the email address or empty address if user is not found.
ldap_simulation_get_user
in file ldap_api.php, function ldap_simulation_get_user()
    Gets a user from LDAP simulation mode given the username.
ldap_simulation_is_enabled
in file ldap_api.php, function ldap_simulation_is_enabled()
    Checks if the LDAP simulation mode is enabled.
link_bug
in file MantisCoreWikiPlugin.class.php, method MantisCoreDokuwikiPlugin::link_bug()
link_bug
in file MantisCoreWikiPlugin.class.php, method MantisCoreXwikiPlugin::link_bug()
link_bug
in file MantisCoreWikiPlugin.class.php, method MantisCoreWikkaWikiPlugin::link_bug()
link_bug
in file MantisCoreWikiPlugin.class.php, method MantisCoreMediaWikiPlugin::link_bug()
link_bug
in file MantisWikiPlugin.class.php, method MantisWikiPlugin::link_bug()
link_bug
in file MantisCoreWikiPlugin.class.php, method MantisCoreTwikiPlugin::link_bug()
link_project
in file MantisCoreWikiPlugin.class.php, method MantisCoreWikkaWikiPlugin::link_project()
link_project
in file MantisWikiPlugin.class.php, method MantisWikiPlugin::link_project()
link_project
in file MantisCoreWikiPlugin.class.php, method MantisCoreTwikiPlugin::link_project()
link_project
in file MantisCoreWikiPlugin.class.php, method MantisCoreXwikiPlugin::link_project()
link_project
in file MantisCoreWikiPlugin.class.php, method MantisCoreDokuwikiPlugin::link_project()
link_project
in file MantisCoreWikiPlugin.class.php, method MantisCoreMediaWikiPlugin::link_project()
loadrow
in file bug_api.php, method BugData::loadrow()
    fast-load database row into bugobject
login.php
procedural page login.php
login_anon.php
procedural page login_anon.php
login_cookie_test.php
procedural page login_cookie_test.php
login_page.php
procedural page login_page.php
login_select_proj_page.php
procedural page login_select_proj_page.php
logout_page.php
procedural page logout_page.php
LOG_AJAX
in file constant_inc.php, constant LOG_AJAX
LOG_DATABASE
in file constant_inc.php, constant LOG_DATABASE
LOG_EMAIL
in file constant_inc.php, constant LOG_EMAIL
LOG_EMAIL_RECIPIENT
in file constant_inc.php, constant LOG_EMAIL_RECIPIENT
log_event
in file logging_api.php, function log_event()
    Log an event
LOG_FILTERING
in file constant_inc.php, constant LOG_FILTERING
LOG_LDAP
in file constant_inc.php, constant LOG_LDAP
LOG_NONE
in file constant_inc.php, constant LOG_NONE
lost_pwd.php
procedural page lost_pwd.php
lost_pwd_page.php
procedural page lost_pwd_page.php
LOW
in file constant_inc.php, constant LOW
top

m

$maxrotation
in file make_captcha_img.php, variable masc_captcha::$maxrotation
$maxsize
in file make_captcha_img.php, variable masc_captcha::$maxsize
$metadata
in file email_queue_api.php, variable EmailData::$metadata
$minsize
in file make_captcha_img.php, variable masc_captcha::$minsize
move_db2disk.php
procedural page move_db2disk.php
MantisColumn.class.php
procedural page MantisColumn.class.php
MantisCoreWikiPlugin.class.php
procedural page MantisCoreWikiPlugin.class.php
MantisEnum.class.php
procedural page MantisEnum.class.php
MantisFilter.class.php
procedural page MantisFilter.class.php
MantisFormattingPlugin.class.php
procedural page MantisFormattingPlugin.class.php
MantisPlugin.class.php
procedural page MantisPlugin.class.php
MantisWikiPlugin.class.php
procedural page MantisWikiPlugin.class.php
main_page.php
procedural page main_page.php
MAJOR
in file constant_inc.php, constant MAJOR
makeWebsafeColors
in file make_captcha_img.php, method masc_captcha::makeWebsafeColors()
make_captcha
in file make_captcha_img.php, method masc_captcha::make_captcha()
make_captcha_img.php
procedural page make_captcha_img.php
make_lf_crlf
in file email_api.php, function make_lf_crlf()
    clean up LF to CRLF
MANAGER
in file constant_inc.php, constant MANAGER
MANAGE_COLUMNS
in file manage_config_columns_page.php, constant MANAGE_COLUMNS
manage_columns_copy.php
procedural page manage_columns_copy.php
manage_columns_inc.php
procedural page manage_columns_inc.php
manage_config_columns_page.php
procedural page manage_config_columns_page.php
manage_config_columns_reset.php
procedural page manage_config_columns_reset.php
manage_config_columns_set.php
procedural page manage_config_columns_set.php
manage_config_email_page.php
procedural page manage_config_email_page.php
manage_config_email_set.php
procedural page manage_config_email_set.php
manage_config_revert.php
procedural page manage_config_revert.php
manage_config_workflow_page.php
procedural page manage_config_workflow_page.php
manage_config_workflow_set.php
procedural page manage_config_workflow_set.php
manage_config_work_threshold_page.php
procedural page manage_config_work_threshold_page.php
manage_config_work_threshold_set.php
procedural page manage_config_work_threshold_set.php
manage_custom_field_create.php
procedural page manage_custom_field_create.php
manage_custom_field_delete.php
procedural page manage_custom_field_delete.php
manage_custom_field_edit_page.php
procedural page manage_custom_field_edit_page.php
manage_custom_field_page.php
procedural page manage_custom_field_page.php
manage_custom_field_proj_add.php
procedural page manage_custom_field_proj_add.php
manage_custom_field_update.php
procedural page manage_custom_field_update.php
manage_overview_page.php
procedural page manage_overview_page.php
manage_plugin_install.php
procedural page manage_plugin_install.php
manage_plugin_page.php
procedural page manage_plugin_page.php
manage_plugin_uninstall.php
procedural page manage_plugin_uninstall.php
manage_plugin_update.php
procedural page manage_plugin_update.php
manage_plugin_upgrade.php
procedural page manage_plugin_upgrade.php
manage_prof_menu_page.php
procedural page manage_prof_menu_page.php
manage_proj_cat_add.php
procedural page manage_proj_cat_add.php
manage_proj_cat_copy.php
procedural page manage_proj_cat_copy.php
manage_proj_cat_delete.php
procedural page manage_proj_cat_delete.php
manage_proj_cat_edit_page.php
procedural page manage_proj_cat_edit_page.php
manage_proj_cat_update.php
procedural page manage_proj_cat_update.php
manage_proj_create.php
procedural page manage_proj_create.php
manage_proj_create_page.php
procedural page manage_proj_create_page.php
manage_proj_custom_field_add_existing.php
procedural page manage_proj_custom_field_add_existing.php
manage_proj_custom_field_copy.php
procedural page manage_proj_custom_field_copy.php
manage_proj_custom_field_remove.php
procedural page manage_proj_custom_field_remove.php
manage_proj_custom_field_update.php
procedural page manage_proj_custom_field_update.php
manage_proj_delete.php
procedural page manage_proj_delete.php
manage_proj_edit_page.php
procedural page manage_proj_edit_page.php
manage_proj_page.php
procedural page manage_proj_page.php
manage_proj_subproj_add.php
procedural page manage_proj_subproj_add.php
manage_proj_subproj_delete.php
procedural page manage_proj_subproj_delete.php
manage_proj_update.php
procedural page manage_proj_update.php
manage_proj_update_children.php
procedural page manage_proj_update_children.php
manage_proj_user_add.php
procedural page manage_proj_user_add.php
manage_proj_user_copy.php
procedural page manage_proj_user_copy.php
manage_proj_user_remove.php
procedural page manage_proj_user_remove.php
manage_proj_ver_add.php
procedural page manage_proj_ver_add.php
manage_proj_ver_copy.php
procedural page manage_proj_ver_copy.php
manage_proj_ver_delete.php
procedural page manage_proj_ver_delete.php
manage_proj_ver_edit_page.php
procedural page manage_proj_ver_edit_page.php
manage_proj_ver_update.php
procedural page manage_proj_ver_update.php
manage_tags_page.php
procedural page manage_tags_page.php
manage_user_create.php
procedural page manage_user_create.php
manage_user_create_page.php
procedural page manage_user_create_page.php
manage_user_delete.php
procedural page manage_user_delete.php
manage_user_edit_page.php
procedural page manage_user_edit_page.php
manage_user_page.php
procedural page manage_user_page.php
manage_user_proj_add.php
procedural page manage_user_proj_add.php
manage_user_proj_delete.php
procedural page manage_user_proj_delete.php
manage_user_prune.php
procedural page manage_user_prune.php
manage_user_reset.php
procedural page manage_user_reset.php
manage_user_update.php
procedural page manage_user_update.php
MantisColumn
in file MantisColumn.class.php, class MantisColumn
    Base class that implements basic column functionality and integration with MantisBT.
MantisCoreDokuwikiPlugin
in file MantisCoreWikiPlugin.class.php, class MantisCoreDokuwikiPlugin
    Basic Dokuwiki support with old-style wiki integration.
MantisCoreMediaWikiPlugin
in file MantisCoreWikiPlugin.class.php, class MantisCoreMediaWikiPlugin
    Basic MediaWiki support with old-style wiki integration.
MantisCorePlugin
in file MantisPlugin.class.php, class MantisCorePlugin
    MantisBT Core Plugin Used to give other plugins a permanent core plugin to 'require' for compatibility.
MantisCoreTwikiPlugin
in file MantisCoreWikiPlugin.class.php, class MantisCoreTwikiPlugin
    Basic Twiki support with old-style wiki integration.
MantisCoreWikiPlugin
in file MantisCoreWikiPlugin.class.php, class MantisCoreWikiPlugin
    Base that uses the old style wiki definitions from config_inc.php
MantisCoreWikkaWikiPlugin
in file MantisCoreWikiPlugin.class.php, class MantisCoreWikkaWikiPlugin
    Basic WikkaWiki support with old-style wiki integration.
MantisCoreXwikiPlugin
in file MantisCoreWikiPlugin.class.php, class MantisCoreXwikiPlugin
    Basic Xwiki support with old-style wiki integration.
MantisEnum
in file MantisEnum.class.php, class MantisEnum
    A class that handles MantisBT Enumerations.
MantisFilter
in file MantisFilter.class.php, class MantisFilter
    Base class that implements basic filter functionality and integration with MantisBT.
MantisFormattingPlugin
in file MantisFormattingPlugin.class.php, class MantisFormattingPlugin
    Abstract class for any plugin that's modifying textual output.
MantisPHPSession
in file session_api.php, class MantisPHPSession
    Implementation of the abstract MantisBT session interface using standard PHP sessions stored on the server's filesystem according to PHP's session.* settings in 'php.ini'.
MantisPlugin
in file MantisPlugin.class.php, class MantisPlugin
    Base class that implements basic plugin functionality and integration with MantisBT. See the Mantis wiki for more information.
MantisSession
in file session_api.php, class MantisSession
    Abstract interface for a MantisBT session handler.
MantisWikiPlugin
in file MantisWikiPlugin.class.php, class MantisWikiPlugin
    Base class that implements the skeleton for a wiki plugin.
MANTIS_INSTALLER
in file install.php, constant MANTIS_INSTALLER
MANTIS_VERSION
in file constant_inc.php, constant MANTIS_VERSION
masc_captcha
in file make_captcha_img.php, class masc_captcha
masc_captcha
in file make_captcha_img.php, method masc_captcha::masc_captcha()
mb_substr
in file php_api.php, function mb_substr()
MD5
in file constant_inc.php, constant MD5
memory_get_peak_usage
in file php_api.php, function memory_get_peak_usage()
META_FILTER_ANY
in file constant_inc.php, constant META_FILTER_ANY
META_FILTER_CURRENT
in file constant_inc.php, constant META_FILTER_CURRENT
META_FILTER_MYSELF
in file constant_inc.php, constant META_FILTER_MYSELF
META_FILTER_NONE
in file constant_inc.php, constant META_FILTER_NONE
meta_inc.php
procedural page meta_inc.php
MINOR
in file constant_inc.php, constant MINOR
multi_sort
in file utility_api.php, function multi_sort()
    Sort a multi-dimensional array by one of its keys
my_view_inc.php
procedural page my_view_inc.php
my_view_page.php
procedural page my_view_page.php
top

n

$name
in file MantisPlugin.class.php, variable MantisPlugin::$name
    name - Your plugin's full name. Required value.
$name
in file graphviz_api.php, variable Graph::$name
$nb_noise
in file make_captcha_img.php, variable masc_captcha::$nb_noise
$nodes
in file graphviz_api.php, variable Graph::$nodes
$noise
in file make_captcha_img.php, variable masc_captcha::$noise
$noisefactor
in file make_captcha_img.php, variable masc_captcha::$noisefactor
$note
in file bugnote_api.php, variable BugnoteData::$note
$note_attr
in file bugnote_api.php, variable BugnoteData::$note_attr
$note_type
in file bugnote_api.php, variable BugnoteData::$note_type
news_api.php
procedural page news_api.php
news_add.php
procedural page news_add.php
news_create
in file news_api.php, function news_create()
news_delete
in file news_api.php, function news_delete()
news_delete_all
in file news_api.php, function news_delete_all()
news_edit_page.php
procedural page news_edit_page.php
news_ensure_enabled
in file news_api.php, function news_ensure_enabled()
news_get_count
in file news_api.php, function news_get_count()
news_get_field
in file news_api.php, function news_get_field()
news_get_limited_rows
in file news_api.php, function news_get_limited_rows()
news_get_row
in file news_api.php, function news_get_row()
news_get_rows
in file news_api.php, function news_get_rows()
news_is_enabled
in file news_api.php, function news_is_enabled()
news_is_private
in file news_api.php, function news_is_private()
news_list_page.php
procedural page news_list_page.php
news_menu_page.php
procedural page news_menu_page.php
news_rss.php
procedural page news_rss.php
news_update
in file news_api.php, function news_update()
news_update.php
procedural page news_update.php
news_view_page.php
procedural page news_view_page.php
NEW_
in file constant_inc.php, constant NEW_
NEW_BUG
in file constant_inc.php, constant NEW_BUG
NOBODY
in file constant_inc.php, constant NOBODY
NONE
in file constant_inc.php, constant NONE
NORMAL
in file constant_inc.php, constant NORMAL
NORMAL_TYPE
in file constant_inc.php, constant NORMAL_TYPE
NOTICE
in file constant_inc.php, constant NOTICE
NOT_A_BUG
in file constant_inc.php, constant NOT_A_BUG
NOT_FIXABLE
in file constant_inc.php, constant NOT_FIXABLE
NO_USER
in file constant_inc.php, constant NO_USER
top

o

$obsolete
in file version_api.php, variable VersionData::$obsolete
$os
in file bug_api.php, variable BugData::$os
$os_build
in file bug_api.php, variable BugData::$os_build
obsolete.php
procedural page obsolete.php
OFF
in file constant_inc.php, constant OFF
ON
in file constant_inc.php, constant ON
OPEN
in file constant_inc.php, constant OPEN
options
in file MantisFilter.class.php, method MantisFilter::options()
    For list type filters, define a keyed-array of possible filter options, not including an 'any' value.
output
in file graphviz_api.php, method Graph::output()
    Outputs a graph image or map in the specified format.
top

p

$page
in file MantisPlugin.class.php, variable MantisPlugin::$page
    page - The name of a plugin page for further information and administration.
$paid
in file sponsorship_api.php, variable SponsorshipData::$paid
$platform
in file bug_api.php, variable BugData::$platform
$priority
in file bug_api.php, variable BugData::$priority
$profile_id
in file bug_api.php, variable BugData::$profile_id
$projection
in file bug_api.php, variable BugData::$projection
$project_id
in file bug_api.php, variable BugData::$project_id
$project_id
in file version_api.php, variable VersionData::$project_id
php_api.php
procedural page php_api.php
plugin_api.php
procedural page plugin_api.php
prepare_api.php
procedural page prepare_api.php
print_api.php
procedural page print_api.php
profile_api.php
procedural page profile_api.php
projax_api.php
procedural page projax_api.php
project_api.php
procedural page project_api.php
project_hierarchy_api.php
procedural page project_hierarchy_api.php
parse_workflow
in file manage_config_workflow_page.php, function parse_workflow()
PASSLEN
in file constant_inc.php, constant PASSLEN
permalink_page.php
procedural page permalink_page.php
PHPMAILER_METHOD_MAIL
in file constant_inc.php, constant PHPMAILER_METHOD_MAIL
PHPMAILER_METHOD_SENDMAIL
in file constant_inc.php, constant PHPMAILER_METHOD_SENDMAIL
PHPMAILER_METHOD_SMTP
in file constant_inc.php, constant PHPMAILER_METHOD_SMTP
PHP_CGI
in file constant_inc.php, constant PHP_CGI
PHP_CLI
in file constant_inc.php, constant PHP_CLI
PHP_MIN_VERSION
in file php_api.php, constant PHP_MIN_VERSION
    Constant for our minimum required PHP version
php_mode
in file php_api.php, function php_mode()
    Determine if PHP is running in CLI or CGI mode and return the mode.
php_version_at_least
in file php_api.php, function php_version_at_least()
PLAIN
in file constant_inc.php, constant PLAIN
plugin.php
procedural page plugin.php
PLUGINS_DISABLED
in file install.php, constant PLUGINS_DISABLED
PLUGINS_DISABLED
in file database_api.php, constant PLUGINS_DISABLED
plugin_child
in file plugin_api.php, function plugin_child()
    Allows a plugin to declare a 'child plugin' that can be loaded from the same parent directory.
plugin_config_defaults
in file plugin_api.php, function plugin_config_defaults()
    Set plugin default values to global values without overriding anything.
plugin_config_delete
in file plugin_api.php, function plugin_config_delete()
    Delete a plugin configuration option from the database.
plugin_config_get
in file plugin_api.php, function plugin_config_get()
    Get a plugin configuration option.
plugin_config_set
in file plugin_api.php, function plugin_config_set()
    Set a plugin configuration option in the database.
plugin_dependency
in file plugin_api.php, function plugin_dependency()
    Check a plugin dependency given a basename and required version.
plugin_error
in file plugin_api.php, function plugin_error()
    Trigger a plugin-specific error with the given name and type.
plugin_event_hook
in file plugin_api.php, function plugin_event_hook()
    Hook a plugin's callback function to an event.
plugin_event_hook_many
in file plugin_api.php, function plugin_event_hook_many()
    Hook multiple plugin callbacks at once.
plugin_file
in file plugin_api.php, function plugin_file()
    Get the URL to the plugin wrapper page.
plugin_file.php
procedural page plugin_file.php
plugin_file_include
in file plugin_api.php, function plugin_file_include()
    Include the contents of a file as output.
plugin_file_path
in file plugin_api.php, function plugin_file_path()
    Return a path to a plugin file.
plugin_find_all
in file plugin_api.php, function plugin_find_all()
    Search the plugins directory for plugins.
plugin_get_current
in file plugin_api.php, function plugin_get_current()
    Get the currently executing plugin's basename.
PLUGIN_HISTORY
in file constant_inc.php, constant PLUGIN_HISTORY
plugin_history_log
in file plugin_api.php, function plugin_history_log()
plugin_include
in file plugin_api.php, function plugin_include()
    Load a plugin's core class file.
plugin_init
in file plugin_api.php, function plugin_init()
    Initialize a single plugin.
plugin_init_installed
in file plugin_api.php, function plugin_init_installed()
    Initialize all installed plugins.
plugin_install
in file plugin_api.php, function plugin_install()
    Install a plugin to the database.
plugin_is_installed
in file plugin_api.php, function plugin_is_installed()
    Determine if a given plugin is installed.
plugin_is_loaded
in file plugin_api.php, function plugin_is_loaded()
    Checks if a given plugin has been registered and initialized, and returns a boolean value representing the "loaded" state.
plugin_lang_get
in file plugin_api.php, function plugin_lang_get()
    Get a language string for the plugin.
plugin_needs_upgrade
in file plugin_api.php, function plugin_needs_upgrade()
    Determine if an installed plugin needs to upgrade its schema.
plugin_page
in file plugin_api.php, function plugin_page()
    Get the URL to the plugin wrapper page.
plugin_pop_current
in file plugin_api.php, function plugin_pop_current()
    Remove the current plugin from the stack
plugin_priority
in file plugin_api.php, function plugin_priority()
    Gets a plugin's priority.
plugin_protected
in file plugin_api.php, function plugin_protected()
    Checks to see if a plugin is 'protected' from uninstall.
plugin_push_current
in file plugin_api.php, function plugin_push_current()
    Add the current plugin to the stack
plugin_register
in file plugin_api.php, function plugin_register()
    Register a plugin with MantisBT.
plugin_register_installed
in file plugin_api.php, function plugin_register_installed()
    Find and register all installed plugins.
plugin_sort
in file manage_plugin_page.php, function plugin_sort()
plugin_table
in file plugin_api.php, function plugin_table()
    Given a base table name for a plugin, add appropriate prefix and suffix.
plugin_uninstall
in file plugin_api.php, function plugin_uninstall()
    Uninstall a plugin from the database.
plugin_upgrade
in file plugin_api.php, function plugin_upgrade()
    Upgrade an installed plugin's schema.
plugin_version_array
in file plugin_api.php, function plugin_version_array()
    Converts a version string to an array, using some punctuation and number/lettor boundaries as splitting points.
plugin_version_check
in file plugin_api.php, function plugin_version_check()
    Checks two version arrays sequentially for minimum or maximum version dependencies.
POSITION_BOTH
in file constant_inc.php, constant POSITION_BOTH
POSITION_BOTTOM
in file constant_inc.php, constant POSITION_BOTTOM
POSITION_NONE
in file constant_inc.php, constant POSITION_NONE
POSITION_TOP
in file constant_inc.php, constant POSITION_TOP
prepare_custom_menu_options
in file html_api.php, function prepare_custom_menu_options()
    Prepare an array of additional menu options from a config variable
prepare_email_link
in file prepare_api.php, function prepare_email_link()
    return the mailto: href string link
prepare_user_name
in file prepare_api.php, function prepare_user_name()
    prepares the name of the user given the id. also makes it an email link.
prepare_version_string
in file prepare_api.php, function prepare_version_string()
    A function that prepares the version string for outputting to the user on view / print issue pages.
print_account_menu
in file html_api.php, function print_account_menu()
    Print the menu for the account section
print_all_bug_action_option_list
in file print_api.php, function print_all_bug_action_option_list()
print_all_bug_options_inc.php
procedural page print_all_bug_options_inc.php
print_all_bug_options_page.php
procedural page print_all_bug_options_page.php
print_all_bug_options_reset.php
procedural page print_all_bug_options_reset.php
print_all_bug_options_update.php
procedural page print_all_bug_options_update.php
print_all_bug_page.php
procedural page print_all_bug_page.php
print_all_bug_page_word.php
procedural page print_all_bug_page_word.php
print_assign_to_option_list
in file print_api.php, function print_assign_to_option_list()
print_avatar
in file print_api.php, function print_avatar()
print_bracket_link
in file print_api.php, function print_bracket_link()
print_bracket_link_prepared
in file print_api.php, function print_bracket_link_prepared()
print_bugnote_inc.php
procedural page print_bugnote_inc.php
print_bug_attachments_list
in file print_api.php, function print_bug_attachments_list()
print_bug_link
in file print_api.php, function print_bug_link()
print_bug_page.php
procedural page print_bug_page.php
print_build_option_list
in file print_api.php, function print_build_option_list()
print_button
in file print_api.php, function print_button()
print_captcha_input
in file print_api.php, function print_captcha_input()
print_category_filter_option_list
in file print_api.php, function print_category_filter_option_list()
print_category_option_list
in file print_api.php, function print_category_option_list()
print_column_additional_information
in file columns_api.php, function print_column_additional_information()
print_column_attachment_count
in file columns_api.php, function print_column_attachment_count()
print_column_bugnotes_count
in file columns_api.php, function print_column_bugnotes_count()
print_column_category_id
in file columns_api.php, function print_column_category_id()
print_column_date_submitted
in file columns_api.php, function print_column_date_submitted()
print_column_description
in file columns_api.php, function print_column_description()
print_column_due_date
in file columns_api.php, function print_column_due_date()
print_column_edit
in file columns_api.php, function print_column_edit()
print_column_eta
in file columns_api.php, function print_column_eta()
print_column_handler_id
in file columns_api.php, function print_column_handler_id()
print_column_id
in file columns_api.php, function print_column_id()
print_column_last_updated
in file columns_api.php, function print_column_last_updated()
print_column_overdue
in file columns_api.php, function print_column_overdue()
print_column_plugin
in file columns_api.php, function print_column_plugin()
    Print custom column content for a specific bug.
print_column_priority
in file columns_api.php, function print_column_priority()
print_column_projection
in file columns_api.php, function print_column_projection()
print_column_project_id
in file columns_api.php, function print_column_project_id()
print_column_reporter_id
in file columns_api.php, function print_column_reporter_id()
print_column_reproducibility
in file columns_api.php, function print_column_reproducibility()
print_column_resolution
in file columns_api.php, function print_column_resolution()
print_column_selection
in file columns_api.php, function print_column_selection()
print_column_severity
in file columns_api.php, function print_column_severity()
print_column_sponsorship_total
in file columns_api.php, function print_column_sponsorship_total()
print_column_status
in file columns_api.php, function print_column_status()
print_column_steps_to_reproduce
in file columns_api.php, function print_column_steps_to_reproduce()
print_column_summary
in file columns_api.php, function print_column_summary()
print_column_target_version
in file columns_api.php, function print_column_target_version()
print_column_title_additional_information
in file columns_api.php, function print_column_title_additional_information()
print_column_title_attachment_count
in file columns_api.php, function print_column_title_attachment_count()
print_column_title_bugnotes_count
in file columns_api.php, function print_column_title_bugnotes_count()
print_column_title_build
in file columns_api.php, function print_column_title_build()
print_column_title_category
in file columns_api.php, function print_column_title_category()
print_column_title_date_submitted
in file columns_api.php, function print_column_title_date_submitted()
print_column_title_description
in file columns_api.php, function print_column_title_description()
print_column_title_edit
in file columns_api.php, function print_column_title_edit()
print_column_title_eta
in file columns_api.php, function print_column_title_eta()
print_column_title_fixed_in_version
in file columns_api.php, function print_column_title_fixed_in_version()
print_column_title_handler_id
in file columns_api.php, function print_column_title_handler_id()
print_column_title_id
in file columns_api.php, function print_column_title_id()
print_column_title_last_updated
in file columns_api.php, function print_column_title_last_updated()
print_column_title_os
in file columns_api.php, function print_column_title_os()
print_column_title_os_build
in file columns_api.php, function print_column_title_os_build()
print_column_title_overdue
in file columns_api.php, function print_column_title_overdue()
print_column_title_platform
in file columns_api.php, function print_column_title_platform()
print_column_title_plugin
in file columns_api.php, function print_column_title_plugin()
    Print column title for a specific custom column.
print_column_title_priority
in file columns_api.php, function print_column_title_priority()
print_column_title_projection
in file columns_api.php, function print_column_title_projection()
print_column_title_project_id
in file columns_api.php, function print_column_title_project_id()
print_column_title_reporter_id
in file columns_api.php, function print_column_title_reporter_id()
print_column_title_reproducibility
in file columns_api.php, function print_column_title_reproducibility()
print_column_title_resolution
in file columns_api.php, function print_column_title_resolution()
print_column_title_selection
in file columns_api.php, function print_column_title_selection()
print_column_title_severity
in file columns_api.php, function print_column_title_severity()
print_column_title_sponsorship_total
in file columns_api.php, function print_column_title_sponsorship_total()
print_column_title_status
in file columns_api.php, function print_column_title_status()
print_column_title_steps_to_reproduce
in file columns_api.php, function print_column_title_steps_to_reproduce()
print_column_title_summary
in file columns_api.php, function print_column_title_summary()
print_column_title_target_version
in file columns_api.php, function print_column_title_target_version()
print_column_title_version
in file columns_api.php, function print_column_title_version()
print_column_title_view_state
in file columns_api.php, function print_column_title_view_state()
print_column_view_state
in file columns_api.php, function print_column_view_state()
print_config_value_as_string
in file adm_config_report.php, function print_config_value_as_string()
print_custom_field_input
in file custom_field_api.php, function print_custom_field_input()
    Print an input field
print_custom_field_projects_list
in file print_api.php, function print_custom_field_projects_list()
print_custom_field_value
in file custom_field_api.php, function print_custom_field_value()
    Print a custom field value for display
print_date_selection_set
in file date_api.php, function print_date_selection_set()
print_day_option_list
in file date_api.php, function print_day_option_list()
print_documentation_link
in file print_api.php, function print_documentation_link()
print_doc_menu
in file html_api.php, function print_doc_menu()
    Print the menu for the docs section
print_email_input
in file print_api.php, function print_email_input()
print_email_link
in file print_api.php, function print_email_link()
print_email_link_with_subject
in file print_api.php, function print_email_link_with_subject()
print_enum_string_option_list
in file print_api.php, function print_enum_string_option_list()
print_error
in file test_langs.php, function print_error()
print_extended_project_browser
in file print_api.php, function print_extended_project_browser()
print_extended_project_browser_subproject_javascript
in file print_api.php, function print_extended_project_browser_subproject_javascript()
print_file_icon
in file print_api.php, function print_file_icon()
print_filter_custom_field
in file filter_api.php, function print_filter_custom_field()
    print custom fields
print_filter_custom_field_date
in file filter_api.php, function print_filter_custom_field_date()
    print custom field date fields
print_filter_do_filter_by_date
in file filter_api.php, function print_filter_do_filter_by_date()
    print filter by date fields with javascript
print_filter_handler_id
in file filter_api.php, function print_filter_handler_id()
    print the handler field
print_filter_hide_status
in file filter_api.php, function print_filter_hide_status()
    print hide status field
print_filter_highlight_changed
in file filter_api.php, function print_filter_highlight_changed()
    print highlight changed field
print_filter_note_user_id
in file filter_api.php, function print_filter_note_user_id()
    print note reporter field
print_filter_os
in file filter_api.php, function print_filter_os()
    print the os field
print_filter_os_build
in file filter_api.php, function print_filter_os_build()
    print the os build field
print_filter_per_page
in file filter_api.php, function print_filter_per_page()
    print issues per page field
print_filter_platform
in file filter_api.php, function print_filter_platform()
    print the platform field
print_filter_plugin_field
in file filter_api.php, function print_filter_plugin_field()
    Print plugin filter fields as defined by MantisFilter objects.
print_filter_project_id
in file filter_api.php, function print_filter_project_id()
    print project field
print_filter_relationship_type
in file filter_api.php, function print_filter_relationship_type()
    print relationship fields
print_filter_reporter_id
in file filter_api.php, function print_filter_reporter_id()
    Print the reporter field
print_filter_show_build
in file filter_api.php, function print_filter_show_build()
    print build field
print_filter_show_category
in file filter_api.php, function print_filter_show_category()
    print the category field
print_filter_show_fixed_in_version
in file filter_api.php, function print_filter_show_fixed_in_version()
    print fixed in version field
print_filter_show_priority
in file filter_api.php, function print_filter_show_priority()
    print priority field
print_filter_show_profile
in file filter_api.php, function print_filter_show_profile()
    print profile field
print_filter_show_resolution
in file filter_api.php, function print_filter_show_resolution()
    print resolution field
print_filter_show_severity
in file filter_api.php, function print_filter_show_severity()
    print the severity field
print_filter_show_sort
in file filter_api.php, function print_filter_show_sort()
    print sort fields
print_filter_show_status
in file filter_api.php, function print_filter_show_status()
    print status field
print_filter_show_target_version
in file filter_api.php, function print_filter_show_target_version()
    print target version field
print_filter_show_version
in file filter_api.php, function print_filter_show_version()
    print version field
print_filter_sticky_issues
in file filter_api.php, function print_filter_sticky_issues()
    print sticky issues field
print_filter_tag_string
in file filter_api.php, function print_filter_tag_string()
    print tag fields
print_filter_user_monitor
in file filter_api.php, function print_filter_user_monitor()
    Print the user monitor field
print_filter_view_state
in file filter_api.php, function print_filter_view_state()
    print view state field
print_formatted_priority_string
in file print_api.php, function print_formatted_priority_string()
print_formatted_severity_string
in file print_api.php, function print_formatted_severity_string()
print_header_redirect
in file print_api.php, function print_header_redirect()
print_header_redirect_view
in file print_api.php, function print_header_redirect_view()
print_hidden_input
in file print_api.php, function print_hidden_input()
print_hidden_inputs
in file print_api.php, function print_hidden_inputs()
print_hr
in file print_api.php, function print_hr()
print_info_row
in file check.php, function print_info_row()
print_language_option_list
in file print_api.php, function print_language_option_list()
print_link
in file print_api.php, function print_link()
print_login_link
in file print_api.php, function print_login_link()
print_lost_password_link
in file print_api.php, function print_lost_password_link()
print_manage_config_menu
in file html_api.php, function print_manage_config_menu()
    Print the menu for the manage configuration section
print_manage_menu
in file html_api.php, function print_manage_menu()
    Print the menu for the manage section
print_manage_project_sort_link
in file print_api.php, function print_manage_project_sort_link()
print_manage_user_sort_link
in file print_api.php, function print_manage_user_sort_link()
print_menu
in file html_api.php, function print_menu()
    Print the main menu
print_month_option_list
in file date_api.php, function print_month_option_list()
print_multivalue_field
in file filter_api.php, function print_multivalue_field()
    Prints a multi-value filter field.
print_news_entry
in file print_api.php, function print_news_entry()
print_news_entry_from_row
in file print_api.php, function print_news_entry_from_row()
print_news_item_option_list
in file print_api.php, function print_news_item_option_list()
print_news_string_by_news_id
in file print_api.php, function print_news_string_by_news_id()
print_numeric_month_option_list
in file date_api.php, function print_numeric_month_option_list()
print_os_build_option_list
in file print_api.php, function print_os_build_option_list()
print_os_option_list
in file print_api.php, function print_os_option_list()
print_page_link
in file print_api.php, function print_page_link()
print_page_links
in file print_api.php, function print_page_links()
print_platform_option_list
in file print_api.php, function print_platform_option_list()
print_plugin_priority_list
in file print_api.php, function print_plugin_priority_list()
    List of priorities that can be assigned to a plugin.
print_profile_option_list
in file print_api.php, function print_profile_option_list()
print_profile_option_list_for_project
in file print_api.php, function print_profile_option_list_for_project()
print_profile_option_list_from_profiles
in file print_api.php, function print_profile_option_list_from_profiles()
print_project_access_levels_option_list
in file print_api.php, function print_project_access_levels_option_list()
print_project_header_changelog
in file changelog_page.php, function print_project_header_changelog()
    Print header for the specified project
print_project_header_roadmap
in file roadmap_page.php, function print_project_header_roadmap()
print_project_menu_bar
in file html_api.php, function print_project_menu_bar()
    Print the menu bar with a list of projects to which the user has access
print_project_option_list
in file print_api.php, function print_project_option_list()
    List projects that the current user has access to.
print_project_user_list
in file print_api.php, function print_project_user_list()
print_project_user_list_option_list
in file print_api.php, function print_project_user_list_option_list()
print_project_user_list_option_list2
in file print_api.php, function print_project_user_list_option_list2()
print_project_user_option_list
in file print_api.php, function print_project_user_option_list()
print_recently_visited
in file print_api.php, function print_recently_visited()
print_reporter_option_list
in file print_api.php, function print_reporter_option_list()
print_rss
in file print_api.php, function print_rss()
print_signup_link
in file print_api.php, function print_signup_link()
print_sort_icon
in file icon_api.php, function print_sort_icon()
    The input $p_dir is either ASC or DESC
print_sql_error
in file print_api.php, function print_sql_error()
print_status_icon
in file icon_api.php, function print_status_icon()
    prints the status icon
print_status_option_list
in file print_api.php, function print_status_option_list()
print_subproject_menu_bar
in file html_api.php, function print_subproject_menu_bar()
    Print the menu bar with a list of projects to which the user has access
print_subproject_option_list
in file print_api.php, function print_subproject_option_list()
print_successful_redirect
in file print_api.php, function print_successful_redirect()
print_successful_redirect_to_bug
in file print_api.php, function print_successful_redirect_to_bug()
print_summary_menu
in file html_api.php, function print_summary_menu()
    Print the menu for the summary section
print_summary_submenu
in file html_api.php, function print_summary_submenu()
    Print the menu for the graph summary section
print_table_stats
in file db_stats.php, function print_table_stats()
print_tag_attach_form
in file print_api.php, function print_tag_attach_form()
    Print the entire form for attaching a tag to a bug.
print_tag_input
in file print_api.php, function print_tag_input()
    Print the separator comment, input box, and existing tag dropdown menu.
print_tag_option_list
in file print_api.php, function print_tag_option_list()
    Print the dropdown combo-box of existing tags.
print_test
in file install.php, function print_test()
print_test_result
in file install.php, function print_test_result()
print_test_row
in file check.php, function print_test_row()
print_test_warn_row
in file check.php, function print_test_warn_row()
print_timezone_option_list
in file print_api.php, function print_timezone_option_list()
print_user
in file print_api.php, function print_user()
print_user_option_list
in file print_api.php, function print_user_option_list()
print_user_with_subject
in file print_api.php, function print_user_with_subject()
print_version_header
in file changelog_page.php, function print_version_header()
    Print header for the specified project version.
print_version_option_list
in file print_api.php, function print_version_option_list()
print_view_bug_sort_link
in file print_api.php, function print_view_bug_sort_link()
print_year_option_list
in file date_api.php, function print_year_option_list()
print_year_range_option_list
in file date_api.php, function print_year_range_option_list()
profile_create
in file profile_api.php, function profile_create()
    Create a new profile for the user, return the ID of the new profile
profile_delete
in file profile_api.php, function profile_delete()
    Delete a profile for the user
profile_get_all_for_project
in file profile_api.php, function profile_get_all_for_project()
    Return an array containing all profiles used in a given project
profile_get_all_for_user
in file profile_api.php, function profile_get_all_for_user()
    Return an array containing all profiles for a given user,
profile_get_all_rows
in file profile_api.php, function profile_get_all_rows()
    Return an array containing all rows for a given user
profile_get_default
in file profile_api.php, function profile_get_default()
    Returns the default profile
profile_get_field_all_for_user
in file profile_api.php, function profile_get_field_all_for_user()
    Return an array of strings containing unique values for the specified field based on private and public profiles accessible to the specified user.
profile_get_row
in file profile_api.php, function profile_get_row()
    Return a profile row from the database
profile_get_row_direct
in file profile_api.php, function profile_get_row_direct()
    Return a profile row from the database
profile_is_global
in file profile_api.php, function profile_is_global()
    Returns whether the specified profile is global
profile_update
in file profile_api.php, function profile_update()
    Update a profile for the user
projax_array_filter_by_prefix
in file projax_api.php, function projax_array_filter_by_prefix()
projax_array_serialize_for_autocomplete
in file projax_api.php, function projax_array_serialize_for_autocomplete()
projax_autocomplete
in file projax_api.php, function projax_autocomplete()
PROJECTION_MAJOR_REWORK
in file constant_inc.php, constant PROJECTION_MAJOR_REWORK
PROJECTION_MINOR_FIX
in file constant_inc.php, constant PROJECTION_MINOR_FIX
PROJECTION_NONE
in file constant_inc.php, constant PROJECTION_NONE
PROJECTION_REDESIGN
in file constant_inc.php, constant PROJECTION_REDESIGN
PROJECTION_TWEAK
in file constant_inc.php, constant PROJECTION_TWEAK
project_add_user
in file project_api.php, function project_add_user()
project_cache_all
in file project_api.php, function project_cache_all()
project_cache_array_rows
in file project_api.php, function project_cache_array_rows()
project_cache_row
in file project_api.php, function project_cache_row()
project_clear_cache
in file project_api.php, function project_clear_cache()
project_copy_custom_fields
in file project_api.php, function project_copy_custom_fields()
project_copy_users
in file project_api.php, function project_copy_users()
    Copy all users and their permissions from the source project to the
project_create
in file project_api.php, function project_create()
project_delete
in file project_api.php, function project_delete()
project_delete_all_files
in file project_api.php, function project_delete_all_files()
project_ensure_exists
in file project_api.php, function project_ensure_exists()
project_ensure_name_unique
in file project_api.php, function project_ensure_name_unique()
project_exists
in file project_api.php, function project_exists()
project_file_is_name_unique
in file project_api.php, function project_file_is_name_unique()
project_format_id
in file project_api.php, function project_format_id()
project_get_all_rows
in file project_api.php, function project_get_all_rows()
project_get_all_user_rows
in file project_api.php, function project_get_all_user_rows()
project_get_field
in file project_api.php, function project_get_field()
project_get_id_by_name
in file project_api.php, function project_get_id_by_name()
project_get_local_user_access_level
in file project_api.php, function project_get_local_user_access_level()
project_get_local_user_rows
in file project_api.php, function project_get_local_user_rows()
project_get_name
in file project_api.php, function project_get_name()
project_get_row
in file project_api.php, function project_get_row()
project_hierarchy_add
in file project_hierarchy_api.php, function project_hierarchy_add()
    Add project to project hierarchy
project_hierarchy_cache
in file project_hierarchy_api.php, function project_hierarchy_cache()
    Cache project hierarchy
project_hierarchy_get_all_subprojects
in file project_hierarchy_api.php, function project_hierarchy_get_all_subprojects()
    Get complete subproject hierarchy for a project
project_hierarchy_get_subprojects
in file project_hierarchy_api.php, function project_hierarchy_get_subprojects()
    Get subprojects for a project
project_hierarchy_inheritance
in file project_hierarchy_api.php, function project_hierarchy_inheritance()
    Generate an array of project's the given project inherits from, including the original project in the result.
project_hierarchy_inherit_parent
in file project_hierarchy_api.php, function project_hierarchy_inherit_parent()
    Returns true if the child project inherits categories from the parent.
project_hierarchy_is_toplevel
in file project_hierarchy_api.php, function project_hierarchy_is_toplevel()
    Returns true if project is at top of hierarchy
project_hierarchy_remove
in file project_hierarchy_api.php, function project_hierarchy_remove()
    Remove project from project hierarchy
project_hierarchy_remove_all
in file project_hierarchy_api.php, function project_hierarchy_remove_all()
    Remove any project hierarchy entries relating to project_id
project_hierarchy_update
in file project_hierarchy_api.php, function project_hierarchy_update()
    Update project hierarchy
project_includes_user
in file project_api.php, function project_includes_user()
project_is_name_unique
in file project_api.php, function project_is_name_unique()
project_page.php
procedural page project_page.php
project_remove_all_users
in file project_api.php, function project_remove_all_users()
    Delete all users from the project user list for a given project. This is useful when deleting or closing a project. The $p_access_level_limit parameter can be used to only remove users from a project if their access level is below or equal to the limit.
project_remove_user
in file project_api.php, function project_remove_user()
project_set_user_access
in file project_api.php, function project_set_user_access()
project_update
in file project_api.php, function project_update()
project_update_user_access
in file project_api.php, function project_update_user_access()
proj_doc_add.php
procedural page proj_doc_add.php
proj_doc_add_page.php
procedural page proj_doc_add_page.php
proj_doc_delete.php
procedural page proj_doc_delete.php
proj_doc_edit_page.php
procedural page proj_doc_edit_page.php
proj_doc_page.php
procedural page proj_doc_page.php
proj_doc_update.php
procedural page proj_doc_update.php
top

q

query
in file MantisFilter.class.php, method MantisFilter::query()
    Build the SQL query elements 'join', 'where', and 'params' as used by core/filter_api.php to create the filter query.
query_delete.php
procedural page query_delete.php
query_delete_page.php
procedural page query_delete_page.php
query_store.php
procedural page query_store.php
query_store_page.php
procedural page query_store_page.php
query_view_page.php
procedural page query_view_page.php
top

r

$r
in file make_captcha_img.php, variable masc_captcha::$r
$redirect_delay
in file user_pref_api.php, variable UserPreferences::$redirect_delay
$refresh_delay
in file user_pref_api.php, variable UserPreferences::$refresh_delay
$released
in file version_api.php, variable VersionData::$released
$reporter_id
in file bug_api.php, variable BugData::$reporter_id
$reporter_id
in file bugnote_api.php, variable BugnoteData::$reporter_id
$reproducibility
in file bug_api.php, variable BugData::$reproducibility
$requires
in file MantisPlugin.class.php, variable MantisPlugin::$requires
    requires - An array of key/value pairs of basename/version plugin dependencies.
$resolution
in file bug_api.php, variable BugData::$resolution
relationship_api.php
procedural page relationship_api.php
relationship_graph_api.php
procedural page relationship_graph_api.php
rss_api.php
procedural page rss_api.php
random_color
in file make_captcha_img.php, method masc_captcha::random_color()
READ
in file constant_inc.php, constant READ
REALLEN
in file constant_inc.php, constant REALLEN
register
in file MantisCoreWikiPlugin.class.php, method MantisCoreMediaWikiPlugin::register()
register
in file MantisCoreWikiPlugin.class.php, method MantisCoreDokuwikiPlugin::register()
register
in file MantisCoreWikiPlugin.class.php, method MantisCoreWikkaWikiPlugin::register()
register
in file MantisCoreWikiPlugin.class.php, method MantisCoreXwikiPlugin::register()
register
in file MantisPlugin.class.php, method MantisPlugin::register()
    this function registers your plugin - must set at least name and version
register
in file MantisCoreWikiPlugin.class.php, method MantisCoreTwikiPlugin::register()
register
in file MantisPlugin.class.php, method MantisCorePlugin::register()
relationship_add
in file relationship_api.php, function relationship_add()
    Add a new relationship
relationship_can_resolve_bug
in file relationship_api.php, function relationship_can_resolve_bug()
    return false if there are child bugs not resolved/closed N.B. we don't check if the parent bug is read-only. This is because the answer of this function is indepedent from the state of the parent bug itself.
relationship_copy_all
in file relationship_api.php, function relationship_copy_all()
    copy all the relationships related to a specific bug to a new bug
relationship_delete
in file relationship_api.php, function relationship_delete()
    Delete a relationship
relationship_delete_all
in file relationship_api.php, function relationship_delete_all()
    Deletes all the relationships related to a specific bug (both source and destination)
relationship_exists
in file relationship_api.php, function relationship_exists()
    check if there is a relationship between two bugs
relationship_get
in file relationship_api.php, function relationship_get()
    get a relationship from id
relationship_get_all
in file relationship_api.php, function relationship_get_all()
    get all relationships associated with the given bug
relationship_get_all_dest
in file relationship_api.php, function relationship_get_all_dest()
    get all relationships with the given bug as destination
relationship_get_all_src
in file relationship_api.php, function relationship_get_all_src()
    get all relationships with the given bug as source
relationship_get_complementary_type
in file relationship_api.php, function relationship_get_complementary_type()
    Return the complementary type of the provided relationship
relationship_get_description_dest_side
in file relationship_api.php, function relationship_get_description_dest_side()
    get class description of a relationship (destination side)
relationship_get_description_for_history
in file relationship_api.php, function relationship_get_description_for_history()
    get class description of a relationship as it's stored in the history
relationship_get_description_src_side
in file relationship_api.php, function relationship_get_description_src_side()
    get class description of a relationship (source side)
relationship_get_details
in file relationship_api.php, function relationship_get_details()
    return formatted string with all the details on the requested relationship
relationship_get_linked_bug_id
in file relationship_api.php, function relationship_get_linked_bug_id()
    retrieve the linked bug id of the relationship: provide src -> return dest; provide dest -> return src
relationship_get_summary_html
in file relationship_api.php, function relationship_get_summary_html()
    print ALL the RELATIONSHIPS OF A SPECIFIC BUG
relationship_get_summary_html_preview
in file relationship_api.php, function relationship_get_summary_html_preview()
    print ALL the RELATIONSHIPS OF A SPECIFIC BUG
relationship_get_summary_text
in file relationship_api.php, function relationship_get_summary_text()
    print ALL the RELATIONSHIPS OF A SPECIFIC BUG in text format (used by email_api.php
relationship_list_box
in file relationship_api.php, function relationship_list_box()
    print HTML relationship listbox
relationship_same_type_exists
in file relationship_api.php, function relationship_same_type_exists()
    check if there is a relationship between two bugs
relationship_update
in file relationship_api.php, function relationship_update()
    Update a relationship
relationship_view_box
in file relationship_api.php, function relationship_view_box()
    print HTML relationship form
relgraph_add_bug_to_graph
in file relationship_graph_api.php, function relgraph_add_bug_to_graph()
relgraph_add_child
in file relationship_graph_api.php, function relgraph_add_child()
relgraph_add_parent
in file relationship_graph_api.php, function relgraph_add_parent()
relgraph_generate_dep_graph
in file relationship_graph_api.php, function relgraph_generate_dep_graph()
relgraph_generate_rel_graph
in file relationship_graph_api.php, function relgraph_generate_rel_graph()
relgraph_output_image
in file relationship_graph_api.php, function relgraph_output_image()
relgraph_output_map
in file relationship_graph_api.php, function relgraph_output_map()
REMINDER
in file constant_inc.php, constant REMINDER
REOPENED
in file constant_inc.php, constant REOPENED
REPORTER
in file constant_inc.php, constant REPORTER
REPRODUCIBILITY_ALWAYS
in file constant_inc.php, constant REPRODUCIBILITY_ALWAYS
REPRODUCIBILITY_HAVENOTTRIED
in file constant_inc.php, constant REPRODUCIBILITY_HAVENOTTRIED
REPRODUCIBILITY_NOTAPPLICABLE
in file constant_inc.php, constant REPRODUCIBILITY_NOTAPPLICABLE
REPRODUCIBILITY_RANDOM
in file constant_inc.php, constant REPRODUCIBILITY_RANDOM
REPRODUCIBILITY_SOMETIMES
in file constant_inc.php, constant REPRODUCIBILITY_SOMETIMES
REPRODUCIBILITY_UNABLETODUPLICATE
in file constant_inc.php, constant REPRODUCIBILITY_UNABLETODUPLICATE
RESOLVED
in file constant_inc.php, constant RESOLVED
return_dynamic_filters.php
procedural page return_dynamic_filters.php
return_dynamic_filters_prepend_headers
in file return_dynamic_filters.php, function return_dynamic_filters_prepend_headers()
    Prepend headers to the dynamic filter forms that are sent as the response from this page.
REV_ADDITIONAL_INFO
in file constant_inc.php, constant REV_ADDITIONAL_INFO
REV_ANY
in file constant_inc.php, constant REV_ANY
REV_BUGNOTE
in file constant_inc.php, constant REV_BUGNOTE
REV_DESCRIPTION
in file constant_inc.php, constant REV_DESCRIPTION
REV_STEPS_TO_REPRODUCE
in file constant_inc.php, constant REV_STEPS_TO_REPRODUCE
roadmap_page.php
procedural page roadmap_page.php
rss
in file MantisFormattingPlugin.class.php, method MantisFormattingPlugin::rss()
    RSS text processing.
rss_calculate_key
in file rss_api.php, function rss_calculate_key()
    Calculates a key to be used for RSS authentication based on user name, cookie and password.
rss_get_issues_feed_url
in file rss_api.php, function rss_get_issues_feed_url()
    return rss issues feed url
rss_get_news_feed_url
in file rss_api.php, function rss_get_news_feed_url()
    return rss news feed url
rss_login
in file rss_api.php, function rss_login()
    Given the user name and the rss key, this method attempts to login the user. If successful, it return true, otherwise, returns false.
top

s

$severity
in file bug_api.php, variable BugData::$severity
$size
in file MantisFilter.class.php, variable MantisFilter::$size
    Form element size, used for non-boolean filter types.
$sortable
in file MantisColumn.class.php, variable MantisColumn::$sortable
    Column is sortable by the user. Setting this to true implies that the column will properly implement the sortquery() method.
$sponsorship_total
in file bug_api.php, variable BugData::$sponsorship_total
$src_bug_id
in file relationship_api.php, variable BugRelationshipData::$src_bug_id
$src_project_id
in file relationship_api.php, variable BugRelationshipData::$src_project_id
$status
in file bug_api.php, variable BugData::$status
$steps_to_reproduce
in file bug_api.php, variable BugData::$steps_to_reproduce
$sticky
in file bug_api.php, variable BugData::$sticky
$subject
in file email_queue_api.php, variable EmailData::$subject
$submitted
in file email_queue_api.php, variable EmailData::$submitted
$summary
in file bug_api.php, variable BugData::$summary
schema.php
procedural page schema.php
system_utils.php
procedural page system_utils.php
session_api.php
procedural page session_api.php
sponsorship_api.php
procedural page sponsorship_api.php
string_api.php
procedural page string_api.php
summary_api.php
procedural page summary_api.php
schema
in file MantisPlugin.class.php, method MantisPlugin::schema()
send_emails.php
procedural page send_emails.php
search.php
procedural page search.php
SECONDS_PER_DAY
in file constant_inc.php, constant SECONDS_PER_DAY
section_begin
in file manage_config_workflow_page.php, function section_begin()
section_end
in file manage_config_workflow_page.php, function section_end()
session_clean
in file session_api.php, function session_clean()
    Destroy the session entirely.
session_delete
in file session_api.php, function session_delete()
    Delete a session variable.
session_get
in file session_api.php, function session_get()
    Get arbitrary data from the session.
session_get_bool
in file session_api.php, function session_get_bool()
    Get a boolean from the session.
session_get_int
in file session_api.php, function session_get_int()
    Get an integer from the session.
session_get_string
in file session_api.php, function session_get_string()
    Get a string from the session.
session_init
in file session_api.php, function session_init()
    Initialize the appropriate session handler.
session_set
in file session_api.php, function session_set()
    Set a session variable.
session_validate
in file session_api.php, function session_validate()
    Validate the legitimacy of a session.
set
in file session_api.php, method MantisPHPSession::set()
    set session data
set
in file session_api.php, method MantisSession::set()
    set session data
set_attributes
in file graphviz_api.php, method Graph::set_attributes()
    Sets graph attributes.
set_capability_boolean
in file manage_config_work_threshold_set.php, function set_capability_boolean()
set_capability_enum
in file manage_config_work_threshold_set.php, function set_capability_enum()
set_capability_row
in file manage_config_work_threshold_set.php, function set_capability_row()
set_default_edge_attr
in file graphviz_api.php, method Graph::set_default_edge_attr()
    Sets default attributes for all edges of the graph.
set_default_node_attr
in file graphviz_api.php, method Graph::set_default_node_attr()
    Sets default attributes for all nodes of the graph.
set_overrides
in file manage_config_work_threshold_page.php, function set_overrides()
set_project.php
procedural page set_project.php
show_flag
in file manage_config_workflow_page.php, function show_flag()
show_notify_flag
in file manage_config_email_page.php, function show_notify_flag()
show_notify_threshold
in file manage_config_email_page.php, function show_notify_threshold()
show_revision
in file bug_revision_view_page.php, function show_revision()
signup.php
procedural page signup.php
signup_page.php
procedural page signup_page.php
SIMPLE_DEFAULT
in file constant_inc.php, constant SIMPLE_DEFAULT
SIMPLE_ONLY
in file constant_inc.php, constant SIMPLE_ONLY
sortquery
in file MantisColumn.class.php, method MantisColumn::sortquery()
    Build the SQL query elements 'join' and 'order' as used by core/filter_api.php to create the filter sorting query.
SponsorshipData
in file sponsorship_api.php, class SponsorshipData
    Sponsorship Data Structure Definition
sponsorship_cache_row
in file sponsorship_api.php, function sponsorship_cache_row()
    Cache a sponsorship row if necessary and return the cached copy If the second parameter is true (default), trigger an error if the sponsorship can't be found. If the second parameter is false, return false if the sponsorship can't be found.
sponsorship_clear_cache
in file sponsorship_api.php, function sponsorship_clear_cache()
    Clear the sponsorship cache (or just the given id if specified)
sponsorship_delete
in file sponsorship_api.php, function sponsorship_delete()
    delete a sponsorship given its id id can be an array of ids or just an id.
sponsorship_exists
in file sponsorship_api.php, function sponsorship_exists()
    check to see if sponsorship exists by id
sponsorship_format_amount
in file sponsorship_api.php, function sponsorship_format_amount()
    This function should return the string in a globalized format.
sponsorship_get
in file sponsorship_api.php, function sponsorship_get()
    get information about a sponsorship given its id
sponsorship_get_all_ids
in file sponsorship_api.php, function sponsorship_get_all_ids()
    Return an array of Sponsorships associated with the specified bug id
sponsorship_get_amount
in file sponsorship_api.php, function sponsorship_get_amount()
    Get the amount of sponsorships for the specified id(s) handles the case where $p_sponsorship_id is an array or an id.
sponsorship_get_currency
in file sponsorship_api.php, function sponsorship_get_currency()
    Return the currency used for all sponsorships
sponsorship_get_id
in file sponsorship_api.php, function sponsorship_get_id()
    return false if not found
SPONSORSHIP_PAID
in file constant_inc.php, constant SPONSORSHIP_PAID
SPONSORSHIP_REQUESTED
in file constant_inc.php, constant SPONSORSHIP_REQUESTED
sponsorship_set
in file sponsorship_api.php, function sponsorship_set()
    if sponsorship contains a non-zero id, then update the corresponding record.
SPONSORSHIP_UNPAID
in file constant_inc.php, constant SPONSORSHIP_UNPAID
sponsorship_update_bug
in file sponsorship_api.php, function sponsorship_update_bug()
    Update bug to reflect sponsorship change
sponsorship_update_date
in file sponsorship_api.php, function sponsorship_update_date()
    updates the last_updated field
sponsorship_update_paid
in file sponsorship_api.php, function sponsorship_update_paid()
    updates the paid field
STATUS_LEGEND_POSITION_BOTH
in file constant_inc.php, constant STATUS_LEGEND_POSITION_BOTH
STATUS_LEGEND_POSITION_BOTTOM
in file constant_inc.php, constant STATUS_LEGEND_POSITION_BOTTOM
STATUS_LEGEND_POSITION_TOP
in file constant_inc.php, constant STATUS_LEGEND_POSITION_TOP
STDIN
in file checkin.php, constant STDIN
STEP_TO_REPRODUCE_UPDATED
in file constant_inc.php, constant STEP_TO_REPRODUCE_UPDATED
string_attribute
in file string_api.php, function string_attribute()
    Process a string for display in a text box
string_contains_scripting_chars
in file string_api.php, function string_contains_scripting_chars()
    Checks the supplied string for scripting characters, if it contains any, then return true, otherwise return false.
string_custom_field_value
in file custom_field_api.php, function string_custom_field_value()
    Prepare a string containing a custom field value for display
string_custom_field_value_for_email
in file custom_field_api.php, function string_custom_field_value_for_email()
    Prepare a string containing a custom field value for email
string_display
in file string_api.php, function string_display()
    Prepare a multiple line string for display to HTML
string_display_line
in file string_api.php, function string_display_line()
    Prepare a single line string for display to HTML
string_display_line_links
in file string_api.php, function string_display_line_links()
    Prepare a single line string for display to HTML and add href anchors for
string_display_links
in file string_api.php, function string_display_links()
    Prepare a string for display to HTML and add href anchors for URLs, emails,
string_email
in file string_api.php, function string_email()
    Prepare a string for plain text display in email
string_email_links
in file string_api.php, function string_email_links()
    Prepare a string for plain text display in email and add URLs for bug
string_format_complete_date
in file string_api.php, function string_format_complete_date()
    Format date for display
string_get_bugnote_view_link
in file string_api.php, function string_get_bugnote_view_link()
    return an href anchor that links to a bug VIEW page for the given bug
string_get_bugnote_view_url
in file string_api.php, function string_get_bugnote_view_url()
    return the name and GET parameters of a bug VIEW page for the given bug
string_get_bugnote_view_url_with_fqdn
in file string_api.php, function string_get_bugnote_view_url_with_fqdn()
    return the name and GET parameters of a bug VIEW page for the given bug account for the user preference and site override The returned url includes the fully qualified domain, hence it is suitable to be included in emails.
string_get_bug_page
in file string_api.php, function string_get_bug_page()
    return the name of a bug page for the user
string_get_bug_report_link
in file string_api.php, function string_get_bug_report_link()
    return an href anchor that links to a bug REPORT page for the given bug
string_get_bug_report_page
in file string_api.php, function string_get_bug_report_page()
    return the name of a bug REPORT page for the user
string_get_bug_report_url
in file string_api.php, function string_get_bug_report_url()
    return the name and GET parameters of a bug REPORT page for the given bug
string_get_bug_update_link
in file string_api.php, function string_get_bug_update_link()
    return an href anchor that links to a bug UPDATE page for the given bug
string_get_bug_update_page
in file string_api.php, function string_get_bug_update_page()
    return the name of a bug UPDATE page for the user
string_get_bug_update_url
in file string_api.php, function string_get_bug_update_url()
    return the name and GET parameters of a bug UPDATE page for the given bug
string_get_bug_view_link
in file string_api.php, function string_get_bug_view_link()
    return an href anchor that links to a bug VIEW page for the given bug
string_get_bug_view_page
in file string_api.php, function string_get_bug_view_page()
    return the name of a bug VIEW page for the user
string_get_bug_view_url
in file string_api.php, function string_get_bug_view_url()
    return the name and GET parameters of a bug VIEW page for the given bug
string_get_bug_view_url_with_fqdn
in file string_api.php, function string_get_bug_view_url_with_fqdn()
    return the name and GET parameters of a bug VIEW page for the given bug account for the user preference and site override The returned url includes the fully qualified domain, hence it is suitable to be included in emails.
string_get_confirm_hash_url
in file string_api.php, function string_get_confirm_hash_url()
    return the complete url link to checkin using the confirm_hash
string_get_field_name
in file string_api.php, function string_get_field_name()
    remap a field name to a string name (for sort filter)
string_html_entities
in file string_api.php, function string_html_entities()
    Calls htmlentities on the specified string, passing along the current charset.
string_html_specialchars
in file string_api.php, function string_html_specialchars()
    Calls htmlspecialchars on the specified string, handling utf8
string_insert_hrefs
in file string_api.php, function string_insert_hrefs()
    Detect URLs and email addresses in the string and replace them with href anchors
string_nl2br
in file string_api.php, function string_nl2br()
    Similar to nl2br, but fixes up a problem where new lines are doubled between html pre tags.
string_normalize
in file string_api.php, function string_normalize()
    Normalize a string by removing leading, trailing and excessive internal spaces
string_no_break
in file string_api.php, function string_no_break()
    Prepare a string to be printed without being broken into multiple lines
string_prepare_header
in file string_api.php, function string_prepare_header()
    Prepares a string to be used as part of header().
string_preserve_spaces_at_bol
in file string_api.php, function string_preserve_spaces_at_bol()
    Preserve spaces at beginning of lines.
string_process_bugnote_link
in file string_api.php, function string_process_bugnote_link()
    Process $p_string, looking for bugnote ID references and creating bug view links for them.
string_process_bug_link
in file string_api.php, function string_process_bug_link()
    Process $p_string, looking for bug ID references and creating bug view links for them.
string_process_cvs_link
in file string_api.php, function string_process_cvs_link()
    process the $p_string and convert filenames in the format
string_restore_valid_html_tags
in file string_api.php, function string_restore_valid_html_tags()
    This function looks for text with htmlentities
string_rss_links
in file string_api.php, function string_rss_links()
    Prepare a string for display in rss
string_sanitize_url
in file string_api.php, function string_sanitize_url()
    validate the url as part of this site before continuing
string_shorten
in file string_api.php, function string_shorten()
    Shorten a string for display on a dropdown to prevent the page rendering too wide
string_strip_hrefs
in file string_api.php, function string_strip_hrefs()
    Detect href anchors in the string and replace them with URLs and email addresses
string_textarea
in file string_api.php, function string_textarea()
string_url
in file string_api.php, function string_url()
    Process a string for inclusion in a URL as a GET parameter
SUMMARY_CAPTION
in file constant_inc.php, constant SUMMARY_CAPTION
SUMMARY_EMAIL
in file constant_inc.php, constant SUMMARY_EMAIL
SUMMARY_FIELD
in file constant_inc.php, constant SUMMARY_FIELD
summary_helper_print_row
in file summary_api.php, function summary_helper_print_row()
summary_new_bug_count_by_date
in file summary_api.php, function summary_new_bug_count_by_date()
summary_page.php
procedural page summary_page.php
summary_print_by_activity
in file summary_api.php, function summary_print_by_activity()
summary_print_by_age
in file summary_api.php, function summary_print_by_age()
summary_print_by_category
in file summary_api.php, function summary_print_by_category()
summary_print_by_date
in file summary_api.php, function summary_print_by_date()
summary_print_by_developer
in file summary_api.php, function summary_print_by_developer()
summary_print_by_enum
in file summary_api.php, function summary_print_by_enum()
summary_print_by_project
in file summary_api.php, function summary_print_by_project()
summary_print_by_reporter
in file summary_api.php, function summary_print_by_reporter()
summary_print_developer_resolution
in file summary_api.php, function summary_print_developer_resolution()
summary_print_reporter_effectiveness
in file summary_api.php, function summary_print_reporter_effectiveness()
summary_print_reporter_resolution
in file summary_api.php, function summary_print_reporter_resolution()
summary_resolved_bug_count_by_date
in file summary_api.php, function summary_resolved_bug_count_by_date()
SUSPENDED
in file constant_inc.php, constant SUSPENDED
top

t

$target_version
in file bug_api.php, variable BugData::$target_version
$timezone
in file user_pref_api.php, variable UserPreferences::$timezone
$time_tracking
in file bugnote_api.php, variable BugnoteData::$time_tracking
$title
in file MantisColumn.class.php, variable MantisColumn::$title
    Column title, as displayed to the user.
$title
in file MantisFilter.class.php, variable MantisFilter::$title
    Filter title, as displayed to the user.
$TTF_file
in file make_captcha_img.php, variable masc_captcha::$TTF_file
$TTF_folder
in file make_captcha_img.php, variable masc_captcha::$TTF_folder
$TTF_RANGE
in file make_captcha_img.php, variable masc_captcha::$TTF_RANGE
$type
in file MantisFilter.class.php, variable MantisFilter::$type
    Filter type, as defined in core/constant_inc.php
$type
in file relationship_api.php, variable BugRelationshipData::$type
test_email.php
procedural page test_email.php
test_icons.php
procedural page test_icons.php
test_langs.php
procedural page test_langs.php
tag_api.php
procedural page tag_api.php
tokens_api.php
procedural page tokens_api.php
twitter_api.php
procedural page twitter_api.php
tag_attach.php
procedural page tag_attach.php
TAG_ATTACHED
in file constant_inc.php, constant TAG_ATTACHED
tag_bug_attach
in file tag_api.php, function tag_bug_attach()
    Attach a tag to a bug.
tag_bug_detach
in file tag_api.php, function tag_bug_detach()
    Detach a tag from a bug.
tag_bug_detach_all
in file tag_api.php, function tag_bug_detach_all()
    Detach all tags from a given bug.
tag_bug_get_attached
in file tag_api.php, function tag_bug_get_attached()
    Return an array of tags attached to a given bug sorted by tag name.
tag_bug_get_row
in file tag_api.php, function tag_bug_get_row()
    Return the tag attachment row.
tag_bug_is_attached
in file tag_api.php, function tag_bug_is_attached()
    Determine if a tag is attached to a bug.
tag_cmp_name
in file tag_api.php, function tag_cmp_name()
    Compare two tag rows based on tag name.
tag_create
in file tag_api.php, function tag_create()
    Create a tag with the given name, creator, and description.
tag_create.php
procedural page tag_create.php
tag_delete
in file tag_api.php, function tag_delete()
    Delete a tag with the given ID.
tag_delete.php
procedural page tag_delete.php
tag_detach.php
procedural page tag_detach.php
TAG_DETACHED
in file constant_inc.php, constant TAG_DETACHED
tag_display_attached
in file tag_api.php, function tag_display_attached()
    Display a list of attached tag hyperlinks separated by the configured hyperlinks.
tag_display_link
in file tag_api.php, function tag_display_link()
    Display a tag hyperlink.
tag_ensure_exists
in file tag_api.php, function tag_ensure_exists()
    Ensure a tag exists with the given ID.
tag_ensure_name_is_valid
in file tag_api.php, function tag_ensure_name_is_valid()
    Ensure a tag name is valid.
tag_ensure_unique
in file tag_api.php, function tag_ensure_unique()
    Ensure that a name is unique.
tag_exists
in file tag_api.php, function tag_exists()
    Determine if a tag exists with the given ID.
tag_get
in file tag_api.php, function tag_get()
    Return a tag row for the given ID.
tag_get_bugs_attached
in file tag_api.php, function tag_get_bugs_attached()
    Return an array of bugs that a tag is attached to.
tag_get_by_name
in file tag_api.php, function tag_get_by_name()
    Return a tag row for the given name.
tag_get_candidates_for_bug
in file tag_api.php, function tag_get_candidates_for_bug()
    Gets the candidates for the specified bug. These are existing tags that are not associated with the bug already.
tag_get_field
in file tag_api.php, function tag_get_field()
    Return a single field from a tag row for the given ID.
tag_is_unique
in file tag_api.php, function tag_is_unique()
    Determine if a given name is unique (not already used).
tag_name_is_valid
in file tag_api.php, function tag_name_is_valid()
    Determine if a given name is valid.
tag_parse_filters
in file tag_api.php, function tag_parse_filters()
    Parse a filter string to extract existing and new tags.
tag_parse_string
in file tag_api.php, function tag_parse_string()
    Parse a form input string to extract existing and new tags.
TAG_RENAMED
in file constant_inc.php, constant TAG_RENAMED
tag_stats_attached
in file tag_api.php, function tag_stats_attached()
    Get the number of bugs a given tag is attached to.
tag_stats_related
in file tag_api.php, function tag_stats_related()
    Get a list of related tags.
tag_update
in file tag_api.php, function tag_update()
    Update a tag with given name, creator, and description.
tag_update.php
procedural page tag_update.php
tag_update_page.php
procedural page tag_update_page.php
tag_view_page.php
procedural page tag_view_page.php
terminate_directory_path
in file utility_api.php, function terminate_directory_path()
    Add a trailing DIRECTORY_SEPARATOR to a string if it isn't present
test_bug_attachments_allow_flags
in file check.php, function test_bug_attachments_allow_flags()
test_bug_download_threshold
in file check.php, function test_bug_download_threshold()
test_database_utf8
in file check.php, function test_database_utf8()
TEXT
in file constant_inc.php, constant TEXT
text
in file MantisFormattingPlugin.class.php, method MantisFormattingPlugin::text()
    Plain text processing.
threshold_begin
in file manage_config_workflow_page.php, function threshold_begin()
threshold_end
in file manage_config_workflow_page.php, function threshold_end()
threshold_row
in file manage_config_workflow_page.php, function threshold_row()
TIMELINE_FIXED
in file constant_inc.php, constant TIMELINE_FIXED
TIMELINE_TARGETTED
in file constant_inc.php, constant TIMELINE_TARGETTED
TIME_TRACKING
in file constant_inc.php, constant TIME_TRACKING
TOKEN_AUTHENTICATED
in file constant_inc.php, constant TOKEN_AUTHENTICATED
TOKEN_COLLAPSE
in file constant_inc.php, constant TOKEN_COLLAPSE
token_create
in file tokens_api.php, function token_create()
    Create a token.
token_delete
in file tokens_api.php, function token_delete()
    Delete a token.
token_delete_by_owner
in file tokens_api.php, function token_delete_by_owner()
    Delete all tokens owned by a specified user.
token_delete_by_type
in file tokens_api.php, function token_delete_by_type()
    Delete all tokens of a specified type.
token_ensure_exists
in file tokens_api.php, function token_ensure_exists()
    Make sure a token exists.
token_exists
in file tokens_api.php, function token_exists()
    Check if a token exists.
TOKEN_EXPIRY
in file constant_inc.php, constant TOKEN_EXPIRY
TOKEN_EXPIRY_AUTHENTICATED
in file constant_inc.php, constant TOKEN_EXPIRY_AUTHENTICATED
TOKEN_EXPIRY_COLLAPSE
in file constant_inc.php, constant TOKEN_EXPIRY_COLLAPSE
TOKEN_EXPIRY_LAST_VISITED
in file constant_inc.php, constant TOKEN_EXPIRY_LAST_VISITED
TOKEN_FILTER
in file constant_inc.php, constant TOKEN_FILTER
token_get
in file tokens_api.php, function token_get()
    Get a token's information
token_get_value
in file tokens_api.php, function token_get_value()
    Get a token's value or null if not found
TOKEN_GRAPH
in file constant_inc.php, constant TOKEN_GRAPH
TOKEN_LAST_VISITED
in file constant_inc.php, constant TOKEN_LAST_VISITED
token_purge_expired
in file tokens_api.php, function token_purge_expired()
    Purge all expired tokens.
token_purge_expired_once
in file tokens_api.php, function token_purge_expired_once()
    Purge all expired tokens only once per session.
token_set
in file tokens_api.php, function token_set()
    Create or update a token's value and expiration
token_touch
in file tokens_api.php, function token_touch()
    Touch a token to update its expiration time.
TOKEN_UNKNOWN
in file constant_inc.php, constant TOKEN_UNKNOWN
token_update
in file tokens_api.php, function token_update()
    Update a token
TOKEN_USER
in file constant_inc.php, constant TOKEN_USER
trans_bool
in file utility_api.php, function trans_bool()
    converts a 1 value to X
TRIVIAL
in file constant_inc.php, constant TRIVIAL
TUPLE_SEPARATOR
in file MantisEnum.class.php, class constant MantisEnum::TUPLE_SEPARATOR
    Separator that is used to separate the enum tuples within an enumeration definition.
TWEAK
in file constant_inc.php, constant TWEAK
twitter_enabled
in file twitter_api.php, function twitter_enabled()
    Checks if twitter is used for the current installation.
twitter_issue_resolved
in file twitter_api.php, function twitter_issue_resolved()
    Posts a twitter update when a bug is resolved.
twitter_news
in file twitter_api.php, function twitter_news()
    Posts a twitter update when a news entry is submitted.
T_DOC_COMMENT
in file test_langs.php, constant T_DOC_COMMENT
T_ML_COMMENT
in file test_langs.php, constant T_ML_COMMENT
top

u

$url
in file sponsorship_api.php, variable SponsorshipData::$url
$url
in file MantisPlugin.class.php, variable MantisPlugin::$url
    url - A web address for your plugin.
$user_id
in file sponsorship_api.php, variable SponsorshipData::$user_id
$uses
in file MantisPlugin.class.php, variable MantisPlugin::$uses
    An array of key/value pairs of basename/version plugin dependencies (soft dependency)
upgrade_unattended.php
procedural page upgrade_unattended.php
upgrade_warning.php
procedural page upgrade_warning.php
url_api.php
procedural page url_api.php
user_api.php
procedural page user_api.php
user_pref_api.php
procedural page user_pref_api.php
utility_api.php
procedural page utility_api.php
UNABLE_TO_DUPLICATE
in file constant_inc.php, constant UNABLE_TO_DUPLICATE
uninstall
in file MantisPlugin.class.php, method MantisPlugin::uninstall()
    This callback is executed after the normal uninstallation process, and should
UNREAD
in file constant_inc.php, constant UNREAD
update
in file bug_api.php, method BugData::update()
    Update a bug from the given data structure
UPDATER
in file constant_inc.php, constant UPDATER
upgrade
in file MantisPlugin.class.php, method MantisPlugin::upgrade()
    This callback is executed after the normal schema upgrade process has executed.
upgrade_move_att2disk
in file move_db2disk.php, function upgrade_move_att2disk()
URGENT
in file constant_inc.php, constant URGENT
url_get
in file url_api.php, function url_get()
    Retrieve the contents of a remote URL.
USERLEN
in file constant_inc.php, constant USERLEN
UserPreferences
in file user_pref_api.php, class UserPreferences
    Preference Structure Definition
UserPreferences
in file user_pref_api.php, method UserPreferences::UserPreferences()
    Constructor
user_cache_array_rows
in file user_api.php, function user_cache_array_rows()
user_cache_database_result
in file user_api.php, function user_cache_database_result()
user_cache_row
in file user_api.php, function user_cache_row()
user_clear_cache
in file user_api.php, function user_clear_cache()
user_count_level
in file user_api.php, function user_count_level()
user_create
in file user_api.php, function user_create()
user_delete
in file user_api.php, function user_delete()
user_delete_profiles
in file user_api.php, function user_delete_profiles()
user_delete_project_specific_access_levels
in file user_api.php, function user_delete_project_specific_access_levels()
user_ensure_exists
in file user_api.php, function user_ensure_exists()
user_ensure_name_unique
in file user_api.php, function user_ensure_name_unique()
user_ensure_name_valid
in file user_api.php, function user_ensure_name_valid()
user_ensure_realname_unique
in file user_api.php, function user_ensure_realname_unique()
user_ensure_realname_valid
in file user_api.php, function user_ensure_realname_valid()
user_ensure_unprotected
in file user_api.php, function user_ensure_unprotected()
user_exists
in file user_api.php, function user_exists()
user_get_accessible_projects
in file user_api.php, function user_get_accessible_projects()
user_get_accessible_subprojects
in file user_api.php, function user_get_accessible_subprojects()
user_get_access_level
in file user_api.php, function user_get_access_level()
user_get_all_accessible_projects
in file user_api.php, function user_get_all_accessible_projects()
user_get_all_accessible_subprojects
in file user_api.php, function user_get_all_accessible_subprojects()
user_get_assigned_open_bug_count
in file user_api.php, function user_get_assigned_open_bug_count()
user_get_avatar
in file user_api.php, function user_get_avatar()
    Return the user avatar image URL
user_get_bug_filter
in file user_api.php, function user_get_bug_filter()
user_get_email
in file user_api.php, function user_get_email()
user_get_field
in file user_api.php, function user_get_field()
user_get_id_by_email
in file user_api.php, function user_get_id_by_email()
user_get_id_by_name
in file user_api.php, function user_get_id_by_name()
user_get_id_by_realname
in file user_api.php, function user_get_id_by_realname()
user_get_logged_in_user_ids
in file user_api.php, function user_get_logged_in_user_ids()
user_get_name
in file user_api.php, function user_get_name()
user_get_profile_row
in file user_api.php, function user_get_profile_row()
user_get_realname
in file user_api.php, function user_get_realname()
user_get_reported_open_bug_count
in file user_api.php, function user_get_reported_open_bug_count()
user_get_row
in file user_api.php, function user_get_row()
user_get_row_by_name
in file user_api.php, function user_get_row_by_name()
user_increment_failed_login_count
in file user_api.php, function user_increment_failed_login_count()
user_increment_login_count
in file user_api.php, function user_increment_login_count()
user_increment_lost_password_in_progress_count
in file user_api.php, function user_increment_lost_password_in_progress_count()
user_is_administrator
in file user_api.php, function user_is_administrator()
user_is_anonymous
in file user_api.php, function user_is_anonymous()
user_is_enabled
in file user_api.php, function user_is_enabled()
user_is_login_request_allowed
in file user_api.php, function user_is_login_request_allowed()
user_is_lost_password_request_allowed
in file user_api.php, function user_is_lost_password_request_allowed()
user_is_monitoring_bug
in file user_api.php, function user_is_monitoring_bug()
user_is_name_unique
in file user_api.php, function user_is_name_unique()
user_is_name_valid
in file user_api.php, function user_is_name_valid()
user_is_protected
in file user_api.php, function user_is_protected()
user_is_realname_unique
in file user_api.php, function user_is_realname_unique()
user_is_realname_valid
in file user_api.php, function user_is_realname_valid()
user_pref_cache_array_rows
in file user_pref_api.php, function user_pref_cache_array_rows()
    Cache user preferences for a set of users
user_pref_cache_row
in file user_pref_api.php, function user_pref_cache_row()
    Cache a user preferences row if necessary and return the cached copy If the third parameter is true (default), trigger an error if the preferences can't be found. If the second parameter is false, return false if the preferences can't be found.
user_pref_clear_cache
in file user_pref_api.php, function user_pref_clear_cache()
    Clear the user preferences cache (or just the given id if specified)
user_pref_delete
in file user_pref_api.php, function user_pref_delete()
    delete a preferencess row
user_pref_delete_all
in file user_pref_api.php, function user_pref_delete_all()
    delete all preferences for a user in all projects returns true if the prefs were successfully deleted
user_pref_delete_project
in file user_pref_api.php, function user_pref_delete_project()
    delete all preferences for a project for all users (part of deleting the project) returns true if the prefs were successfully deleted
user_pref_exists
in file user_pref_api.php, function user_pref_exists()
    return true if the user has prefs assigned for the given project,
user_pref_get
in file user_pref_api.php, function user_pref_get()
    return the user's preferences in a UserPreferences object
user_pref_get_language
in file user_pref_api.php, function user_pref_get_language()
    returns user language
user_pref_get_pref
in file user_pref_api.php, function user_pref_get_pref()
    Return the specified preference field for the user id
user_pref_insert
in file user_pref_api.php, function user_pref_insert()
    perform an insert of a preference object into the DB
user_pref_set
in file user_pref_api.php, function user_pref_set()
    set the user's preferences for the project from the given preferences object
user_pref_set_pref
in file user_pref_api.php, function user_pref_set_pref()
    Set a user preference
user_pref_update
in file user_pref_api.php, function user_pref_update()
    perform an update of a preference object into the DB
user_reset_failed_login_count_to_zero
in file user_api.php, function user_reset_failed_login_count_to_zero()
user_reset_lost_password_in_progress_count_to_zero
in file user_api.php, function user_reset_lost_password_in_progress_count_to_zero()
user_reset_password
in file user_api.php, function user_reset_password()
user_search_cache
in file user_api.php, function user_search_cache()
user_set_default_project
in file user_api.php, function user_set_default_project()
user_set_email
in file user_api.php, function user_set_email()
user_set_field
in file user_api.php, function user_set_field()
user_set_name
in file user_api.php, function user_set_name()
user_set_password
in file user_api.php, function user_set_password()
user_set_realname
in file user_api.php, function user_set_realname()
user_signup
in file user_api.php, function user_signup()
user_update_cache
in file user_api.php, function user_update_cache()
user_update_last_visit
in file user_api.php, function user_update_last_visit()
top

v

$version
in file MantisPlugin.class.php, variable MantisPlugin::$version
    version - Your plugin's version string. Required value.
$version
in file bug_api.php, variable BugData::$version
$version
in file version_api.php, variable VersionData::$version
$view_state
in file bugnote_api.php, variable BugnoteData::$view_state
$view_state
in file bug_api.php, variable BugData::$view_state
version_api.php
procedural page version_api.php
validate
in file MantisFilter.class.php, method MantisFilter::validate()
    Validate the filter input, returning true if input is valid, or returning false if invalid. Invalid inputs will be replaced with the filter's default value.
validate
in file bug_api.php, method BugData::validate()
    validate current bug object for database insert/update
VALUE_LABEL_SEPARATOR
in file MantisEnum.class.php, class constant MantisEnum::VALUE_LABEL_SEPARATOR
    Separator that is used to separate the enum values from their labels.
verify.php
procedural page verify.php
VersionData
in file version_api.php, class VersionData
    Version Data Structure Definition
version_add
in file version_api.php, function version_add()
    Add a version to the project
VERSION_ALL
in file constant_inc.php, constant VERSION_ALL
version_cache_array_rows
in file version_api.php, function version_cache_array_rows()
    Cache version information for an array of project id's
version_cache_row
in file version_api.php, function version_cache_row()
    Cache a version row if necessary and return the cached copy If the second parameter is true (default), trigger an error if the version can't be found. If the second parameter is false, return false if the version can't be found.
version_ensure_exists
in file version_api.php, function version_ensure_exists()
    Check whether the version exists
version_ensure_unique
in file version_api.php, function version_ensure_unique()
    Check whether the version is unique within a project
version_exists
in file version_api.php, function version_exists()
    Check whether the version exists
version_full_name
in file version_api.php, function version_full_name()
    Gets the full name of a version. This may include the project name as a prefix (e.g. '[MantisBT] 1.2.0')
VERSION_FUTURE
in file constant_inc.php, constant VERSION_FUTURE
version_get
in file version_api.php, function version_get()
    get information about a version given its id
version_get_all_rows
in file version_api.php, function version_get_all_rows()
    Return all versions for the specified project
version_get_all_rows_with_subs
in file version_api.php, function version_get_all_rows_with_subs()
    Return all versions for the specified project, including subprojects
version_get_field
in file version_api.php, function version_get_field()
    Get the specified field name for the specified version id.
version_get_id
in file version_api.php, function version_get_id()
    Get the version_id, given the project_id and $p_version_id returns false if not found, otherwise returns the id.
version_get_project_where_clause
in file version_api.php, function version_get_project_where_clause()
    Gets the where clause to use for retrieving versions.
version_is_unique
in file version_api.php, function version_is_unique()
    Check whether the version name is unique
version_prepare_db
in file version_api.php, function version_prepare_db()
    Return a copy of the version structure with all the instvars prepared for db insertion
VERSION_RELEASED
in file constant_inc.php, constant VERSION_RELEASED
version_remove
in file version_api.php, function version_remove()
    Remove a version from the project
version_remove_all
in file version_api.php, function version_remove_all()
    Remove all versions associated with a project
version_should_show_product_version
in file version_api.php, function version_should_show_product_version()
    Checks whether the product version should be shown (i.e. report, update, view, print).
version_update
in file version_api.php, function version_update()
    Update the definition of a version
view.php
procedural page view.php
VIEWER
in file constant_inc.php, constant VIEWER
view_all_bug_page.php
procedural page view_all_bug_page.php
view_all_inc.php
procedural page view_all_inc.php
view_all_set.php
procedural page view_all_set.php
view_filters_page.php
procedural page view_filters_page.php
view_user_page.php
procedural page view_user_page.php
VS_PRIVATE
in file constant_inc.php, constant VS_PRIVATE
VS_PUBLIC
in file constant_inc.php, constant VS_PUBLIC
top

w

$websafecolors
in file make_captcha_img.php, variable masc_captcha::$websafecolors
wiki_api.php
procedural page wiki_api.php
WARN
in file constant_inc.php, constant WARN
WARNING
in file constant_inc.php, constant WARNING
wiki.php
procedural page wiki.php
wiki_enabled
in file wiki_api.php, function wiki_enabled()
    Returns whether wiki functionality is enabled
wiki_init
in file wiki_api.php, function wiki_init()
wiki_init
in file MantisWikiPlugin.class.php, method MantisWikiPlugin::wiki_init()
wiki_link_bug
in file wiki_api.php, function wiki_link_bug()
wiki_link_project
in file wiki_api.php, function wiki_link_project()
WONT_FIX
in file constant_inc.php, constant WONT_FIX
write_bug_rows
in file view_all_inc.php, function write_bug_rows()
top

x

xmlhttprequest_api.php
procedural page xmlhttprequest_api.php
xmlhttprequest.php
procedural page xmlhttprequest.php
xmlhttprequest_issue_reporter_combobox
in file xmlhttprequest_api.php, function xmlhttprequest_issue_reporter_combobox()
xmlhttprequest_os_build_get_with_prefix
in file xmlhttprequest_api.php, function xmlhttprequest_os_build_get_with_prefix()
    Echos a serialized list of OS Versions starting with the prefix specified in the $_POST
xmlhttprequest_os_get_with_prefix
in file xmlhttprequest_api.php, function xmlhttprequest_os_get_with_prefix()
    Echos a serialized list of OSes starting with the prefix specified in the $_POST
xmlhttprequest_platform_get_with_prefix
in file xmlhttprequest_api.php, function xmlhttprequest_platform_get_with_prefix()
    Echos a serialized list of platforms starting with the prefix specified in the $_POST
xmlhttprequest_user_combobox
in file xmlhttprequest_api.php, function xmlhttprequest_user_combobox()
    Print a generic combobox with a list of users above a given access level.
top

_

_build_attribute_list
in file graphviz_api.php, method Graph::_build_attribute_list()
    PROTECTED function to build a node or edge attribute list.
_print_graph_defaults
in file graphviz_api.php, method Graph::_print_graph_defaults()
    PROTECTED function to print graph attributes and defaults.
__autoload
in file core.php, function __autoload()
__construct
in file session_api.php, method MantisPHPSession::__construct()
    Constructor
__construct
in file session_api.php, method MantisSession::__construct()
    Constructor
__construct
in file MantisPlugin.class.php, method MantisPlugin::__construct()
__get
in file version_api.php, method VersionData::__get()
__get
in file user_pref_api.php, method UserPreferences::__get()
__get
in file bug_api.php, method BugData::__get()
__init
in file MantisPlugin.class.php, method MantisPlugin::__init()
__isset
in file bug_api.php, method BugData::__isset()
__set
in file version_api.php, method VersionData::__set()
__set
in file bug_api.php, method BugData::__set()
__set
in file user_pref_api.php, method UserPreferences::__set()
top

Documentation generated on Sun, 12 Dec 2010 23:50:03 +0900 by phpDocumentor 1.4.3
inserted by FC2 system