Functions

Primary tabs

Contains filters are case sensitive
Namesort descending Location Description
st includes/misc.inc Provides translation functionality when database is not available.
stats_display_main modules/stats/stats.module Main menu screen for this module.
stats_download_csv_from_batch modules/stats/stats.module Lets the user download a CSV file from a completed batch.
stats_download_csv_from_batch_file modules/stats/stats.module Lets the user download a CSV file from a completed batch, from a file created during the batch operation.
stats_draw_catalog_year_pulldown modules/stats/stats.module Return the HTML for a pulldown containing the catalog years available for selection.
stats_draw_date_range_form modules/stats/stats.module Displays the HTML for the date range form used by several reports. $path is what is the form's ACTION sending to.
stats_draw_majors_pulldown modules/stats/stats.module Display a major selection pulldown, used by other reports.
stats_get_log_count modules/stats/stats.module Used by the use_summary report. This function will simply return log counts for the specified parameters in the watchdog table.
stats_menu modules/stats/stats.module Implementation of hook_menu
stats_perm modules/stats/stats.module Implementation of hook_perm(). Expects to return an array of permissions recognized by this module.
stats_report_access_stats modules/stats/stats.module This report shows recent activity in FlightPath. It can also be used to see if anyone is "online" in that they would have activity less than 5 minutes old.
stats_report_advisor_use modules/stats/stats.module This report shows which advisors are using FlightPath most often.
stats_report_course_use_summary modules/stats/stats.module This report will display everywhere a particular course is used in FlightPath (groups and degrees)
stats_report_flightpath_use_summary modules/stats/stats.module This report shows common usages in FlightPath by all users.
stats_report_major_counts modules/stats/stats.module This report shows how many students are in each major.
stats_report_major_students_progress_form modules/stats/reports.major-students-progress.inc Simply display a form letting the user select an available major.
stats_report_major_students_progress_form_submit modules/stats/reports.major-students-progress.inc Our submit handler. We will be setting up a new batch process.
stats_report_major_students_progress_perform_batch_operation modules/stats/reports.major-students-progress.inc This is the actual batch process function which gets called per run of the batch.
stats_report_student_course_list modules/stats/stats.module This report shows a list of all of a student's courses which FlightPath is aware of.
stats_select_school_form modules/stats/stats.module
stats_select_school_form_submit modules/stats/stats.module
student_files_content_alter modules/student_files/student_files.module Implememnt hook_content_alter
student_files_get_files_for_student modules/student_files/student_files.module Return an array of the files which belong to this student.
student_files_handle_delete modules/student_files/student_files.module
student_files_handle_download modules/student_files/student_files.module This actually finds and downloads the file for the user, decrypting if necessary.
student_files_handle_upload modules/student_files/student_files.module Handles the upload of a file which we assume is located at $_FILES["student_file_upload_file"], or the provided $file array.
student_files_install modules/student_files/student_files.install Implementation of hook_install
student_files_little_upload_form modules/student_files/student_files.module
student_files_little_upload_form_submit modules/student_files/student_files.module
student_files_menu modules/student_files/student_files.module Implementation of hook_menu
student_files_perm modules/student_files/student_files.module Implements hook_perm
student_files_settings_form modules/student_files/student_files.module
student_files_settings_form_validate modules/student_files/student_files.module We mainly want to make sure nothing got entered in an incorrect format here.
student_files_update modules/student_files/student_files.install
student_files_upload_any_student_files_form modules/student_files/student_files.module This is where we can upload (en masse?) to any arbitrary student.
student_files_upload_any_student_files_form_submit modules/student_files/student_files.module We can assume at this point that eveything is peachy, so let's get to uploading!
student_files_upload_any_student_files_form_validate modules/student_files/student_files.module Validate function.
student_files_user_may_delete_student_file modules/student_files/student_files.module Returns TRUE or FALSE if the current user is allowed to delete the file.
student_files_user_may_download_student_file modules/student_files/student_files.module Returns TRUE or FALSE if the user has access to download this particular student's file.
student_priority_display_priority_calculations_page modules/student_priority/student_priority.module Displays the calculations used to get the priority values. Can be displayed in either the dialog or stand-alone.
student_priority_get_academic_priority_value modules/student_priority/student_priority.module Queries for the academic priority value, and if its older than the set number of seconds, we will re-calculate for this student. Set to zero to force it to recalculate every time.
student_priority_get_calculations_for_student modules/student_priority/student_priority.module Run all of the calculations for a student, and return back the results in a formatted array.
student_priority_get_student_academic_priority_label modules/student_priority/student_priority.module Returns 'normal', 'medium', or 'high' based on values.
student_priority_menu modules/student_priority/student_priority.module
student_profile_display_student_profile_page modules/student_profile/student_profile.module
student_profile_get_grade_percentages_for_student modules/student_profile/student_profile.module Returns an array where we show the percentage of grades that the student has, compared to the whole. For example: 50% A's, 10% B's, and so on.
student_profile_menu modules/student_profile/student_profile.module Implements hook_menu
student_search_ajax_autocomplete_student modules/student_search/student_search.module Meant to return results of the ajax autocomplete field, for selecting a student by name or cwid. Code inspiration from: https://www.drupal.org/node/854216
student_search_display_majors_search modules/student_search/student_search.module Display the majors search sub-tab, where we can select a major and see the students assigned to it.
student_search_display_my_advisees modules/student_search/student_search.module Displays this user's advisees, if there are any assigned.

Pages