Go to file
Ed Schiebel 28ea3000ef Fix Select deprecations with CanvaSelect
this commit add the new CanvasSelect which wraps the new controlled-only
INSTUI Select (single select only) to provide a nearly drop-in
replacement for the deprecated INSTUI Select used in canvas.

This new CanvasSelect is then used in people_search.js and
TimeZoneSelect/index.js to resolve the
deprectation warnings.

changes include an upgrade to ui-select 6.8

closes ADMIN-2775, COREFE-186 COREFE-184

test plan:
  - nav to a course's people page
  - click on the +People button
  > expect the Role and Section selects to work as expected
  - nav to the account's people page
  - click on the pencil icon to the right of a user
  > expect the Time Zone select to show a blank line, then 2 groups
    of time zones
  > expect the select to work as expected
  > expect screenreaders to tell you interesting things as you
    interact with the select

Change-Id: I5dcfb2c1c8ca64071ce9dbf0a194777f10c711cf
Reviewed-on: https://gerrit.instructure.com/202508
Reviewed-by: Ryan Shaw <ryan@instructure.com>
QA-Review: Ryan Shaw <ryan@instructure.com>
Tested-by: Jenkins
Product-Review: Ed Schiebel <eschiebel@instructure.com>
2019-08-05 19:30:43 +00:00
.github Update auto_assign.yml 2019-06-10 10:08:39 -06:00
Gemfile.d drop rails 5.1 2019-08-01 14:09:31 +00:00
app Fix Select deprecations with CanvaSelect 2019-08-05 19:30:43 +00:00
bin spec: add scripts to publish to public pact broker 2018-10-19 02:23:04 +00:00
build Fix yarn for initial docker-compose build 2019-06-17 22:58:54 +00:00
client_apps get stuff ready to use lodash instead of underscore 2019-07-15 18:44:15 +00:00
config tweak canvas_rails_switcher.rb 2019-08-05 16:34:16 +00:00
db/migrate add viewed submission comments table 2019-08-01 17:04:17 +00:00
doc Update API change log for 2019-07-31 2019-07-19 21:42:26 +00:00
docker-compose spec: update verion of chromedriver to new version of chrome 2019-05-31 19:52:50 +00:00
frontend_build Add quizzes_bundle to size exception list. 2019-06-21 17:48:04 +00:00
gems add i18n to outcome reports, lmgb export 2019-08-02 21:42:51 +00:00
hooks fix pre-commit hook with unfixable eslint error 2018-11-27 23:28:12 +00:00
jest don’t count unread_count or dashcard indicators against newRelic load time 2019-07-16 20:38:06 +00:00
lib per-environment overrides for feature definitions 2019-08-02 21:59:44 +00:00
packages Upgrade instui to 6.8.1 for canvas-rce 2019-08-05 19:30:20 +00:00
pact Include context_name in planner item response 2018-08-29 22:20:52 +00:00
public modules direct share menu items 2019-08-05 16:52:28 +00:00
script add permissions variable expansion 2019-06-12 12:13:28 +00:00
spec Fix Select deprecations with CanvaSelect 2019-08-05 19:30:43 +00:00
.bowerrc introduced bower to manage js dependencies 2013-12-13 17:45:57 +00:00
.codeclimate.yml disable ESLint in code climate 2017-02-14 17:47:39 +00:00
.dockerignore fix canvas-planner docker build process 2018-04-17 14:44:18 +00:00
.editorconfig Add EditorConfig configuration file to help maintain code style 2016-11-15 20:08:55 +00:00
.eslintignore ESLint standardization 2018-11-06 17:46:21 +00:00
.eslintrc.js eslint: add ignoreRestSiblings to no-unused-vars 2019-07-25 19:11:27 +00:00
.gitignore allow packages to commit lib files 2019-07-17 15:27:09 +00:00
.gitmessage Update .commitmessage template 2019-08-02 13:37:39 +00:00
.i18nignore bump rails 3 to github branch for ruby 2.2 compatibility 2015-02-18 22:55:20 +00:00
.i18nrc upgrade to node 6 2016-08-09 23:37:07 +00:00
.lintstagedrc.js Add precommit hook for auto fixing files 2018-11-27 21:07:31 +00:00
.npmrc fix brand config previewing and skipping 2015-10-27 16:16:15 +00:00
.nvmrc Bump to Node 10 2019-03-22 17:29:36 +00:00
.prettierrc Add .prettierrc so it matches our existing code 2017-11-03 16:21:50 +00:00
.prettierwhitelist.js eslint —fix page_views.js 2019-06-04 23:10:32 +00:00
.rubocop.yml spec: remove ExpectChange and TimesMap 2018-08-31 14:53:41 +00:00
.selinimumignore Revert and bring InstIcons into Canvas 2016-11-29 20:52:54 +00:00
.stylelintrc Lint for css that will break RTL 2018-10-17 20:21:25 +00:00
.travis.yml more travis builds 2014-02-10 16:23:19 +00:00
CONTRIBUTING.md Add CLA FAQ from legal 2018-01-22 16:41:44 -05:00
COPYRIGHT Initial commit. 2011-01-31 18:57:29 -07:00
Dockerfile Fix yarn for initial docker-compose build 2019-06-17 22:58:54 +00:00
Dockerfile-production Update bundler in Dockerfile 2019-05-22 16:09:49 +00:00
Dockerfile.githook Add precommit hook for auto fixing files 2018-11-27 21:07:31 +00:00
Gemfile drop rails 5.1 2019-08-01 14:09:31 +00:00
Jenkinsfile Abort in progress git-rebase operations in ci 2019-06-05 15:57:04 +00:00
LICENSE Initial commit. 2011-01-31 18:57:29 -07:00
README.md Update README.md since Canvas is still modern 2016-12-15 03:18:28 +00:00
Rakefile remove dead parallelized specs task 2016-11-10 21:41:08 +00:00
babel.config.js upgrade webpack to v4 2019-05-16 15:59:04 +00:00
bower.json Move k5uplodaer to /packages 2019-05-10 18:30:51 +00:00
code_of_conduct.md contributor code of conduct 2014-12-23 18:13:59 +00:00
config.ru remove extra logging to debug Passenger connection orphan issue 2017-07-14 16:27:03 +00:00
docker-compose.jenkins.yml update rce-api version on jenkins second attempt 2019-07-19 20:24:19 +00:00
docker-compose.new-jenkins.yml Smoke test docker image 2019-04-05 14:25:16 +00:00
docker-compose.override.yml Add precommit hook for auto fixing files 2018-11-27 21:07:31 +00:00
docker-compose.yml Use redis:alpine 2017-07-31 22:31:40 +00:00
gulpfile.js Don’t load a 2nd copy of jQuery on mobile login 2019-07-17 22:19:02 +00:00
issue_template.md Make issue template disclaimer a comment 2018-05-01 15:00:27 +00:00
jest.config.js Update testing-library to use packages w/ @scoped names 2019-07-22 16:26:15 +00:00
karma.conf.js upgrade webpack to v4 2019-05-16 15:59:04 +00:00
package.json Fix Select deprecations with CanvaSelect 2019-08-05 19:30:43 +00:00
schema.graphql add comment read state to a2 2019-08-05 15:40:04 +00:00
webpack.config.js Opt our js build tooling dirs into prettier 2018-11-07 22:46:16 +00:00
webpack.test.config.js upgrade webpack to v4 2019-05-16 15:59:04 +00:00
yarn.lock Fix Select deprecations with CanvaSelect 2019-08-05 19:30:43 +00:00

README.md

Canvas LMS

Canvas is a modern, open-source LMS developed and maintained by Instructure Inc. It is released under the AGPLv3 license for use by anyone interested in learning more about or using learning management systems.

Please see our main wiki page for more information

Installation

Detailed instructions for installation and configuration of Canvas are provided on our wiki.