canvas-lms/spec/lib
Bracken Mosbacker 3f21967641 add unpublished module items as organization items on export
unpublished items weren't showing up in the common cartridge
organization. (but they were in the custom module xml)

Test Plan:
 * Export a course with some module items that are unpublished
 * there should be an item in the export manifest correlating to that item

closes CNVS-15359

Change-Id: I2763d8f8e3e433ca079fe9a77e2457022428345e
Reviewed-on: https://gerrit.instructure.com/40822
Reviewed-by: Jeremy Stanley <jeremy@instructure.com>
QA-Review: Clare Strong <clare@instructure.com>
Tested-by: Jenkins <jenkins@instructure.com>
Product-Review: Bracken Mosbacker <bracken@instructure.com>
2014-09-10 15:13:03 +00:00
..
api/v1 needs_grading by section for mobile 2014-09-08 13:21:31 +00:00
app_center Extract canvas_http into seperate gem. 2014-04-02 17:22:38 +00:00
basic_lti implement lti outbound adapter 2014-03-26 16:49:22 +00:00
canvas handle redis "command errors" that are transient 2014-08-29 17:41:28 +00:00
cc add unpublished module items as organization items on export 2014-09-10 15:13:03 +00:00
data_fixup fix audit records as they are queried 2014-08-16 01:53:45 +00:00
ext extract canvas_ext gem 2014-04-23 17:39:32 +00:00
features add conditional feature flag on quiz stats 2014-08-15 16:37:07 +00:00
lti send user id for ContentItemSelectionResponse launches 2014-09-08 20:28:37 +00:00
messageable_user fix messagable user for rails 3 2014-02-06 21:47:53 +00:00
outcomes outcome results API: include result count on rollups 2014-06-04 16:59:06 +00:00
reporting spec: replace it_should_behave_like with include_examples 2014-01-24 16:02:26 +00:00
sis remove the new teacher registration email 2014-09-03 22:05:46 +00:00
acts_as_list_spec.rb improve acts_as_list 2013-12-17 19:55:43 +00:00
api_spec.rb save context_id on lti launch 2014-05-30 22:26:52 +00:00
asset_signature_spec.rb Better signatures for message redirects 2012-12-13 12:12:58 -07:00
assignment_override_applicator_spec.rb fix assignment overrides double caching on update 2014-08-20 18:27:07 +00:00
authentication_methods_spec.rb raise a distinct LoggedOutError when doing a forced-logged-out 2014-08-05 23:16:09 +00:00
basic_lti_spec.rb implement lti outbound adapter 2014-03-26 16:49:22 +00:00
canvas_spec.rb fix semantic merge conflict in cache store spec 2014-08-26 22:00:01 +00:00
content_notices_spec.rb content migration import-in-progress notice 2014-08-20 16:25:15 +00:00
content_zipper_spec.rb fix eportfolio download 2014-09-05 19:47:19 +00:00
crummy_spec.rb fix incorrect translations showing up randomly in breadcrumbs 2013-02-15 17:01:21 -07:00
cuty_capt_spec.rb split yaml file loading out of Setting 2014-05-21 18:27:06 +00:00
dates_overridable_spec.rb get rid of count(*) overrides query (take 2) 2014-07-31 16:10:21 +00:00
delayed_message_scrubber_spec.rb fix conflicting global method definitions in specs 2014-01-14 23:56:18 +00:00
draft_state_spec.rb fix content tag state synchronization 2014-02-19 20:36:59 +00:00
due_date_cacher_spec.rb analytics showing submissions were submitted if teacher give a 0 2013-11-19 20:36:33 +00:00
ember_bundle_spec.rb updated ember to 1.0.0 2013-09-05 16:46:33 +00:00
enrollments_from_user_list_spec.rb fix userlist spec for ruby 2.1 2014-06-24 21:53:33 +00:00
feature_flags_spec.rb let site admin see hidden features in any context 2014-08-14 19:21:29 +00:00
feature_spec.rb remove "Allowed" state for RootAccount features on root accounts 2014-05-30 19:56:24 +00:00
file_in_context_spec.rb fix for rails3 refactoring of TestUploadedFile 2014-01-17 17:53:18 +00:00
grade_calculator_spec.rb DA - grading rework for performance 2014-08-26 22:46:14 +00:00
gradebook_csv_parser_spec.rb start adding rails 3.0 support 2013-03-22 19:08:40 +00:00
gradebook_importer_spec.rb include concluded enrollments in gradebook csv 2014-08-13 21:15:00 +00:00
host_url_spec.rb split yaml file loading out of Setting 2014-05-21 18:27:06 +00:00
i18n_spec.rb remove rails 2 support 2014-08-06 18:16:19 +00:00
i18n_time_zone_spec.rb fix i18n for time zone dropdowns and profiles 2014-08-27 21:36:47 +00:00
imported_html_converter_spec.rb don't change anchor references to relative urls on import 2014-04-04 21:20:00 +00:00
locale_selection_spec.rb locale query params for session_locale 2014-09-02 19:53:32 +00:00
logging_filter_spec.rb filter params recursively in error reports 2014-02-04 03:33:45 +00:00
message_dispatcher_spec.rb rename Mailer#message 2014-01-21 20:15:28 +00:00
message_scrubber_spec.rb fix conflicting global method definitions in specs 2014-01-14 23:56:18 +00:00
messageable_user_spec.rb recipient search: order by sortable name 2014-05-23 22:58:43 +00:00
model_cache_spec.rb remove rails 2 support 2014-08-06 18:16:19 +00:00
notification_message_creator_spec.rb bounced email handling 2014-09-04 16:48:13 +00:00
password_policy_spec.rb account-level password policy support, fixes CNVS-4211 2013-04-05 20:13:26 +00:00
progress_runner_spec.rb add a batch_update method to conversations api 2013-02-14 09:36:36 -07:00
safe_yaml_spec.rb allow OpenObject through safe_yaml 2013-03-09 16:05:55 -07:00
sanitize_spec.rb fix style-sanitizing regex 2014-02-14 16:41:56 +00:00
scribd_api_spec.rb clean up ScribdAPI 2013-10-29 21:11:01 +00:00
security_spec.rb add verify_hmac_sha1 function to Canvas::Security 2014-05-06 20:55:56 +00:00
sort_spec.rb extract canvas sort gem 2014-04-04 14:53:09 +00:00
sorts_assignments_spec.rb needs_grading by section for mobile 2014-09-08 13:21:31 +00:00
spec_helper_spec.rb api json conversion improvements 2012-01-03 15:09:20 -07:00
ssl_common_spec.rb make grade passback specs more robust 2014-03-06 15:23:50 +00:00
stats_spec.rb fixed calculation of variance and standard deviation 2013-05-09 18:50:05 +00:00
sticky_sis_fields_spec.rb validate nullness in the db on a bunch of columns 2013-09-12 22:20:39 +00:00
submission_list_spec.rb Regrade events do not show up in the Gradebook History 2014-08-28 22:36:34 +00:00
summary_message_consolidator_spec.rb Add API for admins to access user messages 2013-04-11 19:38:02 +00:00
text_helper_spec.rb apply dual timezone filters 2014-05-23 19:01:34 +00:00
timed_cache_spec.rb clear shard and special account caches based on age 2014-08-26 20:29:55 +00:00
tour_spec.rb added tour guide libs 2013-05-22 19:30:13 +00:00
turnitin_spec.rb add checkbox for include in repository 2014-08-18 19:11:11 +00:00
unzip_attachment_spec.rb ignore zip entries containing '..' elements or symlinks 2014-07-24 15:41:21 +00:00
user_content_spec.rb don't add verifiers to locked file links 2014-03-05 17:46:31 +00:00
user_list_spec.rb allow adding course users by sis id 2013-07-25 18:16:09 +00:00
user_merge_spec.rb don't create observer enrollments in foreign root accounts 2014-06-06 18:25:58 +00:00
user_search_spec.rb prevent students from searching by user login/sis id 2013-08-15 15:55:17 +00:00
validates_as_url.rb integrate the active_model-better_errors gem 2014-02-21 17:09:53 +00:00