Functions
Search API
Primary tabs
Name | Location | Description |
---|---|---|
course_search_display_view_reports |
modules/ |
|
course_search_get_offering_csv |
modules/ |
|
course_search_install |
modules/ |
Implementation of hook_install |
course_search_menu |
modules/ |
|
course_search_perm |
modules/ |
|
course_search_settings_form |
modules/ |
The system settins form for course_search settings. |
course_search_download_syllabus |
modules/ |
This function will actually deliver a syllabus to the user's browser for download. |
course_search_display_courses |
modules/ |
Show the user their select of courses. |
course_search_get_course_rotation_schedule_not_anticipated |
modules/ |
|
course_search_get_course_rotation_schedule |
modules/ |
|
course_search_get_course_syllabus_details |
modules/ |
|
course_search_display_search |
modules/ |
Displays the search pulldown for the user to use to find courses. |
smtp_menu |
modules/ |
|
smtp_settings_form |
modules/ |
|
smtp_mail |
modules/ |
|
stats_menu |
modules/ |
Implementation of hook_menu |
stats_download_csv_from_batch |
modules/ |
Lets the user download a CSV file from a completed batch. |
stats_test |
modules/ |
Lets me run a test... |
stats_perm |
modules/ |
Implementation of hook_perm(). Expects to return an array of permissions recognized by this module. |
stats_draw_catalog_year_pulldown |
modules/ |
Return the HTML for a pulldown containing the catalog years available for selection. |
stats_report_course_use_summary |
modules/ |
This report will display everywhere a particular course is used in FlightPath (groups and degrees) |
z__stats_report_selected_degree_options |
modules/ |
This report will show which degree options are being selected for degrees which offer options. |
stats_draw_majors_pulldown |
modules/ |
Display a major selection pulldown, used by other reports. |
stats_draw_student_cwid_form |
modules/ |
Draws a simple form for entering a student's CWID, used by other reports. |
stats_report_major_counts |
modules/ |
This report shows how many students are in each major. |
stats_report_flightpath_use_summary |
modules/ |
This report shows common usages in FlightPath by all users. |
stats_get_log_count |
modules/ |
Used by the use_summary report. This function will simply return log counts for the specified parameters in the watchdog table. |
stats_draw_date_range_form |
modules/ |
Displays the HTML for the date range form used by several reports. $path is what is the form's ACTION sending to. |
stats_report_advisor_use |
modules/ |
This report shows which advisors are using FlightPath most often. |
stats_report_access_stats |
modules/ |
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_student_course_list |
modules/ |
This report shows a list of all of a student's courses which FlightPath is aware of. |
stats_display_main |
modules/ |
Main menu screen for this module. |
student_search_menu |
modules/ |
|
student_search_settings_form |
modules/ |
This is a system_settings form for configuring our module. |
student_search_subtab_switchboard |
modules/ |
The primary purpose of this function is to decide which "sub tab" function to send the user off to. This is based on whatever their previous selection was. |
student_search_render_small_search |
modules/ |
This is meant to be called directly from the theme template, to draw the small search box in the corner of the screen. |
student_search_display_my_advisees |
modules/ |
Displays this user's advisees, if there are any assigned. |
search_user_can_search_for_some_advisees |
modules/ |
Basically, can the user see the "Advisees" tab at all? The answer is TRUE if they have any of the permissions that let them do so. |
student_search_perm |
modules/ |
Implementation of hook_perm |
student_search_display_majors_search |
modules/ |
Display the majors search sub-tab, where we can select a major and see the students assigned to it. |
student_search_display_my_majors |
modules/ |
Displays students belonging to the current user's major code. |
student_search_display_search |
modules/ |
|
student_search_get_advanced_search_tips |
modules/ |
Simply returns the HTML to display the "advanced search tips" collapsible fieldset and instructions. |
student_search_render_advisees |
modules/ |
|
student_search_query_advisees |
modules/ |
Accepts the SQL, plus an array of parameters compatible with our PDO set up. ex: $params[":name"] = "Bob" and $sql = " SELECT * where name = :name"; |
system_enable |
modules/ |
Implementation of hook_enable. |
system_update |
modules/ |
|
system_install |
modules/ |
Implementation of hook_install. |
system_perm |
modules/ |
Implementation of hook_perm(). Expects to return an array of permissions recognized by this module. |
system_flightpath_can_assign_course_to_degree_id |
modules/ |
Implements hook flightpath_can_assign_course_to_degree_id |