95 calls to variable_get_for_school()
Search API
- 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_display_degrees_popup_add_group2 in modules/
admin/ admin.degrees.inc - 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_edit_degree_form in modules/
admin/ admin.degrees.inc - Meant to replace the old-fashioned display_edit_degree function...
- admin_edit_degree_form_submit in modules/
admin/ admin.degrees.inc - admin_edit_degree_form_validate in modules/
admin/ admin.degrees.inc - admin_get_de_catalog_year in modules/
admin/ admin.module - 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 in modules/
admin/ admin.groups.inc - Return back the courses in a group, suitable for the edit-group form.
- advise_display_popup_change_term in modules/
advise/ advise.module - This popup allows the advisor to change the advising term.
- 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_advising_variables in 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_popup_display_summary in modules/
advise/ advise.history.inc - Displays the printable advising summary.
- 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_transfer_credit in classes/
AdvisingScreen.php - Constructs the HTML which will be used to display the student's transfer credits
- 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_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_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_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_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_progress_boxes in classes/
AdvisingScreen.php - This function calls drawPieChart to construct the student's 3 progress pie charts.
- AdvisingScreen::fix_institution_name in classes/
AdvisingScreen.php - Simple function to make an institution name look more pretty, because all institution names pass through ucwords(), sometimes the capitalization gets messed up. This function tries to correct it.
- AdvisingScreen::get_quality_points in classes/
AdvisingScreen.php - Calculate the quality points for a grade and hours.
- AdvisingScreen::output_to_browser in classes/
AdvisingScreen.php - This method outputs the screen to the browser by performing an include(path-to-theme-file.php). All necessary information must be placed into certain variables before the include happens.
- 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_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_settings_form in modules/
alerts/ alerts.module - audit_display_audit in modules/
audit/ audit.module - audit_get_approval_types in modules/
audit/ audit.module - Return an assoc array of approval types.
- audit_settings_form in modules/
audit/ audit.module - blank_degrees_display_blank_degree 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.
- calendar_appointment_settings_form in modules/
calendar/ calendar.module - Lets an admin user configure global settings regarding appointments in FlightPath
- 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.
- comments_comment_form in modules/
comments/ comments.module - This is the form to enter a new comment.
- Course::assign_display_status in classes/
Course.php - This will assign the $this->display_status string based on the grade the student has made on the course. The display_status is used by other display functions to decide what color the course should show up as.
- Course::fix_title in classes/
Course.php - This function will correct capitalization problems in course titles.
- Course::get_quality_points in classes/
Course.php - Calculate the quality points for this course's grade and hours.
- Course::is_completed in classes/
Course.php - Returns TRUE if the student has completed the course (and did not make a failing grade on it).
- Course::load_descriptive_data in classes/
Course.php - This function will load $this will all sorts of descriptive data from the database. For example, hours, title, description, etc.
- Course::meets_min_grade_requirement_of in classes/
Course.php - Does $this meed the minimum grade requirement of the supplied course requirement? You may specify either a Course object, or just enter the min_grade in the mGrade variable.
- Course::set_catalog_year_from_term_id in classes/
Course.php - Based on $this->term_id, set what catalog year should go with the course.
- CourseList::count_credit_hours in classes/
CourseList.php - Similar to count_hours, but this will only count courses which have been taken and have a grade.
- CourseList::find_best_grade_match in classes/
CourseList.php - Find a list of matches to Course courseC, which fulfill the min_grade requirement, ordered by most best grade first.
- CourseList::find_best_match in classes/
CourseList.php - Find the "best" match for this course, based on what the university considers a best match. This largely has to do with repeats. If the student has more than one credit, what is the "best" match?
- CourseList::find_most_recent_match in classes/
CourseList.php - Find a list of matches to Course courseC, which fulfill the min_grade requirement, ordered by most recently taken.
- CourseList::sort_best_grade_first in classes/
CourseList.php - Sorts best-grade-first, as defined by the setting "grade_order", which is a CSV of grades, best-first. Ex: A, B, C, D, F
- 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_settings_form in modules/
course_search/ course_search.module - The system settins form for course_search settings.
- DatabaseHandler::get_degree_id in classes/
DatabaseHandler.php - DatabaseHandler::get_degree_plan in classes/
DatabaseHandler.php - DatabaseHandler::get_group_id in classes/
DatabaseHandler.php - DatabaseHandler::load_course_descriptive_data in classes/
DatabaseHandler.php - DegreePlan::add_semester_developmental in classes/
DegreePlan.php - DegreePlan::load_degree_plan in classes/
DegreePlan.php - Load our complete degree plan, including all courses and groups.
- engagements_form_alter in modules/
engagements/ engagements.module - Implements hook_form_alter
- engagements_send_email_or_txt_form_submit in modules/
engagements/ engagements.module - engagements_sms_replace_patterns in modules/
engagements/ engagements.module - FlightPath::assign_courses_to_groups in classes/
FlightPath.php - FlightPath::assign_courses_to_list in classes/
FlightPath.php - FlightPath::get_all_courses_in_catalog_year in classes/
FlightPath.php - FlightPath::init in classes/
FlightPath.php - FlightPath::load_advising_session_from_database in classes/
FlightPath.php - FlightPath::save_advising_session_from_post in classes/
FlightPath.php - fp_get_departments in includes/
misc.inc - Returns an array (suitable for form api) of departments on campus which faculty/staff can be members of.
- 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_render_student_profile_header in includes/
theme.inc - Returns the HTML for the "profile" header html for a student
- fp_translate_numeric_grade in includes/
misc.inc - This function will use the "Numeric to Letter Grade" setting in the School settings to translate the given grade (if it is numeric) to a letter grade. Otherwise, it will return the grade as-is.
- get_term_structures in includes/
misc.inc - Return an array version of the term_id_structure field from the admin settings
- GroupList::sort_best_grade_first_by_student_grades in classes/
GroupList.php - Sorts best-grade-first, as defined by the setting "grade_order", which is a CSV of grades, best-first. Ex: A, B, C, D, F
- 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.
- stats_draw_majors_pulldown in modules/
stats/ stats.module - Display a major selection pulldown, used by other reports.
- stats_report_major_students_progress_perform_batch_operation in modules/
stats/ reports.major-students-progress.inc - This is the actual batch process function which gets called per run of the batch.
- Student::load_courses_taken in classes/
Student.php - Student::load_student in classes/
Student.php - student_search_query_advisees in modules/
student_search/ student_search.module - The limit is how many we will query, and also how many will appear on the page at one time.
- system_flightpath_can_assign_course_to_degree_id in modules/
system/ system.module - Implements hook flightpath_can_assign_course_to_degree_id
- system_get_exclude_degree_ids_from_appears_in_counts in modules/
system/ system.module - Uses the "exclude_majors...." setting, but converts them into an array of degree_ids.
- 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.
- z__course_search_get_offering_csv in modules/
course_search/ course_search.edit.inc