Commit Graph

19257 Commits

Author SHA1 Message Date
Cody Cutrer e4ff84bb79 fix external tool placements migrations for qualified names
refs CNVS-26480

Change-Id: Ia80d7ca0d87762a996f4b53af6ea768c08c74105
Reviewed-on: https://gerrit.instructure.com/71853
Tested-by: Jenkins
Reviewed-by: Simon Williams <simon@instructure.com>
Product-Review: Cody Cutrer <cody@instructure.com>
QA-Review: Cody Cutrer <cody@instructure.com>
2016-02-10 05:18:37 +00:00
Cody Cutrer 51e5d1dbdd avoid raw SQL in attachment notifier
refs CNVS-26480

Change-Id: I6c668b9c1b3f5b344b481c1fcb8001c8e48aa783
Reviewed-on: https://gerrit.instructure.com/71833
Tested-by: Jenkins
Reviewed-by: Simon Williams <simon@instructure.com>
Product-Review: Cody Cutrer <cody@instructure.com>
QA-Review: Cody Cutrer <cody@instructure.com>
2016-02-10 05:18:00 +00:00
Jon Jensen f097649377 spec: replace_content like a real person would
don't do a `clear`, because that triggers a change event. instead, select
any existing text, hit backspace, and then type the new text.

fixes:
* ajax <-> selenium race condition in speed grader specs (cuz two updates
  would happen)
* an invalid scheduler spec that would usually incorrectly pass because of
  the clear behavior
* (hopefully) other flaky specs

Change-Id: I08f52e9ea9712068986462a0ab59a75c785714df
Reviewed-on: https://gerrit.instructure.com/71777
Reviewed-by: Ethan Vizitei <evizitei@instructure.com>
Tested-by: Jenkins
Product-Review: Jon Jensen <jon@instructure.com>
QA-Review: Jon Jensen <jon@instructure.com>
2016-02-10 00:43:14 +00:00
Jeremy Stanley 0d2aaa1dc8 fix keyboard focus handling in terms index
test plan:
 - go to Terms tab in account settings
 - using the keyboard,
   1. edit a term.  focus should return to the edit (pencil) icon
      afterward.
   2. cancel editing a term.  focus should return to the edit
      icon afterward.
   3. add a new term.  focus should end up on the new term's edit
      icon.
   4. cancel adding a new term.  focus should remain on the
      "Add New Term" button.
   5. delete a term.  focus should go to:
      a) the previous term, if there is one;
      b) the next term, if the first term was deleted;

fixes CNVS-26284

Change-Id: I081d66f873a2d7f823363e32739c11ceeb792afd
Reviewed-on: https://gerrit.instructure.com/71821
Tested-by: Jenkins
Reviewed-by: Clay Diffrient <cdiffrient@instructure.com>
QA-Review: Clare Strong <clare@instructure.com>
Product-Review: Jeremy Stanley <jeremy@instructure.com>
2016-02-09 22:59:29 +00:00
Cody Cutrer 8914cf1d22 fix Account#find_child for qualified names
and make it more straightforward and not dependent on the total
number of accounts in the tree

Change-Id: If08ccddea067456d17faeb81d71ede12b7630a51
Reviewed-on: https://gerrit.instructure.com/71848
Tested-by: Jenkins
Reviewed-by: Simon Williams <simon@instructure.com>
Product-Review: Cody Cutrer <cody@instructure.com>
QA-Review: Cody Cutrer <cody@instructure.com>
2016-02-09 22:51:19 +00:00
Pam Hiett d8c7441cb0 fix modal height for delete wiki page in new ui
Fixes: CNVS-26680

test plan:
- as an admin using new ui
- navigate to a course and click "pages"
- select the cog to allow you to select the trash icon to delete
  the page
- the modal text should no longer be cut off

  examples:
  old bad exp: http://screencast.com/t/M9pIDCFxkPna
  new good exp: http://screencast.com/t/gNauRojonc

- ensure experience is good/consistent using old ui

