CoreAPI
[ class tree: CoreAPI ] [ index: CoreAPI ] [ all elements ]

Element index for package CoreAPI

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

a

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_api.php
procedural page access_api.php
ajax_click_to_edit
in file ajax_api.php, function ajax_click_to_edit()
ajax_api.php
procedural page ajax_api.php
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.
authentication_api.php
procedural page authentication_api.php
$ADODB_FETCH_MODE
in file database_api.php, global variable $ADODB_FETCH_MODE
    set adodb fetch mode
top

b

bug_assign
in file bug_api.php, function bug_assign()
    assign the bug to the given user
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_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_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_delete
in file bug_api.php, function bug_delete()
    allows bug deletion :
bug_delete_all
in file bug_api.php, function bug_delete_all()
    Delete all bugs associated with a project
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_format_id
in file bug_api.php, function bug_format_id()
    Pads the bug id with the appropriate number of zeros.
bug_format_summary
in file bug_api.php, function bug_format_summary()
    return the bug summary
bug_get
in file bug_api.php, function bug_get()
    Returns an object representing the specified bug
bug_get_attachments
in file bug_api.php, function bug_get_attachments()
    Get array of attachments associated with the specified bug id. The array will be sorted in terms of date added (ASC). The array will include the following fields: id, title, diskfile, filename, filesize, file_type, date_added.
bug_get_bugnote_stats
in file bug_api.php, function bug_get_bugnote_stats()
    return the timestamp for the most recent time at which a bugnote
bug_get_extended_row
in file bug_api.php, function bug_get_extended_row()
    Returns the extended record of the specified bug, this includes
bug_get_field
in file bug_api.php, function bug_get_field()
    return the specified field of the given bug
bug_get_newest_bugnote_timestamp
in file bug_api.php, function bug_get_newest_bugnote_timestamp()
    return the timestamp for the most recent time at which a bugnote
bug_get_row
in file bug_api.php, function bug_get_row()
    Returns the record of the specified bug
bug_get_text_field
in file bug_api.php, function bug_get_text_field()
    return the specified text field of the given bug
bug_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_copy
in file bug_api.php, function bug_monitor_copy()
    Copy list of users monitoring a bug to the monitor list of a second bug
bug_reopen
in file bug_api.php, function bug_reopen()
    reopen the given bug
bug_resolve
in file bug_api.php, function bug_resolve()
    resolve the given bug
bug_row_to_object
in file bug_api.php, function bug_row_to_object()
bug_set_field
in file bug_api.php, function bug_set_field()
    Set the value of a bug field
bug_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_update_date
in file bug_api.php, function bug_update_date()
    updates the last_updated field
bug_api.php
procedural page bug_api.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_group_action_api.php
procedural page bug_group_action_api.php
bugnote_add
in file bugnote_api.php, function bugnote_add()
    Add a bugnote to a bug
bugnote_clear_cache
in file bugnote_api.php, function bugnote_clear_cache()
    Clear a bugnote from the cache or all bug notes if no bugnote id specified.
bugnote_date_update
in file bugnote_api.php, function bugnote_date_update()
    Update the last_modified field of the bugnote
bugnote_delete
in file bugnote_api.php, function bugnote_delete()
    Delete a bugnote
bugnote_delete_all
in file bugnote_api.php, function bugnote_delete_all()
    delete all bugnotes associated with the given bug
bugnote_ensure_exists
in file bugnote_api.php, function bugnote_ensure_exists()
    Check if a bugnote with the given ID exists
bugnote_exists
in file bugnote_api.php, function bugnote_exists()
    Check if a bugnote with the given ID exists
bugnote_format_id
in file bugnote_api.php, function bugnote_format_id()
    Pad the bugnote id with the appropriate number of zeros for printing
bugnote_get_all_bugnotes
in file bugnote_api.php, function bugnote_get_all_bugnotes()
    Build the bugnotes array for the given bug_id.
bugnote_get_all_visible_bugnotes
in file bugnote_api.php, function bugnote_get_all_visible_bugnotes()
    Build the bugnotes array for the given bug_id filtered by specified $p_user_access_level.
bugnote_get_field
in file bugnote_api.php, function bugnote_get_field()
    Get a field for the given bugnote
bugnote_get_latest_id
in file bugnote_api.php, function bugnote_get_latest_id()
    Get latest bugnote id
bugnote_get_text
in file bugnote_api.php, function bugnote_get_text()
    Get the text associated with the bugnote
bugnote_is_user_reporter
in file bugnote_api.php, function bugnote_is_user_reporter()
    Check if the given user is the reporter of the bugnote
bugnote_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_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_api.php
procedural page bugnote_api.php
bug_revision_add
in file bug_revision_api.php, function bug_revision_add()
    Add a new revision to a bug history.
bug_revision_count
in file bug_revision_api.php, function bug_revision_count()
    Retrieve a count of revisions to the bug's information.
bug_revision_delete
in file bug_revision_api.php, function bug_revision_delete()
    Delete all revision history for a bug.
bug_revision_drop
in file bug_revision_api.php, function bug_revision_drop()
    Remove one or more bug revisions from the bug history.
bug_revision_exists
in file bug_revision_api.php, function bug_revision_exists()
    Check if a bug revision exists
bug_revision_get
in file bug_revision_api.php, function bug_revision_get()
    Get a row of data for a given revision ID.
bug_revision_get_type_name
in file bug_revision_api.php, function bug_revision_get_type_name()
    Get the name of the type of a bug revision.
bug_revision_last
in file bug_revision_api.php, function bug_revision_last()
    Retrieve the last change to the bug's information.
bug_revision_like
in file bug_revision_api.php, function bug_revision_like()
    Retrieve a list of changes to a bug of the same type as the given revision ID.
bug_revision_list
in file bug_revision_api.php, function bug_revision_list()
    Retrieve a full list of changes to the bug's information.
bug_revision_api.php
procedural page bug_revision_api.php
top

c

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
category_api.php
procedural page category_api.php
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.
collapse_api.php
procedural page collapse_api.php
columns_ensure_valid
in file columns_api.php, function columns_ensure_valid()
    Checks an array of columns for duplicate or invalid fields.
columns_filter_disabled
in file columns_api.php, function columns_filter_disabled()
    Filters an array of columns based on configuration options. The filtering can remove columns whose features are disabled.
columns_get_all
in file columns_api.php, function columns_get_all()
    Get all accessible columns for the current project / current user..
columns_get_plugin_columns
in file columns_api.php, function columns_get_plugin_columns()
    Allow plugins to define a set of class-based columns, and register/load them here to be used by columns_api.
columns_get_standard
in file columns_api.php, function columns_get_standard()
    Get a list of standard columns.
columns_plugin_cache_issue_data
in file columns_api.php, function columns_plugin_cache_issue_data()
    Allow plugin columns to pre-cache data for a set of issues rather than requiring repeated queries for each issue.
columns_remove_invalid
in file columns_api.php, function columns_remove_invalid()
    Validates an array of column names and removes ones that are not valid. The validation is not case sensitive.
columns_string_to_array
in file columns_api.php, function columns_string_to_array()
    Converts a string of comma separate column names to an array.
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.
columns_api.php
procedural page columns_api.php
compress_disable
in file compress_api.php, function compress_disable()
    Disable output buffering with compression.
compress_enable
in file compress_api.php, function compress_enable()
    Enable output buffering with compression.
compress_handler
in file compress_api.php, function compress_handler()
    Output Buffering handler that either compresses the buffer or just.
compress_handler_is_enabled
in file compress_api.php, function compress_handler_is_enabled()
    Check if compression handler (ob_gzhandler) should be enabled. Note: this should not be used as an indicator of whether output received by a client will be compressed, only whether an output handler is used to compress output.
compress_start_handler
in file compress_api.php, function compress_start_handler()
    Start compression handler if required
compress_api.php
procedural page compress_api.php
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_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_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_api.php
procedural page config_api.php
csv_api.php
procedural page csv_api.php
csv_escape_string
in file csv_api.php, function csv_escape_string()
    escape a string before writing it to csv file.
csv_format_additional_information
in file csv_api.php, function csv_format_additional_information()
    return the additional information
csv_format_build
in file csv_api.php, function csv_format_build()
    return the build
csv_format_category_id
in file csv_api.php, function csv_format_category_id()
    return the category
csv_format_date_submitted
in file csv_api.php, function csv_format_date_submitted()
    return the date submitted
csv_format_description
in file csv_api.php, function csv_format_description()
    return the description
csv_format_due_date
in file csv_api.php, function csv_format_due_date()
    return the due date column
csv_format_duplicate_id
in file csv_api.php, function csv_format_duplicate_id()
    return the duplicate bug id
csv_format_eta
in file csv_api.php, function csv_format_eta()
    return the eta
csv_format_fixed_in_version
in file csv_api.php, function csv_format_fixed_in_version()
    return the fixed_in_version
csv_format_handler_id
in file csv_api.php, function csv_format_handler_id()
    returns the handler name corresponding to the supplied id
csv_format_id
in file csv_api.php, function csv_format_id()
    format bug id
csv_format_last_updated
in file csv_api.php, function csv_format_last_updated()
    return the last updated date
csv_format_os
in file csv_api.php, function csv_format_os()
    return the operating system
csv_format_os_build
in file csv_api.php, function csv_format_os_build()
    return the os build (os version)
csv_format_platform
in file csv_api.php, function csv_format_platform()
    return the platform
csv_format_priority
in file csv_api.php, function csv_format_priority()
    return the priority string
