canvas-lms/lib
James Williams 12034f46be fix the remove multiple root folders data fixup
fixes a problem with the data fixup with creating a
new root folder, and with the spec where the spec
wasn't actually checking what it was meant to check

Change-Id: Iafd12f669c0cbfd12eebf6a2d9dc399e60c368eb
Reviewed-on: https://gerrit.instructure.com/17409
Tested-by: Jenkins <jenkins@instructure.com>
Reviewed-by: Jeremy Stanley <jeremy@instructure.com>
QA-Review: Jeremy Stanley <jeremy@instructure.com>
2013-02-04 14:57:04 -07:00
..
api/v1 api: don't call empty on possible nils 2013-02-04 10:14:05 -07:00
basic_lti fix lti passback for assignments with no points_possible. 2012-10-11 17:09:38 -06:00
bookmarked_collection bookmarked pagination, including multi-shard 2013-01-22 09:41:18 -07:00
canvas cassandra batching, and batch up the page view updates 2013-01-31 16:59:13 -07:00
cc whitelist for xsd files for the cc module 2012-12-04 11:54:16 -07:00
data_fixup fix the remove multiple root folders data fixup 2013-02-04 14:57:04 -07:00
ext fix usage of instance_methods for 1.9 compat 2012-10-30 14:18:58 -06:00
handlebars pull in css files needed by handlebars templates 2012-07-18 09:48:10 -06:00
i18n_extraction protect against unsafe yml in i18n:import 2013-01-30 15:24:08 -07:00
kaltura Use html5 to show videos by default 2013-02-01 12:53:00 -07:00
reporting change tracking of active teachers/students/users 2012-10-29 12:20:36 -06:00
sis truncate enrollments.sis_source_id when importing 2013-01-25 10:18:25 -07:00
stubs process user account associations for multi-shard users 2013-02-01 14:30:39 -07:00
tasks Use html5 to show videos by default 2013-02-01 12:53:00 -07:00
api.rb bookmarked pagination, including multi-shard 2013-01-22 09:41:18 -07:00
api_route_set.rb collections models and api 2012-05-10 13:38:58 -06:00
api_routes.rb support marking API methods as internal 2012-11-02 15:25:24 -06:00
asset_signature.rb Better signatures for message redirects 2012-12-13 12:12:58 -07:00
assignment_override_applicator.rb vdd: fix override behavior for guests 2013-01-16 14:19:00 -07:00
authentication_methods.rb use user global id for redis key in oauth workflow 2013-01-03 05:52:28 -07:00
auto_handle.rb use ActiveSupport::SecureRandom when generating random tokens 2011-07-18 14:44:59 -06:00
basic_lti.rb added user_image to basic_lti closes #CNVS-1310 2012-12-20 15:53:56 -07:00
bookmarked_collection.rb bookmarked pagination, including multi-shard 2013-01-22 09:41:18 -07:00
canvas.rb redis config fix automation 2012-12-18 11:13:02 -07:00
cc.rb add calendar events to export/import 2011-04-26 12:28:31 -06:00
color.rb Initial commit. 2011-01-31 18:57:29 -07:00
content_zipper.rb restrict length of tmpfile filename 2013-01-02 14:41:39 -07:00
copy_authorized_links.rb Initial commit. 2011-01-31 18:57:29 -07:00
custom_validations.rb API for adding files by URL 2012-08-15 16:38:50 -06:00
cuty_capt.rb image support for collection items 2012-05-17 12:56:24 -06:00
dates_overridable.rb indicate overridden due dates on quizzes index 2013-01-30 12:49:07 -07:00
delicious_diigo.rb fix cert verification in delicious calls 2011-11-18 09:12:03 -07:00
enrollments_from_user_list.rb add custom role support to course users tab 2012-12-26 15:46:12 -07:00
eportfolio_page.rb 1.9 - fix eportfolios 2012-05-17 23:10:51 -06:00
external_feed_aggregator.rb a few more things to skip for deleted root accounts refs #6891 2012-08-21 13:49:23 -06:00
external_statuses.rb Initial commit. 2011-01-31 18:57:29 -07:00
facebook.rb fix link on facebook page 2012-10-15 14:43:53 -06:00
file_in_context.rb preserve module file items when overwriting files via zip 2012-09-14 13:54:38 -06:00
file_splitter.rb Initial commit. 2011-01-31 18:57:29 -07:00
google_doc_entry.rb [#5773] multiple ruby 1.9 spec fixes 2012-10-23 10:14:24 -06:00
google_docs.rb stop google docs endless authorization loop. 2013-01-30 12:58:16 -07:00
grade_calculator.rb drop submissions in consistent order 2013-01-18 12:09:29 -07:00
gradebook_csv_parser.rb csv lib compat in ruby 1.9.x 2011-10-12 09:36:18 -06:00
gradebook_importer.rb don't ignore muted assignments in gradebook csv 2012-12-26 10:11:50 -07:00
has_content_tags.rb run "update_associated_content_tags" synchronously to prevent race condition 2012-11-02 10:02:41 -06:00
host_url.rb spec: fix specs with a plugin that overrides HostUrl.file_host_with_shard 2012-11-12 15:50:46 -07:00
i18n_time_zone.rb localize Profile 2011-06-24 09:32:53 -06:00
imported_html_converter.rb don't try to convert html value attributes as urls 2012-11-06 19:17:28 -07:00
incoming_message_processor.rb change incoming message processor to prevent mail loops 2012-12-27 10:52:46 -07:00
json_token.rb JSONToken helper module 2013-01-18 09:49:28 -07:00
learning_outcome_context.rb Nested outcomes UI, closes #9158 2012-10-25 11:03:21 -06:00
linked_in.rb don't cache twitter and linked_in settings process-wide 2012-05-25 10:13:03 -06:00
locale_selection.rb infer locale for groups based on group context; fixes #7069 2012-04-09 10:48:19 -06:00
message_dispatcher.rb don't dispatch cancelled messages, fixes #7397 2012-02-24 12:21:21 -07:00
model_cache.rb fixes for ruby 1.9.3 2012-05-12 14:34:23 -06:00
multipart.rb 1.9: fix our multipart form building to work with StringIO objects again 2013-02-04 12:33:09 -07:00
mutable.rb Cross-shard conversations 2013-01-31 17:11:48 -07:00
nil_store.rb Initial commit. 2011-01-31 18:57:29 -07:00
paginated_collection.rb bookmarked pagination, including multi-shard 2013-01-22 09:41:18 -07:00
permissions.rb allow registering new permissions in plugins 2012-03-02 09:38:06 -07:00
quiz_question_data_fixer.rb migration to fix bad assessment question data 2012-01-06 12:30:09 -07:00
quiz_question_link_migrator.rb don't die if a file or question is missing 2011-11-22 17:36:40 -07:00
request_context_generator.rb set a header with the session id (for logging purposes) 2012-07-13 16:12:33 -06:00
scribd_api.rb preliminary i18n setup, closes #4124 2011-06-06 14:19:03 -06:00
send_to_inbox.rb fix inbox_item creation with too-long of subjects 2012-09-20 13:03:26 -06:00
send_to_stream.rb cross shard dashboards 2012-11-29 17:36:24 -07:00
simple_tags.rb filter conversations by user or group, fixes #7175 2012-02-17 15:56:56 -07:00
sis.rb new generic-format importer classes 2011-09-26 11:24:58 -06:00
skip_callback.rb refactor sticky sis fields 2011-09-27 16:34:37 -06:00
sorts_assignments.rb bug: if override due date is before default due date on an assignment, it is not applied 2013-01-09 09:37:00 -07:00
ssl_common.rb support funky characters in username/passwords for http url parsing 2011-09-08 14:21:50 -06:00
stats.rb updated stats and related specs for situations in which there is very little data and we want quartiles. 2012-02-17 22:03:20 -07:00
sticky_sis_fields.rb [#5773] Ruby 1.9.3 spec fixes 2012-10-25 09:34:28 -06:00
submission_list.rb change system-graded assignment text on grade history page. 2012-09-07 08:12:24 -06:00
summary_message_consolidator.rb batch up delayed message sending jobs 2012-09-28 10:41:37 -06:00
syslog_wrapper.rb log context when using local rails buffered logger 2011-07-25 13:25:18 -06:00
text_helper.rb strip invalid utf-8 when loading serialized AR columns 2013-01-11 17:07:26 -07:00
tinychat.rb don't cache tinychat settings on the Tinychat class 2012-03-14 23:08:21 -06:00
tmail_parser.rb Initial commit. 2011-01-31 18:57:29 -07:00
turnitin.rb api: support turnitin_settings in assignment api 2013-01-09 00:00:48 -07:00
twitter.rb Better signatures for message redirects 2012-12-13 12:12:58 -07:00
twitter_messenger.rb Better signatures for message redirects 2012-12-13 12:12:58 -07:00
unzip_attachment.rb ruby 1.9: don't choke on course import with '~' filename 2013-01-21 14:16:11 -07:00
user_content.rb improve link handling in exports 2012-09-26 09:32:33 -06:00
user_list.rb Capture a users initial_enrollment_type when invited to a course. Fixes #10893 2012-10-04 14:26:15 -06:00
user_merge.rb refactor user merge into it's own class 2013-01-31 09:48:31 -07:00
user_search.rb adds user search API to courses 2013-01-25 09:42:30 -07:00
uuid_singleton.rb Initial commit. 2011-01-31 18:57:29 -07:00
workflow.rb fix licensing on workflow library 2011-05-03 12:25:21 -06:00
xmlcanonicalizer.rb Initial commit. 2011-01-31 18:57:29 -07:00
zip_extractor.rb Initial commit. 2011-01-31 18:57:29 -07:00