370 calls to t()

admin_add_degree_form in modules/admin/admin.degrees.inc
This form lets the user add a degree to the database.
admin_add_degree_form_submit in modules/admin/admin.degrees.inc
Submit handler for the add_degree_form.
admin_add_degree_form_validate in modules/admin/admin.degrees.inc
Validate handler for add_degree_form
admin_advising_settings_form in modules/admin/admin.module
This is a systems settings form, which lets the user edit advising variabled for FlightPath.
admin_apply_draft_changes_form in modules/admin/admin.module
This form lets the user apply draft changes (if they can supply the passcode)
admin_apply_draft_changes_form_submit in modules/admin/admin.module
Handles the actual moving of draft courses into production.
admin_apply_draft_changes_form_validate in modules/admin/admin.module
Before we apply changes, make sure the password is correct.
admin_copy_degree_form in modules/admin/admin.degrees.inc
This form lets the user copy a degree and all of it's tracks & concentrations.
admin_copy_degree_form_submit in modules/admin/admin.degrees.inc
admin_copy_degree_form_validate in modules/admin/admin.degrees.inc
Validate handler. Make sure our allow_overwrite setting is working. Check for existing major code.
admin_courses_list_filter_form in modules/admin/admin.courses.inc
admin_degrees_list_filter_form in modules/admin/admin.degrees.inc
admin_display_courses in modules/admin/admin.courses.inc
This function displays all of our courses for us to edit.
admin_display_degrees in modules/admin/admin.degrees.inc
admin_display_degrees_popup_add_group2 in modules/admin/admin.degrees.inc
admin_display_groups in modules/admin/admin.groups.inc
This function will display a list of all our groups.
admin_display_groups_popup_edit_definition in modules/admin/admin.groups.inc
admin_display_groups_popup_show_group_use in modules/admin/admin.groups.inc
Displays a popup showing where a particular group is being used in FlightPath.
admin_display_main in modules/admin/admin.module
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_watchdog in modules/admin/admin.module
admin_display_watchdog_entry in modules/admin/admin.module
Display the details of a particular watchdog entry, specified by its table id.
admin_duplicate_year_form in 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 in modules/admin/admin.module
This function should perform the actual copy of data!
admin_duplicate_year_form_validate in modules/admin/admin.module
Before we duplicate the year, make sure the password is correct.
admin_edit_course_form in modules/admin/admin.courses.inc
This form lets the user edit details about a course.
admin_edit_course_form_submit in modules/admin/admin.courses.inc
admin_edit_degree_form in modules/admin/admin.degrees.inc
Meant to replace the old-fashioned display_edit_degree function...
admin_edit_degree_form_validate in modules/admin/admin.degrees.inc
admin_edit_group_form in modules/admin/admin.groups.inc
This function lets the user edit a group.
admin_edit_group_form_submit in modules/admin/admin.groups.inc
admin_edit_group_form_validate in modules/admin/admin.groups.inc
Validate handler for edit group form.
admin_groups_list_filter_form in modules/admin/admin.groups.inc
admin_menu in modules/admin/admin.module
Implementation of hook_menu
admin_perm in modules/admin/admin.module
admin_process_all_definitions_form in modules/admin/admin.groups.inc
admin_process_all_definitions_form_submit in modules/admin/admin.groups.inc
Actually perform the refreshing of definitions.
admin_process_all_definitions_perform_batch_operation in modules/admin/admin.groups.inc
This actually is the batch operation for processing all of our group definitions.
admin_urgent_message_form in modules/admin/admin.module
Meant to be fed into "fp_system_settings_form()", this function returns an array which will automatically save values to our "variables" table.
advise_clear_cache in 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_display_history in modules/advise/advise.history.inc
Displays the history tab on screen.
advise_display_popup_change_term in modules/advise/advise.module
This popup allows the advisor to change the advising term.
advise_display_popup_change_track in modules/advise/advise.module
advise_display_popup_change_track_non_dynamic_degree in 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_group_select in modules/advise/advise.module
advise_display_popup_substitute_selected in modules/advise/advise.module
advise_display_view in 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_init in modules/advise/advise.module
Implementation of hook_init
advise_init_screen in modules/advise/advise.module
advise_menu in modules/advise/advise.module
advise_perm in modules/advise/advise.module
Implementation of hook_perm
advise_popup_display_summary in modules/advise/advise.history.inc
Displays the printable advising summary.
advise_toggle_draft_form in modules/advise/advise.module
advise_toggle_draft_form_submit in modules/advise/advise.module
advise_what_if_selection_form in modules/advise/advise.module
advise_what_if_selection_form_validate in 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.
AdvisingScreen::build_excess_credit in classes/AdvisingScreen.php
Constructs the HTML to show the Excess Credits list.
AdvisingScreen::build_footnotes in classes/AdvisingScreen.php
Constructs the HTML which will show footnotes for substitutions and transfer credits.
AdvisingScreen::build_graduate_credit in classes/AdvisingScreen.php
Constructs the HTML which will be used to display the student's graduate credits (if any exist)
AdvisingScreen::build_test_scores in classes/AdvisingScreen.php
Constructs the HTML to show the student's test scores.
AdvisingScreen::display_group in classes/AdvisingScreen.php
This function displays a Group object on the degree plan. This is not the selection popup display. It will either show the group as multi rows, filled in with courses, or as a "blank row" for the user to click on.
AdvisingScreen::display_popup_course_description in classes/AdvisingScreen.php
Displays the contents of the Descripton tab for the course popup.
AdvisingScreen::display_popup_group_select in classes/AdvisingScreen.php
This function displays the popup which lets a user select a course to be advised into a group.
AdvisingScreen::display_popup_group_select_course_list in classes/AdvisingScreen.php
Accepts a CourseList object and draws it out to the screen. Meant to be called by display_popup_group_select();
AdvisingScreen::display_popup_substitute in classes/AdvisingScreen.php
This is used to display the substitution popup to a user, to let them actually make a substitution.
AdvisingScreen::display_screen in classes/AdvisingScreen.php
This function generates the HTML to display the screen. Should be used in conjunction with output_to_browser()
AdvisingScreen::display_semester in classes/AdvisingScreen.php
Given a Semester object, this will generate the HTML to draw it out to the screen. We will take advantage of the render engine, so we can utilize hook_content_alter later on.
AdvisingScreen::display_toolbox_courses in classes/AdvisingScreen.php
Used in the Toolbox popup, this will display content of the tab which shows a student's courses which they have taken.
AdvisingScreen::display_toolbox_moved in classes/AdvisingScreen.php
Used in the Toolbox popup, this will display content of the tab which shows a student's moved courses. That is, courses which have had their group memberships changed.
AdvisingScreen::display_toolbox_substitutions in classes/AdvisingScreen.php
Used in the Toolbox popup, this will display content of the tab which shows a student's substututions
AdvisingScreen::display_toolbox_transfers in classes/AdvisingScreen.php
Used in the Toolbox popup, this will display content of the tab which shows a student's transfers
AdvisingScreen::draw_box_top in classes/AdvisingScreen.php
Used to draw the beginning of semester boxes and other boxes, for example the footnotes.
AdvisingScreen::draw_course_row in classes/AdvisingScreen.php
This is used by lots of other functions to display a course on the screen. It will show the course, the hours, the grade, and quality points, as well as any necessary icons next to it.
AdvisingScreen::draw_group_select_row in classes/AdvisingScreen.php
This draws the "blank row" for a group on the degree plan, which instructs the user to click on it to select a course from the popup.
AdvisingScreen::draw_pie_chart_box in classes/AdvisingScreen.php
This function is used to draw an individual pie chart box. It accepts values of top/bottom in order to come up with a percentage.
AdvisingScreen::draw_popup_group_select_course_row in classes/AdvisingScreen.php
Used in the group selection popup, this will display a course with a radio button next to it, so the user can select it.
AdvisingScreen::draw_popup_group_subject_select in classes/AdvisingScreen.php
When the groupSelect has too many courses, they are broken down into subjects, and the user first selects a subject. This function will draw out that select list.
AdvisingScreen::draw_progress_boxes in classes/AdvisingScreen.php
This function calls drawPieChart to construct the student's 3 progress pie charts.
AdvisingScreen::draw_public_note in classes/AdvisingScreen.php
Will display the "public note" at the top of a degree. This was entred in Data Entry.
AdvisingScreenTypeView::display_semester_list in classes/AdvisingScreenTypeView.php
Display contents of a semester list as a single semester, only displaying courses matching the requirement_type. If the requirement_type is "e", then we will also look for anything not containing a defined requirement_type.
alerts_advisees_alerts_form in modules/alerts/alerts.module
Displays alerts for our various advisees.
alerts_content_register_content_type in modules/alerts/alerts.module
For use with the content module. We will register our custom content type(s) for use with this module.
alerts_display_advisee_activities_page in modules/alerts/alerts.module
Display all advisee activities since the beginning of time, thanks to pager query.
alerts_perm in modules/alerts/alerts.module
alerts_settings_form in modules/alerts/alerts.module
announcements_content_register_content_type in modules/announcements/announcements.module
Implementatin of content's hook_content_register_content_type
announcements_perm in modules/announcements/announcements.module
Implementation of hook_perm
audit_comment_form in modules/audit/audit.module
audit_comment_form_submit in modules/audit/audit.module
audit_display_audit in modules/audit/audit.module
audit_get_approval_options in modules/audit/audit.module
Returns a simple array of the available approval options in the popup.
audit_hidden_approval_form_submit in modules/audit/audit.module
audit_perm in modules/audit/audit.module
Implementation of hook_perm
audit_popup_edit_approval_form in modules/audit/audit.module
This is the actual form that will be used to change an audit approval for a student.
audit_settings_form in modules/audit/audit.module
audit_settings_form_validate in modules/audit/audit.module
batch_ajax_callback in modules/batch/batch.module
This function is called by ajax, and will trigger each run of the batch operation function, then return appropriate results back to our javascript.
batch_finished_page in modules/batch/batch.module
We redirect to this page when we have finished a batch.
batch_perm in modules/batch/batch.module
Implementation of hook_perm
batch_processing_page in modules/batch/batch.module
This is the page the user sees while a batch is being processed.
batch_set in modules/batch/batch.module
Create a new batch process.
batch_start_batch_from_form_submit in modules/batch/batch.module
A batch process is being initiated from a form submission.
batch_test_finished_page in modules/batch/batch.test.inc
This is our test "finished" page which will be displayed upon completion of the batch (if selected in the test form).
batch_test_form in modules/batch/batch.test.inc
Basic sample form, accessed at site.com/batch-test
batch_test_form_submit in modules/batch/batch.test.inc
blank_degrees_display_blank_degree in modules/blank_degrees/blank_degrees.module
blank_degrees_perm in modules/blank_degrees/blank_degrees.module
blank_degrees_select_degree_form in modules/blank_degrees/blank_degrees.module
This form lets the user select which degree they wish to view.
blank_degrees_select_school_form in modules/blank_degrees/blank_degrees.module
calendar_appointment_content_form_validate in modules/calendar/calendar.module
Custom validate handler for when we save an appointment form. We want to confirm the student is valid, and also store ONLY the cwid.
calendar_appointment_settings_form in modules/calendar/calendar.module
Lets an admin user configure global settings regarding appointments in FlightPath
calendar_build_custom_calendar in modules/calendar/calendar.module
Actually renders the HTML for the calendar.
calendar_confirm_cancel_appointment_form in modules/calendar/calendar.module
Confirm we actually want to cancel this appointment
calendar_confirm_cancel_appointment_form_submit in modules/calendar/calendar.module
calendar_content_alter in modules/calendar/calendar.module
Implements hook_content_alter. We want to alter the way that our calendar appointments are displayed.
calendar_content_register_content_type in modules/calendar/calendar.module
For use with the content module. We will register our custom content type(s) for use with this module.
calendar_display_mobile_date_page in modules/calendar/calendar.module
This function is specifically for displaying the events on a particular day for the user, presumed to be in a mobile experience.
calendar_display_schedule_appointment_completed_page in modules/calendar/calendar.module
The user has successfully completed their appointment scheduling. Display a Thank You page.
calendar_display_schedule_appointment_page in modules/calendar/calendar.module
This is the page which lets students schedule an appointment with the faculty member supplied in the user_id.
calendar_display_schedule_staff_page in modules/calendar/calendar.module
This page (primarily meant for students) is for quickly finding your advisor or professor or whomever, and finding their link to schedule an appointment with them.
calendar_display_upcoming_appointments in modules/calendar/calendar.module
calendar_display_user_appointment_settings_page in modules/calendar/calendar.module
This page is where the user can configure their various appointment settings (like when they offer them)
calendar_form_alter in modules/calendar/calendar.module
Implements hook_form_alter
calendar_get_available_faculty_schedule in modules/calendar/calendar.module
Returns back an array of time slots available for this faculty member and event_type
calendar_menu in modules/calendar/calendar.module
implements hook_menu
calendar_perm in modules/calendar/calendar.module
calendar_render_mini_calendar in modules/calendar/calendar.module
calendar_schedule_appointment_confirm_form in modules/calendar/calendar.module
The confirmation form the user will see once they have made their schedule selections.
calendar_schedule_appointment_confirm_form_submit in modules/calendar/calendar.module
We passed validation, it's time to actually submit now!
calendar_schedule_appointment_confirm_form_validate in modules/calendar/calendar.module
This is our last chance to validate the form before saving.
comments_comment_form in modules/comments/comments.module
This is the form to enter a new comment.
comments_comment_form_submit in modules/comments/comments.module
comments_display_main in modules/comments/comments.module
This displays the primary Comments tab, where we see past comments and can enter a new one (with the right permissions).
comments_perform_delete_comment in modules/comments/comments.module
"delete" a comment (actually, all we do is flag it as deleted)
comments_perm in modules/comments/comments.module
comments_render_comment in modules/comments/comments.module
Display the comment array in a pretty way.
content_add_new_uploaded_file in modules/content/content.module
bool_replace_existing means should we replace an existing file (based on filename) with this new one? Instead of creating an INSERT, that is.
content_blocks in modules/content/content.module
hook_blocks. Returns an array of available blocks offered by this module in this format: array( delta => "This is the title of the block.", ), );
content_content_load in modules/content/content.module
Implementation of content's hook_content_load
content_content_save in modules/content/content.module
Implements hook_content_save. We will save the content object to the database.
content_dialog_handle_after_save in modules/content/content.module
This is the URL we redirect to after saving a piece of content in a dialog, so all we really want to do is close the dialog and reload the parent page.
content_display_content_admin_list in modules/content/content.module
Display a list of content for the administrator
content_edit_content_form in modules/content/content.module
This form lets the user edit some piece of content
content_edit_content_form_submit in modules/content/content.module
Submit handler for the edit content form.
content_edit_content_form_validate in modules/content/content.module
content_menu in modules/content/content.module
content_perm in modules/content/content.module
Implementation of hook_perm
content_public_files_form in modules/content/content.module
This screen lets the user upload/manage/delete "public files" stored at custom/files/content_uploads/public_uploads/
content_public_files_form_validate in modules/content/content.module
content_render_block in modules/content/content.module
Called when it is time to render the block in question. Expected to return an array which looks like this: array( "title" => "Some title goes here.", "body" => "this is the primary body of the block", );
content_render_content in modules/content/content.module
Return the HTML rendering the content we have in the database.
content_unpublish_content_form in modules/content/content.module
content_unpublish_content_form_submit in modules/content/content.module
content_view_content in modules/content/content.module
Display the content specified in the GET's cid.
Course::load_descriptive_transfer_data in classes/Course.php
Similar to load_descriptive_data(), this will load whatever we have for $this transfer course.
course_search_display_courses in modules/course_search/course_search.module
Show the user their select of courses.
course_search_display_edit_courses in modules/course_search/course_search.edit.inc
Display a plain list of courses, making it easier for admins to edit schedules and details in one spot.
course_search_display_search in modules/course_search/course_search.module
Displays the search pulldown for the user to use to find courses.
course_search_download_syllabus in modules/course_search/course_search.module
This function will actually deliver a syllabus to the user's browser for download.
course_search_edit_course_details_form in modules/course_search/course_search.edit.inc
This form lets the user edit the course's syllabus or rotation schedule
course_search_edit_course_details_form_submit in modules/course_search/course_search.edit.inc
course_search_perm in modules/course_search/course_search.module
course_search_select_school_form in modules/course_search/course_search.module
course_search_settings_form in modules/course_search/course_search.module
The system settins form for course_search settings.
course_search_upload_attachment in modules/course_search/course_search.edit.inc
DatabaseHandler::db_error in classes/DatabaseHandler.php
Draw out the error onto the screen.
DegreePlan::add_semester_courses_added in classes/DegreePlan.php
DegreePlan::add_semester_developmental in classes/DegreePlan.php
DegreePlan::calculate_progress_hours in classes/DegreePlan.php
Calculate and store progress hour information. Stores in the $this->gpa_calculations array.
display_access_denied in includes/theme.inc
display_not_found in includes/theme.inc
encryption_perm in modules/encryption/encryption.module
Implements hook_perm
encryption_settings_form in modules/encryption/encryption.module
encryption_settings_form_submit in modules/encryption/encryption.module
The submit handler
encryption_settings_form_validate in modules/encryption/encryption.module
engagements_content_register_content_type in modules/engagements/engagements.module
For use with the content module. We will register our custom content type(s) for use with this module.
engagements_display_advisee_engagements_page in modules/engagements/engagements.module
engagements_display_main in modules/engagements/engagements.module
displays the main Engagements tab, which shows the history of past engagements.
engagements_form_alter in modules/engagements/engagements.module
Implements hook_form_alter
engagements_get_from_phones_for_fapi in modules/engagements/engagements.module
Returns back the phone lines available.
engagements_handle_incoming_sms in modules/engagements/engagements.module
This catches incoming sms messages from POST, but can also be used by our "sms_get_all_messages" function, but it is also used by the sms_get_all_messages to save/update information.
engagements_handle_sms_stop in modules/engagements/engagements.module
This function is called by engagements_handle_incoming_sms, when we receive 'STOP' from the user. We must add them to our "sms_do_not_txt" table, and send a reply letting them know how to re-subscribe in the future.
engagements_handle_sms_unstop in modules/engagements/engagements.module
User opted-IN to receiving txt messages.
engagements_handle_tracking_pixel_request in modules/engagements/engagements.module
The user has opened an email with a tracking pixel. We will now record that it was opened in our engagements_tracking table.
engagements_imap_get_all_received_messages in modules/engagements/engagements.module
Connect to our imap server, download all received messages from students (or others). We will then delete them, so they don't get read twice.
engagements_imap_settings_form in modules/engagements/engagements.module
Configure the imap settings used by Engagements
engagements_mass_sms_form in modules/engagements/engagements.module
engagements_mass_sms_form_submit in modules/engagements/engagements.module
Our submit function. Our main task is simply to set off a batch routine.
engagements_mass_sms_form_validate in modules/engagements/engagements.module
engagements_menu in modules/engagements/engagements.module
Implement hook_menu
engagements_perm in modules/engagements/engagements.module
engagements_send_email_or_txt_form_submit in modules/engagements/engagements.module
engagements_send_email_or_txt_form_validate in modules/engagements/engagements.module
engagements_sms_replace_patterns in modules/engagements/engagements.module
engagements_sms_settings_form in modules/engagements/engagements.module
Configure the various SMS settings
example_helper_init in custom/modules/example_helper/example_helper.module
Implementation of "hook_init".
FlightPath::flag_outdated_substitutions in classes/FlightPath.php
FlightPath::init in classes/FlightPath.php
form_basic_validate in includes/render.inc
This is a very basic validator for form API submission. All I really care about is making sure required fields have a value in them. If they do not, we will file a form_error.
fp_debug_current_time_millis in includes/misc.inc
When called repeatedly, this function will display a message along with a milisecond count out to the side. Very useful for developers to time function calls or queries, to see how long they are taking.
fp_get_faculty_name in includes/db.inc
Returns the faculty member's name based on the ID provided.
fp_get_module_details in includes/misc.inc
Simply returns the module's row from the modules table, if it exists.
fp_get_requirement_types in includes/misc.inc
Returns back an array of all the available requirement types (by code) that have been defined.
fp_get_student_name in includes/db.inc
fp_html_print_r in includes/misc.inc
Similar to print_r, this will return an HTML-friendly click-to-open system similar in design to Krumo.
fp_load_user in includes/db.inc
Returns back a user object for this user_id. If the user is not found in the users table, it will return NULL. If the user_id requested is 0, the anonymous user object is returned.
fp_mail in includes/misc.inc
Send an email. Drop-in replacement for PHP's mail() command, but can use SMTP protocol if enabled.
fp_render_content in includes/render.inc
This is very similar to fp_get_form / fp_render_form, except in this case we are being passed the completed "render_array", which already contains all of our elements. We will call hooks on it, sort by weights, and then return the rendered…
fp_render_element in includes/render.inc
Returns the HTML to render this form (or content) element to the screen. $name is the HTML machine name. $element is an array containing all we need to render it. If you want default values to be taken from the SESSION (because we had form_errors,…
fp_render_form in includes/render.inc
Render the form array from the callback to the screen, and set the form to save itself in our default submit handler. Valid form_types are: "system_settings" => values automatically saved to variables table. "normal" or BLANK…
fp_render_mobile_tab_array in includes/theme.inc
fp_render_sidebar_left_content in includes/theme.inc
Returns the HTML for the left sidebar content.
fp_render_student_profile_header in includes/theme.inc
Returns the HTML for the "profile" header html for a student
fp_render_top_nav_content in includes/theme.inc
Returns the HTML for the top navigation content of the screen itself.
hook_content_register_content_type in modules/content/content.api.php
Sample hook other modules implement to register a content type.
hook_perm in includes/hook.api.php
This hook defines available permissions for a module. These perms are used with hook_menu() and the function user_has_permission()
hook_status in includes/hook.api.php
Reports status information which each module is aware of, visible on admin/config/status.
hook_user_register_user_attributes in modules/user/user.api.php
Sample hook other modules implement to register a user attribute.
lassie_check in modules/lassie/lassie.module
Check to see if an email needs to be sent regarding this job.
lassie_finish in modules/lassie/lassie.module
Tell Lassie that we have finished the job.
lassie_start in modules/lassie/lassie.module
Set a new job for Lassie to watch.
masquerade_form in modules/masquerade/masquerade.module
This form will let the user specify which user they wish to impersonate.
masquerade_init in modules/masquerade/masquerade.module
masquerade_menu in modules/masquerade/masquerade.module
Implementation of hook_menu
masquerade_perform_masquerade in modules/masquerade/masquerade.module
Actually perform the switching of users to the selected user.
masquerade_perm in modules/masquerade/masquerade.module
Implementation of hook_perm
menu_get_menu_router_item_from_db in includes/menu.inc
Return array from menu_router for this item. *
menu_rebuild_cache in includes/menu.inc
Go through all installed modules and rebuild the menu_router table, based on each module's hook_menu function.
notify_send_notification_to_user in modules/notify/notify.module
$cid is the related content's cid, if applicable.
page--login.tpl.php in themes/fp6_clean/page--login.tpl.php
This file is responsible for outputting our content to the web browser.
page--login.tpl.php in themes/how_to_customize/custom_fp6_clean/page--login.tpl.php
This file is responsible for outputting our content to the web browser.
page.tpl.php in themes/fp6_clean/page.tpl.php
This file is responsible for outputting our content to the web browser.
page.tpl.php in themes/how_to_customize/custom_fp6_clean/page.tpl.php
This file is responsible for outputting our content to the web browser.
prereqs_content_alter in modules/prereqs/prereqs.module
Implememnt hook_content_alter
prereqs_edit_course_form_validate in modules/prereqs/prereqs.module
validate for the edit course form, from admin.courses.inc.
prereqs_form_alter in modules/prereqs/prereqs.module
Implements hook_form_alter
prereqs_get_prereq_warnings_for_course in modules/prereqs/prereqs.module
This is meant to be a general function to find all relavent prereq warnings for the supplied course.
prereqs_install in modules/prereqs/prereqs.install
hook_install.
prereqs_perm in modules/prereqs/prereqs.module
prereqs_settings_form in modules/prereqs/prereqs.module
prereqs_theme_advise_course_row in modules/prereqs/prereqs.module
Implements hook_theme_advise_course_row. Lets us re-write how our course rows are drawn, if desired.
schools_administer_schools_form in modules/schools/schools.module
schools_administer_schools_form_submit in modules/schools/schools.module
schools_form_alter in modules/schools/schools.module
Implements hook_form_alter
schools_get_schools_for_fapi in modules/schools/schools.module
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 in modules/schools/schools.module
schools_get_school_definitions in modules/schools/schools.module
schools_get_school_name_for_id in modules/schools/schools.module
schools_init in modules/schools/schools.module
Implements hook_init
schools_menu_alter in modules/schools/schools.module
hook_menu_alter
schools_perm in modules/schools/schools.module
Semester::assign_title in classes/Semester.php
smtp_settings_form in modules/smtp/smtp.module
stats_draw_catalog_year_pulldown in modules/stats/stats.module
Return the HTML for a pulldown containing the catalog years available for selection.
stats_draw_date_range_form in 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 in modules/stats/stats.module
Display a major selection pulldown, used by other reports.
stats_menu in modules/stats/stats.module
Implementation of hook_menu
stats_perm in modules/stats/stats.module
Implementation of hook_perm(). Expects to return an array of permissions recognized by this module.
stats_report_access_stats in 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 in modules/stats/stats.module
This report shows which advisors are using FlightPath most often.
stats_report_course_use_summary in modules/stats/stats.module
This report will display everywhere a particular course is used in FlightPath (groups and degrees)
stats_report_major_counts in modules/stats/stats.module
This report shows how many students are in each major.
stats_report_major_students_progress_form in 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 in modules/stats/reports.major-students-progress.inc
Our submit handler. We will be setting up a new batch process.
stats_report_student_course_list in 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 in modules/stats/stats.module
Student::init_semester_courses_added in classes/Student.php
Student::load_test_scores in classes/Student.php
student_files_content_alter in modules/student_files/student_files.module
Implememnt hook_content_alter
student_files_handle_delete in modules/student_files/student_files.module
student_files_handle_upload in 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 in modules/student_files/student_files.install
Implementation of hook_install
student_files_little_upload_form in modules/student_files/student_files.module
student_files_menu in modules/student_files/student_files.module
Implementation of hook_menu
student_files_perm in modules/student_files/student_files.module
Implements hook_perm
student_files_settings_form in modules/student_files/student_files.module
student_files_settings_form_validate in modules/student_files/student_files.module
We mainly want to make sure nothing got entered in an incorrect format here.
student_files_upload_any_student_files_form in 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_validate in modules/student_files/student_files.module
Validate function.
student_priority_display_priority_calculations_page in 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_profile_display_student_profile_page in modules/student_profile/student_profile.module
student_search_display_majors_search in 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 in modules/student_search/student_search.module
Displays this user's advisees, if there are any assigned.
student_search_display_my_majors in modules/student_search/student_search.module
Displays students belonging to the current user's major code.
student_search_get_advanced_search_tips in modules/student_search/student_search.module
Simply returns the HTML to display the "advanced search tips" collapsible fieldset and instructions.
student_search_get_advisee_table_headers in modules/student_search/student_search.module
student_search_menu in modules/student_search/student_search.module
student_search_perm in modules/student_search/student_search.module
Implementation of hook_perm
student_search_render_advisees in modules/student_search/student_search.module
student_search_render_small_search in modules/student_search/student_search.module
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_search_form in modules/student_search/student_search.module
student_search_settings_form in modules/student_search/student_search.module
This is a system_settings form for configuring our module.
system_block_regions in modules/system/system.module
Hook block regions.
system_confirm_db_updates_form in modules/system/system.module
Display a confirmation form before we run the db updates (hook_updates)
system_confirm_db_updates_form_submit in modules/system/system.module
Perform the actual hook_update calls here, send the user to a completed page.
system_cron in modules/system/system.module
Implementation of hook_cron
system_disable_module in modules/system/system.module
Handles the disabling of the module in question.
system_display_completed_db_updates in modules/system/system.module
Once db updates are run, display contents of this page.
system_display_dashboard_page in modules/system/system.module
This is the "dashboard" page for FlightPath, which replaces the "main" page from FP 5.
system_display_disable_login_page in modules/system/system.module
system_display_install_finished_page in modules/system/system.module
This page is displayed to the user once FlightPath has been installed.
system_display_login_help_page in modules/system/system.module
This page will be shown when the user clicks the "Need Help Logging In?" link on the login page.
system_display_login_page in modules/system/system.module
Display the "login" page. This is the default page displayed to the user, at /login, if they have not logged in yet.
system_display_status_page in modules/system/system.module
This page displayes the results of each module's hook_status.
system_enable_module in modules/system/system.module
Handles the enabling (and possible installation) of module.
system_execute_php_form in modules/system/system.module
system_get_available_themes in modules/system/system.module
Returns back an array (suitable for FAPI) of the available themes in the system.
system_get_roles_for_user in modules/system/system.module
Return an array containing the roles which have been assigned to a specific user.
system_handle_form_submit in modules/system/system.module
Intercepts form submissions from forms built with the form API.
system_handle_uninstall_module in modules/system/system.module
Called from the menu (ie, a URL) this function will uninstall a module.
system_init in modules/system/system.module
Called on every page load.
system_login_form in modules/system/system.module
This draws the form which facilitates logins.
system_login_form_submit in modules/system/system.module
Submit handler for login form. If we are here, it probably means we have indeed authenticated. Just in case, we will test the form_state["passed_authentication"] value, which we expect to have been set in our validate handler.
system_login_form_validate in modules/system/system.module
Validate function for the login form. This is where we will do all of the lookups to verify username and password. If you want to write your own login handler (like for LDAP) this is the function you would duplicate in a custom module, then use…
system_menu in modules/system/system.module
system_mfa_login_form in modules/system/system.module
system_mfa_login_form_validate in modules/system/system.module
system_modules_form in modules/system/system.module
This is the form which an admin may use to manage the modules in the system.
system_perform_db_updates_perform_batch_operation in modules/system/system.module
Performs db updates ONE module at a time.
system_perform_run_cron in modules/system/system.module
Called from menu, will run hook_cron() for all modules.
system_perm in modules/system/system.module
Implementation of hook_perm(). Expects to return an array of permissions recognized by this module.
system_popup_report_contact_form in modules/system/system.module
This is the form which lets users send an email to the FlightPath production team,
system_popup_report_contact_form_submit in modules/system/system.module
system_popup_report_contact_thank_you in modules/system/system.module
This is the thank you page you see after submitting the contact form.
system_render_advising_snapshop_for_iframe in modules/system/system.module
This is meant to be a widget which shows in the dashboard of the advising user, within an iframe, since it can take a while to load.
system_school_data_form in modules/system/system.module
This form is for the school-data, like subject code descriptions, colleges, etc.
system_settings_form in modules/system/system.module
This is the "system settings" form.
system_status in modules/system/system.module
Implementation of hook_status Expected return is array( "severity" => "normal" or "warning" or "alert", "status" => "A message to display to the user.", );
theme_pager in includes/theme.inc
Adapted from https://api.drupal.org/api/drupal/includes%21pager.inc/function/theme_pa...
theme_pager_link in includes/theme.inc
Adapted from https://api.drupal.org/api/drupal/includes%21pager.inc/function/theme_pa...
tinymce_config_form in modules/tinymce/tinymce.module
tinymce_form_alter in modules/tinymce/tinymce.module
Implementation of hook_form_alter
tinymce_perm in modules/tinymce/tinymce.module
update_status_perform_check in modules/update_status/update_status.module
This function actually performs the update status check with getflightpath.com
update_status_status in modules/update_status/update_status.module
Implementation of hook_status.
user_alter_student_profile_items in modules/user/user.module
Implements hook_alter_student_profile_items
user_display_student_users in modules/user/user.student.inc
Similar to user_display_users, except only for student users.
user_display_users in modules/user/user.module
Display our list of faculty/staff users in the system.
user_edit_attribute_form in modules/user/user.module
The form which lets us actually edit this user's attribute (ex: Visa Status) Meant to be very similar to:
user_edit_attribute_form_submit in modules/user/user.module
user_edit_student_user_form in modules/user/user.student.inc
Let the user edit a studentuser's information.
user_edit_student_user_form_submit in modules/user/user.student.inc
Submit handler for editing student users.
user_edit_student_user_form_validate in modules/user/user.student.inc
Validate handler for editing student users.
user_edit_user_advisees_form in modules/user/user.module
This form lets us populate the advisor_student table
user_edit_user_advisees_form_submit in modules/user/user.module
Save to the advisor_student table
user_edit_user_advisees_form_validate in modules/user/user.module
Check to see if we entered a CWID which doesn't exist in students table.
user_edit_user_attributes_form in modules/user/user.module
user_edit_user_attributes_form_submit in modules/user/user.module
user_edit_user_form in modules/user/user.module
Let the user edit a user's roles and other information.
user_edit_user_form_submit in modules/user/user.module
Submit handler for our edit faculty form
user_edit_user_form_validate in modules/user/user.module
Validate handler for editing faculty users.
user_list_filter_form in modules/user/user.module
user_menu in modules/user/user.module
Implementation of hook_menu
user_perm in modules/user/user.module
user_permissions_form in modules/user/user.module
This is the permissions form, where users can set which roles have which permissions.
user_permissions_form_submit in modules/user/user.module
Submit handler for the permissions form.
user_student_edit_student_courses_form in modules/user/user.student.inc
This is the form which we will use to manage a student's courses they've taken.
user_student_edit_student_courses_form_submit in modules/user/user.student.inc
user_student_edit_student_courses_form_validate in modules/user/user.student.inc
user_student_list_filter_form in modules/user/user.student.inc
user_user_roles_form in modules/user/user.module
This form allows the user to manage the roles in the system.
user_user_settings_form in modules/user/user.module
This is the main settings form for a user.
user_user_settings_form_submit in modules/user/user.module
Save values from our settings form into the user_settings table (or other tables), as appropriate.
user_user_settings_form_validate in modules/user/user.module
Needed if we are trying to change password.
z__admin_display_watchdog in modules/admin/admin.module
Displays recent watchdog entries, from the watchdog table
z__course_search_display_view_reports in modules/course_search/course_search.edit.inc
z__schools_admin_copy_degree_form_validate in modules/schools/schools.module
z__stats_draw_student_cwid_form in modules/stats/stats.module
Draws a simple form for entering a student's CWID, used by other reports.
z__stats_report_selected_degree_options in modules/stats/stats.module
This report will show which degree options are being selected for degrees which offer options.
z__student_search_render_advisees in modules/student_search/student_search.module
z______student_search_render_advisees in modules/student_search/student_search.module