104 calls to watchdog()

admin_add_degree_form_submit in modules/admin/admin.degrees.inc
Submit handler for the add_degree_form.
admin_apply_draft_changes_form_submit in modules/admin/admin.module
Handles the actual moving of draft courses into production.
admin_copy_degree_form_submit in modules/admin/admin.degrees.inc
admin_cron in modules/admin/admin.module
hook_cron
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_groups in modules/admin/admin.groups.inc
This function will display a list of all our groups.
admin_duplicate_year_form_submit in modules/admin/admin.module
This function should perform the actual copy of data!
admin_edit_course_form_submit in modules/admin/admin.courses.inc
admin_edit_degree_form_submit in modules/admin/admin.degrees.inc
admin_edit_group_form_submit in modules/admin/admin.groups.inc
admin_process_all_definitions_form_submit in modules/admin/admin.groups.inc
Actually perform the refreshing of definitions.
advise_cron in modules/advise/advise.module
hook_cron
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_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_popup_display_summary in modules/advise/advise.history.inc
Displays the printable advising summary.
advise_what_if_selection_form in modules/advise/advise.module
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_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
audit_comment_form_submit in modules/audit/audit.module
audit_display_audit in modules/audit/audit.module
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.
blank_degrees_display_blank_degree in modules/blank_degrees/blank_degrees.module
calendar_confirm_cancel_appointment_form_submit in modules/calendar/calendar.module
calendar_display_calendar in modules/calendar/calendar.module
calendar_display_upcoming_appointments in modules/calendar/calendar.module
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_schedule_appointment_confirm_form_submit in modules/calendar/calendar.module
We passed validation, it's time to actually submit now!
comments_comment_form_submit in modules/comments/comments.module
comments_cron in modules/comments/comments.module
hook_cron
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_popup_display_all_comments in modules/comments/comments.module
Displays all comments for a student in a popup window, meant for printing.
comments_popup_display_comment in modules/comments/comments.module
content_content_save in modules/content/content.module
Implements hook_content_save. We will save the content object to the database.
content_cron in modules/content/content.module
hook_cron
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_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_search_display_courses in modules/course_search/course_search.module
Show the user their select of 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_submit in modules/course_search/course_search.edit.inc
cron.php in ./cron.php
The cron.php file for FlightPath, which should be run periodically.
display_access_denied in includes/theme.inc
display_not_found in includes/theme.inc
engagements_display_main in modules/engagements/engagements.module
displays the main Engagements tab, which shows the history of past engagements.
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_send_email_or_txt_form_submit in modules/engagements/engagements.module
engagements_send_sms_to_number in modules/engagements/engagements.module
Actually send a text message. Will drupal_set_message() as an error if there is a problem, and return FALSE. Returns TRUE on success, no drupal_set_message is printed.
engagements_sms_get_all_messages in modules/engagements/engagements.module
Retrieve all messages, update the ones which don't have prices associated with them yet.
FlightPath::save_advising_session_from_post 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_http_request in includes/misc.inc
Send a request through the Internet and return the result as an object.
fp_mail in includes/misc.inc
Send an email. Drop-in replacement for PHP's mail() command, but can use SMTP protocol if enabled.
lassie_check in modules/lassie/lassie.module
Check to see if an email needs to be sent regarding this job.
lassie_cron in modules/lassie/lassie.module
Implements hook_cron
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_perform_masquerade in modules/masquerade/masquerade.module
Actually perform the switching of users to the selected user.
smtp_mail in modules/smtp/smtp.module
For attachments, the array can be one of two methods:
stats_download_csv_from_batch in modules/stats/stats.module
Lets the user download a CSV file from a completed batch.
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_flightpath_use_summary in modules/stats/stats.module
This report shows common usages in FlightPath by all users.
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_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.
student_profile_display_student_profile_page in modules/student_profile/student_profile.module
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_display_dashboard_page in modules/system/system.module
This is the "dashboard" page for FlightPath, which replaces the "main" page from FP 5.
system_handle_form_submit in modules/system/system.module
Intercepts form submissions from forms built with the form API.
system_handle_logout in modules/system/system.module
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_mfa_login_form_submit in modules/system/system.module
system_modules_form_submit in modules/system/system.module
Submit handler for the modules form.
system_perform_run_cron in modules/system/system.module
Called from menu, will run hook_cron() for all modules.
system_popup_report_contact_form_submit in modules/system/system.module
system_reload_and_cache_course_inventory in modules/system/system.module
Formerly part of the FlightPath class, this function will read in or reload the course inventory into a file, which then goes into the SESSION to make it faster to access.
system_school_data_form_validate in modules/system/system.module
Validate handler for the school_data_form.
update_status_perform_check in modules/update_status/update_status.module
This function actually performs the update status check with getflightpath.com
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_student_user_form_submit in modules/user/user.student.inc
Submit handler for editing student users.
user_edit_user_advisees_form_submit in modules/user/user.module
Save to the advisor_student table
user_edit_user_form_submit in modules/user/user.module
Submit handler for our edit faculty form
user_student_edit_student_courses_form_submit in modules/user/user.student.inc
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.
_engagements_imap_get_attachments in modules/engagements/engagements.module
$inbox is the imap link. email_number is msg_no.
_fp_error_handler in includes/misc.inc
This is our custom error handler, which will intercept PHP warnings, notices, etc, and let us display them, log them, etc.