Functions
Search API
Primary tabs
Name | Location | Description |
---|---|---|
admin_add_degree_form |
modules/ |
This form lets the user add a degree to the database. |
admin_add_degree_form_submit |
modules/ |
Submit handler for the add_degree_form. |
admin_add_degree_form_validate |
modules/ |
Validate handler for add_degree_form |
admin_advising_settings_form |
modules/ |
This is a systems settings form, which lets the user edit advising variabled for FlightPath. |
admin_apply_draft_changes_form |
modules/ |
This form lets the user apply draft changes (if they can supply the passcode) |
admin_apply_draft_changes_form_submit |
modules/ |
Handles the actual moving of draft courses into production. |
admin_apply_draft_changes_form_validate |
modules/ |
Before we apply changes, make sure the password is correct. |
admin_array_diff |
modules/ |
I had to create my own version of array_diff, because the built-in PHP version has a nasty bug where it doesn't work after a certain number of elements. |
admin_copy_degree_form |
modules/ |
This form lets the user copy a degree and all of it's tracks & concentrations. |
admin_copy_degree_form_submit |
modules/ |
|
admin_copy_degree_form_validate |
modules/ |
Validate handler. Make sure our allow_overwrite setting is working. Check for existing major code. |
admin_courses_list_filter_form |
modules/ |
|
admin_courses_list_filter_form_submit |
modules/ |
|
admin_cron |
modules/ |
hook_cron |
admin_degrees_list_filter_form |
modules/ |
|
admin_degrees_list_filter_form_submit |
modules/ |
|
admin_display_courses |
modules/ |
This function displays all of our courses for us to edit. |
admin_display_degrees |
modules/ |
|
admin_display_degrees_popup_add_group2 |
modules/ |
|
admin_display_groups |
modules/ |
This function will display a list of all our groups. |
admin_display_groups_popup_edit_definition |
modules/ |
|
admin_display_groups_popup_select_icon |
modules/ |
This popup is called from the edit group page. It lets the user select an icon to assign to a group. |
admin_display_groups_popup_show_group_use |
modules/ |
Displays a popup showing where a particular group is being used in FlightPath. |
admin_display_main |
modules/ |
This is the "main" page for the admin module. It's what the user first sees when the click to go to the Admin page. |
admin_display_tools_screen |
modules/ |
This page displays all the tools that the user has access to use. |
admin_display_watchdog |
modules/ |
|
admin_display_watchdog_entry |
modules/ |
Display the details of a particular watchdog entry, specified by its table id. |
admin_duplicate_year_form |
modules/ |
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/ |
This function should perform the actual copy of data! |
admin_duplicate_year_form_validate |
modules/ |
Before we duplicate the year, make sure the password is correct. |
admin_edit_course_form |
modules/ |
This form lets the user edit details about a course. |
admin_edit_course_form_submit |
modules/ |
|
admin_edit_degree_form |
modules/ |
Meant to replace the old-fashioned display_edit_degree function... |
admin_edit_degree_form_submit |
modules/ |
|
admin_edit_degree_form_validate |
modules/ |
|
admin_edit_group_form |
modules/ |
This function lets the user edit a group. |
admin_edit_group_form_submit |
modules/ |
|
admin_edit_group_form_validate |
modules/ |
Validate handler for edit group form. |
admin_get_courses_from_definition |
modules/ |
|
admin_get_course_array_from_course_id_array |
modules/ |
|
admin_get_course_array_from_definition_data |
modules/ |
|
admin_get_de_catalog_year |
modules/ |
Get the "de_catalog_year" from the REQUEST. If it's not there or invalid, pull it from our system settings. |
admin_get_group_courses |
modules/ |
Return back the courses in a group, suitable for the edit-group form. |
admin_get_semester_name |
modules/ |
Convienence function to get semester's default regular name. |
admin_groups_list_filter_form |
modules/ |
|
admin_groups_list_filter_form_submit |
modules/ |
|
admin_menu |
modules/ |
Implementation of hook_menu |
admin_menu_handle_replacement_pattern |
modules/ |
This is an implementation of hook_menu_handle_replacement_pattern. It will search for and replace replacement patterns which we are aware of it in $str. |
admin_perm |
modules/ |
|
admin_process_all_definitions_form |
modules/ |