csv_format_projection
in file csv_api.php, function csv_format_projection()
    return the projection
csv_format_project_id
in file csv_api.php, function csv_format_project_id()
    returns the project name corresponding to the supplied project id.
csv_format_reporter_id
in file csv_api.php, function csv_format_reporter_id()
    returns the reporter name corresponding to the supplied id.
csv_format_reproducibility
in file csv_api.php, function csv_format_reproducibility()
    return the reproducability string
csv_format_resolution
in file csv_api.php, function csv_format_resolution()
    return the resolution string
csv_format_selection
in file csv_api.php, function csv_format_selection()
    return the selection
csv_format_severity
in file csv_api.php, function csv_format_severity()
    return the severity string
csv_format_status
in file csv_api.php, function csv_format_status()
    return the status string
csv_format_steps_to_reproduce
in file csv_api.php, function csv_format_steps_to_reproduce()
    return the steps to reproduce
csv_format_summary
in file csv_api.php, function csv_format_summary()
    return the summary
csv_format_target_version
in file csv_api.php, function csv_format_target_version()
    return the target_version
csv_format_version
in file csv_api.php, function csv_format_version()
    return the version
csv_format_view_state
in file csv_api.php, function csv_format_view_state()
    return the view state (eg: private / public)
csv_get_columns
in file csv_api.php, function csv_get_columns()
    An array of column names that are used to identify fields to include and in which order.
csv_get_default_filename
in file csv_api.php, function csv_get_default_filename()
    if all projects selected, default to <username>.csv, otherwise default to <projectname>.csv.
csv_get_newline
in file csv_api.php, function csv_get_newline()
    get the csv file new line, can be moved to config in the future
csv_get_separator
in file csv_api.php, function csv_get_separator()
    get the csv file separator, can be moved to config in the future
current_user_api.php
procedural page current_user_api.php
current_user_ensure_unprotected
in file current_user_api.php, function current_user_ensure_unprotected()
    Triggers an ERROR if the current user account is protected.
current_user_get_accessible_projects
in file current_user_api.php, function current_user_get_accessible_projects()
    Returns an array of projects that are accessible to the current logged in user.
current_user_get_accessible_subprojects
in file current_user_api.php, function current_user_get_accessible_subprojects()
    Returns an array of subprojects of the specified project to which the currently logged in user has access to.
current_user_get_access_level
in file current_user_api.php, function current_user_get_access_level()
    Returns the access level of the current user in the current project
current_user_get_all_accessible_subprojects
in file current_user_api.php, function current_user_get_all_accessible_subprojects()
    Returns an array of subprojects of the specified project to which the currently logged in user has access, including subprojects of subprojects
current_user_get_assigned_open_bug_count
in file current_user_api.php, function current_user_get_assigned_open_bug_count()
    Returns the number of open issues that are assigned to the current user in the current project.
current_user_get_bug_filter
in file current_user_api.php, function current_user_get_bug_filter()
    Returns the issue filter parameters for the current user
current_user_get_field
in file current_user_api.php, function current_user_get_field()
    Returns the specified field of the currently logged in user
current_user_get_pref
in file current_user_api.php, function current_user_get_pref()
    Returns the specified field of the currently logged in user
current_user_get_reported_open_bug_count
in file current_user_api.php, function current_user_get_reported_open_bug_count()
    Returns the number of open reported bugs by the current user in the current project
current_user_is_administrator
in file current_user_api.php, function current_user_is_administrator()
    Returns true if the currently logged in user is has a role of administrator or higher, false otherwise
current_user_is_anonymous
in file current_user_api.php, function current_user_is_anonymous()
    Returns true if the current user is the anonymous user.
current_user_is_protected
in file current_user_api.php, function current_user_is_protected()
    Returns true if the current user is a protected user, false otherwise.
current_user_set_default_project
in file current_user_api.php, function current_user_set_default_project()
    Return the specified field of the currently logged in user
current_user_set_pref
in file current_user_api.php, function current_user_set_pref()
    Sets the specified preference for the current logged in user.
custom_field_api.php
procedural page custom_field_api.php
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_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_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_api.php
procedural page custom_function_api.php
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()
check_checked
in file helper_api.php, function check_checked()
    If $p_var and $p_val are equal to each other then we PRINT CHECKED This is used when we want to know if a variable indicated a certain element is checked
check_selected
in file helper_api.php, function check_selected()
    If $p_var is not an array and is equal to $p_val then we PRINT SELECTED.
top

d

database_api.php
procedural page database_api.php
db_affected_rows
in file database_api.php, function db_affected_rows()
    Retrieve number of rows affected by a specific database query
db_check_database_support
in file database_api.php, function db_check_database_support()
    Returns whether php supprot for a database is enabled
db_close
in file database_api.php, function db_close()
    close the connection.
db_connect
in file database_api.php, function db_connect()
    Open a connection to the database.
db_count_queries
in file database_api.php, function db_count_queries()
    count queries
db_count_unique_queries
in file database_api.php, function db_count_unique_queries()
    count unique queries
db_error
in file database_api.php, function db_error()
    send both the error number and error message and query (optional) as paramaters for a triggered error
db_error_msg
in file database_api.php, function db_error_msg()
    Returns the last status or error message. Returns the last status or error message. The error message is reset when Execute() is called.
db_error_num
in file database_api.php, function db_error_num()
    Returns the last error number. The error number is reset after every call to Execute(). If 0 is returned, no error occurred.
db_fetch_array
in file database_api.php, function db_fetch_array()
    Retrieve the next row returned from a specific database query
db_field_exists
in file database_api.php, function db_field_exists()
    Check if the specified field exists in a given table
db_field_names
in file database_api.php, function db_field_names()
    Retrieve list of fields for a given table
db_get_table
in file database_api.php, function db_get_table()
    get database table name
db_get_table_list
in file database_api.php, function db_get_table_list()
    get list database tables
db_helper_compare_days
in file database_api.php, function db_helper_compare_days()
    A helper function to compare two dates against a certain number of days
db_helper_like
in file database_api.php, function db_helper_like()
    A helper function that generates a case-sensitive or case-insensitive like phrase based on the current db type.
db_index_exists
in file database_api.php, function db_index_exists()
    Check if the specified table index exists.
db_insert_id
in file database_api.php, function db_insert_id()
    return the last inserted id for a specific database table
db_is_connected
in file database_api.php, function db_is_connected()
    Returns whether a connection to the database exists
db_is_db2
in file database_api.php, function db_is_db2()
    Checks if the database driver is DB2
db_is_mssql
in file database_api.php, function db_is_mssql()
    Checks if the database driver is MS SQL
db_is_mysql
in file database_api.php, function db_is_mysql()
    Checks if the database driver is MySQL
db_is_pgsql
in file database_api.php, function db_is_pgsql()
    Checks if the database driver is PostgreSQL
db_minutes_to_hhmm
in file database_api.php, function db_minutes_to_hhmm()
    convert minutes to a time format [h]h:mm
db_now
in file database_api.php, function db_now()
    return current timestamp for DB
db_num_rows
in file database_api.php, function db_num_rows()
    Retrieve number of rows returned for a specific database query
db_param
in file database_api.php, function db_param()
    Generate a string to insert a parameter into a database query string
db_prepare_binary_string
in file database_api.php, function db_prepare_binary_string()
    prepare a binary string before DB insertion
db_prepare_bool
in file database_api.php, function db_prepare_bool()
    prepare a boolean for database insertion.
db_prepare_double
in file database_api.php, function db_prepare_double()
    prepare a double for database insertion.
db_prepare_int
in file database_api.php, function db_prepare_int()
    prepare a int for database insertion.
db_prepare_string
in file database_api.php, function db_prepare_string()
    prepare a string before DB insertion
db_query
in file database_api.php, function db_query()
    execute query, requires connection to be opened An error will be triggered if there is a problem executing the query.
db_query_bound
in file database_api.php, function db_query_bound()
    execute query, requires connection to be opened An error will be triggered if there is a problem executing the query.
db_result
in file database_api.php, function db_result()
    Retrieve a result returned from a specific database query
db_table_exists
in file database_api.php, function db_table_exists()
    Check if the specified table exists.
db_time_queries
in file database_api.php, function db_time_queries()
    get total time for queries
date_api.php
procedural page date_api.php
date_finish_calendar
in file date_api.php, function date_finish_calendar()
    creates javascript calendar objects, point to input element ($p_field_name) that diaplays date, and connects it with calendar button ($p_button_name) created with date_print_calendar.
date_get_null
in file date_api.php, function date_get_null()
    gets null date
date_is_null
in file date_api.php, function date_is_null()
    checks if date is null
date_print_calendar
in file date_api.php, function date_print_calendar()
    prints calendar icon and adds required javascript and css files if they haven't already been imported.
date_restore_timezone
in file date_api.php, function date_restore_timezone()
    restore previous timezone
date_set_timezone
in file date_api.php, function date_set_timezone()
    set new timezone
diskfile_is_name_unique
in file file_api.php, function diskfile_is_name_unique()
top

e

email_api.php
procedural page email_api.php
email_append_domain
in file email_api.php, function email_append_domain()
    Appends an email domain to the specified email address if email is not empty, it doesn't already have a domain part and if a limit_email_domain is configured.
email_assign
in file email_api.php, function email_assign()
    send notices when a bug is ASSIGNED
email_bugnote_add
in file email_api.php, function email_bugnote_add()
    send notices when a new bugnote
email_bug_deleted
in file email_api.php, function email_bug_deleted()
    send notices when a bug is DELETED
