38 calls to user_has_permission()

admin_display_edit_degree in modules/admin/admin.degrees.inc
This screen displays the form which allows the user to actually edit a degree.
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_group_form in modules/admin/admin.groups.inc
This function lets the user edit a group.
advise_can_access_view in modules/advise/advise.module
Used by the menu to determine if the user can see the View tab.
advise_display_history in modules/advise/advise.history.inc
Displays the history tab on screen.
advise_display_popup_course_description in modules/advise/advise.module
advise_display_popup_group_select in modules/advise/advise.module
advise_init in modules/advise/advise.module
Implementation of hook_init
advise_user_can_view_advising_session_access_callback in modules/advise/advise.module
This is an access callback. Can the user view the advising session specified in the REQUEST?
announcements_render_announcements in modules/announcements/announcements.module
Return the HTML rendering the announcements we have in the database.
comments_can_access_comments in modules/comments/comments.module
Used by the menu to determine if the comments tab should appear.
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_render_comment in modules/comments/comments.module
Display the comment array in a pretty way.
content_display_content_admin_list in modules/content/content.module
Display a list of content for the administrator
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.
course_search_display_courses in modules/course_search/course_search.module
Show the user their select of courses.
course_search_display_search in modules/course_search/course_search.module
Displays the search pulldown for the user to use to find courses.
fpm in includes/misc.inc
Uses fp_add_message, but in this case, it also adds in the filename and line number which the message came from!
fp_display_page in includes/theme.inc
Output the contents of the $page variable to the screen. $page is an array containing details about the page, as well as its original menu item (router_item) definition.
fp_render_currently_advising_box in includes/theme.inc
Draws the CurrentlyAdvisingBox which appears at the top of the screen, containing the student's information like name, major, etc.
system_popup_report_contact_form in modules/system/system.module
This is the form which lets users send an email to the FlightPath production team,
update_status_status in modules/update_status/update_status.module
Implementation of hook_status.
user_edit_student_user_form in modules/user/user.module
Let the user edit a studentuser's information.
user_edit_student_user_form_submit in modules/user/user.module
Submit handler for editing student users.
user_edit_user_form in modules/user/user.module
Let the user edit a user's roles and other information.
user_edit_user_form_submit in modules/user/user.module
Submit handler for our edit faculty form
_AdvisingScreen::build_footnotes in classes/_AdvisingScreen.php
Constructs the HTML which will show footnotes for substitutions and 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_screen in classes/_AdvisingScreen.php
This function generates the HTML to display the screen. Should be used in conjunction with output_to_browser()
_AdvisingScreen::draw_course_row in classes/_AdvisingScreen.php
This is used by lots of other functions to display a course on the screen. It will show the course, the hours, the grade, and quality points, as well as any necessary icons next to it.
_AdvisingScreen::draw_menu_items in classes/_AdvisingScreen.php
Uses the draw_menu_item method to draw the HTML for all the supplied menu items, assuming the user has permission to view them.
_FlightPath::flag_outdated_substitutions in classes/_FlightPath.php
_FlightPath::save_advising_session_from_post in classes/_FlightPath.php
_Student::load_courses_taken in classes/_Student.php