Go to file
Pam Hiett b8d2c81b76 fix group switcher dd so it doesn't break theme selector dd
Fixes: CNVS-33026

note: although the ticket states the issue is with the theme
selector dropdown - some code introduced in /91330/ actually
caused the problem

test plan:
- setting the stage: this is going to test the group switcher
  dropdown that appears in the left-hand sub-nav inside a course.
  ensure you have a course that has group sets and multipe groups
  within the set
- as an admin - navigate to the course that has groups set-up
- click the people link from within the course sub-nav
- select the tab that has the name of your group set
- from the right-hand area with the heading "Groups" use the cog
  to select the "Visit Group Homepage" option
- you should now see a dropdown at the top of the left-hand sub-nav
  that will allow you to quickly switch between the various groups
  within the Group Set you were in ensure it is still working
  properly...

  group switcher dd = http://screencast.com/t/kK0jEaIdKmh

  theme selector dd = http://screencast.com/t/lqe9lxSnBd

Change-Id: I3db63b80921e3c153359926353c7bf391f8e5c8c
Reviewed-on: https://gerrit.instructure.com/94366
Tested-by: Jenkins
Reviewed-by: Stephen Jensen <sejensen@instructure.com>
Product-Review: Kyle Follett <kfollett@instructure.com>
QA-Review: Dan Sasaki
2016-11-08 18:55:39 +00:00
Gemfile.d Rename bcrypt-ruby gem to bcrypt as per deprecation warning 2016-10-31 21:28:30 +00:00
app fix group switcher dd so it doesn't break theme selector dd 2016-11-08 18:55:39 +00:00
bin update spring and binstub 2016-10-06 20:25:33 +00:00
client_apps better way of doing webpack_configs in client_apps 2016-11-01 23:51:09 +00:00
config better redis logging 2016-11-07 19:41:07 +00:00
db/migrate rename invalid User#browser_locale values 2016-11-07 21:15:22 +00:00
doc Add support for opening Better Errors links in another editor 2016-11-02 18:23:39 +00:00
docker-compose upgrade canvas dockerfile to ruby 2.3.1 2016-11-07 16:06:45 +00:00
frontend_build mangle variable names in webpack compressed output 2016-11-01 20:25:53 +00:00
gems add migration warning for cc pattern match questions 2016-11-03 19:54:44 +00:00
guard bump execjs 2016-10-10 13:44:55 -06:00
lib fix assignment updating with turnitin enabled 2016-11-08 17:09:55 +00:00
public remove functionaltiy to move courses between root accounts 2016-11-07 18:32:09 +00:00
script fix xsslint performance, fixes SD-1725 2016-11-04 01:06:00 +00:00
spec fix assignment updating with turnitin enabled 2016-11-08 17:09:55 +00:00
.babelrc Bump Babel to version 6 2016-07-15 21:55:10 +00:00
.bowerrc introduced bower to manage js dependencies 2013-12-13 17:45:57 +00:00
.dockerignore expand .dockerignore entries for development 2016-09-19 15:31:50 +00:00
.eslintrc.json [eslint] Add browser to the environment 2016-11-01 19:05:43 +00:00
.fontcustom-manifest.json Revert "Bring InstIcons into Canvas" 2016-10-25 18:10:03 +00:00
.gitignore remove rails 4.0 support 2016-10-25 17:17:22 +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
.jshintrc make jslint settings more sane 2012-08-17 11:04:40 -06:00
.npmrc fix brand config previewing and skipping 2015-10-27 16:16:15 +00:00
.nvmrc upgrade to node 6 2016-08-09 23:37:07 +00:00
.rubocop.yml Moving ParallelAssignment back to style 2016-01-18 21:47:22 +00:00
.selinimumignore selinimumignore additions 2016-10-28 20:38:55 +00:00
.stylelintrc stylelint, refs SD-1603 2016-10-25 00:21:16 +00:00
.travis.yml more travis builds 2014-02-10 16:23:19 +00:00
CONTRIBUTING.md Add guidelines section to CONTRIBUTING.md 2016-01-13 19:50:06 +00:00
COPYRIGHT Initial commit. 2011-01-31 18:57:29 -07:00
Gemfile remove rails 4.0 support 2016-10-25 17:17:22 +00:00
Guardfile ensure node_modules are up-to-date for guard & compile_assets 2015-07-16 19:17:54 +00:00
LICENSE Initial commit. 2011-01-31 18:57:29 -07:00
README.md remove travis.ci badge until we are re-enabled 2014-07-01 23:08:00 +00:00
Rakefile remove explicit dependency on RDoc 2016-10-10 19:02:48 +00:00
bower.json use node_modules wherever possible 2016-11-01 15:14:52 +00:00
code_of_conduct.md contributor code of conduct 2014-12-23 18:13:59 +00:00
config.ru start adding rails 3.0 support 2013-03-22 19:08:40 +00:00
docker-compose.yml upgrade canvas dockerfile to ruby 2.3.1 2016-11-07 16:06:45 +00:00
gulpfile.js use node_modules wherever possible 2016-11-01 15:14:52 +00:00
issue_template.md Add issue_template.md for GitHub issues 2016-02-17 21:00:48 +00:00
karma.conf.js use node_modules wherever possible 2016-11-01 15:14:52 +00:00
package.json Improve accessibility when assigning students 2016-11-02 20:08:48 +00:00
webpack.config.babel.js Bump Babel to version 6 2016-07-15 21:55:10 +00:00
webpack.production.config.babel.js mangle variable names in webpack compressed output 2016-11-01 20:25:53 +00:00
webpack.test.config.babel.js use node_modules wherever possible 2016-11-01 15:14:52 +00:00

README.md

Canvas LMS

Canvas is a new, open-source LMS 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.