Go to file
Ryan Shaw e886bf2d05 add $.fn.indicateLoading for when you don't need to disable
we have $.fn.disableWhileLoading  that is great for
when you want to disable an element while a deferred
(ajax request) is working.  this is for when you just
want to show a little loading icon, and is a lot lighter
weight.

Change-Id: I0271c9be9a5bb84e1faae5d94f09bac8a718c70e
Reviewed-on: https://gerrit.instructure.com/16035
Tested-by: Jenkins <jenkins@instructure.com>
QA-Review: Clare Hetherington <clare@instructure.com>
Reviewed-by: Sterling Cobb <sterling@instructure.com>
2012-12-20 10:01:00 -07:00
app add $.fn.indicateLoading for when you don't need to disable 2012-12-20 10:01:00 -07:00
config self enrollment refactor to facilitate CN integration 2012-12-19 12:29:47 -07:00
db/migrate self enrollment caps, refs #CNVS-1120 2012-12-19 12:29:58 -07:00
doc course role support in sis import/export 2012-12-10 08:41:20 -07:00
guard parallelize build tasks 2012-04-16 16:38:23 -06:00
lib translate user content in activity stream discussion topics 2012-12-19 13:18:38 -07:00
node_modules update require.js node module 2012-06-27 17:29:47 -06:00
public add $.fn.indicateLoading for when you don't need to disable 2012-12-20 10:01:00 -07:00
script remove script/spec_server closes gh-246 2012-11-28 13:22:15 -07:00
spec creating submission comments no longer goes to author's inbox 2012-12-19 16:32:33 -07:00
vendor/plugins fix import of quiz durations with time units specified 2012-12-17 14:04:01 -07:00
.gitignore Set up new styles for icon font, and refactor current icon classes 2012-11-13 12:38:22 -07: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 parallelized gem updated thread failure reflection 2012-12-18 12:32:17 -07:00
Guardfile fix our Guardfile for ruby 1.9 2012-10-31 14:02:12 -06: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.