22 calls to db_get_user_id_from_cwid()
Search API
- 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_confirm_cancel_appointment_form_submit in modules/
calendar/ calendar.module - 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_find_and_remind_notify_upcoming_appointments in modules/
calendar/ calendar.module - This function will find appointments approaching within X number of minutes, and send out notifications to all involved.
- calendar_get_appointments_for_faculty in modules/
calendar/ calendar.module - Return back a list of appointment content nodes for this faculty member, which fall between the specified datetimes.
- 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_schedule_appointment_confirm_form_submit in modules/
calendar/ calendar.module - We passed validation, it's time to actually submit now!
- engagements_form_alter in modules/
engagements/ engagements.module - Implements hook_form_alter
- 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_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_mass_sms_perform_batch_operation 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 - fp_render_student_profile_header in includes/
theme.inc - Returns the HTML for the "profile" header html for a student
- student_priority_get_calculations_for_student in modules/
student_priority/ student_priority.module - Run all of the calculations for a student, and return back the results in a formatted array.
- student_profile_display_student_profile_page in modules/
student_profile/ student_profile.module - user_alter_student_profile_items in modules/
user/ user.module - Implements hook_alter_student_profile_items
- user_edit_student_user_form in modules/
user/ user.student.inc - Let the user edit a studentuser's information.
- user_edit_user_advisees_form in modules/
user/ user.module - This form lets us populate 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_form in modules/
user/ user.module - Let the user edit a user's roles and other information.
- 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.