Change-Id: I30645ab4ce28d36f65b781991b9a72ec15cf60b0
Reviewed-on: https://gerrit.instructure.com/71389
Tested-by: Jenkins
Reviewed-by: Colleen Palmer <colleen@instructure.com>
Product-Review: Colleen Palmer <colleen@instructure.com>
QA-Review: Myller de Araujo <myller@instructure.com>
2016-02-09 22:46:40 +00:00
Colleen Palmer a1ddff2a74 Change some margins to use $ic-sp not $ic-line-height
fixes: CNVS-26786

Regression from our line-height commit where we needed to change any
margins or padding using $ic-line-height to use $ic-sp instead.

Test Plan:
- Go to an area in Canvas that uses tiny mce
- Create an h2 header - using inspector note the
margin using px sizing, not relative sizing. Output should be
margin-top: 6px; margin-bottom: 6px;
- Go to a Course > Settings > Apps and inspect the "External Apps" title.
The padding-bottom should be 6px

Change-Id: I6192deb6e214f7536e294362f1a1af51661ed4b8
Reviewed-on: https://gerrit.instructure.com/71545
Tested-by: Jenkins
Reviewed-by: Pam Hiett <phiett@instructure.com>
Product-Review: Pam Hiett <phiett@instructure.com>
QA-Review: Myller de Araujo <myller@instructure.com>
2016-02-09 22:36:42 +00:00
Deepeeca Soundarrajan e3beb3bb6e spec: Add specs for quizzes functionality fixes
Change-Id: If10f0856ce20ec0ed8b1f19e9ca7ceb1e9be5542
Reviewed-on: https://gerrit.instructure.com/71497
Tested-by: Jenkins
Reviewed-by: Caleb Guanzon <cguanzon@instructure.com>
Product-Review: Caleb Guanzon <cguanzon@instructure.com>
QA-Review: Caleb Guanzon <cguanzon@instructure.com>
2016-02-09 21:04:17 +00:00
Steven Burnett 31acf6f636 fix discussion topic lock_at
Will fix the date time issue that is experienced with
the lock_at field

fixes CNVS-26307

Test Plan:
- Masquerade as a teacher in a timezone other them MST
- Create or edit an ungraded discussion
- Enter a date and time in the "Until Date" field
- Save and click edit; notice the time has been changed
- Save once more and click edit
  notice the time once again has been changed

Change-Id: I2de33c565075dc691e39791b24a0dda9bcaa9de0
Reviewed-on: https://gerrit.instructure.com/71264
Reviewed-by: Alex Boyd <aboyd@instructure.com>
Tested-by: Jenkins
QA-Review: Steven Shepherd <sshepherd@instructure.com>
Product-Review: Steven Burnett <sburnett@instructure.com>
2016-02-09 20:59:35 +00:00
Steven Burnett 453fe29205 add twitter configuration for notification_service
fixes CNVS-26201

Test-Plan:
- Run a message through canvas with twitter configured
- Notice you recieve a direct message through twitter

Change-Id: I7cd31bb2caf285a2bfadad44c248e6617da2f92e
Reviewed-on: https://gerrit.instructure.com/70893
QA-Review: Gentry Beckmann <gbeckmann@instructure.com>
Tested-by: Jenkins
Reviewed-by: Alex Boyd <aboyd@instructure.com>
Product-Review: Steven Burnett <sburnett@instructure.com>
2016-02-09 20:29:07 +00:00
Colleen Palmer f8605f3a2d Fixes small screen issues with long quiz questions in New UI
fixes: CNVS-26411

When taking a quiz on a lower-resolution screen, the quiz questions
would get cut off. Now it either wraps so the whole question is visible,
or if the screen is really really small, scrolls horizonally

Test Plan:
- Create a quiz with some long quiz questions
- Make your browser window small <=1024px wide
- Quiz questions should now be readable whether they're wrapped or allow
you to scroll horizontally
- Go to Edit a quiz, notice the quiz question adhering to the container
width (no more overlap with righthand sidebar)
- Legacy UI should remain as it was before, this only should affect
New UI

Change-Id: Icf0053e0a79cf2db37183f889f844f1ffd60f9b0
Reviewed-on: https://gerrit.instructure.com/71293
Reviewed-by: Pam Hiett <phiett@instructure.com>
Product-Review: Pam Hiett <phiett@instructure.com>
Tested-by: Jenkins
QA-Review: KC Naegle <knaegle@instructure.com>
2016-02-09 19:03:29 +00:00
Brian Palmer 3cfeb24072 use our pre-built kinesalite docker image
This image is an appliance more in line with the postgres or redis
images, so it manages its own data volume. Thus the docker-compose and
doc file changes.