email_bug_info_to_one_user
in file email_api.php, function email_bug_info_to_one_user()
    Send bug info to given user
email_bug_reminder
in file email_api.php, function email_bug_reminder()
    Send a bug reminder to each of the given user, or to each user if the first parameter is an array return an array of usernames to which the reminder was successfully sent
email_build_subject
in file email_api.php, function email_build_subject()
    formats the subject correctly we include the project name, bug id, and summary.
email_build_visible_bug_data
in file email_api.php, function email_build_visible_bug_data()
    Build the bug raw data visible for specified user to be translated and sent by email to the user
email_close
in file email_api.php, function email_close()
    send notices when a bug is CLOSED
email_collect_recipients
in file email_api.php, function email_collect_recipients()
email_ensure_not_disposable
in file email_api.php, function email_ensure_not_disposable()
    Check if the email address is disposable
email_ensure_valid
in file email_api.php, function email_ensure_valid()
    Check if the email address is valid
email_format_attribute
in file email_api.php, function email_format_attribute()
    if $p_visible_bug_data contains specified attribute the function returns concatenated translated attribute name and original attribute value. Else return empty string.
email_format_bug_message
in file email_api.php, function email_format_bug_message()
    Build the bug info part of the message
email_generic
in file email_api.php, function email_generic()
    send a generic email $p_notify_type: use check who she get notified of such event.
email_is_disposable
in file email_api.php, function email_is_disposable()
    Check if the email address is disposable
email_is_valid
in file email_api.php, function email_is_valid()
    check to see that the format is valid and that the mx record exists
email_monitor_added
in file email_api.php, function email_monitor_added()
    Send notices that a user is now monitoring the bug. Typically this will only be sent when the added user is not the logged in user. This is assuming that receive own notifications is OFF (default).
email_new_bug
in file email_api.php, function email_new_bug()
    send notices when a new bug is added
email_notify_flag
in file email_api.php, function email_notify_flag()
    email_notify_flag Get the value associated with the specific action and flag.
email_notify_new_account
in file email_api.php, function email_notify_new_account()
    notify the selected group a new user has signup
email_regex_simple
in file email_api.php, function email_regex_simple()
    Use a simple perl regex for valid email addresses. This is not a complete regex, as it does not cover quoted addresses or domain literals, but it is simple and covers the vast majority of all email addresses without being overly complex.
email_relationship_added
in file email_api.php, function email_relationship_added()
    send notices when a relationship is ADDED
email_relationship_child_closed
in file email_api.php, function email_relationship_child_closed()
    send notices to all the handlers of the parent bugs when a child bug is CLOSED
email_relationship_child_resolved
in file email_api.php, function email_relationship_child_resolved()
    send notices to all the handlers of the parent bugs when a child bug is RESOLVED
email_relationship_child_resolved_closed
in file email_api.php, function email_relationship_child_resolved_closed()
    send notices to all the handlers of the parent bugs still open when a child bug is resolved/closed
email_relationship_deleted
in file email_api.php, function email_relationship_deleted()
    send notices when a relationship is DELETED
email_reopen
in file email_api.php, function email_reopen()
    send notices when a bug is REOPENED
email_resolved
in file email_api.php, function email_resolved()
    send notices when a bug is RESOLVED
email_send
in file email_api.php, function email_send()
    This function sends an email message based on the supplied email data.
email_send_all
in file email_api.php, function email_send_all()
    This function sends all the emails that are stored in the queue. If a failure occurs, then the function exists. This function will be called after storing emails in case of synchronous emails, or will be called from a cronjob in case of asynchronous emails.
email_send_confirm_hash_url
in file email_api.php, function email_send_confirm_hash_url()
    Send confirm_hash url to user forgets the password
email_signup
in file email_api.php, function email_signup()
    Send password to user
email_smtp_close
in file email_api.php, function email_smtp_close()
    closes opened kept alive SMTP connection (if it was opened)
email_sponsorship_added
in file email_api.php, function email_sponsorship_added()
    send notices when a bug is sponsored
email_sponsorship_deleted
in file email_api.php, function email_sponsorship_deleted()
    send notices when a sponsorship is deleted
email_sponsorship_updated
in file email_api.php, function email_sponsorship_updated()
    send notices when a sponsorship is modified
email_store
in file email_api.php, function email_store()
    Store email in queue for sending
email_queue_api.php
procedural page email_queue_api.php
email_queue_add
in file email_queue_api.php, function email_queue_add()
    Add to email queue
email_queue_delete
in file email_queue_api.php, function email_queue_delete()
    Delete entry from email queue
email_queue_get
in file email_queue_api.php, function email_queue_get()
    Get Corresponding EmailData object
email_queue_get_ids
in file email_queue_api.php, function email_queue_get_ids()
    Get array of email queue id's
email_queue_prepare_db
in file email_queue_api.php, function email_queue_prepare_db()
    Return a copy of the bug structure with all the instvars prepared for db insertion
email_queue_row_to_object
in file email_queue_api.php, function email_queue_row_to_object()
    Convert email db row to EmailData object
error_api.php
procedural page error_api.php
error_build_parameter_string
in file error_api.php, function error_build_parameter_string()
    Build a string describing the parameters to a function
error_handled
in file error_api.php, function error_handled()
    Check if we have handled an error during this page
error_parameters
in file error_api.php, function error_parameters()
    Set additional info parameters to be used when displaying the next error This function takes a variable number of parameters
error_print_context
in file error_api.php, function error_print_context()
    Print out the variable context given
error_print_details
in file error_api.php, function error_print_details()
    Print out the error details including context
error_print_stack_trace
in file error_api.php, function error_print_stack_trace()
    Print out a stack trace
error_proceed_url
in file error_api.php, function error_proceed_url()
    Set a url to give to the user to proceed after viewing the error
error_string
in file error_api.php, function error_string()
    Return an error string (in the current language) for the given error.
event_api.php
procedural page event_api.php
event_callback
in file event_api.php, function event_callback()
    Executes a plugin's callback function for a given event.
event_clear_callbacks
in file event_api.php, function event_clear_callbacks()
    In the case of errors that halt execution, it is useful to clear the list of event callbacks so that no other callbacks are executed while the error message is being displayed.
event_declare
in file event_api.php, function event_declare()
    Declare an event of a given type.
event_declare_many
in file event_api.php, function event_declare_many()
    Convenience function for decleare multiple events.
event_hook
in file event_api.php, function event_hook()
    Hook a callback function to a given event.
event_hook_many
in file event_api.php, function event_hook_many()
    Hook multiple callback functions to multiple events.
event_signal
in file event_api.php, function event_signal()
    Signal an event to execute and handle callbacks as necessary.
event_type_chain
in file event_api.php, function event_type_chain()
    Process a chained event type.
event_type_default
in file event_api.php, function event_type_default()
    Process a default event type.
event_type_execute
in file event_api.php, function event_type_execute()
    Process an execute event type.
event_type_first
in file event_api.php, function event_type_first()
    Process a first-return event.
event_type_output
in file event_api.php, function event_type_output()
    Process an output event type.
excel_api.php
procedural page excel_api.php
excel_format_additional_information
in file excel_api.php, function excel_format_additional_information()
    Gets the formatted 'additional information' field.
excel_format_bugnotes_count
in file excel_api.php, function excel_format_bugnotes_count()
    Gets the formatted number of bug notes.
excel_format_build
in file excel_api.php, function excel_format_build()
    Gets the formatted product build,
excel_format_category_id
in file excel_api.php, function excel_format_category_id()
    Gets the formatted category.
excel_format_column_title
in file excel_api.php, function excel_format_column_title()
    Generates a cell XML for a column title.
excel_format_custom_field
in file excel_api.php, function excel_format_custom_field()
    Gets the formatted value for the specified issue id, project and custom field.
excel_format_date_submitted
in file excel_api.php, function excel_format_date_submitted()
    Gets the formatted date submitted.
excel_format_description
in file excel_api.php, function excel_format_description()
    Gets the formatted description field.
excel_format_due_date
in file excel_api.php, function excel_format_due_date()
    Gets the formatted due date.
excel_format_eta
in file excel_api.php, function excel_format_eta()
    Gets the formatted eta.
excel_format_fixed_in_version
in file excel_api.php, function excel_format_fixed_in_version()
    Gets the formatted fixed in version.
excel_format_handler_id
in file excel_api.php, function excel_format_handler_id()
    Gets the formatted handler id.
excel_format_id
in file excel_api.php, function excel_format_id()
    Gets the formatted bug id value.
excel_format_last_updated
in file excel_api.php, function excel_format_last_updated()
    Gets the formatted date last updated.
excel_format_os
in file excel_api.php, function excel_format_os()
    Gets the formatted operating system.
excel_format_os_build
in file excel_api.php, function excel_format_os_build()
    Gets the formatted operating system build (version).
excel_format_platform
in file excel_api.php, function excel_format_platform()
    Gets the formatted platform,
excel_format_priority
in file excel_api.php, function excel_format_priority()
    Gets the formatted priority.
excel_format_projection
in file excel_api.php, function excel_format_projection()
    Gets the formatted projection.
excel_format_project_id
in file excel_api.php, function excel_format_project_id()
    Gets the formatted project id value.
excel_format_reporter_id
in file excel_api.php, function excel_format_reporter_id()
    Gets the formatted reporter id value.
excel_format_reproducibility
in file excel_api.php, function excel_format_reproducibility()
    Gets the formatted reproducibility.
excel_format_resolution
in file excel_api.php, function excel_format_resolution()
    Gets the resolution field.
