phpDocumentor
[ all elements ]

Index of All Elements

Package Indexes


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

a

a

$about
in file class.RSSItem.inc.php, variable RSSItem::$about
$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
$advanced_report
in file user_pref_api.php, variable UserPreferences::$advanced_report
$advanced_update
in file user_pref_api.php, variable UserPreferences::$advanced_update
$advanced_view
in file user_pref_api.php, variable UserPreferences::$advanced_view
$AJAX_OPTIONS
in file Prototype.php, variable Prototype::$AJAX_OPTIONS
$allowed_datatypes
in file class.RSSBase.inc.php, variable RSSBase::$allowed_datatypes
$amount
in file sponsorship_api.php, variable SponsorshipData::$amount
$atime
in file timer_api.php, variable BC_Timer::$atime
$attributes
in file graphviz_api.php, variable Graph::$attributes
$author
in file class.RSSItem.inc.php, variable RSSItem::$author
$author
in file MantisPlugin.class.php, variable MantisPlugin::$author
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_LEVELS_ENUM
in file MantisEnumTest.php, class constant MantisEnumTest::ACCESS_LEVELS_ENUM
ACCESS_LEVELS_LOCALIZED_ENUM
in file MantisEnumTest.php, class constant MantisEnumTest::ACCESS_LEVELS_LOCALIZED_ENUM
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
act
in file return_dynamic_filters.php, function act()
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.
add
in file Mapper.php, method ImportXml_Mapper::add()
addDCdata
in file class.RSSBuilder.inc.php, method RSSBuilder::addDCdata()
ADDITIONAL_INFO_UPDATED
in file constant_inc.php, constant ADDITIONAL_INFO_UPDATED
addObject
in file class.ObjectList.inc.php, method ObjectList::addObject()
addRSSItem
in file class.RSSItemList.inc.php, method RSSItemList::addRSSItem()
addRSSItem
in file class.RSSBuilder.inc.php, method RSSBuilder::addRSSItem()
addSYdata
in file class.RSSBuilder.inc.php, method RSSBuilder::addSYdata()
add_edge
in file graphviz_api.php, method Graph::add_edge()
add_node
in file graphviz_api.php, method Graph::add_node()
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()
alert
in file Prototype.php, method Prototype::alert()
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
assign
in file Prototype.php, method Prototype::assign()
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
auto_complete_field
in file Scriptaculous.php, method Scriptaculous::auto_complete_field()
auto_complete_results
in file Scriptaculous.php, method Scriptaculous::auto_complete_results()
a_month
in file class.period.php, method Period::a_month()
    set dates for a month
a_quarter
in file class.period.php, method Period::a_quarter()
    set dates for a quarter
a_week
in file class.period.php, method Period::a_week()
    set dates for a week
a_year
in file class.period.php, method Period::a_year()
    set dates for a year
access_api.php
procedural page access_api.php
ajax_api.php
procedural page ajax_api.php
authentication_api.php
procedural page authentication_api.php
b

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
$bugnote_order
in file user_pref_api.php, variable UserPreferences::$bugnote_order
$bug_id
in file sponsorship_api.php, variable SponsorshipData::$bug_id
$bug_id
in file bugnote_api.php, variable BugnoteData::$bug_id
$build
in file bug_api.php, variable BugData::$build
BAD
in file check.php, constant BAD
base_url
in file MantisCoreWikiPlugin.class.php, method MantisCoreMediaWikiPlugin::base_url()
base_url
in file MantisCoreWikiPlugin.class.php, method MantisCoreDokuwikiPlugin::base_url()
base_url
in file MantisCoreWikiPlugin.class.php, method MantisCoreTwikiPlugin::base_url()
base_url
in file MantisCoreWikiPlugin.class.php, method MantisCoreWikkaWikiPlugin::base_url()
base_url
in file MantisCoreWikiPlugin.class.php, method MantisCoreXwikiPlugin::base_url()
BASIC_AUTH
in file constant_inc.php, constant BASIC_AUTH
BC_Timer
in file timer_api.php, method BC_Timer::BC_Timer()
BC_Timer
in file timer_api.php, class BC_Timer
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_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. Bugnotes are sorted by date_submitted according to 'bugnote_order' configuration setting.
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_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
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_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_assign_reporter.php
procedural page bug_assign_reporter.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_create
in file bug_api.php, function bug_create()
    Insert a new bug into the database
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_count
in file bug_api.php, function bug_get_bugnote_count()
    Returns the number of bugnotes for the given bug_id
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_graph_bycategory.php
procedural page bug_graph_bycategory.php
bug_graph_bystatus.php
procedural page bug_graph_bystatus.php
bug_graph_page.php
procedural page bug_graph_page.php
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 bug_api.php, function bug_monitor()
    enable monitoring of this bug for the user
BUG_MONITOR
in file constant_inc.php, constant BUG_MONITOR
bug_monitor.php
procedural page bug_monitor.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_prepare_display
in file bug_api.php, function bug_prepare_display()
    Return a copy of the bug structure with all the instvars prepared for editing
bug_prepare_edit
in file bug_api.php, function bug_prepare_edit()
    Return a copy of the bug structure with all the instvars prepared for editing
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_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_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
in file bug_api.php, function bug_update()
    Update a bug from the given data structure
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_page.php
procedural page bug_view_page.php
button_to_function
in file JavaScript.php, method JavaScript::button_to_function()
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
c

c

$CALLBACKS
in file Prototype.php, variable Prototype::$CALLBACKS
$category_id
in file bug_api.php, variable BugData::$category_id
$chars
in file make_captcha_img.php, variable masc_captcha::$chars
$comments
in file class.RSSItem.inc.php, variable RSSItem::$comments
$contact
in file MantisPlugin.class.php, variable MantisPlugin::$contact
$current
in file class.ObjectIterator.inc.php, variable ObjectIterator::$current
check.php
procedural page check.php
copy_field.php
procedural page copy_field.php
call
in file Prototype.php, method Prototype::call()
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()
check_php_version
in file install_helper_functions.php, function check_php_version()
check_selected
in file helper_api.php, function check_selected()
check_zend_optimiser_version
in file check.php, function check_zend_optimiser_version()
CLOSED
in file constant_inc.php, constant CLOSED
cmp_dates
in file graph_api.php, function cmp_dates()
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_get_all
in file columns_api.php, function columns_get_all()
    Get all accessible columns for the current project / current user..
columns_get_standard
in file columns_api.php, function columns_get_standard()
    Get a list of standard columns.
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.
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_is_enabled
in file compress_api.php, function compress_is_enabled()
    Check if compression should be enabled.
config
in file MantisPlugin.class.php, method MantisPlugin::config()
config
in file MantisCoreFormatting.php, method MantisCoreFormattingPlugin::config()
    Default plugin configuration.
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_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_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
class.period.php
procedural page class.period.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
class.ObjectIterator.inc.php
procedural page class.ObjectIterator.inc.php
class.ObjectList.inc.php
procedural page class.ObjectList.inc.php
class.RSSBase.inc.php
procedural page class.RSSBase.inc.php
class.RSSBuilder.inc.php
procedural page class.RSSBuilder.inc.php
class.RSSItem.inc.php
procedural page class.RSSItem.inc.php
class.RSSItemList.inc.php
procedural page class.RSSItemList.inc.php
class.RSS_V_091.inc.php
procedural page class.RSS_V_091.inc.php
class.RSS_V_100.inc.php
procedural page class.RSS_V_100.inc.php
class.RSS_V_200.inc.php
procedural page class.RSS_V_200.inc.php
class.RSS_V_abstract.inc.php
procedural page class.RSS_V_abstract.inc.php
core.php
procedural page core.php
CRASH
in file constant_inc.php, constant CRASH
create_bug_enum_summary
in file graph_api.php, function create_bug_enum_summary()
create_category_summary
in file graph_api.php, function create_category_summary()
create_cumulative_bydate
in file graph_api.php, function create_cumulative_bydate()
create_developer_summary
in file graph_api.php, function create_developer_summary()
create_reporter_summary
in file graph_api.php, function create_reporter_summary()
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_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
in file class.ObjectIterator.inc.php, method ObjectIterator::current()
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 currently user is the anonymous user
current_user_is_protected
in file current_user_api.php, function current_user_is_protected()
    Returns true if the currently logged in user protected, 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()
config.php
procedural page config.php
config_edit.php
procedural page config_edit.php
checkin.php
procedural page checkin.php
d

d

$date
in file class.RSSItem.inc.php, variable RSSItem::$date
$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
$dc_data
in file class.RSSBuilder.inc.php, variable RSSBuilder::$dc_data
$debug
in file make_captcha_img.php, variable masc_captcha::$debug
$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 MantisPlugin.class.php, variable MantisPlugin::$description
$description
in file version_api.php, variable VersionData::$description
$description
in file bug_api.php, variable BugData::$description
$description
in file class.RSSItem.inc.php, variable RSSItem::$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
disposable.php
procedural page disposable.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 files.
db_affected_rows
in file database_api.php, function db_affected_rows()
    Retrieve number of rows affected by a specific database query
db_bind_date
in file database_api.php, function db_bind_date()
    prepare a date for binding in the format database accepts.
db_bind_timestamp
in file database_api.php, function db_bind_timestamp()
    prepare a date/time for binding in the format database accepts.
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_date
in file database_api.php, function db_date()
    convert unix timestamp to db compatible date
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 database_api.php, function db_null_date()
    return a DB compatible date, representing a unixtime(0) + 1 second. Internally considered a NULL date
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_timestamp
in file database_api.php, function db_timestamp()
    generate a date/time in database format of a date
db_time_queries
in file database_api.php, function db_time_queries()
    get total time for queries
db_unixtimestamp
in file database_api.php, function db_unixtimestamp()
    generate a integer unixtimestamp of a date
DEFAULT_ACCESS_LEVEL
in file constant_inc.php, constant DEFAULT_ACCESS_LEVEL
delay
in file Prototype.php, method Prototype::delay()
delete
in file session_api.php, method MantisPHPSession::delete()
delete
in file session_api.php, method MantisSession::delete()
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 MantisSession::destroy()
destroy
in file session_api.php, method MantisPHPSession::destroy()
DEVELOPER
in file constant_inc.php, constant DEVELOPER
Digraph
in file graphviz_api.php, method Digraph::Digraph()
Digraph
in file graphviz_api.php, class Digraph
DISK
in file constant_inc.php, constant DISK
diskfile_is_name_unique
in file file_api.php, function diskfile_is_name_unique()
DisposableEmailChecker
in file disposable.php, class DisposableEmailChecker
    A class that checks an email address and provides some facts about whether
dragable_element
in file Scriptaculous.php, method Scriptaculous::dragable_element()
drop_receiving_element
in file Scriptaculous.php, method Scriptaculous::drop_receiving_element()
dump
in file Prototype.php, method Prototype::dump()
dumpbug
in file Issue.php, method ImportXml_Issue::dumpbug()
DUPLICATE
in file constant_inc.php, constant DUPLICATE
DUPLICATE_LABELS_ENUM
in file MantisEnumTest.php, class constant MantisEnumTest::DUPLICATE_LABELS_ENUM
DUPLICATE_VALUES_ENUM
in file MantisEnumTest.php, class constant MantisEnumTest::DUPLICATE_VALUES_ENUM
e

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
$end
in file class.period.php, variable Period::$end
$eta
in file bug_api.php, variable BugData::$eta
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
echo_results
in file disposable.php, method DisposableEmailChecker::echo_results()
    A debugging function that takes in an email address and dumps out the details for such email.
echo_stats
in file disposable.php, method DisposableEmailChecker::echo_stats()
    A debugging function that outputs some statistics about the number of domains in each category.
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.
email
in file MantisCoreFormatting.php, method MantisCoreFormattingPlugin::email()
    Email text processing.
EmailData
in file email_queue_api.php, class EmailData
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()
email_bugnote_add
in file email_api.php, function email_bugnote_add()
email_bug_deleted
in file email_api.php, function email_bug_deleted()
email_bug_info_to_one_user
in file email_api.php, function email_bug_info_to_one_user()
email_bug_reminder
in file email_api.php, function email_bug_reminder()
email_build_subject
in file email_api.php, function email_build_subject()
email_build_visible_bug_data
in file email_api.php, function email_build_visible_bug_data()
EMAIL_CATEGORY_PROJECT_CATEGORY
in file constant_inc.php, constant EMAIL_CATEGORY_PROJECT_CATEGORY
email_close
in file email_api.php, function email_close()
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()
email_ensure_valid
in file email_api.php, function email_ensure_valid()
email_format_attribute
in file email_api.php, function email_format_attribute()
email_format_bug_message
in file email_api.php, function email_format_bug_message()
email_generic
in file email_api.php, function email_generic()
email_get_rfc822_regex
in file email_api.php, function email_get_rfc822_regex()
email_is_disposable
in file email_api.php, function email_is_disposable()
email_is_valid
in file email_api.php, function email_is_valid()
email_monitor_added
in file email_api.php, function email_monitor_added()
email_new_bug
in file email_api.php, function email_new_bug()
email_notify_flag
in file email_api.php, function email_notify_flag()
email_notify_new_account
in file email_api.php, function email_notify_new_account()
email_queue_add
in file email_queue_api.php, function email_queue_add()
email_queue_delete
in file email_queue_api.php, function email_queue_delete()
email_queue_get
in file email_queue_api.php, function email_queue_get()
email_queue_get_ids
in file email_queue_api.php, function email_queue_get_ids()
email_queue_prepare_db
in file email_queue_api.php, function email_queue_prepare_db()
email_queue_row_to_object
in file email_queue_api.php, function email_queue_row_to_object()
email_regex_simple
in file email_api.php, function email_regex_simple()
email_relationship_added
in file email_api.php, function email_relationship_added()
email_relationship_child_closed
in file email_api.php, function email_relationship_child_closed()
email_relationship_child_resolved
in file email_api.php, function email_relationship_child_resolved()
email_relationship_child_resolved_closed
in file email_api.php, function email_relationship_child_resolved_closed()
email_relationship_deleted
in file email_api.php, function email_relationship_deleted()
email_reopen
in file email_api.php, function email_reopen()
email_resolved
in file email_api.php, function email_resolved()
email_send
in file email_api.php, function email_send()
email_send_all
in file email_api.php, function email_send_all()
email_send_confirm_hash_url
in file email_api.php, function email_send_confirm_hash_url()
email_signup
in file email_api.php, function email_signup()
email_smtp_close
in file email_api.php, function email_smtp_close()
email_sponsorship_added
in file email_api.php, function email_sponsorship_added()
email_sponsorship_deleted
in file email_api.php, function email_sponsorship_deleted()
email_sponsorship_updated
in file email_api.php, function email_sponsorship_updated()
email_store
in file email_api.php, function email_store()
EMPTY_ENUM
in file MantisEnumTest.php, class constant MantisEnumTest::EMPTY_ENUM
enum_bug_group
in file graph_api.php, function enum_bug_group()
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_alternate_class
in file error_api.php, function error_alternate_class()
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_build_parameter_string
in file error_api.php, function error_build_parameter_string()
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_check
in file graph_api.php, function error_check()
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_get_stack_trace
in file mc_api.php, function error_get_stack_trace()
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()
error_handler
in file error_api.php, function error_handler()
ERROR_HANDLER_ACCESS_TOO_LOW
in file constant_inc.php, constant ERROR_HANDLER_ACCESS_TOO_LOW
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()
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()
error_print_details
in file error_api.php, function error_print_details()
error_print_stack_trace
in file error_api.php, function error_print_stack_trace()
error_proceed_url
in file error_api.php, function error_proceed_url()
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()
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_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
escape
in file JavaScript.php, method JavaScript::escape()
evaluate_remote_response
in file Prototype.php, method Prototype::evaluate_remote_response()
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_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 event_api.php, function event_type_chain()
    Process a chained event type.
