Go to file
Jake Sorce 2213ff9e9b add data validation to assignment title, fixes #10898
test plan:
  1. Create a new course
  2. Create a new assignment
  3. Try to add a title to the assignment that is longer than 255 characters long
  4. Notice the input box stops at 255 characters
  5. Click 'Update', notice the assignment is saved with no DB error

Change-Id: I7e5d2374d699c25c15d13cebef2403bea3121e73
Reviewed-on: https://gerrit.instructure.com/13966
Tested-by: Jenkins <jenkins@instructure.com>
Reviewed-by: Jake Sorce <jake@instructure.com>
2012-09-27 14:48:10 -06:00
app add data validation to assignment title, fixes #10898 2012-09-27 14:48:10 -06:00
config send bulk private messages in background process, fixes #7277, #8548 2012-09-25 09:55:36 -06:00
db/migrate send bulk private messages in background process, fixes #7277, #8548 2012-09-25 09:55:36 -06:00
doc api: maintain query parameters in pagination links 2012-09-17 09:40:06 -06:00
guard parallelize build tasks 2012-04-16 16:38:23 -06:00
lib spec: add student_access_spec to parallel_exclude 2012-09-26 15:33:27 -06:00
node_modules update require.js node module 2012-06-27 17:29:47 -06:00
public fix variable hoisting issue and brittle spec 2012-09-27 12:31:33 -06:00
script improve guard/dj in script/server 2012-06-28 18:05:08 -06:00
spec render correct page after joining self-signup group 2012-09-27 14:42:46 -06:00
vendor/plugins render correct page after joining self-signup group 2012-09-27 14:42:46 -06:00
.gitignore ignoring branch_tools.rb 2012-08-10 15:27:40 -06:00
.jshintrc make jslint settings more sane 2012-08-17 11:04:40 -06:00
CONTRIBUTING.md add a contributing doc for github coolness 2012-09-19 10:16:04 -06:00
COPYRIGHT Initial commit. 2011-01-31 18:57:29 -07:00
Gemfile crocodoc integration 2012-09-21 12:57:02 -06:00
Guardfile getting coffeescript and handlebars to work with plugins 2011-12-30 15:50:16 -07:00
LICENSE Initial commit. 2011-01-31 18:57:29 -07:00
README.md README changes to point more directly to installation instructions 2011-02-01 17:36:01 -07:00
Rakefile using custom parallelized specs gem for rspec tests 2012-04-23 13:33:29 -06:00
config.ru fix non-static image urls 2012-05-17 10:53:57 -06:00
package.json AMD Conversion 2012-02-06 16:41:40 -07: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.