excel_format_selection
in file excel_api.php, function excel_format_selection()
    Gets the formatted selection.
excel_format_severity
in file excel_api.php, function excel_format_severity()
    Gets the formatted severity.
excel_format_status
in file excel_api.php, function excel_format_status()
    Gets the status field.
excel_format_steps_to_reproduce
in file excel_api.php, function excel_format_steps_to_reproduce()
    Gets the formatted 'steps to reproduce' field.
excel_format_summary
in file excel_api.php, function excel_format_summary()
    Gets the summary field.
excel_format_target_version
in file excel_api.php, function excel_format_target_version()
    Gets the formatted target version.
excel_format_version
in file excel_api.php, function excel_format_version()
    Gets the formatted version.
excel_format_view_state
in file excel_api.php, function excel_format_view_state()
    Gets the formatted view state,
excel_get_columns
in file excel_api.php, function excel_get_columns()
    Gets the columns to be included in the Excel Xml export.
excel_get_default_filename
in file excel_api.php, function excel_get_default_filename()
    Gets the download file name for the Excel export. If 'All Projects' selected, default to <username>, otherwise default to <projectname>.
excel_get_end_row
in file excel_api.php, function excel_get_end_row()
    Generates the xml for the end of an Excel row.
excel_get_footer
in file excel_api.php, function excel_get_footer()
    A method that returns the footer for an Excel Xml file.
excel_get_header
in file excel_api.php, function excel_get_header()
    A method that returns the header for an Excel Xml file.
excel_get_start_row
in file excel_api.php, function excel_get_start_row()
    Generates the xml for the start of an Excel row.
excel_get_titles_row
in file excel_api.php, function excel_get_titles_row()
    Gets an Xml Row that contains all column titles.
excel_prepare_string
in file excel_api.php, function excel_prepare_string()
    Escapes the specified column value and includes it in a Cell Xml.
top

f

file_api.php
procedural page file_api.php
file_add
in file file_api.php, function file_add()
    Add a file to the system using the configured storage method
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_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_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_api.php
procedural page filter_api.php
filter_cache_result
in file filter_api.php, function filter_cache_result()
    Cache the filter results with bugnote stats for later use
filter_cache_row
in file filter_api.php, function filter_cache_row()
    Cache a filter row if necessary and return the cached copy If the second parameter is true (default), trigger an error if the filter can't be found. If the second parameter is false, return false if the filter can't be found.
filter_clear_cache
in file filter_api.php, function filter_clear_cache()
    Clear the filter cache (or just the given id if specified)
filter_db_can_delete_filter
in file filter_api.php, function filter_db_can_delete_filter()
    Check if the current user has permissions to delete the stored query
filter_db_delete_current_filters
in file filter_api.php, function filter_db_delete_current_filters()
    Delete all the unnamed filters
filter_db_delete_filter
in file filter_api.php, function filter_db_delete_filter()
    Delete the filter specified by $p_filter_id
filter_db_get_available_queries
in file filter_api.php, function filter_db_get_available_queries()
filter_db_get_filter
in file filter_api.php, function filter_db_get_filter()
    This function returns the filter string that is
filter_db_get_name
in file filter_api.php, function filter_db_get_name()
    Query for the filter name using the filter id
filter_db_get_project_current
in file filter_api.php, function filter_db_get_project_current()
filter_db_set_for_current_user
in file filter_api.php, function filter_db_set_for_current_user()
    Add a filter to the database for the current user
filter_deserialize
in file filter_api.php, function filter_deserialize()
    Deserialize filter string
filter_draw_selection_area
in file filter_api.php, function filter_draw_selection_area()
    Mainly based on filter_draw_selection_area2() but adds the support for the collapsible filter display.
filter_draw_selection_area2
in file filter_api.php, function filter_draw_selection_area2()
    Prints the filter selection area for both the bug list view screen and the bug list print screen. This function was an attempt to make it easier to add new filters and rearrange them on screen for both pages.
filter_encode_field_and_value
in file filter_api.php, function filter_encode_field_and_value()
    Encodes a field and it's value for the filter URL. This handles the URL encoding and arrays.
filter_ensure_valid_filter
in file filter_api.php, function filter_ensure_valid_filter()
    Make sure that our filters are entirely correct and complete (it is possible that they are not).
filter_field_is_any
in file filter_api.php, function filter_field_is_any()
    Checks the supplied value to see if it is an ANY value.
filter_field_is_myself
in file filter_api.php, function filter_field_is_myself()
    Checks the supplied value to see if it is a MYSELF value.
filter_field_is_none
in file filter_api.php, function filter_field_is_none()
    Checks the supplied value to see if it is a NONE value.
filter_get_bug_count
in file filter_api.php, function filter_get_bug_count()
    Build a query with the query clauses array, query for bug count and return the result
filter_get_bug_rows
in file filter_api.php, function filter_get_bug_rows()
filter_get_default
in file filter_api.php, function filter_get_default()
    Get the standard filter that is to be used when no filter was previously saved.
filter_get_field
in file filter_api.php, function filter_get_field()
    Get the value of the filter field specified by filter id and field name
filter_get_plugin_filters
in file filter_api.php, function filter_get_plugin_filters()
    Allow plugins to define a set of class-based filters, and register/load them here to be used by the rest of filter_api.
filter_get_query_sort_data
in file filter_api.php, function filter_get_query_sort_data()
    Add sort parameters to the query clauses
filter_get_row
in file filter_api.php, function filter_get_row()
    Get the array fields specified by $p_filter_id
filter_get_url
in file filter_api.php, function filter_get_url()
    Get a permalink for the current active filter. The results of using these fields by other users can be inconsistent with the original results due to fields like "Myself", "Current Project", and due to access level.
filter_is_cookie_valid
in file filter_api.php, function filter_is_cookie_valid()
    Check if the filter cookie exists and is of the correct version.
filter_name_valid_length
in file filter_api.php, function filter_name_valid_length()
filter_offset
in file filter_api.php, function filter_offset()
    Figure out the offset into the db query, offset is which record to start querying from
filter_page_count
in file filter_api.php, function filter_page_count()
    Use $p_count and $p_per_page to determine how many pages to split this list up into.
filter_per_page
in file filter_api.php, function filter_per_page()
filter_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.
form_api.php
procedural page form_api.php
form_action_self
in file form_api.php, function form_action_self()
    Helper function to generate a form action value when forms are designed to be submitted to the same url that's is currently being used, such as helper_ensure_confirmed() or auth_reauthenticate().
form_security_field
in file form_api.php, function form_security_field()
    Get a hidden form element containing a generated form security token.
form_security_param
in file form_api.php, function form_security_param()
    Get a URL parameter containing a generated form security token.
form_security_purge
in file form_api.php, function form_security_purge()
    Purge form security tokens that are older than 3 days, or used for form validation.
form_security_token
in file form_api.php, function form_security_token()
    Generate a random security token, prefixed by date, store it in the user's session, and then return the string to be used as a form element element with the security token as the value.
form_security_validate
in file form_api.php, function form_security_validate()
    Validate the security token for the given form name based on tokens stored in the user's session. While checking stored tokens, any that are more than 3 days old will be purged.
top

g

$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_script_login_cookie
in file authentication_api.php, global variable $g_script_login_cookie
$g_collapse_cache_token
in file collapse_api.php, global variable $g_collapse_cache_token
$g_current_collapse_section
in file collapse_api.php, global variable $g_current_collapse_section
$g_open_collapse_section
in file collapse_api.php, global variable $g_open_collapse_section
$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_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_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_event_cache
in file event_api.php, global variable $g_event_cache
$g_cache_filter_db_filters
in file filter_api.php, global variable $g_cache_filter_db_filters
$g_cookie_httponly_flag_enabled
in file gpc_api.php, global variable $g_cookie_httponly_flag_enabled
    Determines (once-off) whether the version of PHP executing this script has support for the HttpOnly cookie flag. If so, we will set this flag to true so that it'll be added to all cookies sent to the client.
$g_cookie_secure_flag_enabled
in file gpc_api.php, global variable $g_cookie_secure_flag_enabled
    Determines (once-off) whether the client is accessing this script via a secure connection. If they are, we want to use the Secure cookie flag to prevent the cookie from being transmitted to other domains.
gpc_api.php
procedural page gpc_api.php
gpc_clear_cookie
in file gpc_api.php, function gpc_clear_cookie()
    Clear a cookie variable
gpc_get
in file gpc_api.php, function gpc_get()
    GET, POST, and Cookie API --------------- Retrieve a GPC variable.
gpc_get_bool
in file gpc_api.php, function gpc_get_bool()
    Retrieve a boolean GPC variable. Uses gpc_get().
gpc_get_bool_array
in file gpc_api.php, function gpc_get_bool_array()
    Retrieve a boolean array GPC variable. Uses gpc_get().
gpc_get_cookie
in file gpc_api.php, function gpc_get_cookie()
    Retrieve a cookie variable
gpc_get_custom_field
in file gpc_api.php, function gpc_get_custom_field()
    Retrieve a custom field variable. Uses gpc_get().
gpc_get_file
in file gpc_api.php, function gpc_get_file()
    Retrieve a file variable
gpc_get_int
in file gpc_api.php, function gpc_get_int()
    Retrieve an integer GPC variable. Uses gpc_get().
gpc_get_int_array
in file gpc_api.php, function gpc_get_int_array()
    Retrieve an integer array GPC variable. Uses gpc_get().
gpc_get_string
in file gpc_api.php, function gpc_get_string()
    Retrieve a string GPC variable. Uses gpc_get().