EVENT_TYPE_CHAIN
in file constant_inc.php, constant EVENT_TYPE_CHAIN
event_type_default
in file event_api.php, function event_type_default()
    Process a default event type.
EVENT_TYPE_DEFAULT
in file constant_inc.php, constant EVENT_TYPE_DEFAULT
EVENT_TYPE_EXECUTE
in file constant_inc.php, constant EVENT_TYPE_EXECUTE
event_type_execute
in file event_api.php, function event_type_execute()
    Process an execute event type.
event_type_first
in file event_api.php, function event_type_first()
    Process a first-return event.
EVENT_TYPE_FIRST
in file constant_inc.php, constant EVENT_TYPE_FIRST
EVENT_TYPE_OUTPUT
in file constant_inc.php, constant EVENT_TYPE_OUTPUT
event_type_output
in file event_api.php, function event_type_output()
    Process an output event type.
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_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
exists
in file Mapper.php, method ImportXml_Mapper::exists()
export_issues_menu
in file XmlImportExport.php, method XmlImportExportPlugin::export_issues_menu()
export.php
procedural page export.php
f

f

$factory
in file class.ObjectList.inc.php, variable ObjectList::$factory
$filename
in file class.RSS_V_abstract.inc.php, variable RSS_V_abstract::$filename
$filename
in file class.RSSBuilder.inc.php, variable RSSBuilder::$filename
$fixed_in_version
in file bug_api.php, variable BugData::$fixed_in_version
$format
in file ImportXml.php, variable SourceData::$format
$formats
in file graphviz_api.php, variable Graph::$formats
$forwarding_domains_array
in file disposable.php, variable DisposableEmailChecker::$forwarding_domains_array
file_api.php
procedural page file_api.php
filter_api.php
procedural page filter_api.php
form_api.php
procedural page form_api.php
freemind_api.php
procedural page freemind_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_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_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.
find_date_in_metrics
in file graph_api.php, function find_date_in_metrics()
FIXED
in file constant_inc.php, constant FIXED
formatted
in file MantisFormattingPlugin.class.php, method MantisFormattingPlugin::formatted()
    Formatted text processing.
formatted
in file MantisCoreFormatting.php, method MantisCoreFormattingPlugin::formatted()
    Formatted text processing.
form_remote_tag
in file Prototype.php, method Prototype::form_remote_tag()
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.
freemind_export_bug
in file freemind_api.php, function freemind_export_bug()
    Write the bug and all of its descendants (children) as mm nodes
freemind_export_map
in file freemind_api.php, function freemind_export_map()
    Export issues as freemind mind map
freemind_find_descendents
in file freemind_api.php, function freemind_find_descendents()
    Go through all bugs in the filtered bug list and find their parents and children.
freemind_get_newline
in file freemind_api.php, function freemind_get_newline()
    Get the new line marker to use when export mind map files.
freemind_note_display
in file freemind_api.php, function freemind_note_display()
    Convert to a string that can be written to a mm note (hook)
freemind_prepare_export
in file freemind_api.php, function freemind_prepare_export()
    Convert all fields of the bug to a string that can be exported as mm
FTP
in file constant_inc.php, constant FTP
g

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_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
    Site admin
$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
    anonymous login
$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
$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
$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_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_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_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_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_submit_status
in file config_defaults_inc.php, global variable $g_bug_submit_status
    Status to assign to the bug when submitted.
$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_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 Not supported under Windows.
$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_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_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_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
$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_advanced_report
in file config_defaults_inc.php, global variable $g_default_advanced_report
$g_default_advanced_update
in file config_defaults_inc.php, global variable $g_default_advanced_update
$g_default_advanced_view
in file config_defaults_inc.php, global variable $g_default_advanced_view
$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_priority
in file config_defaults_inc.php, global variable $g_default_bug_priority
    Default bug priority 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_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_graph_type
in file config_defaults_inc.php, global variable $g_default_graph_type
    initial graph type selected on bug_graph_page (see that page for possible values)
$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_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
$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 note that if this is disabled, sign-up and password reset messages will not be sent.
$g_enable_eta
in file config_defaults_inc.php, global variable $g_enable_eta
    Enable or disable display of the ETA field.
$g_enable_product_build
in file config_defaults_inc.php, global variable $g_enable_product_build
    Enable or disable display of the Product Build field.
$g_enable_profiles
in file config_defaults_inc.php, global variable $g_enable_profiles
    Enable Profiles
$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_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: FILTER_POSITION_* FILTER_POSITION_TOP, FILTER_POSITION_BOTTOM, or 0 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
$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_graph_bar_aspect
in file config_defaults_inc.php, global variable $g_graph_bar_aspect
    bar graph aspect ration (height / width)
$g_graph_colors
in file config_defaults_inc.php, global variable $g_graph_colors
    graph colours, once the list is exhausted it will repeat
$g_graph_font
in file config_defaults_inc.php, global variable $g_graph_font
    what truetype font will the graphs use. Allowed values are 'arial', 'verdana', 'courier', 'book', 'comic', 'times', 'georgia', 'trebuche', 'vera', 'veramono', or 'veraserif'. Refer to the jpgraph manual for details.
$g_graph_summary_graphs_per_row
in file config_defaults_inc.php, global variable $g_graph_summary_graphs_per_row
    how many graphs to put in each row in the advanced summary page
$g_graph_window_width
in file config_defaults_inc.php, global variable $g_graph_window_width
    what width is used to scale the graphs.
