| [ Index ] |
PHP Cross Reference of MantisBT |
| ./ | ||
| admin/ | ||
| api/ | ||
| core/ | ||
| css/ | ||
| doc/ | ||
| docbook/ | ||
| images/ | ||
| javascript/ | ||
| lang/ | ||
| library/ | ||
| packages/ | ||
| plugins/ | ||
| scripts/ | ||
| tests/ | ||
| account_delete.php [source] [114 lines] | CALLERS This page is called from: - account_page.php EXPECTED BEHAVIOUR - Delete the currently logged in user account - Logout the current user - Redirect to the page specified in the logout_redirect_page config option | |
| account_manage_columns_page.php [source] [47 lines] | ||
| account_page.php [source] [243 lines] | CALLERS This page is called from: - print_menu() - print_account_menu() - header redirects from account_*.php - included by verify.php to allow user to change their password EXPECTED BEHAVIOUR - Display the user's current settings - Allow the user to edit their settings - Allow the user to save their changes - Allow the user to delete their account if account deletion is enabled | |
| account_prefs_inc.php [source] [299 lines] | ||
| account_prefs_page.php [source] [73 lines] | CALLERS This page is called from: - print_account_menu() - header redirects from account_*.php EXPECTED BEHAVIOUR - Display the user's current preferences - Allow the user to edit the preferences - Provide the option of saving changes or resetting to default values | |
| account_prefs_reset.php [source] [94 lines] | CALLERS This page is called from: - account_prefs_inc.php EXPECTED BEHAVIOUR - Reset the user's preferences to default values - Redirect to account_prefs_page.php or another page, if given | |
| account_prefs_update.php [source] [144 lines] | Updates prefs then redirect to account_prefs_page.php | |
| account_prof_edit_page.php [source] [144 lines] | This page allows the user to edit his/her profile Changes get POSTed to account_prof_update.php | |
| account_prof_menu_page.php [source] [172 lines] | This page allows users to add a new profile which is POSTed to account_prof_add.php Users can also manage their profiles | |
| account_prof_update.php [source] [139 lines] | This page updates the users profile information then redirects to account_prof_menu_page.php | |
| account_sponsor_page.php [source] [361 lines] | CALLERS This page is called from: - print_menu() - print_account_menu() EXPECTED BEHAVIOUR - Display the user's current sponsorships - Allow the user to edit the payment flag | |
| account_sponsor_update.php [source] [95 lines] | This page updates a user's sponsorships If an account is protected then changes are forbidden The page gets redirected back to account_page.php | |
| account_update.php [source] [143 lines] | This page updates a user's information If an account is protected then changes are forbidden The page gets redirected back to account_page.php | |
| adm_config_delete.php [source] [68 lines] | ||
| adm_config_report.php [source] [221 lines] | ||
| adm_config_set.php [source] [148 lines] | This page stores the reported bug | |
| adm_permissions_report.php [source] [162 lines] | ||
| billing_inc.php [source] [268 lines] | This include file prints out the bug bugnote_stats $f_bug_id must already be defined | |
| billing_page.php [source] [57 lines] | ||
| browser_search_plugin.php [source] [64 lines] | ||
| bug_actiongroup.php [source] [354 lines] | This page allows actions to be performed an an array of bugs | |
| bug_actiongroup_add_note_inc.php [source] [131 lines] | ||
| bug_actiongroup_attach_tags_inc.php [source] [132 lines] | ||
| bug_actiongroup_ext.php [source] [119 lines] | ||
| bug_actiongroup_ext_page.php [source] [89 lines] | ||
| bug_actiongroup_page.php [source] [394 lines] | This page allows actions to be performed on an array of bugs | |
| bug_actiongroup_update_product_build_inc.php [source] [93 lines] | ||
| bug_actiongroup_update_severity_inc.php [source] [100 lines] | ||
| bug_change_status_page.php [source] [388 lines] | ||
| bug_file_add.php [source] [98 lines] | Add file to a bug and then view the bug | |
| bug_file_delete.php [source] [72 lines] | Delete a file from a bug and then view the bug | |
| bug_file_upload_inc.php [source] [97 lines] | This include file prints out the bug file upload form It POSTs to bug_file_add.php | |
| bug_monitor_add.php [source] [101 lines] | This file turns monitoring on or off for a bug for the current user | |
| bug_monitor_delete.php [source] [90 lines] | This file turns monitoring on or off for a bug for the current user | |
| bug_monitor_list_view_inc.php [source] [118 lines] | This include file prints out the list of users monitoring the current bug. $f_bug_id must be set and be set to the bug id | |
| bug_relationship_add.php [source] [138 lines] | ||
| bug_relationship_delete.php [source] [128 lines] | To delete a relationship we need to ensure that: - User not anomymous - Source bug exists and is not in read-only state (peer bug could not exist...) - User that update the source bug and at least view the destination bug - Relationship must exist | |
| bug_relationship_graph.php [source] [196 lines] | ||
| bug_relationship_graph_img.php [source] [73 lines] | ||
| bug_reminder.php [source] [120 lines] | This page allows an authorized user to send a reminder by email to another user | |
| bug_reminder_page.php [source] [148 lines] | ||
| bug_report.php [source] [276 lines] | This page stores the reported bug | |
| bug_report_advanced_page.php [source] [18 lines] | ||
| bug_report_page.php [source] [581 lines] | This file POSTs data to report_bug.php | |
| bug_revision_drop.php [source] [59 lines] | ||
| bug_revision_view_page.php [source] [187 lines] | ||
| bug_set_sponsorship.php [source] [109 lines] | ||
| bug_sponsorship_list_view_inc.php [source] [192 lines] | This include file prints out the list of users sponsoring the current bug. $f_bug_id must be set to the bug id | |
| bug_stick.php [source] [66 lines] | This file sticks or unsticks a bug to the top of the view page | |
| bug_update.php [source] [412 lines] | Update bug data then redirect to the appropriate viewing page | |
| bug_update_advanced_page.php [source] [724 lines] | ||
| bug_update_page.php [source] [22 lines] | MantisBT Core API's | |
| bug_view_advanced_page.php [source] [36 lines] | ||
| bug_view_inc.php [source] [796 lines] | This include file prints out the bug information $f_bug_id MUST be specified before the file is included | |
| bug_view_page.php [source] [36 lines] | ||
| bugnote_add.php [source] [106 lines] | Insert the bugnote into the database then redirect to the bug page | |
| bugnote_add_inc.php [source] [143 lines] | ||
| bugnote_delete.php [source] [93 lines] | Remove the bugnote and bugnote text and redirect back to the viewing page | |
| bugnote_edit_page.php [source] [155 lines] | CALLERS This page is submitted to by the following pages: - bugnote_inc.php EXPECTED BEHAVIOUR Allow the user to modify the text of a bugnote, then submit to bugnote_update.php with the new text | |
| bugnote_set_view_state.php [source] [91 lines] | Set an existing bugnote private or public. | |
| bugnote_stats_inc.php [source] [173 lines] | This include file prints out the bug bugnote_stats $f_bug_id must already be defined | |
| bugnote_update.php [source] [90 lines] | Update bugnote data then redirect to the appropriate viewing page | |
| bugnote_view_inc.php [source] [287 lines] | This include file prints out the list of bugnotes attached to the bug $f_bug_id must be set and be set to the bug id | |
| changelog_page.php [source] [357 lines] | ||
| config_defaults_inc.php [source] [4065 lines] | Default Configuration Variables This file should not be changed. If you want to override any of the values defined here, define them in a file called config_inc.php, which will be loaded after this file. | |
| config_inc.php.sample [source] [80 lines] | ||
| core.php [source] [269 lines] | MantisBT Core Initialises the MantisBT core, connects to the database, starts plugins and performs other global operations that either help initialise MantisBT or are required to be executed on every page load. | |
| csv_export.php [source] [136 lines] | ||
| excel_xml_export.php [source] [142 lines] | Excel (2003 SP2 and above) export page | |
| file_download.php [source] [237 lines] | Add file and redirect to the referring page | |
| history_inc.php [source] [117 lines] | This include file prints out the bug history $f_bug_id must already be defined | |
| index.php [source] [41 lines] | ||
| issues_rss.php [source] [242 lines] | GET PARAMETERS FOR THIS PAGE project_id: 0 - all projects, otherwise project id. filter_id: The filter id to use for generating the rss. sort: This parameter is ignore if filter_id is supplied and is not equal to 0. "update": issues ordered descending by last updated date. "submit": issues ordered descending by submit date (default). | |
| javascript_config.php [source] [63 lines] | ||
| javascript_translations.php [source] [52 lines] | ||
| jump_to_bug.php [source] [42 lines] | ||
| login.php [source] [76 lines] | Check login then redirect to main_page.php or to login_page.php | |
| login_anon.php [source] [59 lines] | login_anon.php logs a user in anonymously without having to enter a username or password. Depends on two global configuration variables: allow_anonymous_login - bool which must be true to allow anonymous login. anonymous_account - name of account to login with. | |
| login_cookie_test.php [source] [53 lines] | Check to see if cookies are working | |
| login_page.php [source] [269 lines] | Login page POSTs results to login.php Check to see if the user is already logged in | |
| login_select_proj_page.php [source] [93 lines] | Allows the user to select a project that is visible to him | |
| logout_page.php [source] [39 lines] | ||
| lost_pwd.php [source] [134 lines] | ||
| lost_pwd_page.php [source] [95 lines] | ||
| main_page.php [source] [135 lines] | This is the first page a user sees when they login to the bugtracker News is displayed which can notify users of any important changes | |
| make_captcha_img.php [source] [308 lines] | ||
| manage_columns_copy.php [source] [114 lines] | ||
| manage_columns_inc.php [source] [167 lines] | ||
| manage_config_columns_page.php [source] [50 lines] | ||
| manage_config_columns_reset.php [source] [67 lines] | ||
| manage_config_columns_set.php [source] [139 lines] | ||
| manage_config_email_page.php [source] [325 lines] | ||
| manage_config_email_set.php [source] [189 lines] | ||
| manage_config_revert.php [source] [100 lines] | ||
| manage_config_work_threshold_page.php [source] [366 lines] | ||
| manage_config_work_threshold_set.php [source] [191 lines] | ||
| manage_config_workflow_graph_page.php [source] [80 lines] | ||
| manage_config_workflow_page.php [source] [457 lines] | ||
| manage_config_workflow_set.php [source] [159 lines] | ||
| manage_custom_field_create.php [source] [80 lines] | ||
| manage_custom_field_delete.php [source] [89 lines] | ||
| manage_custom_field_edit_page.php [source] [231 lines] | ||
| manage_custom_field_page.php [source] [92 lines] | ||
| manage_custom_field_proj_add.php [source] [67 lines] | ||
| manage_custom_field_update.php [source] [90 lines] | ||
| manage_overview_page.php [source] [99 lines] | ||
| manage_plugin_install.php [source] [61 lines] | ||
| manage_plugin_page.php [source] [285 lines] | ||
| manage_plugin_uninstall.php [source] [73 lines] | ||
| manage_plugin_update.php [source] [75 lines] | ||
| manage_plugin_upgrade.php [source] [61 lines] | ||
| manage_prof_menu_page.php [source] [25 lines] | ||
| manage_proj_cat_add.php [source] [96 lines] | ||
| manage_proj_cat_copy.php [source] [87 lines] | ||
| manage_proj_cat_delete.php [source] [99 lines] | ||
| manage_proj_cat_edit_page.php [source] [107 lines] | ||
| manage_proj_cat_update.php [source] [98 lines] | ||
| manage_proj_create.php [source] [114 lines] | ||
| manage_proj_create_page.php [source] [140 lines] | ||
| manage_proj_custom_field_add_existing.php [source] [81 lines] | ||
| manage_proj_custom_field_copy.php [source] [73 lines] | ||
| manage_proj_custom_field_remove.php [source] [95 lines] | ||
| manage_proj_custom_field_update.php [source] [81 lines] | ||
| manage_proj_delete.php [source] [75 lines] | ||
| manage_proj_edit_page.php [source] [614 lines] | ||
| manage_proj_page.php [source] [213 lines] | ||
| manage_proj_subproj_add.php [source] [85 lines] | ||
| manage_proj_subproj_delete.php [source] [75 lines] | ||
| manage_proj_update.php [source] [67 lines] | ||
| manage_proj_update_children.php [source] [63 lines] | ||
| manage_proj_user_add.php [source] [66 lines] | ||
| manage_proj_user_copy.php [source] [77 lines] | ||
| manage_proj_user_remove.php [source] [99 lines] | ||
| manage_proj_ver_add.php [source] [117 lines] | ||
| manage_proj_ver_copy.php [source] [87 lines] | ||
| manage_proj_ver_delete.php [source] [82 lines] | ||
| manage_proj_ver_edit_page.php [source] [121 lines] | ||
| manage_proj_ver_update.php [source] [103 lines] | ||
| manage_tags_page.php [source] [196 lines] | ||
| manage_user_create.php [source] [146 lines] | ||
| manage_user_create_page.php [source] [121 lines] | ||
| manage_user_delete.php [source] [101 lines] | ||
| manage_user_edit_page.php [source] [252 lines] | ||
| manage_user_page.php [source] [356 lines] | ||
| manage_user_proj_add.php [source] [65 lines] | ||
| manage_user_proj_delete.php [source] [89 lines] | ||
| manage_user_prune.php [source] [88 lines] | ||
| manage_user_reset.php [source] [92 lines] | ||
| manage_user_update.php [source] [229 lines] | ||
| mantis_offline.php.sample [source] [65 lines] | ||
| meta_inc.php [source] [32 lines] | ||
| my_view_inc.php [source] [542 lines] | ||
| my_view_page.php [source] [201 lines] | ||
| news_add.php [source] [78 lines] | ||
| news_edit_page.php [source] [146 lines] | ||
| news_list_page.php [source] [89 lines] | ||
| news_menu_page.php [source] [119 lines] | ||
| news_rss.php [source] [192 lines] | ||
| news_update.php [source] [83 lines] | ||
| news_view_page.php [source] [73 lines] | ||
| permalink_page.php [source] [71 lines] | ||
| plugin.php [source] [64 lines] | ||
| plugin_file.php [source] [56 lines] | ||
| print_all_bug_options_inc.php [source] [197 lines] | ||
| print_all_bug_options_page.php [source] [46 lines] | This page allows the user to set the fields of the bugs he wants to print Update is POSTed to acount_prefs_update.php Reset is POSTed to acount_prefs_reset.php | |
| print_all_bug_options_reset.php [source] [99 lines] | Reset prefs to defaults then redirect to account_prefs_page.php | |
| print_all_bug_options_update.php [source] [108 lines] | Updates printing prefs then redirect to print_all_bug_page_page.php | |
| print_all_bug_page.php [source] [256 lines] | Bugs to display / print / export can be selected with the checkboxes A printing Options link allows to choose the fields to export Export : - the bugs displayed in print_all_bug_page.php are saved in a .doc or .xls file - the IE icons allows to see or directly print the same result | |
| print_all_bug_page_word.php [source] [582 lines] | Word 2000 export page The bugs displayed in print_all_bug_page.php are saved in a .doc file The IE icon allows to see or directly print the same result | |
| print_bug_page.php [source] [578 lines] | ||
| print_bugnote_inc.php [source] [174 lines] | This include file prints out the list of bugnotes attached to the bug $f_bug_id must be set and be set to the bug id | |
| proj_doc_add.php [source] [88 lines] | ||
| proj_doc_add_page.php [source] [112 lines] | ||
| proj_doc_delete.php [source] [94 lines] | ||
| proj_doc_edit_page.php [source] [158 lines] | ||
| proj_doc_page.php [source] [175 lines] | ||
| proj_doc_update.php [source] [167 lines] | ||
| project_page.php [source] [136 lines] | ||
| query_delete.php [source] [75 lines] | ||
| query_delete_page.php [source] [81 lines] | ||
| query_store.php [source] [106 lines] | ||
| query_store_page.php [source] [101 lines] | ||
| query_view_page.php [source] [114 lines] | ||
| return_dynamic_filters.php [source] [157 lines] | ||
| roadmap_page.php [source] [357 lines] | ||
| search.php [source] [152 lines] | ||
| set_project.php [source] [140 lines] | ||
| signup.php [source] [124 lines] | ||
| signup_page.php [source] [119 lines] | ||
| summary_page.php [source] [388 lines] | ||
| tag_attach.php [source] [163 lines] | ||
| tag_create.php [source] [58 lines] | ||
| tag_delete.php [source] [59 lines] | ||
| tag_detach.php [source] [51 lines] | ||
| tag_update.php [source] [89 lines] | ||
| tag_update_page.php [source] [128 lines] | ||
| tag_view_page.php [source] [152 lines] | ||
| verify.php [source] [83 lines] | ||
| view.php [source] [38 lines] | ||
| view_all_bug_page.php [source] [103 lines] | ||
| view_all_inc.php [source] [261 lines] | ||
| view_all_set.php [source] [632 lines] | ||
| view_filters_page.php [source] [499 lines] | ||
| view_user_page.php [source] [119 lines] | ||
| wiki.php [source] [55 lines] | ||
| workflow_graph_img.php [source] [87 lines] | ||
| xmlhttprequest.php [source] [55 lines] | This is the first page a user sees when they login to the bugtracker News is displayed which can notify users of any important changes |
| Generated: Thu Jul 28 15:48:31 2011 | Cross-referenced by PHPXref 0.7 |