Change-Id: I8f435400bd8427313d0bc290c84cd44639ead074
Reviewed-on: https://gerrit.instructure.com/71502
Tested-by: Jenkins
Reviewed-by: Simon Williams <simon@instructure.com>
Product-Review: Brian Palmer <brianp@instructure.com>
QA-Review: Brian Palmer <brianp@instructure.com>
2016-02-09 18:47:11 +00:00
Jeremy Stanley cc29f2a002 fix focus handling on sub-accounts page
test plan:
 - go to Account Settings | Sub-Accounts
 - use the keyboard to do the following:
   1. expand and contract sub-accounts. ensure keyboard focus
      remains on the expand/contract button.
   2. create a new sub-account. ensure keyboard focus ends up
      on the name of the new account.
   3. edit an account name. ensure keyboard focus remains on the
      edited account's name.
   4. delete an account. ensure keyboard focus goes to the
      previous account on the page.

fixes CNVS-26272
fixes CNVS-26273
fixes CNVS-26274
fixes CNVS-26275

Change-Id: Ic280c582c17992b6afc31180dc6be1ba6d7fb860
Reviewed-on: https://gerrit.instructure.com/71776
Tested-by: Jenkins
Reviewed-by: Clay Diffrient <cdiffrient@instructure.com>
QA-Review: Clare Strong <clare@instructure.com>
Product-Review: Jeremy Stanley <jeremy@instructure.com>
2016-02-09 18:22:16 +00:00
Brian Palmer bffe1e78b8 switch api doc syntax highlighter theme
The sunburst theme wasn't high contrast enough.

test plan: `rake doc:api` and the generated api docs should be using the
default prettify.js theme, which is darker text on a white background.

Change-Id: I44f3e105ea11a99308163318db675f9be5c41f24
Reviewed-on: https://gerrit.instructure.com/71813
Reviewed-by: Jeremy Stanley <jeremy@instructure.com>
Tested-by: Jenkins
Product-Review: Brian Palmer <brianp@instructure.com>
QA-Review: Brian Palmer <brianp@instructure.com>
2016-02-09 17:44:15 +00:00
Cody Cutrer 4400c7dd1a use modules and super instead of method renaming for time zone attributes
there are already specs that cover the logic of the methods I changed

test plan:
 * change a course and account's time zone
 * it should work

Change-Id: I0780ee1b705e1cf341b7d0fc34aa23b4c9344be6
Reviewed-on: https://gerrit.instructure.com/71418
Tested-by: Jenkins
Reviewed-by: Simon Williams <simon@instructure.com>
Product-Review: Cody Cutrer <cody@instructure.com>
QA-Review: Cody Cutrer <cody@instructure.com>
2016-02-09 17:38:07 +00:00
Cody Cutrer cabe702482 spec: fix model pollution in general_model_spec
Change-Id: I15afa7e69791894b42419cc2e2d7bf7e29d32d20
Reviewed-on: https://gerrit.instructure.com/71760
Tested-by: Jenkins
Reviewed-by: Simon Williams <simon@instructure.com>
Product-Review: Cody Cutrer <cody@instructure.com>
QA-Review: Cody Cutrer <cody@instructure.com>
2016-02-09 17:34:16 +00:00
James Williams 410bbb8bfe fix discussion entry form quota error handling
test plan:
* create a student with their files over quota
(the easiest way to do this would probably be to edit
 the "User" quota setting for the account to a low number
 temporarily)
* create a course for the student, and enable
 "Let students attach files to discussion"
 (in More Options)
* create and publish a discussion topic

* as the student try to attach a file to a reply
 to the topic
* it should show an error (instead of pretending to
succeed and disappearing the entry)

closes #CNVS-27062