$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_jpgraph_antialias
in file config_defaults_inc.php, global variable $g_jpgraph_antialias
    use antialiasing - Enabling anti-aliasing will greatly improve the visual apperance of certain graphs.
$g_jpgraph_path
in file config_defaults_inc.php, global variable $g_jpgraph_path
    path to jpgraph installation - dont forget the ending slash!
$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
$g_ldap_bind_passwd
in file config_defaults_inc.php, global variable $g_ldap_bind_passwd
$g_ldap_organization
in file config_defaults_inc.php, global variable $g_ldap_organization
    e.g. '(organizationname=*Traffic)'
$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.
$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), upload documentation, ...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_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 monitor bugs
$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
$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
$g_neato_tool
in file config_defaults_inc.php, global variable $g_neato_tool
$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_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_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
$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
$g_relationship_graph_orientation
in file config_defaults_inc.php, global variable $g_relationship_graph_orientation
$g_relationship_graph_view_on_click
in file config_defaults_inc.php, global variable $g_relationship_graph_view_on_click
$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_recipents_monitor_bug
in file config_defaults_inc.php, global variable $g_reminder_recipents_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_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
$g_rss_key_seed
in file config_defaults_inc.php, global variable $g_rss_key_seed
$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_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_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
    show extra dropdown for subprojects Shows only top projects in the project dropdown and adds an extra dropdown for subprojects.
$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_report
in file config_defaults_inc.php, global variable $g_show_report
    BOTH, SIMPLE_ONLY, ADVANCED_ONLY
$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_update
in file config_defaults_inc.php, global variable $g_show_update
    BOTH, SIMPLE_ONLY, ADVANCED_ONLY
$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_view
in file config_defaults_inc.php, global variable $g_show_view
    BOTH, SIMPLE_ONLY, ADVANCED_ONLY
$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: STATUS_LEGEND_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_jpgraph
in file config_defaults_inc.php, global variable $g_use_jpgraph
    To use the Jpgraph addon you need the JPGRAPH package from
$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_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
graph_api.php
procedural page graph_api.php
generate
in file graphviz_api.php, method Digraph::generate()
generate
in file graphviz_api.php, method Graph::generate()
generateXML
in file class.RSS_V_100.inc.php, method RSS_V_100::generateXML()
generateXML
in file class.RSS_V_091.inc.php, method RSS_V_091::generateXML()
generateXML
in file class.RSS_V_200.inc.php, method RSS_V_200::generateXML()
generateXML
in file class.RSS_V_abstract.inc.php, method RSS_V_abstract::generateXML()
Get
in file user_pref_api.php, method UserPreferences::Get()
get
in file session_api.php, method MantisPHPSession::get()
get
in file session_api.php, method MantisSession::get()
getAbout
in file class.RSSItem.inc.php, method RSSItem::getAbout()
getAbout
in file class.RSSBuilder.inc.php, method RSSBuilder::getAbout()
getAll
in file Mapper.php, method ImportXml_Mapper::getAll()
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.
getAuthor
in file class.RSSItem.inc.php, method RSSItem::getAuthor()
getCache
in file class.RSSBuilder.inc.php, method RSSBuilder::getCache()
getCategory
in file class.RSSBuilder.inc.php, method RSSBuilder::getCategory()
getComments
in file class.RSSItem.inc.php, method RSSItem::getComments()
getDCContributor
in file class.RSSBuilder.inc.php, method RSSBuilder::getDCContributor()
getDCCoverage
in file class.RSSBuilder.inc.php, method RSSBuilder::getDCCoverage()
getDCCreator
in file class.RSSBuilder.inc.php, method RSSBuilder::getDCCreator()
getDCDate
in file class.RSSBuilder.inc.php, method RSSBuilder::getDCDate()
getDCLanguage
in file class.RSSBuilder.inc.php, method RSSBuilder::getDCLanguage()
getDCPublisher
in file class.RSSBuilder.inc.php, method RSSBuilder::getDCPublisher()
getDCRights
in file class.RSSBuilder.inc.php, method RSSBuilder::getDCRights()
getDescription
in file class.RSSBuilder.inc.php, method RSSBuilder::getDescription()
getDescription
in file class.RSSItem.inc.php, method RSSItem::getDescription()
getEncoding
in file class.RSSBuilder.inc.php, method RSSBuilder::getEncoding()
getEntity
in file ImportXml.php, function getEntity()
getFilename
in file class.RSSBuilder.inc.php, method RSSBuilder::getFilename()
getImage
in file class.RSSItem.inc.php, method RSSItem::getImage()
getImageLink
in file class.RSSBuilder.inc.php, method RSSBuilder::getImageLink()
getItemDate
in file class.RSSItem.inc.php, method RSSItem::getItemDate()
getIterator
in file class.ObjectList.inc.php, method ObjectList::getIterator()
getLabel
in file MantisEnum.class.php, method MantisEnum::getLabel()
    Get the string associated with the $p_enum value
getLink
in file class.RSSItem.inc.php, method RSSItem::getLink()
getList
in file class.ObjectList.inc.php, method ObjectList::getList()
getListSize
in file class.ObjectList.inc.php, method ObjectList::getListSize()
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.
getNewID
in file Mapper.php, method ImportXml_Mapper::getNewID()
getOffset
in file class.ObjectList.inc.php, method ObjectList::getOffset()
getRSSData
in file class.RSS_V_abstract.inc.php, method RSS_V_abstract::getRSSData()
getRSSItemList
in file class.RSSBuilder.inc.php, method RSSBuilder::getRSSItemList()
getRSSOutput
in file interface.RSS.inc.php, method RSS::getRSSOutput()
getRSSOutput
in file class.RSSBuilder.inc.php, method RSSBuilder::getRSSOutput()
getRSSOutput
in file class.RSS_V_abstract.inc.php, method RSS_V_abstract::getRSSOutput()
getSize
in file class.ObjectList.inc.php, method ObjectList::getSize()
getSubject
in file class.RSSItem.inc.php, method RSSItem::getSubject()
getSYBase
in file class.RSSBuilder.inc.php, method RSSBuilder::getSYBase()
getSYFrequency
in file class.RSSBuilder.inc.php, method RSSBuilder::getSYFrequency()
getSYPeriod
in file class.RSSBuilder.inc.php, method RSSBuilder::getSYPeriod()
getTitle
in file class.RSSBuilder.inc.php, method RSSBuilder::getTitle()
getTitle
in file class.RSSItem.inc.php, method RSSItem::getTitle()
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.
getVar
in file class.RSSBase.inc.php, method RSSBase::getVar()
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_closed_count_by_date
in file graph_by_daily_delta.php, function get_closed_count_by_date()
get_config_type
in file adm_config_report.php, function get_config_type()
get_dropdown
in file print_api.php, function get_dropdown()
get_elapsed_days
in file class.period.php, method Period::get_elapsed_days()
    get number of days in interval
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_end_formatted
in file class.period.php, method Period::get_end_formatted()
    get formatted end date
get_end_timestamp
in file class.period.php, method Period::get_end_timestamp()
    get end date in unix timestamp format
