Commit Graph

12188 Commits

Author SHA1 Message Date
Ben Young fe19b0c8d0 update API doc required params - 10
- Quiz questions
- Quiz reports
- Quiz submission questions
- Quiz submissions
- Quizzes

Test plan:
- rake doc:api
- Verify the above doc pages for parameter accuracy

Refs SIS-403

Change-Id: I8aab8a03648b5c6bee28132a662e5e7560b18ebd
Reviewed-on: https://gerrit.instructure.com/39365
Tested-by: Jenkins <jenkins@instructure.com>
Reviewed-by: Duane Johnson <duane@instructure.com>
Product-Review: Duane Johnson <duane@instructure.com>
QA-Review: Jeremy Putnam <jeremyp@instructure.com>
2014-08-25 16:49:51 +00:00
Ben Young 15b49f203d update API doc required params - 8
- Notification preferences
- Outcome groups
- Outcome results
- Outcomes
- Pages

Test plan:
- rake doc:api
- Verify the above doc pages for parameter accuracy

Refs SIS-403

Change-Id: I98fd1370902bb7570d75713b569a3b0779bf408a
Reviewed-on: https://gerrit.instructure.com/39311
Tested-by: Jenkins <jenkins@instructure.com>
Reviewed-by: Duane Johnson <duane@instructure.com>
Product-Review: Duane Johnson <duane@instructure.com>
QA-Review: Jeremy Putnam <jeremyp@instructure.com>
2014-08-25 16:49:44 +00:00
Michael Nomitch e7a4faf0d3 DA - peer reviews
fixes CNVS-14103

test plan:
  - create a differentiated assignment
  - DA On
    - peer reviews page should only show students with
      visibility
    - auto assigning peer reviews should only assign to students
      with visibility
  - DA Off
    - everything should work as usual

Change-Id: Iaa6f5e2d1c377660512009d1ff7cd88597a3af4d
Reviewed-on: https://gerrit.instructure.com/39406
Reviewed-by: Simon Williams <simon@instructure.com>
Tested-by: Jenkins <jenkins@instructure.com>
QA-Review: Mike Nomitch <mnomitch@instructure.com>
Product-Review: Hilary Scharton <hilary@instructure.com>
2014-08-25 16:18:33 +00:00
Clay Diffrient 62a447c569 Changes the courses page to include additional functionality
closes CNVS-14683, CNVS-14684, CNVS-14685

test plan:
   - Go to the courses page (/courses)
   - Make sure you have enrollments in various courses in various
     states (e.g., unpublished/published, past/future/current)
   - Each section (My Courses, etc.) should have a table within
   - My Courses should have stars in the first column
   - Clicking on a star should toggle the color of the star
     if the course is favoritable, e.g. students can favorite
     courses that are unpublished, while teachers can.
   - Stars that are colored yellow, should appear in the courses
     dropdown on the main navigation after a refresh.
   - The type of enrollment should be indicated on the far right.
   - Unpublished courses should have an indicator to the left
     of the enrollment type.
   - Hovering over the unpublished courses should have a
     tooltip saying:
     "This course has not been published. Students should contact
      the course instructor for access."
   - Screenreaders should also detect this information.

Change-Id: I660485b5143f877ef231b0edb52b2c82b8cdaab3
Reviewed-on: https://gerrit.instructure.com/39227
Tested-by: Jenkins <jenkins@instructure.com>
Reviewed-by: Jeremy Stanley <jeremy@instructure.com>
QA-Review: Clare Strong <clare@instructure.com>
Product-Review: Hilary Scharton <hilary@instructure.com>
2014-08-25 16:18:18 +00:00
Ryan Shaw 5ab6d5beb5 Make sure no one has the new styles feature enabled
Since the work we are doing here is still very much
WIP, this makes sure no one has the new styles feature
flag turned on

this is a different approach than previous patchsets
since, because of caching or whatever, it was not
working correctly on test portals.

this just renames the feature so if anything was cached
for the previous feature, it won't matter.

and finally, just to clean up, we clear out the db
of any people that had set the old, now meaningless,
feature flag of 'new_styles'

fixes: CNVS-13571 CNVS-14903

