APIs

Namesort iconLocationDescription
pift_client_get_project_serversclient/ pift_client.moduleGathers all login data for all valid project servers
pift_client_helpclient/ pift_client.moduleImplementation of hook_help().
pift_client_installclient/ pift_client.install
pift_client_menuclient/ pift_client.moduleImplementation of hook_menu().
pift_client_permclient/ pift_client.moduleImplementation of hook_perm().
pift_client_process_filesclient/ pift_client.moduleProcess files for testing.
pift_client_run_test_fileclient/ pift_client.moduleHelper function to run the custom test file.
pift_client_send_test_resultsclient/ pift_client.moduleSend file test results to a project server.
pift_client_settings_formclient/ pift_client.moduleCallback for the main settings page.
pift_client_test_filesclient/ pift_client.moduleValidates incoming file data and passes them along for processing.
pift_client_uninstallclient/ pift_client.install
pift_client_validate_userclient/ pift_client.moduleEnsure that the given user has permission to send files for testing.
pift_client_xmlrpcclient/ pift_client.moduleImplementation of hook_xmlrpc()
pift_client_xmlrpc_error_handlerclient/ pift_client.moduleRecords XML-RPC errors communicating to project servers.
pift_server_active_projectserver/ pift_server.moduleChecks to see if the project is currently being monitored by pift_s for file testing.
pift_server_add_new_filesserver/ pift_server.moduleAdds newly submitted issues/folowups to the send queue.
pift_server_comma_separated_numeric_validateserver/ pift_server.moduleValidation for comma separated numeric textfields.
pift_server_commentserver/ pift_server.moduleImplementation of hook_comment().
pift_server_cronserver/ pift_server.moduleImplementation of hook_cron().
pift_server_failed_test_mail_subscribe_submitserver/ pift_server.moduleSubmits the pift subscription setting for the current user.
pift_server_form_alterserver/ pift_server.moduleImplementation of hook_form_alter.
pift_server_get_lastserver/ pift_server.moduleGets the most recently processed issue and comment ID.
pift_server_get_newestserver/ pift_server.moduleGets the newest issue and comment ID.
pift_server_helpserver/ pift_server.moduleImplementation of hook_help().
pift_server_installserver/ pift_server.install
pift_server_is_numeric_validateserver/ pift_server.moduleValidation for numeric textfields.
pift_server_mail_failed_testsserver/ pift_server.moduleE-mails subscribed users when their file fails regression testing.
pift_server_menuserver/ pift_server.moduleImplementation of hook_menu().
pift_server_nodeapiserver/ pift_server.moduleImplementation of hook_nodeapi().
pift_server_process_filesserver/ pift_server.moduleProcessing incoming file tests, and stores the results.
pift_server_process_test_resultsserver/ pift_server.moduleValidates incoming test results and passes them along for processing.
pift_server_reset_send_queueserver/ pift_server.moduleSets 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_checkserver/ pift_server.moduleMarks 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_dataserver/ pift_server.moduleSends file data to test servers, in a round robin approach.
pift_server_settings_formserver/ pift_server.moduleCallback for the main settings page.
pift_server_settings_form_extra_submitserver/ pift_server.moduleHandles extra submission tasks on the admin settings page.
pift_server_uninstallserver/ pift_server.install
pift_server_userserver/ pift_server.moduleImplementation of hook_user().
pift_server_validate_userserver/ pift_server.moduleEnsure that the given user has permission to return file test results.
pift_server_xmlrpcserver/ pift_server.moduleImplementation of hook_xmlrpc()
pift_server_xmlrpc_error_handlerserver/ pift_server.moduleRecords XML-RPC errors communicating to test servers.
theme_pift_server_resultsserver/ pift_server.moduleTheme test result data into a table.