Search for LE
Search API
Name | Type | Location | Description |
---|---|---|---|
advise_display_popup_substitute_selected | function |
modules/ |
|
student_search_get_advisee_table_headers | function |
modules/ |
|
calendar_confirm_cancel_appointment_form | function |
modules/ |
Confirm we actually want to cancel this appointment |
DatabaseHandler:: |
function |
classes/ |
|
DatabaseHandler:: |
function |
classes/ |
|
DatabaseHandler:: |
function |
classes/ |
Returns the value of a degree's allow_dynamic field in the database. |
Group:: |
function |
classes/ |
Return TRUE or FALSE if we've fulfilled the min hour allowed value, if it's set. |
engagements_handle_tracking_pixel_request | function |
modules/ |
The user has opened an email with a tracking pixel. We will now record that it was opened in our engagements_tracking table. |
student_search_student_select_switchboard | function |
modules/ |
The user has selected a student (clicked on a row) from the Search or My Advisees screen. |
AdvisingScreen:: |
function |
classes/ |
This function displays the popup which lets a user select a course to be advised into a group. |
DatabaseHandler:: |
function |
classes/ |
|
DatabaseHandler:: |
function |
classes/ |
|
student_files_user_may_delete_student_file | function |
modules/ |
Returns TRUE or FALSE if the current user is allowed to delete the file. |
course_search_get_course_rotation_schedule | function |
modules/ |
|
calendar_schedule_appointment_confirm_form | function |
modules/ |
The confirmation form the user will see once they have made their schedule selections. |
calendar_display_schedule_appointment_page | function |
modules/ |
This is the page which lets students schedule an appointment with the faculty member supplied in the user_id. |
calendar_appointment_content_form_validate | function |
modules/ |
Custom validate handler for when we save an appointment form. We want to confirm the student is valid, and also store ONLY the cwid. |
DatabaseHandler:: |
function |
classes/ |
Given an advising_session_id, create a duplicate of it as a new session_id (and return the new session_id). |
DatabaseHandler:: |
function |
classes/ |
|
DatabaseHandler:: |
function |
classes/ |
Looks in our extra tables to find out what major code, if any, has been assigned to this faculty member. |
DatabaseHandler:: |
function |
classes/ |
Returns an array (or CSV string) of major_codes from the student_degrees table for this student. |
student_files_upload_any_student_files_form | function |
modules/ |
This is where we can upload (en masse?) to any arbitrary student. |
calendar_get_upcoming_appointments_for_cwid | function |
modules/ |
Returns an array of upcoming appointments, where the user is specified by CWID. start_date and end_date is meant to be in UTC, in the form of Y-m-d |
engagements_menu_handle_replacement_pattern | function |
modules/ |
implements hook_menu_handle_replacement_pattern |
theme_table_header_sortable_set_initial_sort | function |
includes/ |
Sets our initial sort, if there isn't already one set. |
DatabaseHandler:: |
function |
classes/ |
|
DatabaseHandler:: |
function |
classes/ |
|
DatabaseHandler:: |
function |
classes/ |
|
student_files_user_may_download_student_file | function |
modules/ |
Returns TRUE or FALSE if the user has access to download this particular student's file. |
student_profile_display_student_profile_page | function |
modules/ |
|
advise_get_count_of_enrolled_course_for_term | function |
modules/ |
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. |
AdvisingScreen:: |
function |
classes/ |
Returns a list of "hidden" HTML input tags which are used to keep track of advising variables between page loads. |
CourseList:: |
function |
classes/ |
This re-sorts the CourseList so that fulfilled courses are first, in alphabetical order, followed by unfulfilled courses, in alphabetical order. This is most useful for making the groups show up correctly. |
DatabaseHandler:: |
function |
classes/ |
|
DatabaseHandler:: |
function |
classes/ |
|
DatabaseHandler:: |
function |
classes/ |
|
DatabaseHandler:: |
function |
classes/ |
|
engagements_get_file_extension_from_mime_type | function |
modules/ |
This function will look at the mime type (aka content type) to figure out what the file extension should be. This is useful when retrieving txt message media. |
blank_degrees_menu_handle_replacement_pattern | function |
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. |
course_search_menu_handle_replacement_pattern | function |
modules/ |
Implements hook |
AdvisingScreen:: |
function |
classes/ |
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. |
DatabaseHandler:: |
function |
classes/ |
|
hook_course_search_get_course_rotation_schedule | function |
modules/ |
This is called AFTER the regular course rotation schedule array has been built. Notice it is passed by reference. This lets us make alterations to it. |
calendar_confirm_cancel_appointment_form_submit | function |
modules/ |
|
calendar_display_user_appointment_settings_page | function |
modules/ |
This page is where the user can configure their various appointment settings (like when they offer them) |
calendar_schedule_appointment_confirm_form_submit | function |
modules/ |
We passed validation, it's time to actually submit now! |
student_profile_get_grade_percentages_for_student | function |
modules/ |
Returns an array where we show the percentage of grades that the student has, compared to the whole. For example: 50% A's, 10% B's, and so on. |
AdvisingScreen:: |
function |
classes/ |
Used in the group selection popup, this will display a course with a radio button next to it, so the user can select it. |
student_files_upload_any_student_files_form_submit | function |
modules/ |
We can assume at this point that eveything is peachy, so let's get to uploading! |
DatabaseHandler:: |
function |
classes/ |
Generates a new advising session token and makes sure it is unique before returning it. |