Go to file
Zach Wily 9ec09415d2 fix pageless plugin with scrape method
When including a scrape function to pageless, the data after scraping was
being dumped into the DOM incorrectly. This fixes that, and includes a test
for the announcements page.

(The bug was originally seen on the inbox, but rather than write a spec for
code that won't last much longer, I wrote the test for somewhere else.)

Change-Id: If4ca0cbed89dcf6e6e24e814f75824266422cbfa
Reviewed-on: https://gerrit.instructure.com/4992
Tested-by: Hudson <hudson@instructure.com>
Reviewed-by: Brian Palmer <brianp@instructure.com>
Tested-by: Selenium <selenium@instructure.com>
2011-08-07 22:53:49 -06:00
app upload profile pics to the right folder 2011-08-06 07:47:22 -06:00
config restore restful api route names that gradebook2 uses 2011-08-06 06:57:20 -06:00
db/migrate locale detection and selection, refs #4994 2011-07-20 09:24:55 -06:00
doc fix api support for sis ids in url with special chars, closes #5176 2011-08-04 16:25:21 -06:00
lib support falling back to a fallback account with course sis imports 2011-08-05 13:25:10 -06:00
public fix pageless plugin with scrape method 2011-08-07 22:53:49 -06:00
script add a script/ssl_server for https debugging 2011-05-31 09:44:35 -06:00
spec fix pageless plugin with scrape method 2011-08-07 22:53:49 -06:00
vendor/plugins remove mailbox cruft 2011-08-05 12:25:10 -06:00
.gitignore generate js translation files as part of compiling assets 2011-08-03 15:42:39 -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 upgrade selenium-webdriver gem 2011-07-22 09:17:33 -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 Initial commit. 2011-01-31 18:57:29 -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.