get_enum_element
in file helper_api.php, function get_enum_element()
get_field_names
in file print_all_bug_options_inc.php, function get_field_names()
get_gd_version
in file utility_api.php, function get_gd_version()
    Return GD version
get_issue_url
in file ImportXml.php, method SourceData::get_issue_url()
get_microtime
in file timer_api.php, method BC_Timer::get_microtime()
get_note_url
in file ImportXml.php, method SourceData::get_note_url()
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_resolved_count_by_date
in file graph_by_daily_delta.php, function get_resolved_count_by_date()
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_sql_clause
in file class.period.php, method Period::get_sql_clause()
    return a matching SQL clause
get_start_formatted
in file class.period.php, method Period::get_start_formatted()
    get formatted start date
get_start_timestamp
in file class.period.php, method Period::get_start_timestamp()
    get start date in unix timestamp format
get_status_color
in file helper_api.php, function get_status_color()
get_status_option_list
in file print_api.php, function get_status_option_list()
get_text_clause
in file class.period.php, method Period::get_text_clause()
    return a matching text clause
get_total_count_by_date
in file graph_by_daily_delta.php, function get_total_count_by_date()
GOOD
in file check.php, constant GOOD
gpc_clear_cookie
in file gpc_api.php, function gpc_clear_cookie()
gpc_get
in file gpc_api.php, function gpc_get()
gpc_get_bool
in file gpc_api.php, function gpc_get_bool()
gpc_get_bool_array
in file gpc_api.php, function gpc_get_bool_array()
gpc_get_cookie
in file gpc_api.php, function gpc_get_cookie()
gpc_get_custom_field
in file gpc_api.php, function gpc_get_custom_field()
gpc_get_file
in file gpc_api.php, function gpc_get_file()
gpc_get_int
in file gpc_api.php, function gpc_get_int()
gpc_get_int_array
in file gpc_api.php, function gpc_get_int_array()
gpc_get_string
in file gpc_api.php, function gpc_get_string()
gpc_get_string_array
in file gpc_api.php, function gpc_get_string_array()
gpc_isset
in file gpc_api.php, function gpc_isset()
gpc_isset_custom_field
in file gpc_api.php, function gpc_isset_custom_field()
gpc_make_array
in file gpc_api.php, function gpc_make_array()
gpc_set_cookie
in file gpc_api.php, function gpc_set_cookie()
gpc_string_to_bool
in file gpc_api.php, function gpc_string_to_bool()
gpc_strip_slashes
in file gpc_api.php, function gpc_strip_slashes()
Graph
in file graphviz_api.php, method Graph::Graph()
Graph
in file graphviz_api.php, class Graph
graph_assigned_to_me.php
procedural page graph_assigned_to_me.php
graph_by_category.php
procedural page graph_by_category.php
graph_by_cumulative.php
procedural page graph_by_cumulative.php
graph_by_daily_delta.php
procedural page graph_by_daily_delta.php
graph_by_release_delta.php
procedural page graph_by_release_delta.php
graph_by_severity.php
procedural page graph_by_severity.php
graph_by_severity_status.php
procedural page graph_by_severity_status.php
graph_reported_by_me.php
procedural page graph_reported_by_me.php
GRAPHVIZ_ATTRIBUTED_DOT
in file graphviz_api.php, constant GRAPHVIZ_ATTRIBUTED_DOT
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
graph_bar
in file graph_api.php, function graph_bar()
graph_bydate
in file graph_api.php, function graph_bydate()
graph_cumulative_bydate
in file graph_api.php, function graph_cumulative_bydate()
graph_date_format
in file graph_api.php, function graph_date_format()
graph_get_font
in file graph_api.php, function graph_get_font()
graph_group
in file graph_api.php, function graph_group()
graph_pie
in file graph_api.php, function graph_pie()
graph_total_metrics
in file graph_api.php, function graph_total_metrics()
h

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
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()
helper_alternate_colors
in file helper_api.php, function helper_alternate_colors()
helper_begin_long_process
in file helper_api.php, function helper_begin_long_process()
helper_call_custom_function
in file helper_api.php, function helper_call_custom_function()
helper_clear_pref_cookies
in file helper_api.php, function helper_clear_pref_cookies()
helper_duration_to_minutes
in file helper_api.php, function helper_duration_to_minutes()
helper_ensure_confirmed
in file helper_api.php, function helper_ensure_confirmed()
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()
helper_get_current_project_trace
in file helper_api.php, function helper_get_current_project_trace()
helper_get_default_export_filename
in file helper_api.php, function helper_get_default_export_filename()
helper_get_tab_index
in file helper_api.php, function helper_get_tab_index()
helper_get_tab_index_value
in file helper_api.php, function helper_get_tab_index_value()
helper_mantis_url
in file helper_api.php, function helper_mantis_url()
helper_project_specific_where
in file helper_api.php, function helper_project_specific_where()
helper_set_current_project
in file helper_api.php, function helper_set_current_project()
helper_show_queries
in file helper_api.php, function helper_show_queries()
helper_table_row_count
in file db_stats.php, function helper_table_row_count()
hide
in file Prototype.php, method Prototype::hide()
HIGH
in file constant_inc.php, constant HIGH
history_delete
in file history_api.php, function history_delete()
history_get_events_array
in file history_api.php, function history_get_events_array()
history_get_raw_events_array
in file history_api.php, function history_get_raw_events_array()
history_inc.php
procedural page history_inc.php
history_localize_item
in file history_api.php, function history_localize_item()
history_log_event
in file history_api.php, function history_log_event()
history_log_event_direct
in file history_api.php, function history_log_event_direct()
history_log_event_special
in file history_api.php, function history_log_event_special()
hooks
in file XmlImportExport.php, method XmlImportExportPlugin::hooks()
    Default plugin configuration.
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()
htmlFullEntities
in file ImportXml.php, function htmlFullEntities()
    Convert each character of the passed string to the corresponding HTML entity.
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_unmonitor
in file html_api.php, function html_button_bug_unmonitor()
    Print a button to unmonitor 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_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_AUTH
in file constant_inc.php, constant HTTP_AUTH
i

i

$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
$id
in file version_api.php, variable VersionData::$id
$id
in file sponsorship_api.php, variable SponsorshipData::$id
$image
in file class.RSSItem.inc.php, variable RSSItem::$image
$issuelink
in file ImportXml.php, variable SourceData::$issuelink
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
interface.RSS.inc.php
procedural page interface.RSS.inc.php
icon_get_status_icon
in file icon_api.php, function icon_get_status_icon()
    gets the status icon
ID
in file Prototype.php, method Prototype::ID()
IMMEDIATE
in file constant_inc.php, constant IMMEDIATE
import
in file ImportXml.php, method ImportXML::import()
    Perform import from an XML file
ImportXML
in file ImportXml.php, class ImportXML
    Perform import from an XML file
ImportXml_Interface
in file Interface.php, class ImportXml_Interface
ImportXml_Issue
in file Issue.php, class ImportXml_Issue
ImportXml_Mapper
in file Mapper.php, class ImportXml_Mapper
    Mapper class
