40 uses of WATCHDOG_DEBUG

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.
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_popup_display_summary in modules/advise/advise.history.inc
Displays the printable advising summary.
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_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.
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.
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_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_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
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_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_send_email_or_txt_form_submit in modules/engagements/engagements.module
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.
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_cron in modules/lassie/lassie.module
Implements hook_cron
smtp_mail in modules/smtp/smtp.module
For attachments, the array can be one of two methods:
system_cron in modules/system/system.module
Implementation of hook_cron
system_perform_run_cron in modules/system/system.module
Called from menu, will run hook_cron() for all modules.
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: