Go to file
Ryan Shaw 605231a418 upgrade jquery to 1.7.2
when you require ['jquery'] you are now getting the
version of jquery that has our patches applied to it
you should not need to think about the patching as
you write code.

this also applies to jqueryui/dialog, that will return
the patched version of it.

test plan:
make sure javascript still works on our site ;)

Change-Id: I237fa8da5f93167140c4d42b80eb3ef17d95c1e6
Reviewed-on: https://gerrit.instructure.com/9878
Tested-by: Hudson <hudson@instructure.com>
Reviewed-by: Zach Pendleton <zachp@instructure.com>
Reviewed-by: Ryan Florence <ryanf@instructure.com>
2012-04-24 10:57:38 -06:00
app upgrade jquery to 1.7.2 2012-04-24 10:57:38 -06:00
config upgrade jquery to 1.7.2 2012-04-24 10:57:38 -06:00
db/migrate make attachment data migration faster and pgbouncer-friendly 2012-04-12 10:29:28 -06:00
doc oauth2 confirmation screen, closes #7762 2012-04-24 09:30:26 -06:00
guard parallelize build tasks 2012-04-16 16:38:23 -06:00
lib fix copying root-level course files and media object references 2012-04-24 09:35:52 -06:00
node_modules AMD Conversion 2012-02-06 16:41:40 -07:00
public upgrade jquery to 1.7.2 2012-04-24 10:57:38 -06:00
script using custom parallelized specs gem for rspec tests 2012-04-23 13:33:29 -06:00
spec upgrade jquery to 1.7.2 2012-04-24 10:57:38 -06:00
vendor/plugins capture the current shard for jobs 2012-04-19 16:06:00 -06:00
.gitignore fix js:test for OSX, plugins, and dynamic manifest 2012-03-29 10:44:21 -06:00
.jshintrc add a rake canvas:check_syntax task to check for js errors 2011-04-20 08:07:30 -06:00
COPYRIGHT Initial commit. 2011-01-31 18:57:29 -07:00
Gemfile using custom parallelized specs gem for rspec tests 2012-04-23 13:33:29 -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 add a rackup file to work with any rack-compatible server 2011-09-27 08:52:47 -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.