Functions
Search API
Primary tabs
|
Name |
Location | Description |
|---|---|---|
| prereqs_get_prereq_array_for_course |
modules/ |
Return back a friendly array of prereq courses that are required for THIS course_id. |
| prereqs_get_prereq_array_from_string |
modules/ |
Assumes prereqs are written in this format: ACCT 101 (C) & ACCT 103 ACCT 102 (B) |
| prereqs_get_prereq_string_for_course |
modules/ |
Just gets whatever is in the database for this course. |
| prereqs_get_prereq_warnings_for_course |
modules/ |
This is meant to be a general function to find all relavent prereq warnings for the supplied course. |
| prereqs_install |
modules/ |
hook_install. |
| prereqs_menu |
modules/ |
Implements hook_menu |
| prereqs_perm |
modules/ |
|
| prereqs_settings_form |
modules/ |
|
| prereqs_theme_advise_course_row |
modules/ |
Implements hook_theme_advise_course_row. Lets us re-write how our course rows are drawn, if desired. |
| prereqs_update |
modules/ |
|
| pretty_print |
includes/ |
|
| schools_administer_schools_form |
modules/ |
|
| schools_administer_schools_form_submit |
modules/ |
|
| schools_check_access |
modules/ |
this is our custom access callback. |
| schools_content_alter |
modules/ |
|
| schools_data_form_submit |
modules/ |
|
| schools_form_alter |
modules/ |
Implements hook_form_alter |
| schools_get_schools_for_fapi |
modules/ |
Return a list of schools in an array, for use in the "options" of a select list in the Form API. |
| schools_get_school_code_for_id |
modules/ |
|
| schools_get_school_definitions |
modules/ |
|
| schools_get_school_id_for_user |
modules/ |
|
| schools_get_school_id_from_school_code |
modules/ |
|
| schools_get_school_name_for_id |
modules/ |
|
| schools_init |
modules/ |
Implements hook_init |
| schools_install |
modules/ |
Implements hook_install |
| schools_menu |
modules/ |
Implements hook_menu |
| schools_menu_alter |
modules/ |
hook_menu_alter |
| schools_override_elements_form_submit |
modules/ |
|
| schools_perm |
modules/ |
|
| 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. |
| smtp_mail |
modules/ |
For attachments, the array can be one of two methods: |
| smtp_menu |
modules/ |
|
| smtp_settings_form |
modules/ |
|
| st |
includes/ |
Provides translation functionality when database is not available. |
| stats_display_main |
modules/ |
Main menu screen for this module. |
| stats_download_csv_from_batch |
modules/ |
Lets the user download a CSV file from a completed batch. |
| stats_draw_catalog_year_pulldown |
modules/ |
Return the HTML for a pulldown containing the catalog years available for selection. |
| 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_draw_majors_pulldown |
modules/ |
Display a major selection pulldown, used by other reports. |
| 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_menu |
modules/ |
Implementation of hook_menu |
| stats_perm |
modules/ |
Implementation of hook_perm(). Expects to return an array of permissions recognized by this module. |
| 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_advisor_use |
modules/ |
This report shows which advisors are using FlightPath most often. |
| stats_report_course_use_summary |
modules/ |
This report will display everywhere a particular course is used in FlightPath (groups and degrees) |
| stats_report_flightpath_use_summary |
modules/ |
This report shows common usages in FlightPath by all users. |
| stats_report_major_counts |
modules/ |
This report shows how many students are in each major. |
| stats_report_major_students_progress_form |
modules/ |
Simply display a form letting the user select an available major. |
| stats_report_major_students_progress_form_submit |
modules/ |
Our submit handler. We will be setting up a new batch process. |
| stats_report_major_students_progress_perform_batch_operation |
modules/ |
This is the actual batch process function which gets called per run of the batch. |
