canvas-lms/app/controllers
James Williams 878c73b43a use due dates from assignment overrides on student grades page
test plan:

* override the due_at column using assignment overrides
 either for sections, groups, or a specific student
* view the student's grade page and confirm that
 the new due date is used

closes #CNVS-444

Change-Id: Id4f4c1a05ab7129a29909b4142ffc25b056a2be4
Reviewed-on: https://gerrit.instructure.com/16167
Tested-by: Jenkins <jenkins@instructure.com>
Reviewed-by: Jeremy Stanley <jeremy@instructure.com>
QA-Review: Jeremy Stanley <jeremy@instructure.com>
2012-12-27 11:39:09 -07:00
..
account_authorization_configs_controller.rb add discovery url ui to saml config page 2012-10-12 13:45:05 -06:00
account_notifications_controller.rb fix account announcements across shards fixes #7396 2012-03-13 09:14:26 -06:00
account_reports_controller.rb api: handle lack of params gracefully for user update 2012-07-31 09:36:58 -06:00
accounts_controller.rb add optional privacy warning to notifications page. 2012-12-11 17:00:03 -07:00
admins_controller.rb add option to turn off notification for new admins. 2012-07-05 13:30:57 -06:00
alerts_controller.rb alerts, closes #4317 2011-08-24 10:19:44 -06:00
announcements_controller.rb new discussion topics/announcement index, edit and create 2012-08-17 09:26:04 -06:00
application_controller.rb allow site admins to circumvent CAS in OAuth workflow 2012-12-21 10:57:17 -07:00
appointment_groups_controller.rb fix api paginatations that were returning a path, not an absolute url 2012-10-18 14:59:18 -06:00
assessment_questions_controller.rb account-level question banks, closes #5025 2011-08-29 16:24:49 -06:00
assignment_groups_controller.rb make grade_summary page use GradeCalculator 2012-12-21 16:47:43 -07:00
assignment_overrides_controller.rb doc fix in assignment overrides API docs 2012-11-16 10:56:39 -07:00
assignments_api_controller.rb VDD: notifications; closes #10896 2012-11-14 09:04:07 -07:00
assignments_controller.rb Apply lock-date override dates for students. Fixes #CNVS-507 2012-12-18 17:30:15 -07:00
calendar_events_api_controller.rb add assignment overrides to ical calendar feeds 2012-11-29 14:41:12 -07:00
calendar_events_controller.rb redirect to correct calendar for section-level events, fixes #8363 2012-04-27 14:35:57 -06:00
calendars_controller.rb display and allow editing of overrides in calendar2. 2012-11-30 12:27:26 -07:00
collaborations_controller.rb refs #8395 expanded page views 2012-11-30 08:34:18 -07:00
collection_items_controller.rb fix a few cross-shard collection item stuffs 2012-10-25 19:05:58 -06:00
collections_controller.rb allow setting collections to private 2012-07-30 09:10:31 -06:00
communication_channels_controller.rb let plugins require (and customize) terms checkbox on cc confirm page 2012-12-21 16:48:16 -07:00
conferences_controller.rb refs #8395 expanded page views 2012-11-30 08:34:18 -07:00
content_exports_controller.rb whitelist for xsd files for the cc module 2012-12-04 11:54:16 -07:00
content_imports_controller.rb api documentation updates 2012-05-04 11:19:51 -06:00
context_controller.rb update course people page for course role engine 2012-12-20 14:05:12 -07:00
context_modules_api_controller.rb fix documentation errors in modules API; fixes #10687 2012-10-01 08:40:41 -06:00
context_modules_controller.rb fix bug where external tool item url changes don't stick 2012-11-15 12:32:21 -07:00
conversations_controller.rb get rid of breadcrumbs in inbox, resolves: #CNVS-1962 2012-12-18 13:47:42 -07:00
courses_controller.rb add custom role support to course users tab 2012-12-26 15:46:12 -07:00
crocodoc_sessions_controller.rb use crocodoc for eligible files in full_files.js 2012-09-28 10:08:16 -06:00
developer_keys_controller.rb fix api paginatations that were returning a path, not an absolute url 2012-10-18 14:59:18 -06:00
discussion_entries_controller.rb api documentation updates 2012-05-04 11:19:51 -06:00
discussion_topics_api_controller.rb refs #8395 expanded page views 2012-11-30 08:34:18 -07:00
discussion_topics_controller.rb refs #8395 expanded page views 2012-11-30 08:34:18 -07:00
enrollments_api_controller.rb fix API workflow wrt inactive/deleted roles 2012-12-26 07:30:13 -07:00
eportfolio_categories_controller.rb eportofolio verifier behavior needs :session_affects_permissions 2011-09-26 13:04:25 -06:00
eportfolio_entries_controller.rb eportofolio verifier behavior needs :session_affects_permissions 2011-09-26 13:04:25 -06:00
eportfolios_controller.rb make rake canvas:compile_assets happy in 1.9.3 2012-11-02 09:42:59 -06:00
equation_images_controller.rb allow any url for mathquill fixes #8038 2012-04-12 13:11:38 -06:00
errors_controller.rb setting to remove error_reports search functionality 2012-08-27 10:19:58 -06:00
external_content_controller.rb sanitize some usage of params in app/views/ 2012-04-19 14:21:03 -06:00
external_feeds_controller.rb fix up announcement external feeds API 2012-08-30 12:39:17 -06:00
external_tools_controller.rb fix api paginatations that were returning a path, not an absolute url 2012-10-18 14:59:18 -06:00
facebook_controller.rb secure facebook integration hole 2012-10-11 09:27:15 -06:00
favorites_controller.rb fix api paginatations that were returning a path, not an absolute url 2012-10-18 14:59:18 -06:00
files_controller.rb set cache headers for files 2012-12-26 09:39:25 -07:00
folders_controller.rb remove sort_by options from api docs for files/folders 2012-08-09 10:35:20 -06:00
gradebook2_controller.rb optionally show concluded enrollments in gradebook2 2012-10-09 10:09:22 -06:00
gradebook_uploads_controller.rb set graded_at when grading from csv upload 2012-12-21 17:18:29 -07:00
gradebooks_controller.rb use due dates from assignment overrides on student grades page 2012-12-27 11:39:09 -07:00
grading_standards_controller.rb avoid interacting with deleted grading standards 2012-12-18 17:03:20 -07:00
group_memberships_controller.rb docs: use new @object/@returns for groups 2012-06-25 14:18:27 -06:00
groups_controller.rb add group users api. refs #CNVS-1160 2012-12-17 18:19:13 -07:00
info_controller.rb Better signatures for message redirects 2012-12-13 12:12:58 -07:00
jobs_controller.rb fix displaying job handler/last_error details for failed jobs 2012-11-27 10:31:09 -07:00
lti_api_controller.rb implement blti extensions 0.0.4 outcome service, refs #5892 2011-11-08 08:25:20 -07:00
messages_controller.rb improve ui on messages page, add reply option. 2012-10-29 17:48:04 -06:00
outcome_groups_api_controller.rb improve outcome groups api with more helpful error message 2012-12-21 16:09:44 -07:00
outcome_groups_controller.rb learning outcomes refactor 2012-08-22 09:51:39 -06:00
outcomes_api_controller.rb clarify/fix outcome API permissions 2012-11-01 11:44:59 -06:00
outcomes_controller.rb use correct setting key for common core outcomes 2012-11-26 09:20:53 -07:00
page_comments_controller.rb localize PageComments 2011-06-17 08:28:33 -06:00
page_views_controller.rb cassandra store for page views 2012-10-24 17:23:56 -06:00
plugins_controller.rb include plugins and jobs tabs in the site admin account 2012-04-19 16:39:59 -06:00
profile_controller.rb make own profile available at /about (and /about/self) 2012-12-20 23:28:11 -07:00
pseudonym_sessions_controller.rb allow site admins to circumvent CAS in OAuth workflow 2012-12-21 10:57:17 -07:00
pseudonyms_controller.rb fix find_pseudonym_for_account for multiple shards 2012-11-08 11:07:32 -07:00
question_banks_controller.rb update "find outcome" interface across canvas. 2012-11-09 16:19:38 -07:00
quiz_groups_controller.rb fix question group bug in development/test mode 2012-04-23 14:47:26 -06:00
quiz_questions_controller.rb account-level question banks, closes #5025 2011-08-29 16:24:49 -06:00
quiz_submissions_controller.rb validate authenticity token on quiz backup and submit 2012-12-21 13:24:09 -07:00
quizzes_api_controller.rb add API endpoint to list quizzes, closes: #11441 2012-10-25 09:32:58 -06:00
quizzes_controller.rb consider mooc performance 2012-12-18 10:38:58 -07:00
role_overrides_controller.rb fix API workflow wrt inactive/deleted roles 2012-12-26 07:30:13 -07:00
rubric_assessments_controller.rb Initial commit. 2011-01-31 18:57:29 -07:00
rubric_associations_controller.rb rubrics getting deleted incorrectly 2011-03-09 11:29:08 -07:00
rubrics_controller.rb update "find outcome" interface across canvas. 2012-11-09 16:19:38 -07:00
search_controller.rb api: maintain query parameters in pagination links 2012-09-17 09:40:06 -06:00
sections_controller.rb create/update/delete sections API 2012-11-16 14:17:23 -07:00
self_enrollments_controller.rb self enrollment refactor to facilitate CN integration 2012-12-19 12:29:47 -07:00
services_api_controller.rb api documentation updates 2012-05-04 11:19:51 -06:00
sis_imports_api_controller.rb fix api documentation s/pdf/sis page fixes #9965 2012-08-17 15:06:57 -06:00
sub_accounts_controller.rb don't count deleted sub-accounts. fixes #8427 2012-10-03 09:38:47 -06:00
submission_comments_controller.rb remove extraenous respond_to { format.xml } blocks 2011-12-05 08:56:08 -07:00
submissions_api_controller.rb optionally show concluded enrollments in gradebook2 2012-10-09 10:09:22 -06:00
submissions_controller.rb Apply lock-date override dates for students. Fixes #CNVS-507 2012-12-18 17:30:15 -07:00
tabs_controller.rb refactor tabs api to handle groups too, closes: #11474 2012-10-30 16:32:20 -06:00
terms_controller.rb remove the account.root_account || account idiom 2012-01-03 11:47:33 -07:00
tokens_controller.rb don't allow managing access tokens while masquerading 2012-08-02 10:22:57 -06:00
user_lists_controller.rb Capture a users initial_enrollment_type when invited to a course. Fixes #10893 2012-10-04 14:26:15 -06:00
user_notes_controller.rb use same delegated logic for indirect login as direct login 2012-12-04 09:19:02 -07:00
users_controller.rb remove openobject from UsersController 2012-12-26 16:18:34 -07:00
wiki_page_comments_controller.rb fix breadcrumbs when viewing wiki pages in a group; fixes #6822 2012-01-10 09:16:16 -07:00
wiki_page_revisions_controller.rb redirect to wiki context on wiki revision rollback 2012-08-06 14:55:51 -06:00
wiki_pages_controller.rb refs #8395 expanded page views 2012-11-30 08:34:18 -07:00
zip_file_imports_controller.rb make zip file processing asynchronous 2012-02-29 14:04:53 -07:00