import_issues_menu
in file XmlImportExport.php, method XmlImportExportPlugin::import_issues_menu()
index.php
procedural page index.php
init
in file MantisPlugin.class.php, method MantisPlugin::init()
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()
insert_html
in file Prototype.php, method Prototype::insert_html()
install
in file MantisPlugin.class.php, method MantisPlugin::install()
install_category_migrate
in file install_functions.php, function install_category_migrate()
    Migrate the legacy category data to the new category_id-based schema.
in_place_editor
in file Scriptaculous.php, method Scriptaculous::in_place_editor()
in_place_editor_field
in file Scriptaculous.php, method Scriptaculous::in_place_editor_field()
isFilledString
in file class.RSSBase.inc.php, method RSSBase::isFilledString()
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_disposable_email
in file disposable.php, method DisposableEmailChecker::is_disposable_email()
    Determines if the email address is disposable.
is_edge_present
in file graphviz_api.php, method Graph::is_edge_present()
is_forwarding_email
in file disposable.php, method DisposableEmailChecker::is_forwarding_email()
    Determines if the email address is disposable email that forwards to users' email address. This is one of the best kind of disposable addresses since emails end up in the user's inbox unless the user cancel the address.
is_free_email
in file disposable.php, method DisposableEmailChecker::is_free_email()
    See is_open_domain() for details.
is_open_email
in file disposable.php, method DisposableEmailChecker::is_open_email()
    Determines if the email address is an email address in an open domain. These are
is_page_name
in file utility_api.php, function is_page_name()
    return true or false if string matches current page name
is_shredder_email
in file disposable.php, method DisposableEmailChecker::is_shredder_email()
    Determines if the email address is a shredder email address. Shredder email address delete all received emails without forwarding them or making them available for a user to check.
is_time_bound_email
in file disposable.php, method DisposableEmailChecker::is_time_bound_email()
    Determines if the email address is time bound, these are the disposable addresses that auto expire after a pre-configured time. For example, 10 minutes, 1 hour, 2 hours, 1 day, 1 month, etc. These address can also be trash emails or forwarding emails.
is_trash_email
in file disposable.php, method DisposableEmailChecker::is_trash_email()
    Determines if the email address is trash email that doesn't forward to
Interface.php
procedural page Interface.php
Issue.php
procedural page Issue.php
ImportXml.php
procedural page ImportXml.php
import.php
procedural page import.php
import_action.php
procedural page import_action.php
j

j

$jpegquality
in file make_captcha_img.php, variable masc_captcha::$jpegquality
json_api.php
procedural page json_api.php
JavaScript.php
procedural page JavaScript.php
JavaScript
in file JavaScript.php, class JavaScript
    Projax
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
k

k

key
in file class.ObjectIterator.inc.php, method ObjectIterator::key()
l

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
$link
in file class.RSSItem.inc.php, variable RSSItem::$link
$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()
lang_error_handler
in file test_langs.php, function lang_error_handler()
lang_exists
in file lang_api.php, function lang_exists()
lang_get
in file lang_api.php, function lang_get()
lang_get_current
in file lang_api.php, function lang_get_current()
lang_get_default
in file lang_api.php, function lang_get_default()
lang_get_defaulted
in file lang_api.php, function lang_get_defaulted()
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()
lang_map_auto
in file lang_api.php, function lang_map_auto()
lang_pop
in file lang_api.php, function lang_pop()
lang_push
in file lang_api.php, function lang_push()
last_month
in file class.period.php, method Period::last_month()
    set dates for last month
last_quarter
in file class.period.php, method Period::last_quarter()
    set dates for last month
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.
last_week
in file class.period.php, method Period::last_week()
    set dates for last week
last_year
in file class.period.php, method Period::last_year()
    set dates for last year
LDAP
in file constant_inc.php, constant LDAP
ldap_authenticate
in file ldap_api.php, function ldap_authenticate()
ldap_connect_bind
in file ldap_api.php, function ldap_connect_bind()
ldap_email
in file ldap_api.php, function ldap_email()
ldap_email_from_username
in file ldap_api.php, function ldap_email_from_username()
ldap_has_group
in file ldap_api.php, function ldap_has_group()
link_bug
in file MantisCoreWikiPlugin.class.php, method MantisCoreMediaWikiPlugin::link_bug()
link_bug
in file MantisCoreWikiPlugin.class.php, method MantisCoreTwikiPlugin::link_bug()
link_bug
in file MantisWikiPlugin.class.php, method MantisWikiPlugin::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 MantisCoreDokuwikiPlugin::link_bug()
link_project
in file MantisCoreWikiPlugin.class.php, method MantisCoreMediaWikiPlugin::link_project()
link_project
in file MantisCoreWikiPlugin.class.php, method MantisCoreWikkaWikiPlugin::link_project()
link_project
in file MantisCoreWikiPlugin.class.php, method MantisCoreXwikiPlugin::link_project()
link_project
in file MantisWikiPlugin.class.php, method MantisWikiPlugin::link_project()
link_project
in file MantisCoreWikiPlugin.class.php, method MantisCoreDokuwikiPlugin::link_project()
link_project
in file MantisCoreWikiPlugin.class.php, method MantisCoreTwikiPlugin::link_project()
link_to_function
in file JavaScript.php, method JavaScript::link_to_function()
link_to_remote
in file Prototype.php, method Prototype::link_to_remote()
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_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()
    Logging api
LOG_FILTERING
in file constant_inc.php, constant LOG_FILTERING
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
m

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
mantisconnect.php
procedural page mantisconnect.php
mc_account_api.php
procedural page mc_account_api.php
mc_api.php
procedural page mc_api.php
mc_config_api.php
procedural page mc_config_api.php
mc_config_defaults_inc.php
procedural page mc_config_defaults_inc.php
mc_core.php
procedural page mc_core.php
mc_custom_field_api.php
procedural page mc_custom_field_api.php
mc_enum_api.php
procedural page mc_enum_api.php
mc_file_api.php
procedural page mc_file_api.php
mc_filter_api.php
procedural page mc_filter_api.php
mc_issue_api.php
procedural page mc_issue_api.php
mc_issue_attachment_api.php
procedural page mc_issue_attachment_api.php
mc_project_api.php
procedural page mc_project_api.php
mc_project_attachment_api.php
procedural page mc_project_attachment_api.php
MantisCoreWikiPlugin.class.php
procedural page MantisCoreWikiPlugin.class.php
MantisEnum.class.php
procedural page MantisEnum.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
my_view_inc.php
procedural page my_view_inc.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()
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
MantisCoreDokuwikiPlugin
in file MantisCoreWikiPlugin.class.php, class MantisCoreDokuwikiPlugin
    Basic Dokuwiki support with old-style wiki integration.
MantisCoreFormattingPlugin
in file MantisCoreFormatting.php, class MantisCoreFormattingPlugin
    Abstract class for any plugin that's modifying textual output.
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.
MantisEnumTest
in file MantisEnumTest.php, class MantisEnumTest
    Test cases for MantisEnum class.
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
mark_time
in file timer_api.php, method BC_Timer::mark_time()
mark_time
in file timer_api.php, function mark_time()
    --- BC Timer ------- USAGE: set $g_debug_timer to ON and just call mark_time( 'token name' ); where 'token name' is descriptive of what is happening at that point
masc_captcha
in file make_captcha_img.php, method masc_captcha::masc_captcha()
masc_captcha
in file make_captcha_img.php, class masc_captcha
mci_account_get_array_by_id
in file mc_account_api.php, function mci_account_get_array_by_id()
mci_category_as_array_by_id
in file mc_api.php, function mci_category_as_array_by_id()
    Get a category definition.
mci_check_login
in file mc_api.php, function mci_check_login()
mci_enum_get_array_by_id
in file mc_enum_api.php, function mci_enum_get_array_by_id()
    Get a localized enumeration element.
mci_explode_to_objectref
in file mc_enum_api.php, function mci_explode_to_objectref()
    Explode a configuration enumeration string into an array structure that can be safely converted into an ObjectRef structure.
mci_file_add
in file mc_file_api.php, function mci_file_add()
mci_file_can_download_bug_attachments
in file mc_file_api.php, function mci_file_can_download_bug_attachments()
mci_file_get
in file mc_file_api.php, function mci_file_get()
mci_file_read_local
in file mc_file_api.php, function mci_file_read_local()
mci_file_write_local
in file mc_file_api.php, function mci_file_write_local()
mci_filter_db_get_available_queries
in file mc_api.php, function mci_filter_db_get_available_queries()
    Basically this is a copy of core/filter_api.php#filter_db_get_available_queries().
mci_get_custom_field_id_from_objectref
in file mc_custom_field_api.php, function mci_get_custom_field_id_from_objectref()
    Get the custom field id given an object ref. The id is set based on the following algorithm:
  • id from objectref (if not zero).
mci_get_enum_element
in file mc_api.php, function mci_get_enum_element()
mci_get_enum_id_from_objectref
in file mc_enum_api.php, function mci_get_enum_id_from_objectref()
    Get the enumeration id given an object ref. The id is set based on the following algorithm:
  • id from objectref.
mci_get_enum_value_from_label
in file mc_enum_api.php, function mci_get_enum_value_from_label()
    Get the enum id given the enum label.
mci_get_eta_id
in file mc_api.php, function mci_get_eta_id()
mci_get_mantis_path
in file mc_api.php, function mci_get_mantis_path()
    Gets the url for MantisBT. This is based on the 'path' config variable in MantisBT. However, the default value for 'path' does not work properly when access from within MantisConnect.
mci_get_priority_id
in file mc_api.php, function mci_get_priority_id()
mci_get_projection_id
in file mc_api.php, function mci_get_projection_id()
mci_get_project_id
in file mc_api.php, function mci_get_project_id()
mci_get_project_status_id
in file mc_api.php, function mci_get_project_status_id()
mci_get_project_view_state_id
in file mc_api.php, function mci_get_project_view_state_id()
mci_get_reproducibility_id
in file mc_api.php, function mci_get_reproducibility_id()
mci_get_resolution_id
in file mc_api.php, function mci_get_resolution_id()
mci_get_severity_id
in file mc_api.php, function mci_get_severity_id()
mci_get_status_id
in file mc_api.php, function mci_get_status_id()
mci_get_user_id
in file mc_api.php, function mci_get_user_id()
mci_get_user_lang
in file mc_api.php, function mci_get_user_lang()
mci_get_view_state_id
in file mc_api.php, function mci_get_view_state_id()
mci_has_access
in file mc_api.php, function mci_has_access()
mci_has_administrator_access
in file mc_api.php, function mci_has_administrator_access()
mci_has_readonly_access
in file mc_api.php, function mci_has_readonly_access()
mci_has_readwrite_access
in file mc_api.php, function mci_has_readwrite_access()
mci_issue_get_attachments
in file mc_issue_api.php, function mci_issue_get_attachments()
    Get the attachments of an issue.
mci_issue_get_custom_fields
in file mc_issue_api.php, function mci_issue_get_custom_fields()
    Get the custom field values associated with the specified issue id.
mci_issue_get_notes
in file mc_issue_api.php, function mci_issue_get_notes()
    Get all visible notes for a specific issue
mci_issue_get_relationships
in file mc_issue_api.php, function mci_issue_get_relationships()
    Get the relationships of an issue.
mci_issue_set_custom_fields
in file mc_issue_api.php, function mci_issue_set_custom_fields()
    Sets the supplied array of custom field values to the specified issue id.
mci_is_mantis_offline
in file mc_api.php, function mci_is_mantis_offline()
mci_is_webservice_call
in file mantisconnect.php, function mci_is_webservice_call()
    Checks if the request for the webservice is a documentation request (eg: WSDL) or an actual webservice call.
mci_null_if_empty
in file mc_api.php, function mci_null_if_empty()
mci_project_as_array_by_id
in file mc_project_api.php, function mci_project_as_array_by_id()
    Get a project definition.
mci_user_get_accessible_subprojects
in file mc_api.php, function mci_user_get_accessible_subprojects()
mc_config_get_string
in file mc_config_api.php, function mc_config_get_string()
mc_enum_access_levels
in file mc_enum_api.php, function mc_enum_access_levels()
    Get all available access levels.
mc_enum_custom_field_types
in file mc_enum_api.php, function mc_enum_custom_field_types()
    Get all available custom field types.
mc_enum_etas
in file mc_enum_api.php, function mc_enum_etas()
    Get all available etas.
mc_enum_get
in file mc_enum_api.php, function mc_enum_get()
    Get an appropriate enumeration. (Should become an internal function.)
mc_enum_priorities
in file mc_enum_api.php, function mc_enum_priorities()
    Get all available priorities.
mc_enum_projections
in file mc_enum_api.php, function mc_enum_projections()
    Get all available projections.
mc_enum_project_status
in file mc_enum_api.php, function mc_enum_project_status()
    Get all available project status.
mc_enum_project_view_states
in file mc_enum_api.php, function mc_enum_project_view_states()
    Get all available project view states.
mc_enum_reproducibilities
in file mc_enum_api.php, function mc_enum_reproducibilities()
    Get all available reproducibilities.
mc_enum_resolutions
in file mc_enum_api.php, function mc_enum_resolutions()
    Get all available resolutions.
mc_enum_severities
in file mc_enum_api.php, function mc_enum_severities()
    Get all available severities.
mc_enum_status
in file mc_enum_api.php, function mc_enum_status()
    Get all available status.
mc_enum_view_states
in file mc_enum_api.php, function mc_enum_view_states()
    Get all available view states.
mc_error_handler
in file mc_api.php, function mc_error_handler()
    SECURITY NOTE: these globals are initialized here to prevent them
mc_filter_get
in file mc_filter_api.php, function mc_filter_get()
    Get all user defined issue filters for the given project.
mc_filter_get_issues
in file mc_filter_api.php, function mc_filter_get_issues()
    Get all issues matching the specified filter.
mc_filter_get_issue_headers
in file mc_filter_api.php, function mc_filter_get_issue_headers()
    Get the issue headers that match the specified filter and paging details.
mc_issue_add
in file mc_issue_api.php, function mc_issue_add()
    Add an issue to the database.
