Go to file
Dan Minkevitch cf3d13fb53 Fixes issue with setting "or" condition
for "OR" module feature flag

Test Plan:
* Enable "OR" Condition Feature Flag
* Create a module and specify completion
  requirements with the default setting
  that ALL requirements must be met to be
  marked as completed
* Log in as a student that has access
  to the modules; it should not be marked
  as completed if the student hasn't compeleted
  the requirement

Change-Id: I0c45d13c8dd21a0d5c80c4deb49a6c2c68030342
Reviewed-on: https://gerrit.instructure.com/57506
Reviewed-by: Brock Cooper <bcooper@instructure.com>
Tested-by: Jenkins
QA-Review: Clare Strong <clare@instructure.com>
Product-Review: Brock Cooper <bcooper@instructure.com>
2015-07-01 19:04:21 +00:00
Gemfile.d enforce 2 decimal precision for statsd logs 2015-06-19 00:44:47 +00:00
app Fixes issue with setting "or" condition 2015-07-01 19:04:21 +00:00
bin rails 4.0.10 2014-09-16 22:07:39 +00:00
client_apps Fixes broken client_apps specs 2015-06-29 22:15:22 +00:00
config rails4: rename Notification.all to all_cached 2015-07-01 17:23:22 +00:00
db/migrate clear schema cache during a key migration 2015-06-29 21:25:13 +00:00
doc cleanup some sass files 2015-06-05 21:18:21 +00:00
docker-compose spec: ensure we wait for a new page load when doing a get 2015-05-02 13:21:05 +00:00
gems fix backtraces for callbacks 2015-06-29 22:34:32 +00:00
guard don't make coffee sourcemaps, it's easier to debug real js 2015-06-02 15:53:28 +00:00
lib rails4: rename Notification.all to all_cached 2015-07-01 17:23:22 +00:00
public Fixes issue with setting "or" condition 2015-07-01 19:04:21 +00:00
script Remove migration_lint 2015-05-04 15:28:34 +00:00
spec Fixes issue with setting "or" condition 2015-07-01 19:04:21 +00:00
.bowerrc introduced bower to manage js dependencies 2013-12-13 17:45:57 +00:00
.dockerignore docker-compose based dev environment 2015-03-30 20:59:48 +00:00
.fontcustom-manifest.json Update icons for tinymce editor 2015-06-29 19:48:39 +00:00
.gitignore don't make coffee sourcemaps, it's easier to debug real js 2015-06-02 15:53:28 +00:00
.i18nignore bump rails 3 to github branch for ruby 2.2 compatibility 2015-02-18 22:55:20 +00:00
.jshintrc make jslint settings more sane 2012-08-17 11:04:40 -06:00
.rubocop.yml turn off Rubocop::Cop::Style::WhileUntilModifier 2015-04-28 17:20:55 +00:00
.travis.yml more travis builds 2014-02-10 16:23:19 +00: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 use eval_gemfile for bundler goodness 2015-02-18 18:15:14 +00:00
Guardfile added jsx 2014-11-03 23:20:33 +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 rails 2 support 2014-08-06 18:16:19 +00:00
bower.json fix auth selector for AACs 2015-06-16 15:49:24 +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 allow *.canvas.docker in the docker-compose dev environment 2015-04-23 16:47:09 +00:00
karma.conf.js address a number of issues with the js test suite 2015-02-20 16:35:17 +00:00
package.json Make changes for node 12/iojs. 2015-03-05 22:43:38 +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.