test plan:
a) enable the feature flag before checking out the
   patch set
b) check out the patch set and run migrations
c) verify that the feature is no longer set and
   is hidden from non-site-admins

Change-Id: I6230064fe965c80128b047786c393043292114d5
Reviewed-on: https://gerrit.instructure.com/36225
Reviewed-by: Colleen Palmer <colleen@instructure.com>
Reviewed-by: Jeremy Stanley <jeremy@instructure.com>
Product-Review: Matt Fairbourn <mfairbourn@instructure.com>
QA-Review: Matt Fairbourn <mfairbourn@instructure.com>
Tested-by: Jenkins <jenkins@instructure.com>
2014-08-25 16:01:34 +00:00
Sean Lewis 057e40edc1 Changed the spelling of 'dificulty' to 'difficulty' in lib/feature.rb
fixes CNVS-14763

test plan:

- Navigate to your profile page
- Click the down arrow on "Use High Contrast Styles"
- Confirm the spelling of 'difficulty' is now correct and no longer 'dificulty'.

Change-Id: Ife3bf310b5dc45fa609dfaa362814631f2e9e6f4
Reviewed-on: https://gerrit.instructure.com/39854
Tested-by: Jenkins <jenkins@instructure.com>
Reviewed-by: Bryan Madsen <bryan@instructure.com>
Product-Review: Bryan Madsen <bryan@instructure.com>
QA-Review: Bryan Madsen <bryan@instructure.com>
2014-08-25 15:43:23 +00:00
Clay Diffrient c930295ba6 Adds move to option for modules
Makes the modules page more accessible for both screenreader and
keyboard only users.

fixes CNVS-9045