Change-Id: I33491bc390e429ec5e9bd8b9b7203ba8b874719a
Reviewed-on: https://gerrit.instructure.com/71630
Reviewed-by: Jeremy Stanley <jeremy@instructure.com>
Tested-by: Jenkins
QA-Review: Jahnavi Yetukuri <jyetukuri@instructure.com>
Product-Review: James Williams  <jamesw@instructure.com>
2016-02-09 15:44:31 +00:00
Transifreq 5de8ddef04 update mi translation
Change-Id: Iccedc2dd0d4365138981ba20a6b7544ebe0e3fcc
2016-02-09 05:18:07 -07:00
Transifreq 3a4bfb7be2 update en-GB translation
Change-Id: I9d9fa2fdb7cbf63747434c11575e7c183fd08afd
2016-02-09 05:11:45 -07:00
Transifreq 5359697f6c update de translation
Change-Id: Ie4c367305bcc23b1e0100be9b960c825f0d93485
2016-02-09 05:09:43 -07:00
Transifreq 5b7fc68275 update ar translation
Change-Id: I8b2c2331f67d55d366c9172fbaeb745fcc12765d
2016-02-09 05:07:41 -07:00
Simon Williams 6374bbeeed improve focus management on help dialog
fixes CNVS-26485
fixes CNVS-26486
fixes CNVS-26488

test plan:
- navigate the help dialog with a keyboard
- it should manage focus well moving in and out of the "report
  a problem" subview

Change-Id: I6f2da565afd8cc887be41336f62a650667172f72
Reviewed-on: https://gerrit.instructure.com/71336
Reviewed-by: Ryan Shaw <ryan@instructure.com>
Tested-by: Jenkins
QA-Review: Jeremy Putnam <jeremyp@instructure.com>
Product-Review: Simon Williams <simon@instructure.com>
2016-02-09 00:01:32 +00:00
MFairbourn 28e89fc088 spec: fix specs that are fragile in New_UI build
Test Plan:
-specs pass
-code review

Change-Id: Ib4ddd3aa7c7c024c06e687d67b58433c5af269d4
Reviewed-on: https://gerrit.instructure.com/71771
Tested-by: Jenkins
Reviewed-by: Amber Taniuchi <amber@instructure.com>
Product-Review: Amber Taniuchi <amber@instructure.com>
QA-Review: Amber Taniuchi <amber@instructure.com>
2016-02-08 23:56:33 +00:00
MFairbourn 7400d390bd spec: fix p2 specs broken by 'take_quiz_button' change
fixes specs broken by g/69582 change.

test plan:
-Specs pass
-code review

Change-Id: I6f304ca2cd29940b12118b3caccd678f299abc7d
Reviewed-on: https://gerrit.instructure.com/71726
Reviewed-by: Deepeeca Soundarrajan <dsoundarrajan@instructure.com>
Tested-by: Jenkins
Product-Review: Matt Fairbourn <mfairbourn@instructure.com>
QA-Review: Matt Fairbourn <mfairbourn@instructure.com>
2016-02-08 21:36:05 +00:00
Jonathan Featherstone 44b3332cf3 Fix failing notifications for group appointments
Test Plan:
  * Enable scheduler in settings tab
  * Create a class with two students
  * Create a Group and add the two students
  * Create an appointment group, make sure to check "Have students sign
    up in groups", and set the group category created above
  * Masquerade as one of the students, and sign up for the appointment
    group
  * Login as teacher again, and navigate to
    "/users/<teacher_id>/messages"
  * Confirm that a "User signed up for..." message is staged

closes CNVS-26800

Change-Id: Ie7276d30537f51946c63c9fc31ca873feb0b5abf
Reviewed-on: https://gerrit.instructure.com/71495
Reviewed-by: Matthew Wheeler <mwheeler@instructure.com>
Tested-by: Jenkins
QA-Review: Heath Hales <hhales@instructure.com>
Product-Review: Jonathan Featherstone <jfeatherstone@instructure.com>
2016-02-08 21:25:20 +00:00
Nathan Mills cdc4ca37ce update docker file for ruby 2.1 image changes
fixes PLAT-1330


test plan:
you should be able to build and run the docker image