mc_issue_attachment_add
in file mc_issue_attachment_api.php, function mc_issue_attachment_add()
    Add an attachment to an existing issue.
mc_issue_attachment_delete
in file mc_issue_attachment_api.php, function mc_issue_attachment_delete()
    Delete an issue attachment given its id.
mc_issue_attachment_get
in file mc_issue_attachment_api.php, function mc_issue_attachment_get()
    Get the issue attachment with the specified id.
mc_issue_checkin
in file mc_issue_api.php, function mc_issue_checkin()
    Log a checkin event on the issue
mc_issue_delete
in file mc_issue_api.php, function mc_issue_delete()
    Delete the specified issue.
mc_issue_exists
in file mc_issue_api.php, function mc_issue_exists()
    Check if an issue with the given id exists.
mc_issue_get
in file mc_issue_api.php, function mc_issue_get()
    Get all details about an issue.
mc_issue_get_biggest_id
in file mc_issue_api.php, function mc_issue_get_biggest_id()
    Get the biggest issue id currently used.
mc_issue_get_id_from_summary
in file mc_issue_api.php, function mc_issue_get_id_from_summary()
    Get the id of an issue via the issue's summary.
mc_issue_note_add
in file mc_issue_api.php, function mc_issue_note_add()
    Add a note to an existing issue.
mc_issue_note_delete
in file mc_issue_api.php, function mc_issue_note_delete()
    Delete a note given its id.
mc_issue_relationship_add
in file mc_issue_api.php, function mc_issue_relationship_add()
    Submit a new relationship.
mc_issue_relationship_delete
in file mc_issue_api.php, function mc_issue_relationship_delete()
    Delete the relationship with the specified target id.
mc_issue_update
in file mc_issue_api.php, function mc_issue_update()
    Update Issue in database
mc_projects_get_user_accessible
in file mc_project_api.php, function mc_projects_get_user_accessible()
    Get all projects accessible by the given user.
mc_project_add
in file mc_project_api.php, function mc_project_add()
    Add a new project.
mc_project_attachment_add
in file mc_project_attachment_api.php, function mc_project_attachment_add()
    Add an attachment to an existing project.
mc_project_attachment_delete
in file mc_project_attachment_api.php, function mc_project_attachment_delete()
    Delete a project attachment given its id.
mc_project_attachment_get
in file mc_project_attachment_api.php, function mc_project_attachment_get()
    Get the project attachment with the specified id.
mc_project_delete
in file mc_project_api.php, function mc_project_delete()
    Delete a project.
mc_project_get_attachments
in file mc_project_api.php, function mc_project_get_attachments()
    Get the attachments that belong to the specified project.
mc_project_get_categories
in file mc_project_api.php, function mc_project_get_categories()
    Get all categories of a project.
mc_project_get_custom_fields
in file mc_project_api.php, function mc_project_get_custom_fields()
    Get the custom fields that belong to the specified project.
mc_project_get_issues
in file mc_project_api.php, function mc_project_get_issues()
mc_project_get_issue_headers
in file mc_project_api.php, function mc_project_get_issue_headers()
mc_project_get_released_versions
in file mc_project_api.php, function mc_project_get_released_versions()
    Get all released versions of a project.
mc_project_get_unreleased_versions
in file mc_project_api.php, function mc_project_get_unreleased_versions()
    Get all unreleased (a.k.a. future) versions of a project.
mc_project_get_users
in file mc_project_api.php, function mc_project_get_users()
    Get appropriate users assigned to a project by access level.
mc_project_get_versions
in file mc_project_api.php, function mc_project_get_versions()
    Get all versions of a project.
mc_project_version_add
in file mc_project_api.php, function mc_project_version_add()
    Submit the specified version details.
mc_project_version_delete
in file mc_project_api.php, function mc_project_version_delete()
    Delete a version.
mc_project_version_update
in file mc_project_api.php, function mc_project_version_update()
    Submit the specified version details.
mc_version
in file mc_api.php, function mc_version()
    Get the MantisConnect webservice version.
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
microtime_float
in file core.php, function microtime_float()
MINOR
in file constant_inc.php, constant MINOR
month_to_date
in file class.period.php, method Period::month_to_date()
    set dates for this month to date
multi_sort
in file utility_api.php, function multi_sort()
    Sort a multi-dimensional array by one of its keys
my_view_page.php
procedural page my_view_page.php
MantisCoreFormatting.php
procedural page MantisCoreFormatting.php
Mapper.php
procedural page Mapper.php
MantisEnumTest.php
procedural page MantisEnumTest.php
n

n

$name
in file graphviz_api.php, variable Graph::$name
$name
in file MantisPlugin.class.php, variable MantisPlugin::$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
$notelink
in file ImportXml.php, variable SourceData::$notelink
$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
NAME_WITH_SPACES_ENUM
in file MantisEnumTest.php, class constant MantisEnumTest::NAME_WITH_SPACES_ENUM
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_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_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
next
in file class.ObjectIterator.inc.php, method ObjectIterator::next()
NOBODY
in file constant_inc.php, constant NOBODY
NONE
in file constant_inc.php, constant NONE
NON_TRIMMED_ENUM
in file MantisEnumTest.php, class constant MantisEnumTest::NON_TRIMMED_ENUM
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
o

o

$objectlist
in file class.ObjectIterator.inc.php, variable ObjectIterator::$objectlist
$objects
in file class.ObjectList.inc.php, variable ObjectList::$objects
$obsolete
in file version_api.php, variable VersionData::$obsolete
$offset
in file class.ObjectList.inc.php, variable ObjectList::$offset
$open_domains_array
in file disposable.php, variable DisposableEmailChecker::$open_domains_array
$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
ObjectIterator
in file class.ObjectIterator.inc.php, class ObjectIterator
    Class for creating an RSS-feed
ObjectList
in file class.ObjectList.inc.php, class ObjectList
    Class for creating an RSS-feed
observe_field
in file Prototype.php, method Prototype::observe_field()
observe_form
in file Prototype.php, method Prototype::observe_form()
OFF
in file constant_inc.php, constant OFF
ON
in file constant_inc.php, constant ON
OPEN
in file constant_inc.php, constant OPEN
output
in file graphviz_api.php, method Graph::output()
outputRSS
in file class.RSSBuilder.inc.php, method RSSBuilder::outputRSS()
outputRSS
in file interface.RSS.inc.php, method RSS::outputRSS()
outputRSS
in file class.RSS_V_abstract.inc.php, method RSS_V_abstract::outputRSS()
p

p

$page
in file MantisPlugin.class.php, variable MantisPlugin::$page
$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
Prototype.php
procedural page Prototype.php
projax.php
procedural page projax.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
Period
in file class.period.php, class Period
    Class for actions dealing with date periods
Period
in file class.period.php, method Period::Period()
    Constructor
periodically_call_remote
in file Prototype.php, method Prototype::periodically_call_remote()
period_selector
in file class.period.php, method Period::period_selector()
    print a period selector
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
PHPMAILER_PATH
in file email_api.php, constant PHPMAILER_PATH
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
    Functions to help in backwards compatibility of PHP versions, etc.
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 database_api.php, constant PLUGINS_DISABLED
PLUGINS_DISABLED
in file install.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