Functions

Primary tabs

Contains filters are case sensitive
Name Locationsort ascending Description
alerts_advisees_alerts_form modules/alerts/alerts.module Displays alerts for our various advisees.
alerts_advisees_alerts_form_submit modules/alerts/alerts.module Our main goal with this submit handler is just to place our filter values into a session variable, so we can remember them later.
alerts_content_register_content_type modules/alerts/alerts.module For use with the content module. We will register our custom content type(s) for use with this module.
alerts_form_alter modules/alerts/alerts.module
alerts_perm modules/alerts/alerts.module
alerts_update modules/alerts/alerts.install
alerts_install modules/alerts/alerts.install Hook install. Called when the module is installed on the admin modules page.
advise_display_popup_toolbox_transfers modules/advise/advise.toolbox.inc
advise_display_popup_toolbox_substitutions modules/advise/advise.toolbox.inc
advise_display_popup_toolbox_moved modules/advise/advise.toolbox.inc
advise_display_popup_toolbox_courses modules/advise/advise.toolbox.inc
advise_menu modules/advise/advise.module
advise_can_access_view modules/advise/advise.module Used by the menu to determine if the user can see the View (Degree and What If) tab for the current student.
advise_get_advisees modules/advise/advise.module
advise_get_advisors_for_student modules/advise/advise.module Similar to
advise_toggle_draft_form modules/advise/advise.module
advise_toggle_draft_form_submit modules/advise/advise.module
advise_display_popup_change_track_non_dynamic_degree modules/advise/advise.module This is the "change track" popup we will display if the degree cannot be combined with anything else (non-dynamic).
advise_display_popup_change_track modules/advise/advise.module
advise_display_popup_change_term modules/advise/advise.module This popup allows the advisor to change the advising term.
advise_user_can_view_advising_session_access_callback modules/advise/advise.module This is an access callback. Can the user view the advising session specified in the REQUEST?
advise_display_popup_group_select modules/advise/advise.module
advise_display_popup_substitute_selected modules/advise/advise.module
advise_display_popup_course_description modules/advise/advise.module
advise_perm modules/advise/advise.module Implementation of hook_perm
advise_display_view modules/advise/advise.module This is the page which actually displays the "view" for the user to see their advising session, or for an advisor to advise them.
advise_what_if_selection_form modules/advise/advise.module
advise_what_if_selection_form_validate modules/advise/advise.module Validate handler for the what_if selection form. This is where we might, for example, make sure that if a non-dynamic degree was selected, that they can't proceed.
advise_what_if_selection_form_submit modules/advise/advise.module Submit handler for the what if selection form. Since at this point we have passed validation, let's just assemble the URL we need to now redirect to.
advise_init_advising_variables modules/advise/advise.module Takes various variables from the REQUEST and stores them in our advising_session_variables table for more convenient use later on.
advise_init modules/advise/advise.module Implementation of hook_init
advise_clear_cache modules/advise/advise.module Implementation of hook_clear_cache Called by other modules, this function will take care of clearing anything this module has cached.
advise_perform_clear_advising_cache modules/advise/advise.module From menu hook. Clear just the advising cache.
advise_init_screen modules/advise/advise.module
hook_advise_build_screen_elements modules/advise/advise.module This is a hook which developers may use to add custom blocks (or perform other operations) onto the advising View or What If screen.
advise_get_advising_session_from_advising_session_id modules/advise/advise.module Returns back the advising row from the database for a particular advising session id.
advise_get_advising_sessions_for_advising_token modules/advise/advise.module Returns an array of advising session id's for the given advising token. Makes sure is_empty is 0 and is_draft is 0 Ordered by term_id DESC
advise_get_count_of_enrolled_course_for_term modules/advise/advise.module Returns back an integer for the number of courses which a student was "enrolled" for a certain term. In this situation, we will not make sure the student is "active", since they may have since graduated or something.
advise_get_count_of_advised_course_for_term modules/advise/advise.module Returns back an integer of the number of times a particular course was advised (unique per student) for a certain term.
advise_cron modules/advise/advise.module hook_cron
advise_display_history modules/advise/advise.history.inc Displays the history tab on screen.
advise_popup_display_summary modules/advise/advise.history.inc Displays the printable advising summary.
z__admin_display_watchdog modules/admin/admin.module Displays recent watchdog entries, from the watchdog table
admin_menu modules/admin/admin.module Implementation of hook_menu
admin_display_tools_screen modules/admin/admin.module This page displays all the tools that the user has access to use.
admin_duplicate_year_form modules/admin/admin.module This form will allow the user to duplicate an entire year's worth of data to a new catalog year.
admin_duplicate_year_form_submit modules/admin/admin.module This function should perform the actual copy of data!
admin_advising_settings_form modules/admin/admin.module This is a systems settings form, which lets the user edit advising variabled for FlightPath.
admin_apply_draft_changes_form_validate modules/admin/admin.module Before we apply changes, make sure the password is correct.
admin_duplicate_year_form_validate modules/admin/admin.module Before we duplicate the year, make sure the password is correct.

Pages