Change-Id: I4620cba9f6b4378d0677e1e500c367422187a27d
Reviewed-on: https://gerrit.instructure.com/71678
Reviewed-by: Benjamin Porter <bporter@instructure.com>
Product-Review: August Thornton <august@instructure.com>
QA-Review: August Thornton <august@instructure.com>
Tested-by: Jenkins
2016-02-08 21:18:18 +00:00
Cody Cutrer de98b8896e add comment reminder to cache clearing migration
Change-Id: Ibd9ad824bbf64223651b75768b026bd9e033019f
Reviewed-on: https://gerrit.instructure.com/71585
Tested-by: Jenkins
Reviewed-by: Simon Williams <simon@instructure.com>
Product-Review: Cody Cutrer <cody@instructure.com>
QA-Review: Cody Cutrer <cody@instructure.com>
2016-02-08 19:29:30 +00:00
John Corrigan 95c82a09c5 add CONTEXT_URL_ROOT to js_env in QuestionBanksController#show
fixes CNVS-26297

Also add a simple test to hit QuestionBanksController#show because there
wasn't one before :(

test plan:
- Ensure you have outcomes defined.
- Create a question bank.
- Choose "Align Outcome" from the question bank detail page.
- Choose one of your defined outcomes to see details.
- Click on the outcome title.
- Observe that the link now works.

Change-Id: I0a6ad2b95705104c6c8d5eafce2daafae7965b70
Reviewed-on: https://gerrit.instructure.com/71432
Tested-by: Jenkins
Reviewed-by: Ryan Taylor <rtaylor@instructure.com>
QA-Review: Deepeeca Soundarrajan <dsoundarrajan@instructure.com>
Product-Review: McCall Smith <mcsmith@instructure.com>
2016-02-08 19:19:09 +00:00
James Williams b75adad19c use role overrides for :read_forum for concluded courses
test plan:
* create a custom student role
* disable the "View discussions" permission for the role
* add a student to a course with the role
* add a discussion topic to the course
* the student should not be able to view it
* conclude the course
* the student should still not be able to view the topic

closes #CNVS-26972