gpc_get_string_array
in file gpc_api.php, function gpc_get_string_array()
    Retrieve a string array GPC variable. Uses gpc_get().
gpc_isset
in file gpc_api.php, function gpc_isset()
gpc_isset_custom_field
in file gpc_api.php, function gpc_isset_custom_field()
    see if a custom field variable is set. Uses gpc_isset().
gpc_make_array
in file gpc_api.php, function gpc_make_array()
    Convert a POST/GET parameter to an array if it is not already one.
gpc_set_cookie
in file gpc_api.php, function gpc_set_cookie()
    Set a cookie variable If $p_expire is false instead of a number, the cookie will expire when the browser is closed; if it is true, the default time from the config file will be used.
gpc_string_to_bool
in file gpc_api.php, function gpc_string_to_bool()
    Convert a string to a bool
gpc_strip_slashes
in file gpc_api.php, function gpc_strip_slashes()
    Strip slashes if necessary (supports arrays)
graphviz_api.php
procedural page graphviz_api.php
GRAPHVIZ_ATTRIBUTED_DOT
in file graphviz_api.php, constant GRAPHVIZ_ATTRIBUTED_DOT
    constant(s) defining the output formats supported by dot and neato.
GRAPHVIZ_CANONICAL_DOT
in file graphviz_api.php, constant GRAPHVIZ_CANONICAL_DOT
GRAPHVIZ_CMAP
in file graphviz_api.php, constant GRAPHVIZ_CMAP
GRAPHVIZ_CMAPX
in file graphviz_api.php, constant GRAPHVIZ_CMAPX
GRAPHVIZ_GIF
in file graphviz_api.php, constant GRAPHVIZ_GIF
GRAPHVIZ_HPGL
in file graphviz_api.php, constant GRAPHVIZ_HPGL
GRAPHVIZ_IMAP
in file graphviz_api.php, constant GRAPHVIZ_IMAP
GRAPHVIZ_ISMAP
in file graphviz_api.php, constant GRAPHVIZ_ISMAP
GRAPHVIZ_JPEG
in file graphviz_api.php, constant GRAPHVIZ_JPEG
GRAPHVIZ_MIF
in file graphviz_api.php, constant GRAPHVIZ_MIF
GRAPHVIZ_PCL
in file graphviz_api.php, constant GRAPHVIZ_PCL
GRAPHVIZ_PDF
in file graphviz_api.php, constant GRAPHVIZ_PDF
GRAPHVIZ_PLAIN
in file graphviz_api.php, constant GRAPHVIZ_PLAIN
GRAPHVIZ_PLAIN_EXT
in file graphviz_api.php, constant GRAPHVIZ_PLAIN_EXT
GRAPHVIZ_PNG
in file graphviz_api.php, constant GRAPHVIZ_PNG
GRAPHVIZ_PS
in file graphviz_api.php, constant GRAPHVIZ_PS
GRAPHVIZ_SVG
in file graphviz_api.php, constant GRAPHVIZ_SVG
GRAPHVIZ_SVGZ
in file graphviz_api.php, constant GRAPHVIZ_SVGZ
GRAPHVIZ_VRML
in file graphviz_api.php, constant GRAPHVIZ_VRML
GRAPHVIZ_WBMP
in file graphviz_api.php, constant GRAPHVIZ_WBMP
GRAPHVIZ_XBM
in file graphviz_api.php, constant GRAPHVIZ_XBM
get_enum_element
in file helper_api.php, function get_enum_element()
    Given a enum string and num, return the appropriate string
get_status_color
in file helper_api.php, function get_status_color()
    get the color string for the given status
get_dropdown
in file print_api.php, function get_dropdown()
get_email_link
in file print_api.php, function get_email_link()
get_email_link_with_subject
in file print_api.php, function get_email_link_with_subject()
get_status_option_list
in file print_api.php, function get_status_option_list()
$g_session
in file session_api.php, global variable $g_session
getClassProperties
in file utility_api.php, function getClassProperties()
get_font_path
in file utility_api.php, function get_font_path()
get_gd_version
in file utility_api.php, function get_gd_version()
    Return GD version
top

h

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

i

is_browser_chrome
in file http_api.php, function is_browser_chrome()
    Checks to see if the client is using Google Chrome so we can enable quirks and hacky non-standards-compliant workarounds.
is_browser_internet_explorer
in file http_api.php, function is_browser_internet_explorer()
    Check to see if the client is using Microsoft Internet Explorer so we can enable quirks and hacky non-standards-compliant workarounds.
icon_api.php
procedural page icon_api.php
icon_get_status_icon
in file icon_api.php, function icon_get_status_icon()
    gets the status icon
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"
is_blank
in file utility_api.php, function is_blank()
    Return true if the parameter is an empty string or a string
is_page_name
in file utility_api.php, function is_page_name()
    return true or false if string matches current page name
is_windows_server
in file utility_api.php, function is_windows_server()
top

j

json_api.php
procedural page json_api.php
json_url
in file json_api.php, function json_url()
    Get a chunk of JSON from a given URL.
top

l

lang_api.php
procedural page lang_api.php
lang_ensure_loaded
in file lang_api.php, function lang_ensure_loaded()
    Ensures that a language file has been loaded
lang_exists
in file lang_api.php, function lang_exists()
    Check the language entry, if found return true, otherwise return false.
lang_get
in file lang_api.php, function lang_get()
    Retrieves an internationalized string
lang_get_current
in file lang_api.php, function lang_get_current()
    return value on top of the language stack
lang_get_default
in file lang_api.php, function lang_get_default()
    Determine the preferred language
lang_get_defaulted
in file lang_api.php, function lang_get_defaulted()
    Get language:
  • If found, return the appropriate string (as lang_get()).
lang_language_exists
in file lang_api.php, function lang_language_exists()
    Check if the given language exists
lang_load
in file lang_api.php, function lang_load()
    Loads the specified language and stores it in $g_lang_strings, to be used by lang_get
lang_map_auto
in file lang_api.php, function lang_map_auto()
lang_pop
in file lang_api.php, function lang_pop()
    pop a language onto the stack and return it
lang_push
in file lang_api.php, function lang_push()
    language stack implementation
last_visited_api.php
procedural page last_visited_api.php
last_visited_enabled
in file last_visited_api.php, function last_visited_enabled()
    Determine if last visited feature is enabled
last_visited_get_array
in file last_visited_api.php, function last_visited_get_array()
    Get an array of the last visited bug ids. We intentionally don't check if the ids still exists to avoid performance degradation.
last_visited_issue
in file last_visited_api.php, function last_visited_issue()
    This method should be called from view, update, print pages for issues, mantisconnect.
ldap_api.php
procedural page ldap_api.php
ldap_authenticate
in file ldap_api.php, function ldap_authenticate()
    Attempt to authenticate the user against the LDAP directory
ldap_authenticate_by_username
in file ldap_api.php, function ldap_authenticate_by_username()
    Authenticates an user via LDAP given the username and password.
ldap_connect_bind
in file ldap_api.php, function ldap_connect_bind()
    Connect and bind to the LDAP directory
ldap_email
in file ldap_api.php, function ldap_email()
    returns an email address from LDAP, given a userid
ldap_email_from_username
in file ldap_api.php, function ldap_email_from_username()
    Return an email address from LDAP, given a username
ldap_escape_string
in file ldap_api.php, function ldap_escape_string()
    Escapes the LDAP string to disallow injection.
ldap_get_field_from_username
in file ldap_api.php, function ldap_get_field_from_username()
    Gets the value of a specific field from LDAP given the user name and LDAP field name.
ldap_has_group
in file ldap_api.php, function ldap_has_group()
    Return true if the $uid has an assigngroup=$p_group tag, false otherwise
ldap_realname
in file ldap_api.php, function ldap_realname()
    Gets a user's real name (common name) given the id.
ldap_realname_from_username
in file ldap_api.php, function ldap_realname_from_username()
    Gets a user real name given their user name.
ldap_simulatiom_realname_from_username
in file ldap_api.php, function ldap_simulatiom_realname_from_username()
    Given a username, this methods gets the realname or empty string if not found.
ldap_simulation_authenticate_by_username
in file ldap_api.php, function ldap_simulation_authenticate_by_username()
    Authenticates the specified user id / password based on the simulation data.
ldap_simulation_email_from_username
in file ldap_api.php, function ldap_simulation_email_from_username()
    Given a username, gets the email address or empty address if user is not found.
ldap_simulation_get_user
in file ldap_api.php, function ldap_simulation_get_user()
    Gets a user from LDAP simulation mode given the username.
ldap_simulation_is_enabled
in file ldap_api.php, function ldap_simulation_is_enabled()
    Checks if the LDAP simulation mode is enabled.
logging_api.php
procedural page logging_api.php
log_event
in file logging_api.php, function log_event()
    Log an event
top

m

make_lf_crlf
in file email_api.php, function make_lf_crlf()
    clean up LF to CRLF
mb_substr
in file php_api.php, function mb_substr()
memory_get_peak_usage
in file php_api.php, function memory_get_peak_usage()
multi_sort
in file utility_api.php, function multi_sort()
    Sort a multi-dimensional array by one of its keys
top

n

news_api.php
procedural page news_api.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_ensure_enabled
in file news_api.php, function news_ensure_enabled()
news_get_count
in file news_api.php, function news_get_count()
news_get_field
in file news_api.php, function news_get_field()
news_get_limited_rows
in file news_api.php, function news_get_limited_rows()
news_get_row
in file news_api.php, function news_get_row()
news_get_rows
in file news_api.php, function news_get_rows()
news_is_enabled
in file news_api.php, function news_is_enabled()
news_is_private
in file news_api.php, function news_is_private()
news_update
in file news_api.php, function news_update()
top