test plan:
  1. Using a screenreader go to the modules page (/courses/##/modules)
  2. The "keyboard instructions" area should inform you to use the
     move module options.
  3. Navigate to the admin links cog for a module
  4. You should see a "Move to..." option.
  5. Click it using whatever the screenreader uses for click
     (VO: Ctrl+Option+Space)
  6. A dialog should appear (This dialog should be accessible)
  7. You should be able to move a module to whatever location you
     want.
  8. Close the screenreader, repeat steps 3-7 using only the
     keyboard.
  9. When the drag-and-drop handle has focus a warning should appear.

Change-Id: Ie64b79ab6fa85d728fd97fba3842717b1a6ed99b
Reviewed-on: https://gerrit.instructure.com/39806
Tested-by: Jenkins <jenkins@instructure.com>
Reviewed-by: Jeremy Stanley <jeremy@instructure.com>
QA-Review: Clare Strong <clare@instructure.com>
Product-Review: Hilary Scharton <hilary@instructure.com>
2014-08-25 14:37:57 +00:00
Clay Diffrient 8bfb31f251 Updates widths to keep overlap from happening.
fixes CNVS-13924

test plan:
   - Go to a course syllabus in Chrome
   - Make sure several assignments are there with due dates
   - Resize the window to be small
   - Date and Day columns should not overlap but remain in their
     own columns.

Change-Id: I51602d4df85d5c6c07e1a987a8ea5a1852d906dd
Reviewed-on: https://gerrit.instructure.com/39558
Tested-by: Jenkins <jenkins@instructure.com>
Reviewed-by: Jeremy Stanley <jeremy@instructure.com>
QA-Review: Clare Strong <clare@instructure.com>
Product-Review: Hilary Scharton <hilary@instructure.com>
2014-08-25 14:36:22 +00:00
Ryan Florence 5b2ff12900 use JS for all flash notifications
this way the user experience is identical (sighted
or screenreader), whether the notification
originated from the server or the client

test plan:

1. do something that causes a flash notification
   from the server (like un/publishing a course)
   - observe the visual design animates in
   - observe that the screen reader announces
     the notification

2. do something that causes a flash notification
   from the client (like sending a message)
   - observe the visual design animates in
   - observe that the screen reader announces
     the notification

closes CNVS-12222, CNVS-12221, CNVS-12224, CNVS-14881

Change-Id: I0a61b8a12292211726bc99d23d056c92918c5f76
Reviewed-on: https://gerrit.instructure.com/39486
Reviewed-by: Jason Madsen <jmadsen@instructure.com>
Tested-by: Jenkins <jenkins@instructure.com>
QA-Review: Amber Taniuchi <amber@instructure.com>
Product-Review: Ryan Florence <ryanf@instructure.com>
2014-08-25 13:29:34 +00:00
James Williams 70a6d79bad restrict former self-enrollment enabled courses through account
test plan:
* enable self-enrollment on the root account
* enable self-enrollment on a course
* disable self-enrollment on the root account
* self-enrollment should not work on the course

closes #CNVS-9109

Change-Id: Ic186497ae11376c00872200460d9850e4dfecc38
Reviewed-on: https://gerrit.instructure.com/39684
Tested-by: Jenkins <jenkins@instructure.com>
Reviewed-by: Jeremy Stanley <jeremy@instructure.com>
QA-Review: Clare Strong <clare@instructure.com>
Product-Review: Hilary Scharton <hilary@instructure.com>
2014-08-25 12:16:52 +00:00
Transifreq 59e62577d0 Updated nb translation
Change-Id: I911ea15dd0e4e8d9f3917c72c3e0ab7c6bc5f405
2014-08-25 05:32:21 -06:00
Brian Palmer 5039dd79b9 don't load all external_feeds into memory at once
Change-Id: Ia83d96b781b679907000ae1db33b60afbd7461df
Reviewed-on: https://gerrit.instructure.com/39859
Reviewed-by: Cody Cutrer <cody@instructure.com>
Tested-by: Jenkins <jenkins@instructure.com>
Product-Review: Brian Palmer <brianp@instructure.com>
QA-Review: Brian Palmer <brianp@instructure.com>
2014-08-24 19:06:36 +00:00
Shawn Meredith bca445f726 spec: intermittent specs
Change-Id: Iec58ddcb978165c5adf99619dd5c6144f00a0e03
Reviewed-on: https://gerrit.instructure.com/39568
Reviewed-by: Bryan Madsen <bryan@instructure.com>
Product-Review: Bryan Madsen <bryan@instructure.com>
QA-Review: Bryan Madsen <bryan@instructure.com>
Tested-by: Jenkins <jenkins@instructure.com>
2014-08-24 17:49:02 +00:00
Transifreq 9158c2673f Updated nl translation
Change-Id: Ib0311b62fe48be43650cefc877677f3c6318a8d5
2014-08-23 05:32:02 -06:00
Transifreq 758d2e25c6 Updated de translation
Change-Id: I2cd732f7b8c0b0b731e6df400dd6112f135522ba
2014-08-23 05:10:29 -06:00
Ethan Vizitei 839fe31ba9 fix wording for grading levels
fixes #CNVS-12635

Per Erin Hallmark, "Grading Scheme" is more
conventional than "Grading Levels"

Test Plan:
 -Go to assignment details
 -Confirm the appropriate wording per the ticket

Change-Id: If2ada1072633c568145229da622c66c33a3b18ac
Reviewed-on: https://gerrit.instructure.com/39761
Tested-by: Jenkins <jenkins@instructure.com>
Reviewed-by: Simon Williams <simon@instructure.com>
Product-Review: Simon Williams <simon@instructure.com>
QA-Review: Anna Koalenz <akoalenz@instructure.com>
2014-08-23 05:14:55 +00:00
Josh Simpson a8333591bc fix fragile quiz spec
fixes CNVS-15047
This commit fixes a spec that became fragile as a result of ef939ea.

Test plan
- Run the specs

Change-Id: Iac07e01ba1bfe6db0eb7e2028040a48e4b920ce1
Reviewed-on: https://gerrit.instructure.com/39836
Reviewed-by: Bryan Madsen <bryan@instructure.com>
Product-Review: Bryan Madsen <bryan@instructure.com>
QA-Review: Bryan Madsen <bryan@instructure.com>
Tested-by: Jenkins <jenkins@instructure.com>
Product-Review: Josh Simpson <jsimpson@instructure.com>
2014-08-23 01:24:31 +00:00
Brad Horrocks 279fa22ddb Fixes Profile avatar on thumbnail no longer showing correct image
Thumbnails will now have namespace column which will be populated with
its attachments namespace on save. Old thumbnails will have null
namespace and should behave as they used to. New thumbnails will work
like boss.

Fixes CNV-12380

Test Plan
=========

Prerequisites
-------------

- S3 storage
- **Sharding**
	- multiple users with the same ID on different shards
	- profile photos on all the users with the same fileID

Details
-------

Before the fix the last uploaded avatar will be the *thumbnail* for
all user avatars that collide with each other.
After the code is updated all avatars will be blank.
After `bundle exec rake db:migrate` avatars should display correctly.

Change-Id: Iec533086308da352f317cda60b404327b14516e3
Reviewed-on: https://gerrit.instructure.com/39108
Reviewed-by: Brian Palmer <brianp@instructure.com>
Tested-by: Bryan Madsen <bryan@instructure.com>
Product-Review: Bryan Madsen <bryan@instructure.com>
QA-Review: Steven Shepherd <sshepherd@instructure.com>
2014-08-22 22:17:51 +00:00
Michael Nomitch 535a4b47ff DA - speed grader shows right students and sections
fixes CNVS-13810

test plan:
  - with DA on create multiple assignments visible to
    select sections
  - go to speed grader for said assignments
    - only students with visibility should show up
    - only sections with visibility should show up
  - turn DA off and everything still works
  - note: group assingments not done yet

Change-Id: Ia065a82a24db40cc6ba46586114167e2ea8e75c1
Reviewed-on: https://gerrit.instructure.com/36981
Reviewed-by: Cameron Sutter <csutter@instructure.com>
Tested-by: Jenkins <jenkins@instructure.com>
QA-Review: Amber Taniuchi <amber@instructure.com>
Product-Review: Hilary Scharton <hilary@instructure.com>
2014-08-22 20:36:36 +00:00
Matthew Berns 6e31c3c2c0 Corrected rounding function when letter grade is computed
A rounding error on 10 pt scale was causing 0.87 to display as a B instead of B+

fixes CNVS-11843

test plan:
- Create assignment worth 10 total points and score it by letter grade
- Use default grading scheme so B+ is >90% - 87%
- Save the assignment and as the test student submit to it
- In gradebook score it with an 8.7/10, should show B+ as grade
- Update score to 8.69/10, should show B as grade

Change-Id: I1c8abbaa53c49eb019cb19798ddc232bf65f9056
Reviewed-on: https://gerrit.instructure.com/38759
Tested-by: Jenkins <jenkins@instructure.com>
Reviewed-by: Mike Nomitch <mnomitch@instructure.com>
Reviewed-by: Simon Williams <simon@instructure.com>
QA-Review: Trevor deHaan <tdehaan@instructure.com>
Product-Review: Simon Williams <simon@instructure.com>
2014-08-22 19:31:44 +00:00
Jacob Fugal a44b18b59c remove crowd-sourced label from nl
fixes CNVS-14247

test-plan:
 - login to canvas
 - open profile page
 - edit
 - check language dropdown
 - "Nederlands" should not have "crowd-sourced" label

Change-Id: I2c353b717ad767852609cc5c968a2afab8a4826a
Reviewed-on: https://gerrit.instructure.com/39773
Reviewed-by: Rob Orton <rob@instructure.com>
QA-Review: August Thornton <august@instructure.com>
Tested-by: Jenkins <jenkins@instructure.com>
Product-Review: Jacob Fugal <jacob@instructure.com>
2014-08-22 19:28:20 +00:00
Ryan Shaw 2fdd72d4e5 let accounts that don't use cas, saml, or ldap set custom login_handle_name
fixes: CNVS-13196 CNVS-14408 CNVS-14960

accounts that have an AccountAutorizationCofig 
(those that use cas ldap or saml) are able to set 
a login_handle_name (so on the login screen they 
could have it say "USU ID #" instead of "Email"). 
but there are a lot of customers that don't use 
cas, saml or ldap that need to set it too.

for example, a school that uses a csv upload for users.

This allows these accounts to set a custom 
login_handle_name too.

Test plan:

* for an account that does not use cas, saml, or ldap
* go to the account settings page, you should see
  http://cl.ly/image/1W3B3K392p2B
* set something for "Login Label:"
* go to the login screen
* it should use that new value you set

Change-Id: I5a7fd025229a792db4bf898015752024dafa173d
Reviewed-on: https://gerrit.instructure.com/39628
Tested-by: Jenkins <jenkins@instructure.com>
Reviewed-by: Clay Diffrient <cdiffrient@instructure.com>
QA-Review: Clare Strong <clare@instructure.com>
Product-Review: Hilary Scharton <hilary@instructure.com>
2014-08-22 18:54:59 +00:00
Brian Palmer a0c74ff3b3 add an auto-generated comment to language yml files
Change-Id: Ib5edd010f8a6268d2ece5857ea6d5eca383c6d6a
Reviewed-on: https://gerrit.instructure.com/39786
Reviewed-by: Jacob Fugal <jacob@instructure.com>
Tested-by: Jenkins <jenkins@instructure.com>
Product-Review: Brian Palmer <brianp@instructure.com>
QA-Review: Brian Palmer <brianp@instructure.com>
2014-08-22 18:34:08 +00:00
Chris Hart 368dffa1fd Increase text contrast in right sidebar
Fixes: CNVS-14602

Test plan:
- Trigger a to-do in the right sidebar
- Ensure that the color contrast meets WebAIM
  standards of 3:1 in the default UI and at least
  4.5:1 in the high-contrast setting.
- Note: the body background image is around #e5e5e5,
  which is what I used to test the ratios while
  working on this.

Change-Id: Ic4188d7d633da177abadbb5b3320ce0f70b9ac99
Reviewed-on: https://gerrit.instructure.com/39155
Tested-by: Jenkins <jenkins@instructure.com>
Reviewed-by: Colleen Palmer <colleen@instructure.com>
QA-Review: Anna Koalenz <akoalenz@instructure.com>
Product-Review: Chris Hart <chart@instructure.com>
2014-08-22 18:29:47 +00:00
Simon Williams b6b1ca7943 fix expected speedgrader url template format
rails 2.3 to 3.2 changed the way that anchor tags are escaped in their url
builder methods from using CGI.escape (in 2.3) to URI.escape with a custom safe
list (in 3.2).  The changed caused the colon to stop being escaped.

fixes CNVS-14890

test plan:
- create an assignment discussion, and post to it as a several students
- as a teacher, use the "Open in Speedgrader" link in the discussion post cog
  menu for each student.
- it should open speedgrader to that specific student

Change-Id: I3d5aaae33b9b0e4914e09fa53292d9e042a91f26
Reviewed-on: https://gerrit.instructure.com/39752
Tested-by: Jenkins <jenkins@instructure.com>
Reviewed-by: Cameron Sutter <csutter@instructure.com>
QA-Review: Anna Koalenz <akoalenz@instructure.com>
Product-Review: Simon Williams <simon@instructure.com>
2014-08-22 17:51:14 +00:00
Shawn Meredith 7031a47387 spec: testbot gems
Change-Id: I6277b485f40dc584a1157952b2e3f305dfa6a462
Reviewed-on: https://gerrit.instructure.com/38216
Reviewed-by: Kyle Rosenbaum <kyler@instructure.com>
Product-Review: Kyle Rosenbaum <kyler@instructure.com>
QA-Review: Kyle Rosenbaum <kyler@instructure.com>
Tested-by: Kyle Rosenbaum <kyler@instructure.com>
Tested-by: Jenkins <jenkins@instructure.com>
2014-08-22 17:19:05 +00:00
Ben Young ef939ea5ad Only use course dates to determine soft-concluded state if set to override term dates
Fixes CNVS-6541

Test plan:
- Create a course with a course end date in the past, but belonging to a current term
- Verify course dates do not override term dates
- Course should not be shown as soft-concluded
-- (can be seen in /courses/:course_id/users, on the 'add people' button)

Change-Id: I3c22b57192341977a3b9694af9b4c2ecda2be413
Reviewed-on: https://gerrit.instructure.com/39438
Tested-by: Jenkins <jenkins@instructure.com>
Reviewed-by: Jeremy Stanley <jeremy@instructure.com>
QA-Review: Clare Strong <clare@instructure.com>
Product-Review: Hilary Scharton <hilary@instructure.com>
2014-08-22 17:03:42 +00:00
Jeremy Stanley 625c22ecfd add content_export LTI extension
test plan:
 - you should be able to enable content_export in an LTI tool
   using the External Tools API (POST or PUT) using the parameter
   "content_exports[enabled]=1"

fixes CNVS-14543

Change-Id: I777ddc867678d4eb35792938f610bdc029b9c982
Reviewed-on: https://gerrit.instructure.com/39603
Tested-by: Jenkins <jenkins@instructure.com>
Reviewed-by: James Williams  <jamesw@instructure.com>
QA-Review: Clare Strong <clare@instructure.com>
Product-Review: Jeremy Stanley <jeremy@instructure.com>
2014-08-22 15:22:33 +00:00
James Williams 069ee249bc allow observers to view all module content
test plan:
* make a course with modules with completion
requirements and sequential progress
* log in as an observer in the course
* should not be required to complete content to view it

closes #CNVS-9216

Change-Id: Id2ac39e8d1199bed0e2b17c3d04a58d5c7f4304c
Reviewed-on: https://gerrit.instructure.com/39622
Tested-by: Jenkins <jenkins@instructure.com>
Reviewed-by: Jeremy Stanley <jeremy@instructure.com>
QA-Review: Trevor deHaan <tdehaan@instructure.com>
Product-Review: Hilary Scharton <hilary@instructure.com>
2014-08-22 15:21:41 +00:00
Chris Hart 3d640c7078 Increase due date color contrast in Syllabus table
Fixes: CNVS-14603

Test plan:
- Add some assignments to your course, if you do not
  have them already
- The background colors of the table are created with
  a combination of css and background images, so I have
  created http://cl.ly/image/1D1V2m1h2B3v/CNVS-14603.png
  to show you the colors to test against using the
  WebAIM contrast checker:
  http://webaim.org/resources/contrastchecker/
- The text colors should now be #666 (default UI) and
  #333 (high contrast)
- For default UI, the required contrast is at 3:1; for
  high-contrast UI, the requirement is 4.5:1

Change-Id: I880c8144f4dd2c1b4b91349b49f073c9f1bc9f10
Reviewed-on: https://gerrit.instructure.com/39555
Tested-by: Jenkins <jenkins@instructure.com>
QA-Review: Anna Koalenz <akoalenz@instructure.com>
Reviewed-by: Colleen Palmer <colleen@instructure.com>
Product-Review: Chris Hart <chart@instructure.com>
2014-08-22 14:02:07 +00:00
Transifreq ffc6fd378b Updated fa-IR translation
Change-Id: I5075a6273a73a4b46b19d02558dadeef55730c55
2014-08-22 06:15:01 -06:00
Transifreq e30eb41707 Updated tr translation
Change-Id: Ic31a162a2a2665fdb5f30a2175a17a28933bce87
2014-08-22 06:10:43 -06:00
Transifreq 5234925298 Updated en-AU translation
Change-Id: I6a5a22f740cfa89efb6a4d2bac09f5656f020a5f
2014-08-22 06:06:37 -06:00
Transifreq f2df4d702d Updated en-GB translation
Change-Id: If1d47b12a2e47b3f5dac0e82d2ca6a78c3f01493
2014-08-22 06:02:15 -06:00
Transifreq 32615c2455 Updated ko translation
Change-Id: Id42589d55af0747226d5cbba2dc91d099d7f9608
2014-08-22 05:57:50 -06:00
Transifreq d9c79c3851 Updated nb translation
Change-Id: Ic9917c679fb267ddfaebcd65e5892e115aefed6f
2014-08-22 05:53:42 -06:00
Transifreq 85f6718c2f Updated nl translation
Change-Id: I4563b6e3b8d760c1d49d316552f84a45cfbbd5c1
2014-08-22 05:49:32 -06:00
Transifreq 625df1aa93 Updated ja translation
Change-Id: I77a852356226c0bb7a4ee959d9652e5da497a7c6
2014-08-22 05:45:24 -06:00
Transifreq 67bcb3c4b0 Updated pt-BR translation
Change-Id: I7dcddce9e5e75e31de433330ed6e7f4014b4b60c
2014-08-22 05:41:14 -06:00
Transifreq b5731ea0f3 Updated pt translation
Change-Id: I3442db23cba5707968d8c484d4335c22d328658b
2014-08-22 05:36:59 -06:00
Transifreq 1dff5c19c3 Updated ar translation
Change-Id: I36eafe3da66879035162b3f608d0f02a50ea83cb
2014-08-22 05:32:48 -06:00
Transifreq eb97433aaf Updated zh translation
Change-Id: I41bd97f4f7db892520138a619308315b8ba122bc
2014-08-22 05:28:33 -06:00
Transifreq d3cde7c47d Updated pl translation
Change-Id: I4a5f882f0d6209a9f25529252550aabeabb39e0b
2014-08-22 05:24:20 -06:00
Transifreq 23c8e8a020 Updated fr translation
Change-Id: If57cdbf72fc025d3e7a3ef5d03211c2684e1a3c9
2014-08-22 05:20:12 -06:00
Transifreq a85d15d8fd Updated ru translation
Change-Id: Idc0e7bc3979ff0c2b592c067d5661eccd193b348
2014-08-22 05:16:06 -06:00
Transifreq 8d4dc6ecf3 Updated de translation
Change-Id: I371f88192db192ca4ff0f342850351adca3dda72
2014-08-22 05:12:01 -06:00
Transifreq 372874c101 Updated es translation
Change-Id: Ibba421e93676eba379b38bdeba1e4457f5b78076
2014-08-22 05:07:54 -06:00
Jason Madsen f967885aab ensure close button gets focused when modal opens
closes CNVS-14913

test plan:
  - enable new files
  - click the + Files button to add a file that already exists
    - the modal diaglog that displays should have the close button
      focused (i.e. you should be able to hit 'enter' and dismiss it)
  - click the item cog dropdown icon and select 'Restrict Access'
    - the modal dialog that displays should have the close button focused

Change-Id: Ifefe0103f96288e6e8fd8513f0289af12916fb02
Reviewed-on: https://gerrit.instructure.com/39664
Reviewed-by: Clay Diffrient <cdiffrient@instructure.com>
QA-Review: Trevor deHaan <tdehaan@instructure.com>
Tested-by: Jenkins <jenkins@instructure.com>
Product-Review: Jason Madsen <jmadsen@instructure.com>
2014-08-21 22:38:21 +00:00
Jason Madsen 2df699e137 dialog adapter accepts content and buttons
closes CNVS-14912

test plan:
  - vist new files
  - verify that restriction modal still displays correctly
  - verify that name conflict modal (when adding files) continues to
    work

Conflicts:
	app/coffeescripts/react_files/components/DialogAdapter.coffee

Change-Id: Iedfde2bc15733b3bb90639f2f8bf5582d0f5d139
Reviewed-on: https://gerrit.instructure.com/39640
Reviewed-by: Sterling Cobb <sterling@instructure.com>
Tested-by: Jenkins <jenkins@instructure.com>
Product-Review: Jason Madsen <jmadsen@instructure.com>
QA-Review: Jason Madsen <jmadsen@instructure.com>
2014-08-21 22:16:08 +00:00
Brian Palmer 73e07a9f10 accessibility improvements to account admin tools
fixes CNVS-14164

test plan: as an account admin, go to the accounts page and visit the
admin tools tab. there should be an h1 heading. the aria labels for the
search fields on each tool should make sense. the "view notifications"
tab should read a notification (via screenReaderFlashMessage) when the
ajax search results are found, so that screen reader users know that
they can tab down to the results.

Change-Id: Ib9a6d54ede47c37b16f1d47da48c12b1627de2bb
Reviewed-on: https://gerrit.instructure.com/37990
Reviewed-by: Aaron Cannon <acannon@instructure.com>
Product-Review: Aaron Cannon <acannon@instructure.com>
Tested-by: Jenkins <jenkins@instructure.com>
QA-Review: August Thornton <august@instructure.com>
2014-08-21 21:44:33 +00:00