Change-Id: I4556da5e9a7f07636ecf8ab70c634aac96d37557
Reviewed-on: https://gerrit.instructure.com/71633
Reviewed-by: Alex Boyd <aboyd@instructure.com>
Tested-by: Jenkins
Reviewed-by: Jeremy Stanley <jeremy@instructure.com>
QA-Review: Jahnavi Yetukuri <jyetukuri@instructure.com>
Product-Review: James Williams  <jamesw@instructure.com>
2016-02-08 18:23:48 +00:00
James Williams 2280ee7428 require students to be active to complete requirements
test plan:
* create a future course (but one that isn't restricted)
* create a module with a view requirement for an item
* add a student to the course, they should be able to look around
 but not participate
* confirm that viewing the module item does not fulfill the
 module item requirement

closes #CNVS-26326

Change-Id: Ibe58be1280d377a587e41b45e39ca38168f6093b
Reviewed-on: https://gerrit.instructure.com/71302
Tested-by: Jenkins
Reviewed-by: Jeremy Stanley <jeremy@instructure.com>
QA-Review: Jahnavi Yetukuri <jyetukuri@instructure.com>
Product-Review: Matt Goodwin <mattg@instructure.com>
2016-02-08 18:12:47 +00:00
Stewie (Nicholas Stewart) c324f041c2 Fix user XXX didn’t exist for user enrollment
In order to facilitate better and more efficient debugging, this commit
improves the quality of the error messages reported by SIS imports. When
a user does not exist in users.csv, and enrollments in enrollments.csv
reference that user, the message "User XXX didn't exist for enrollment"
is not particularly useful. This commit adds course and section IDs to
the message to make it easier to search for broken rows.

Test plan:
  * Create or change an existing enrollments.csv file so that it
    references a user that doesn't exist.
  * Run the CSV through the SIS importer.
  * Check the error messages for the last import; the new error message
    should show up instead of the old one.

Change-Id: Ie3ea4d95c6877ef8c5b27cee9d530a6fdf0e6e6e
Fixes: SIS-1733
Reviewed-on: https://gerrit.instructure.com/71116
Tested-by: Jenkins
Reviewed-by: Ken Romney <kromney@instructure.com>
Reviewed-by: Tyler Pickett <tpickett@instructure.com>
QA-Review: Steven Shepherd <sshepherd@instructure.com>
Product-Review: Ken Romney <kromney@instructure.com>
2016-02-08 17:50:05 +00:00
Michael Nomitch 7539016828 screenreaders announce item count after search
fixes CNVS-21510

test plan:
  - with screenreader on
  - go to quizzes index
    - filter by title in the
      search box
    - the screenreader announces
      the new item count
  - go to assignment index
    - do the same

Change-Id: I172e84cbf9fd3f0de49f6faf76d7336eb622d2c8
Reviewed-on: https://gerrit.instructure.com/69858
Tested-by: Jenkins
Reviewed-by: Matt Berns <mberns@instructure.com>
QA-Review: Deepeeca Soundarrajan <dsoundarrajan@instructure.com>
Product-Review: Aaron Cannon <acannon@instructure.com>
2016-02-08 17:47:34 +00:00
Simon Williams 772cffbae6 manage focus when deleting a link from profile
also do some minor refactoring around this coffeescript to make it safer
and easier to test.

fixes CNVS-26490

test plan:
- basic regression test around user profile editing
  (you need to enable profiles in account settings)
- specifically, when you delete links while editing the profile, focus
  should go to the previous delete link button or the bio textarea (if
  you delete the top one)

Change-Id: I15b5e552485c447d51cdccedf9990456de10b13d
Reviewed-on: https://gerrit.instructure.com/71298
Tested-by: Jenkins
Reviewed-by: Ryan Shaw <ryan@instructure.com>
QA-Review: Jeremy Putnam <jeremyp@instructure.com>
Product-Review: Simon Williams <simon@instructure.com>
2016-02-08 17:42:43 +00:00
Ryan Taylor 22d80f8698 Prevent teachers from taking a quiz
Closes CNVS-12310

Test Plan:
  - Take a quiz as a student
  - Can't take a quiz as a teacher
  - Note nothing a teacher can do will prevent "unpublishing" of a quiz.

Change-Id: I1606bed3f59a902609c2832ab83a40b6ca9bb54c
Reviewed-on: https://gerrit.instructure.com/69582
Tested-by: Jenkins
Reviewed-by: Davis McClellan <dmcclellan@instructure.com>
QA-Review: Deepeeca Soundarrajan <dsoundarrajan@instructure.com>
Product-Review: Jason Sparks <jsparks@instructure.com>
2016-02-08 15:52:10 +00:00
Davis McClellan 94b2a11e0f Fix eligibility issues with multiple sections
fixes CNVS-26300

test plan:
- Create a course with two sections and add the same user to both
- Create a quiz in the course
- As the student verify they can view the Take Quiz button
- Go to the course Settings page and set a start and end date in
  the past, checking the box to say users can only participate
  between those dates and save settings
- Edit one of the sections to add a current start and end date
  (so it ends in the future), checking the box to allow users to
  participate between those dates
- Ensure that Take Quiz button is visible

Change-Id: I1dfc8a1b8ece4bf97bbf35a1c0ada180df36229b
Reviewed-on: https://gerrit.instructure.com/70595
Tested-by: Jenkins
Reviewed-by: Ryan Taylor <rtaylor@instructure.com>
QA-Review: Michael Hargiss <mhargiss@instructure.com>
Product-Review: Jason Sparks <jsparks@instructure.com>
2016-02-08 15:30:11 +00:00
Michael Nomitch 403bf2fcd3 show quiz submission info even if it is anonymous
fixes CNVS-26887

test plan:
  - make an anonymous survey and have some
    students take it
  - as a teacher go to the survey show page
    and hit Show Student Survey Results in
    the gear
  - note that you cant see the student names
  - click on Student X
  - you go to the quiz submission page and
    can see the survery results
  - important part: you cannot map this survey
    back to the student as the teacher

Change-Id: Ia8573832ea037bc803fdd0e6f0dcc93e29fa4d30
Reviewed-on: https://gerrit.instructure.com/71404
Reviewed-by: Ryan Taylor <rtaylor@instructure.com>
Tested-by: Jenkins
QA-Review: Michael Hargiss <mhargiss@instructure.com>
Product-Review: Jason Sparks <jsparks@instructure.com>
2016-02-08 15:23:23 +00:00
Transifreq fbe63f3b61 update pt translation
Change-Id: Ibb704a8b53bfbb0219f1a194e14dcb7e8b794bb7
2016-02-08 05:24:09 -07:00
James Williams 8e7459735c don't show groups for future restricted courses in courses list
test plan:
* create a course with a future term date
* restrict students from accessing the course before start date
 in the course settings
* enroll a student in the course and add them to a group
* as the student, the courses index ("/courses") should
 not list the group (or the course)

closes #CNVS-26623

Change-Id: Iedddd118f40024480bae8c7b5a42315dc41af335
Reviewed-on: https://gerrit.instructure.com/71382
Tested-by: Jenkins
Reviewed-by: Jeremy Stanley <jeremy@instructure.com>
QA-Review: Jahnavi Yetukuri <jyetukuri@instructure.com>
Product-Review: Matt Fairbourn <mfairbourn@instructure.com>
2016-02-08 12:13:17 +00:00
James Williams de0d9dc829 default post_to_sis checkbox when creating through modules
test plan:
* on the account, turn the "Allow Bulk Grade Export to SIS"
feature flag on
* reload the account settings page and turn on the
 "Post Grades to SIS checkbox is enabled by default" setting
* create a module and add a new assignment and a new quiz
 through the module items dialog
* the new assignment and quiz should have their respective
  sis exporting settings enabled

closes #CNVS-26909

Change-Id: Ia95bd921d9a93878cc4ad0bd614154408c2d9166
Reviewed-on: https://gerrit.instructure.com/71221
Tested-by: Jenkins
Reviewed-by: Jeremy Stanley <jeremy@instructure.com>
QA-Review: Jahnavi Yetukuri <jyetukuri@instructure.com>
Product-Review: James Williams  <jamesw@instructure.com>
2016-02-08 12:12:46 +00:00
Transifreq f52b3e6daf update es translation
Change-Id: Ic4dfa11fd450f0bf2035b5de069f392f295be4ab
2016-02-08 05:10:02 -07:00
Transifreq 32eca46cd7 update en-AU translation
Change-Id: Ib1eac25cdef0f6d6714d81b410a17728020cd847
2016-02-08 05:08:01 -07:00
Transifreq 0d70c06cf8 update da translation
Change-Id: I08e97add6c9d9fac599d48c16228cfbb705f060a
2016-02-08 05:06:03 -07:00
Transifreq dfae8b4788 update ru translation
Change-Id: I638d4539fe36772f37b9366ba1729c2dd23b7cea
2016-02-07 05:24:25 -07:00
Transifreq 55b64bc9f7 update nb translation
Change-Id: I534ca9effb495b3c8d803d60a9b7b8ad838c2dc5
2016-02-07 05:19:38 -07:00
Transifreq 9cd6e0929b update mi translation
Change-Id: I57d29d2fc70db3c97f058ac007ec3e4204550017
2016-02-07 05:18:29 -07:00
Ethan Vizitei da9a226eb4 make webpack able to digest jsx from plugins
Also don't parse the react bootstrap table plugin, it's already
a prebuilt thing that doesn't require other things.

Change-Id: Ibdc06483afc22fe53d08a50892ac2d1322d759e2
Reviewed-on: https://gerrit.instructure.com/71646
Reviewed-by: Clay Diffrient <cdiffrient@instructure.com>
Tested-by: Jenkins
Product-Review: Ethan Vizitei <evizitei@instructure.com>
QA-Review: Ethan Vizitei <evizitei@instructure.com>
2016-02-06 23:37:44 +00:00
Transifreq 0961cc4a67 update zh translation
Change-Id: I5c293f8c35a753bb35a46d6184ffa056d073fdb2
2016-02-06 05:27:26 -07:00
Transifreq d24541c109 update pt-BR translation
Change-Id: I6caf33543cc03e7431561eb741a0c51a29f99bd2
2016-02-06 05:23:32 -07:00
Transifreq 91eecd7724 update pl translation
Change-Id: I7b30cd4330b7615b24b1e3cea84dbf68b95f934d
2016-02-06 05:21:31 -07:00
Transifreq 48ce35a8d7 update nl translation
Change-Id: I8217ba4d7a4dc93cffb1bf0713011f40c806e28f
2016-02-06 05:20:22 -07:00