| pift_client_get_project_servers | client/ pift_client.module | Gathers all login data for all valid project servers |
| pift_client_help | client/ pift_client.module | Implementation of hook_help(). |
| pift_client_install | client/ pift_client.install | |
| pift_client_menu | client/ pift_client.module | Implementation of hook_menu(). |
| pift_client_perm | client/ pift_client.module | Implementation of hook_perm(). |
| pift_client_process_files | client/ pift_client.module | Process files for testing. |
| pift_client_run_test_file | client/ pift_client.module | Helper function to run the custom test file. |
| pift_client_send_test_results | client/ pift_client.module | Send file test results to a project server. |
| pift_client_settings_form | client/ pift_client.module | Callback for the main settings page. |
| pift_client_test_files | client/ pift_client.module | Validates incoming file data and passes them along for processing. |
| pift_client_uninstall | client/ pift_client.install | |
| pift_client_validate_user | client/ pift_client.module | Ensure that the given user has permission to send files for testing. |
| pift_client_xmlrpc | client/ pift_client.module | Implementation of hook_xmlrpc() |
| pift_client_xmlrpc_error_handler | client/ pift_client.module | Records XML-RPC errors communicating to project servers. |
| pift_server_active_project | server/ pift_server.module | Checks to see if the project is currently being monitored by
pift_s for file testing. |
| pift_server_add_new_files | server/ pift_server.module | Adds newly submitted issues/folowups to the send queue. |
| pift_server_comma_separated_numeric_validate | server/ pift_server.module | Validation for comma separated numeric textfields. |
| pift_server_comment | server/ pift_server.module | Implementation of hook_comment(). |
| pift_server_cron | server/ pift_server.module | Implementation of hook_cron(). |
| pift_server_failed_test_mail_subscribe_submit | server/ pift_server.module | Submits the pift subscription setting for the current user. |
| pift_server_form_alter | server/ pift_server.module | Implementation of hook_form_alter. |
| pift_server_get_last | server/ pift_server.module | Gets the most recently processed issue and comment ID. |
| pift_server_get_newest | server/ pift_server.module | Gets the newest issue and comment ID. |
| pift_server_help | server/ pift_server.module | Implementation of hook_help(). |
| pift_server_install | server/ pift_server.install | |
| pift_server_is_numeric_validate | server/ pift_server.module | Validation for numeric textfields. |
| pift_server_mail_failed_tests | server/ pift_server.module | E-mails subscribed users when their file fails regression testing. |
| pift_server_menu | server/ pift_server.module | Implementation of hook_menu(). |
| pift_server_nodeapi | server/ pift_server.module | Implementation of hook_nodeapi(). |
| pift_server_process_files | server/ pift_server.module | Processing incoming file tests, and stores the results. |
| pift_server_process_test_results | server/ pift_server.module | Validates incoming test results and passes them along for processing. |
| pift_server_reset_send_queue | server/ pift_server.module | Sets the last processed issue/followup to the most
recently posted issue/followup, sets the last sent
time to the current time, and empties the send queue. |
| pift_server_retest_check | server/ pift_server.module | Marks previously passed files for re-testing, if:
1. The file's last test is older than the retest interval.
2. The file is part of a project that's being tested.
3. The file is attached to an issue that has one of the
issue states marked... |
| pift_server_send_file_data | server/ pift_server.module | Sends file data to test servers, in a round robin approach. |
| pift_server_settings_form | server/ pift_server.module | Callback for the main settings page. |
| pift_server_settings_form_extra_submit | server/ pift_server.module | Handles extra submission tasks on the admin settings page. |
| pift_server_uninstall | server/ pift_server.install | |
| pift_server_user | server/ pift_server.module | Implementation of hook_user(). |
| pift_server_validate_user | server/ pift_server.module | Ensure that the given user has permission to return file test results. |
| pift_server_xmlrpc | server/ pift_server.module | Implementation of hook_xmlrpc() |
| pift_server_xmlrpc_error_handler | server/ pift_server.module | Records XML-RPC errors communicating to test servers. |
| theme_pift_server_results | server/ pift_server.module | Theme test result data into a table. |