o

obsolete.php
procedural page obsolete.php
top

p

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

r

relationship_api.php
procedural page relationship_api.php
relationship_add
in file relationship_api.php, function relationship_add()
    Add a new relationship
relationship_can_resolve_bug
in file relationship_api.php, function relationship_can_resolve_bug()
    return false if there are child bugs not resolved/closed N.B. we don't check if the parent bug is read-only. This is because the answer of this function is indepedent from the state of the parent bug itself.
relationship_copy_all
in file relationship_api.php, function relationship_copy_all()
    copy all the relationships related to a specific bug to a new bug
relationship_delete
in file relationship_api.php, function relationship_delete()
    Delete a relationship
relationship_delete_all
in file relationship_api.php, function relationship_delete_all()
    Deletes all the relationships related to a specific bug (both source and destination)
relationship_exists
in file relationship_api.php, function relationship_exists()
    check if there is a relationship between two bugs
relationship_get
in file relationship_api.php, function relationship_get()
    get a relationship from id
relationship_get_all
in file relationship_api.php, function relationship_get_all()
    get all relationships associated with the given bug
relationship_get_all_dest
in file relationship_api.php, function relationship_get_all_dest()
    get all relationships with the given bug as destination
relationship_get_all_src
in file relationship_api.php, function relationship_get_all_src()
    get all relationships with the given bug as source
relationship_get_complementary_type
in file relationship_api.php, function relationship_get_complementary_type()
    Return the complementary type of the provided relationship
relationship_get_description_dest_side
in file relationship_api.php, function relationship_get_description_dest_side()
    get class description of a relationship (destination side)
relationship_get_description_for_history
in file relationship_api.php, function relationship_get_description_for_history()
    get class description of a relationship as it's stored in the history
relationship_get_description_src_side
in file relationship_api.php, function relationship_get_description_src_side()
    get class description of a relationship (source side)
relationship_get_details
in file relationship_api.php, function relationship_get_details()
    return formatted string with all the details on the requested relationship
relationship_get_linked_bug_id
in file relationship_api.php, function relationship_get_linked_bug_id()
    retrieve the linked bug id of the relationship: provide src -> return dest; provide dest -> return src
relationship_get_summary_html
in file relationship_api.php, function relationship_get_summary_html()
    print ALL the RELATIONSHIPS OF A SPECIFIC BUG
relationship_get_summary_html_preview
in file relationship_api.php, function relationship_get_summary_html_preview()
    print ALL the RELATIONSHIPS OF A SPECIFIC BUG
relationship_get_summary_text
in file relationship_api.php, function relationship_get_summary_text()
    print ALL the RELATIONSHIPS OF A SPECIFIC BUG in text format (used by email_api.php
relationship_list_box
in file relationship_api.php, function relationship_list_box()
    print HTML relationship listbox
relationship_same_type_exists
in file relationship_api.php, function relationship_same_type_exists()
    check if there is a relationship between two bugs
relationship_update
in file relationship_api.php, function relationship_update()
    Update a relationship
relationship_view_box
in file relationship_api.php, function relationship_view_box()
    print HTML relationship form
relationship_graph_api.php
procedural page relationship_graph_api.php
relgraph_add_bug_to_graph
in file relationship_graph_api.php, function relgraph_add_bug_to_graph()
relgraph_add_child
in file relationship_graph_api.php, function relgraph_add_child()
relgraph_add_parent
in file relationship_graph_api.php, function relgraph_add_parent()
relgraph_generate_dep_graph
in file relationship_graph_api.php, function relgraph_generate_dep_graph()
relgraph_generate_rel_graph
in file relationship_graph_api.php, function relgraph_generate_rel_graph()
relgraph_output_image
in file relationship_graph_api.php, function relgraph_output_image()
relgraph_output_map
in file relationship_graph_api.php, function relgraph_output_map()
rss_api.php
procedural page rss_api.php
rss_calculate_key
in file rss_api.php, function rss_calculate_key()
    Calculates a key to be used for RSS authentication based on user name, cookie and password.
rss_get_issues_feed_url
in file rss_api.php, function rss_get_issues_feed_url()
    return rss issues feed url
rss_get_news_feed_url
in file rss_api.php, function rss_get_news_feed_url()
    return rss news feed url
rss_login
in file rss_api.php, function rss_login()
    Given the user name and the rss key, this method attempts to login the user. If successful, it return true, otherwise, returns false.
top

s

string_custom_field_value
in file custom_field_api.php, function string_custom_field_value()
    Prepare a string containing a custom field value for display
string_custom_field_value_for_email
in file custom_field_api.php, function string_custom_field_value_for_email()
    Prepare a string containing a custom field value for email
session_api.php
procedural page session_api.php
session_clean
in file session_api.php, function session_clean()
    Destroy the session entirely.
session_delete
in file session_api.php, function session_delete()
    Delete a session variable.
session_get
in file session_api.php, function session_get()
    Get arbitrary data from the session.
session_get_bool
in file session_api.php, function session_get_bool()
    Get a boolean from the session.
session_get_int
in file session_api.php, function session_get_int()
    Get an integer from the session.
session_get_string
in file session_api.php, function session_get_string()
    Get a string from the session.
session_init
in file session_api.php, function session_init()
    Initialize the appropriate session handler.
session_set
in file session_api.php, function session_set()
    Set a session variable.
session_validate
in file session_api.php, function session_validate()
    Validate the legitimacy of a session.
sponsorship_api.php
procedural page sponsorship_api.php
sponsorship_cache_row
in file sponsorship_api.php, function sponsorship_cache_row()
    Cache a sponsorship row if necessary and return the cached copy If the second parameter is true (default), trigger an error if the sponsorship can't be found. If the second parameter is false, return false if the sponsorship can't be found.
sponsorship_clear_cache
in file sponsorship_api.php, function sponsorship_clear_cache()
    Clear the sponsorship cache (or just the given id if specified)
sponsorship_delete
in file sponsorship_api.php, function sponsorship_delete()
    delete a sponsorship given its id id can be an array of ids or just an id.
sponsorship_exists
in file sponsorship_api.php, function sponsorship_exists()
    check to see if sponsorship exists by id
sponsorship_format_amount
in file sponsorship_api.php, function sponsorship_format_amount()
    This function should return the string in a globalized format.
sponsorship_get
in file sponsorship_api.php, function sponsorship_get()
    get information about a sponsorship given its id
sponsorship_get_all_ids
in file sponsorship_api.php, function sponsorship_get_all_ids()
    Return an array of Sponsorships associated with the specified bug id
sponsorship_get_amount
in file sponsorship_api.php, function sponsorship_get_amount()
    Get the amount of sponsorships for the specified id(s) handles the case where $p_sponsorship_id is an array or an id.
sponsorship_get_currency
in file sponsorship_api.php, function sponsorship_get_currency()
    Return the currency used for all sponsorships
sponsorship_get_id
in file sponsorship_api.php, function sponsorship_get_id()
    return false if not found
sponsorship_set
in file sponsorship_api.php, function sponsorship_set()
    if sponsorship contains a non-zero id, then update the corresponding record.
sponsorship_update_bug
in file sponsorship_api.php, function sponsorship_update_bug()
    Update bug to reflect sponsorship change
sponsorship_update_date
in file sponsorship_api.php, function sponsorship_update_date()
    updates the last_updated field
sponsorship_update_paid
in file sponsorship_api.php, function sponsorship_update_paid()
    updates the paid field
string_api.php
procedural page string_api.php
string_attribute
in file string_api.php, function string_attribute()
    Process a string for display in a text box
string_contains_scripting_chars
in file string_api.php, function string_contains_scripting_chars()
    Checks the supplied string for scripting characters, if it contains any, then return true, otherwise return false.
string_display
in file string_api.php, function string_display()
    Prepare a multiple line string for display to HTML
string_display_line
in file string_api.php, function string_display_line()
    Prepare a single line string for display to HTML
string_display_line_links
in file string_api.php, function string_display_line_links()
    Prepare a single line string for display to HTML and add href anchors for
string_display_links
in file string_api.php, function string_display_links()
    Prepare a string for display to HTML and add href anchors for URLs, emails,
string_email
in file string_api.php, function string_email()
    Prepare a string for plain text display in email
string_email_links
in file string_api.php, function string_email_links()
    Prepare a string for plain text display in email and add URLs for bug
string_format_complete_date
in file string_api.php, function string_format_complete_date()
    Format date for display
string_get_bugnote_view_link
in file string_api.php, function string_get_bugnote_view_link()
    return an href anchor that links to a bug VIEW page for the given bug
string_get_bugnote_view_url
in file string_api.php, function string_get_bugnote_view_url()
    return the name and GET parameters of a bug VIEW page for the given bug
string_get_bugnote_view_url_with_fqdn
in file string_api.php, function string_get_bugnote_view_url_with_fqdn()
    return the name and GET parameters of a bug VIEW page for the given bug account for the user preference and site override The returned url includes the fully qualified domain, hence it is suitable to be included in emails.
string_get_bug_page
in file string_api.php, function string_get_bug_page()
    return the name of a bug page for the user
string_get_bug_report_link
in file string_api.php, function string_get_bug_report_link()
    return an href anchor that links to a bug REPORT page for the given bug
string_get_bug_report_page
in file string_api.php, function string_get_bug_report_page()
    return the name of a bug REPORT page for the user
string_get_bug_report_url
in file string_api.php, function string_get_bug_report_url()
    return the name and GET parameters of a bug REPORT page for the given bug
string_get_bug_update_link
in file string_api.php, function string_get_bug_update_link()
    return an href anchor that links to a bug UPDATE page for the given bug
string_get_bug_update_page
in file string_api.php, function string_get_bug_update_page()
    return the name of a bug UPDATE page for the user
string_get_bug_update_url
in file string_api.php, function string_get_bug_update_url()
    return the name and GET parameters of a bug UPDATE page for the given bug
string_get_bug_view_link
in file string_api.php, function string_get_bug_view_link()
    return an href anchor that links to a bug VIEW page for the given bug
string_get_bug_view_page
in file string_api.php, function string_get_bug_view_page()
    return the name of a bug VIEW page for the user
string_get_bug_view_url
in file string_api.php, function string_get_bug_view_url()
    return the name and GET parameters of a bug VIEW page for the given bug
string_get_bug_view_url_with_fqdn
in file string_api.php, function string_get_bug_view_url_with_fqdn()
    return the name and GET parameters of a bug VIEW page for the given bug account for the user preference and site override The returned url includes the fully qualified domain, hence it is suitable to be included in emails.
string_get_confirm_hash_url
in file string_api.php, function string_get_confirm_hash_url()
    return the complete url link to checkin using the confirm_hash
string_get_field_name
in file string_api.php, function string_get_field_name()
    remap a field name to a string name (for sort filter)
string_html_entities
in file string_api.php, function string_html_entities()
    Calls htmlentities on the specified string, passing along the current charset.
string_html_specialchars
in file string_api.php, function string_html_specialchars()
    Calls htmlspecialchars on the specified string, handling utf8
string_insert_hrefs
in file string_api.php, function string_insert_hrefs()
    Detect URLs and email addresses in the string and replace them with href anchors
string_nl2br
in file string_api.php, function string_nl2br()
    Similar to nl2br, but fixes up a problem where new lines are doubled between html pre tags.
string_normalize
in file string_api.php, function string_normalize()
    Normalize a string by removing leading, trailing and excessive internal spaces
string_no_break
in file string_api.php, function string_no_break()
    Prepare a string to be printed without being broken into multiple lines
string_prepare_header
in file string_api.php, function string_prepare_header()
    Prepares a string to be used as part of header().
string_preserve_spaces_at_bol
in file string_api.php, function string_preserve_spaces_at_bol()
    Preserve spaces at beginning of lines.
string_process_bugnote_link
in file string_api.php, function string_process_bugnote_link()
    Process $p_string, looking for bugnote ID references and creating bug view links for them.
string_process_bug_link
in file string_api.php, function string_process_bug_link()
    Process $p_string, looking for bug ID references and creating bug view links for them.
string_process_cvs_link
in file string_api.php, function string_process_cvs_link()
    process the $p_string and convert filenames in the format
string_restore_valid_html_tags
in file string_api.php, function string_restore_valid_html_tags()
    This function looks for text with htmlentities
string_rss_links
in file string_api.php, function string_rss_links()
    Prepare a string for display in rss
string_sanitize_url
in file string_api.php, function string_sanitize_url()
    validate the url as part of this site before continuing
string_shorten
in file string_api.php, function string_shorten()
    Shorten a string for display on a dropdown to prevent the page rendering too wide
string_strip_hrefs
in file string_api.php, function string_strip_hrefs()
    Detect href anchors in the string and replace them with URLs and email addresses
string_textarea
in file string_api.php, function string_textarea()
string_url
in file string_api.php, function string_url()
    Process a string for inclusion in a URL as a GET parameter
summary_api.php
procedural page summary_api.php
summary_helper_print_row
in file summary_api.php, function summary_helper_print_row()
summary_new_bug_count_by_date
in file summary_api.php, function summary_new_bug_count_by_date()
summary_print_by_activity
in file summary_api.php, function summary_print_by_activity()
summary_print_by_age
in file summary_api.php, function summary_print_by_age()
summary_print_by_category
in file summary_api.php, function summary_print_by_category()
summary_print_by_date
in file summary_api.php, function summary_print_by_date()
summary_print_by_developer
in file summary_api.php, function summary_print_by_developer()
summary_print_by_enum
in file summary_api.php, function summary_print_by_enum()
summary_print_by_project
in file summary_api.php, function summary_print_by_project()
summary_print_by_reporter
in file summary_api.php, function summary_print_by_reporter()
summary_print_developer_resolution
in file summary_api.php, function summary_print_developer_resolution()
summary_print_reporter_effectiveness
in file summary_api.php, function summary_print_reporter_effectiveness()
summary_print_reporter_resolution
in file summary_api.php, function summary_print_reporter_resolution()
summary_resolved_bug_count_by_date
in file summary_api.php, function summary_resolved_bug_count_by_date()
top

t

tag_api.php
procedural page tag_api.php
tag_bug_attach
in file tag_api.php, function tag_bug_attach()
    Attach a tag to a bug.
tag_bug_detach
in file tag_api.php, function tag_bug_detach()
    Detach a tag from a bug.
tag_bug_detach_all
in file tag_api.php, function tag_bug_detach_all()
    Detach all tags from a given bug.
tag_bug_get_attached
in file tag_api.php, function tag_bug_get_attached()
    Return an array of tags attached to a given bug sorted by tag name.
tag_bug_get_row
in file tag_api.php, function tag_bug_get_row()
    Return the tag attachment row.
tag_bug_is_attached
in file tag_api.php, function tag_bug_is_attached()
    Determine if a tag is attached to a bug.
tag_cmp_name
in file tag_api.php, function tag_cmp_name()
    Compare two tag rows based on tag name.
tag_create
in file tag_api.php, function tag_create()
    Create a tag with the given name, creator, and description.
tag_delete
in file tag_api.php, function tag_delete()
    Delete a tag with the given ID.
tag_display_attached
in file tag_api.php, function tag_display_attached()
    Display a list of attached tag hyperlinks separated by the configured hyperlinks.
tag_display_link
in file tag_api.php, function tag_display_link()
    Display a tag hyperlink.
tag_ensure_exists
in file tag_api.php, function tag_ensure_exists()
    Ensure a tag exists with the given ID.
tag_ensure_name_is_valid
in file tag_api.php, function tag_ensure_name_is_valid()
    Ensure a tag name is valid.
tag_ensure_unique
in file tag_api.php, function tag_ensure_unique()
    Ensure that a name is unique.
tag_exists
in file tag_api.php, function tag_exists()
    Determine if a tag exists with the given ID.
tag_get
in file tag_api.php, function tag_get()
    Return a tag row for the given ID.
tag_get_bugs_attached
in file tag_api.php, function tag_get_bugs_attached()
    Return an array of bugs that a tag is attached to.
tag_get_by_name
in file tag_api.php, function tag_get_by_name()
    Return a tag row for the given name.
tag_get_candidates_for_bug
in file tag_api.php, function tag_get_candidates_for_bug()
    Gets the candidates for the specified bug. These are existing tags that are not associated with the bug already.
tag_get_field
in file tag_api.php, function tag_get_field()
    Return a single field from a tag row for the given ID.
tag_is_unique
in file tag_api.php, function tag_is_unique()
    Determine if a given name is unique (not already used).
tag_name_is_valid
in file tag_api.php, function tag_name_is_valid()
    Determine if a given name is valid.
tag_parse_filters
in file tag_api.php, function tag_parse_filters()
    Parse a filter string to extract existing and new tags.
tag_parse_string
in file tag_api.php, function tag_parse_string()
    Parse a form input string to extract existing and new tags.
tag_stats_attached
in file tag_api.php, function tag_stats_attached()
    Get the number of bugs a given tag is attached to.
tag_stats_related
in file tag_api.php, function tag_stats_related()
    Get a list of related tags.
tag_update
in file tag_api.php, function tag_update()
    Update a tag with given name, creator, and description.
tokens_api.php
procedural page tokens_api.php
token_create
in file tokens_api.php, function token_create()
    Create a token.
token_delete
in file tokens_api.php, function token_delete()
    Delete a token.
token_delete_by_owner
in file tokens_api.php, function token_delete_by_owner()
    Delete all tokens owned by a specified user.
token_delete_by_type
in file tokens_api.php, function token_delete_by_type()
    Delete all tokens of a specified type.
token_ensure_exists
in file tokens_api.php, function token_ensure_exists()
    Make sure a token exists.
token_exists
in file tokens_api.php, function token_exists()
    Check if a token exists.
token_get
in file tokens_api.php, function token_get()
    Get a token's information
token_get_value
in file tokens_api.php, function token_get_value()
    Get a token's value or null if not found
token_purge_expired
in file tokens_api.php, function token_purge_expired()
    Purge all expired tokens.
token_purge_expired_once
in file tokens_api.php, function token_purge_expired_once()
    Purge all expired tokens only once per session.
token_set
in file tokens_api.php, function token_set()
    Create or update a token's value and expiration
token_touch
in file tokens_api.php, function token_touch()
    Touch a token to update its expiration time.
token_update
in file tokens_api.php, function token_update()
    Update a token
twitter_api.php
procedural page twitter_api.php
twitter_enabled
in file twitter_api.php, function twitter_enabled()
    Checks if twitter is used for the current installation.
twitter_issue_resolved
in file twitter_api.php, function twitter_issue_resolved()
    Posts a twitter update when a bug is resolved.
twitter_news
in file twitter_api.php, function twitter_news()
    Posts a twitter update when a news entry is submitted.
terminate_directory_path
in file utility_api.php, function terminate_directory_path()
    Add a trailing DIRECTORY_SEPARATOR to a string if it isn't present
trans_bool
in file utility_api.php, function trans_bool()
    converts a 1 value to X
top

u

url_api.php
procedural page url_api.php
url_get
in file url_api.php, function url_get()
    Retrieve the contents of a remote URL.
user_api.php
procedural page user_api.php
user_cache_array_rows
in file user_api.php, function user_cache_array_rows()
user_cache_database_result
in file user_api.php, function user_cache_database_result()
user_cache_row
in file user_api.php, function user_cache_row()
user_clear_cache
in file user_api.php, function user_clear_cache()
user_count_level
in file user_api.php, function user_count_level()
user_create
in file user_api.php, function user_create()
user_delete
in file user_api.php, function user_delete()
user_delete_profiles
in file user_api.php, function user_delete_profiles()
user_delete_project_specific_access_levels
in file user_api.php, function user_delete_project_specific_access_levels()
user_ensure_exists
in file user_api.php, function user_ensure_exists()
user_ensure_name_unique
in file user_api.php, function user_ensure_name_unique()
user_ensure_name_valid
in file user_api.php, function user_ensure_name_valid()
user_ensure_realname_unique
in file user_api.php, function user_ensure_realname_unique()
user_ensure_realname_valid
in file user_api.php, function user_ensure_realname_valid()
user_ensure_unprotected
in file user_api.php, function user_ensure_unprotected()
user_exists
in file user_api.php, function user_exists()
user_get_accessible_projects
in file user_api.php, function user_get_accessible_projects()
user_get_accessible_subprojects
in file user_api.php, function user_get_accessible_subprojects()
user_get_access_level
in file user_api.php, function user_get_access_level()
user_get_all_accessible_projects
in file user_api.php, function user_get_all_accessible_projects()
user_get_all_accessible_subprojects
in file user_api.php, function user_get_all_accessible_subprojects()
user_get_assigned_open_bug_count
in file user_api.php, function user_get_assigned_open_bug_count()
user_get_avatar
in file user_api.php, function user_get_avatar()
    Return the user avatar image URL
user_get_bug_filter
in file user_api.php, function user_get_bug_filter()
user_get_email
in file user_api.php, function user_get_email()
user_get_field
in file user_api.php, function user_get_field()
user_get_id_by_email
in file user_api.php, function user_get_id_by_email()
user_get_id_by_name
in file user_api.php, function user_get_id_by_name()
user_get_id_by_realname
in file user_api.php, function user_get_id_by_realname()
user_get_logged_in_user_ids
in file user_api.php, function user_get_logged_in_user_ids()
user_get_name
in file user_api.php, function user_get_name()
user_get_profile_row
in file user_api.php, function user_get_profile_row()
user_get_realname
in file user_api.php, function user_get_realname()
user_get_reported_open_bug_count
in file user_api.php, function user_get_reported_open_bug_count()
user_get_row
in file user_api.php, function user_get_row()
user_get_row_by_name
in file user_api.php, function user_get_row_by_name()
user_increment_failed_login_count
in file user_api.php, function user_increment_failed_login_count()
user_increment_login_count
in file user_api.php, function user_increment_login_count()
user_increment_lost_password_in_progress_count
in file user_api.php, function user_increment_lost_password_in_progress_count()
user_is_administrator
in file user_api.php, function user_is_administrator()
user_is_anonymous
in file user_api.php, function user_is_anonymous()
user_is_enabled
in file user_api.php, function user_is_enabled()
user_is_login_request_allowed
in file user_api.php, function user_is_login_request_allowed()
user_is_lost_password_request_allowed
in file user_api.php, function user_is_lost_password_request_allowed()
user_is_monitoring_bug
in file user_api.php, function user_is_monitoring_bug()
user_is_name_unique
in file user_api.php, function user_is_name_unique()
user_is_name_valid
in file user_api.php, function user_is_name_valid()
user_is_protected
in file user_api.php, function user_is_protected()
user_is_realname_unique
in file user_api.php, function user_is_realname_unique()
user_is_realname_valid
in file user_api.php, function user_is_realname_valid()
user_reset_failed_login_count_to_zero
in file user_api.php, function user_reset_failed_login_count_to_zero()
user_reset_lost_password_in_progress_count_to_zero
in file user_api.php, function user_reset_lost_password_in_progress_count_to_zero()
user_reset_password
in file user_api.php, function user_reset_password()
user_search_cache
in file user_api.php, function user_search_cache()
user_set_default_project
in file user_api.php, function user_set_default_project()
user_set_email
in file user_api.php, function user_set_email()
user_set_field
in file user_api.php, function user_set_field()
user_set_name
in file user_api.php, function user_set_name()
user_set_password
in file user_api.php, function user_set_password()
user_set_realname
in file user_api.php, function user_set_realname()
user_signup
in file user_api.php, function user_signup()
user_update_cache
in file user_api.php, function user_update_cache()
user_update_last_visit
in file user_api.php, function user_update_last_visit()
user_pref_api.php
procedural page user_pref_api.php
user_pref_cache_array_rows
in file user_pref_api.php, function user_pref_cache_array_rows()
    Cache user preferences for a set of users
user_pref_cache_row
in file user_pref_api.php, function user_pref_cache_row()
    Cache a user preferences row if necessary and return the cached copy If the third parameter is true (default), trigger an error if the preferences can't be found. If the second parameter is false, return false if the preferences can't be found.
user_pref_clear_cache
in file user_pref_api.php, function user_pref_clear_cache()
    Clear the user preferences cache (or just the given id if specified)
user_pref_delete
in file user_pref_api.php, function user_pref_delete()
    delete a preferencess row
user_pref_delete_all
in file user_pref_api.php, function user_pref_delete_all()
    delete all preferences for a user in all projects returns true if the prefs were successfully deleted
user_pref_delete_project
in file user_pref_api.php, function user_pref_delete_project()
    delete all preferences for a project for all users (part of deleting the project) returns true if the prefs were successfully deleted
user_pref_exists
in file user_pref_api.php, function user_pref_exists()
    return true if the user has prefs assigned for the given project,
user_pref_get
in file user_pref_api.php, function user_pref_get()
    return the user's preferences in a UserPreferences object
user_pref_get_language
in file user_pref_api.php, function user_pref_get_language()
    returns user language
user_pref_get_pref
in file user_pref_api.php, function user_pref_get_pref()
    Return the specified preference field for the user id
user_pref_insert
in file user_pref_api.php, function user_pref_insert()
    perform an insert of a preference object into the DB
user_pref_set
in file user_pref_api.php, function user_pref_set()
    set the user's preferences for the project from the given preferences object
user_pref_set_pref
in file user_pref_api.php, function user_pref_set_pref()
    Set a user preference
user_pref_update
in file user_pref_api.php, function user_pref_update()
    perform an update of a preference object into the DB
utility_api.php
procedural page utility_api.php
top

v

version_api.php
procedural page version_api.php
version_add
in file version_api.php, function version_add()
    Add a version to the project
version_cache_array_rows
in file version_api.php, function version_cache_array_rows()
    Cache version information for an array of project id's
version_cache_row
in file version_api.php, function version_cache_row()
    Cache a version row if necessary and return the cached copy If the second parameter is true (default), trigger an error if the version can't be found. If the second parameter is false, return false if the version can't be found.
version_ensure_exists
in file version_api.php, function version_ensure_exists()
    Check whether the version exists
version_ensure_unique
in file version_api.php, function version_ensure_unique()
    Check whether the version is unique within a project
version_exists
in file version_api.php, function version_exists()
    Check whether the version exists
version_full_name
in file version_api.php, function version_full_name()
    Gets the full name of a version. This may include the project name as a prefix (e.g. '[MantisBT] 1.2.0')
version_get
in file version_api.php, function version_get()
    get information about a version given its id
version_get_all_rows
in file version_api.php, function version_get_all_rows()
    Return all versions for the specified project
version_get_all_rows_with_subs
in file version_api.php, function version_get_all_rows_with_subs()
    Return all versions for the specified project, including subprojects
version_get_field
in file version_api.php, function version_get_field()
    Get the specified field name for the specified version id.
version_get_id
in file version_api.php, function version_get_id()
    Get the version_id, given the project_id and $p_version_id returns false if not found, otherwise returns the id.
version_get_project_where_clause
in file version_api.php, function version_get_project_where_clause()
    Gets the where clause to use for retrieving versions.
version_is_unique
in file version_api.php, function version_is_unique()
    Check whether the version name is unique
version_prepare_db
in file version_api.php, function version_prepare_db()
    Return a copy of the version structure with all the instvars prepared for db insertion
version_remove
in file version_api.php, function version_remove()
    Remove a version from the project
version_remove_all
in file version_api.php, function version_remove_all()
    Remove all versions associated with a project
version_should_show_product_version
in file version_api.php, function version_should_show_product_version()
    Checks whether the product version should be shown (i.e. report, update, view, print).
version_update
in file version_api.php, function version_update()
    Update the definition of a version
top

w

wiki_api.php
procedural page wiki_api.php
wiki_enabled
in file wiki_api.php, function wiki_enabled()
    Returns whether wiki functionality is enabled
wiki_init
in file wiki_api.php, function wiki_init()
wiki_link_bug
in file wiki_api.php, function wiki_link_bug()
wiki_link_project
in file wiki_api.php, function wiki_link_project()
top

x

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

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