canvas-lms
canvas-lms copied to clipboard
The open LMS by Instructure, Inc.
### Summary: When I click the course calendar event using the option **Use a different date for each section** and then select the option **Conferencing**, it will trigger emails to...
Fixed misspelled words
Following the Quick Start guide, I got "Could not find ruby-debug-ide-0.7.2 in any of the sources". I had to bump the version to .3 for the project to finish running...
### Summary: How to solve the version of switchman-inst-jobs in Gemfile ### Steps to reproduce: 1. cd gems/plugins/academic_benchmark/ 2. nano academic_benchmark.gemspec 3. Add (spec.add_dependency "switchman-inst-jobs", "4.0.9") line to academic_benchmark.gemspec ###...
### Summary: Unable to add events. When creating a new events, you are unable to view form to add a new event. ### Steps to reproduce: 1. Go to Calendar...
### Summary: Unable to display images. When uploading an image it will complete uploading and then when completed you are unable to preview or download the image. ### Steps to...
### Summary: I'm receiving an error at Step 3 of the LTI 1.3 flow with my LTI running an express server. Canvas is running on localhost:3000 and my LTI is...
Hi. On a self-hosted canvas instance api endpoints (for example `/api/v1/courses/some-course-id/assignments`) return json containing attributes like (`url, html_url`) with their values not being strings (meaning, not being wrapped in `"...
### Summary: The documented Mastery Path API only includes the ability to select a mastery path: [https://canvas.instructure.com/doc/api/modules.html#method.context_module_items_api.select_mastery_p...](https://canvas.instructure.com/doc/api/modules.html#method.context_module_items_api.select_mastery_path) By itself, this API is not very useful. What is not documented is...
### Steps to reproduce: Followed production steps here: https://github.com/instructure/canvas-lms/wiki/Production-Start to install Canvas LMS Tried to populate DB with: "RAILS_ENV=production bundle exec rake db:initial_setup" Getting this error: == MakeTimestampsNotNull6: migrated (1.5629s)...