canvas-lms/lib/data_fixup
Joshua Simpson ae814421e0 namespace all of quiz into quizzes module
This commit namespaces the rest of quiz related code into a Quizzes
namespace: controllers, views, models, and classes that previously lived
under lib/ that are Quiz-related.

Test plan:

Full regression test on all quiz related items

refs CNVS-10457

Change-Id: If54b61213945056539e03271a936d233abb66188
Reviewed-on: https://gerrit.instructure.com/29351
Tested-by: Jenkins <jenkins@instructure.com>
QA-Review: Myller de Araujo <myller@instructure.com>
Reviewed-by: Jason Madsen <jmadsen@instructure.com>
Product-Review: Josh Simpson <jsimpson@instructure.com>
2014-02-18 22:17:13 +00:00
..
add_pseudonym_to_student_view_students.rb arel-ify lib 2013-04-01 19:12:22 +00:00
attach_dissociated_discussion_topics.rb fix dissociated discussion topics. 2013-04-23 18:06:22 +00:00
change_graded_survey_submissions_to_not_need_grading.rb namespace all of quiz into quizzes module 2014-02-18 22:17:13 +00:00
copy_role_overrides.rb avoid :conditions argument to find, count, etc. 2013-10-14 19:29:27 +00:00
count_existing_collection_items_and_followers.rb Remove unused collections stuff 2014-02-07 19:32:46 +00:00
delete_empty_conversations.rb conversations: delete conversations with no messages 2013-12-13 15:44:32 +00:00
deprecate_hide_from_students_on_wiki_pages.rb deprecate hide_from_students on wiki pages 2014-01-15 21:29:06 +00:00
detect_attachment_encoding.rb arel-ify lib 2013-04-01 19:12:22 +00:00
escape_s3_filenames.rb arel-ify lib 2013-04-01 19:12:22 +00:00
exclude_deleted_entries_from_unread_count.rb arel-ify lib 2013-04-01 19:12:22 +00:00
filter_page_view_url_params.rb change find_in_batches_with_usefulness logic in specs 2013-08-28 21:54:51 +00:00
fix_blank_course_section_names.rb fix data fixup helper method definition 2014-01-20 23:51:43 +00:00
fix_broken_file_links_in_assignments.rb useful find_each 2013-07-18 22:26:46 +00:00
fix_bulk_message_attachments.rb arel-ify lib 2013-04-01 19:12:22 +00:00
fix_imported_wiki_front_pages.rb fix legacy wiki front page behavior 2013-09-03 19:27:02 +00:00
fix_imported_wiki_page_workflow.rb useful find_each 2013-07-18 22:26:46 +00:00
fix_media_recording_submission_types.rb arel-ify lib 2013-04-01 19:12:22 +00:00
fix_orphaned_attachments.rb fix update in migration 2014-02-12 17:52:44 +00:00
fix_out_of_sync_outcome_alignments.rb undelete outcome alignments that were erroneously deleted 2013-10-30 20:55:09 +00:00
fix_root_outcome_group_titles.rb useful find_each 2013-07-18 22:26:46 +00:00
fix_ungraded_counts_include_quiz_essays.rb modify data fixup to work in batches of assignments at a time 2012-03-17 09:36:21 -06:00
initialize_submission_cached_due_date.rb useful find_each 2013-07-18 22:26:46 +00:00
migrate_ignores.rb arel-ify lib 2013-04-01 19:12:22 +00:00
move_account_membership_types_to_roles.rb useful find_each 2013-07-18 22:26:46 +00:00
move_content_export_notifications_to_migration_category.rb arel-ify lib 2013-04-01 19:12:22 +00:00
move_scribd_docs_to_root_attachments.rb fix two datafixups to work synchronously 2014-02-03 22:00:36 +00:00
populate_conversation_message_participant_user_ids.rb arel-ify lib 2013-04-01 19:12:22 +00:00
populate_conversation_message_properties.rb arel-ify lib 2013-04-01 19:12:22 +00:00
populate_conversation_participant_private_hash.rb arel-ify lib 2013-04-01 19:12:22 +00:00
populate_conversation_participant_root_account_ids.rb arel-ify lib 2013-04-01 19:12:22 +00:00
populate_conversation_root_account_ids.rb arel-ify lib 2013-04-01 19:12:22 +00:00
populate_overridden_due_at_for_due_date_cacher.rb fix two datafixups to work synchronously 2014-02-03 22:00:36 +00:00
populate_stream_item_associations.rb arel-ify lib 2013-04-01 19:12:22 +00:00
populate_submission_versions.rb make submission version datafixup ignore yaml errors 2013-10-11 19:51:29 +00:00
reassociate_conversation_attachments.rb add indexes as part of temp table definition on mysql 2014-01-23 17:38:36 +00:00
recalculate_course_account_associations.rb useful find_each 2013-07-18 22:26:46 +00:00
recompute_unread_conversations_count.rb Data fix migration to recompute unread conversations count. Fixes #8308 2012-05-15 14:52:38 -06:00
regenerate_user_thumbnails.rb switch to Shackles gem 2013-04-17 16:25:06 +00:00
reintroduce_deleted_entries_to_unread_count.rb arel-ify lib 2013-04-01 19:12:22 +00:00
remove_bogus_enrollment_associated_user_ids.rb arel-ify lib 2013-04-01 19:12:22 +00:00
remove_duplicate_group_discussions.rb arel-ify lib 2013-04-01 19:12:22 +00:00
remove_duplicate_notification_policies.rb arel-ify lib 2013-04-01 19:12:22 +00:00
remove_extraneous_conversation_tags.rb arel-ify lib 2013-04-01 19:12:22 +00:00
remove_multiple_root_folders.rb clean up sorting all over 2013-10-02 21:38:08 +00:00
remove_orphaned_context_module_progressions.rb don't create module progressions for users that aren't even in a course 2013-10-16 00:17:16 +00:00
resanitize_assignments_allowed_extensions.rb sanitize assignment.allowed_extensions from the api 2013-07-17 20:18:10 +00:00
reset_ungraded_counts.rb fix ungraded counts, fixes #7774 2012-05-08 16:26:05 -06:00
sanitize_completion_requirements.rb fix module item XSS vulnerability, closes CNVS-10767 2014-01-27 23:25:43 +00:00
sanitize_eportfolios.rb convert sanitize field plugin into proper gem: CanvasSanitize 2014-01-28 22:36:18 +00:00
set_account_lti_opaque_ids.rb lti: use asset_strings relative to tools in opaque identifiers 2013-11-19 23:50:32 +00:00
undelete_some_outcome_alignments.rb undelete outcome alignments that were erroneously deleted 2013-10-30 20:55:09 +00:00
unify_active_assignment_workflow_states.rb finish removing course.publish_grades_immediately 2013-06-04 18:11:08 +00:00
use_asset_user_access_last_access.rb don't try to update the whole AssetUserAccesses table at one time 2012-03-17 09:20:34 -06:00