Go to file
Chris Hart 76b8661e0d Add State U. Theme to Theme Editor
Fixes: CNVS-25765

This is the second of four themes we are going to
add to Theme Editor's default offerings.

Test plan:
- Pull down the patchset, migrate your
  database, and restart Canvas
- Open Theme Editor. Make sure you have delayed
  jobs running in the background:
  script/delayed_job run
- You should now see the State U. theme listed in
  the select input
- If you lose all your styles after doing this, you
  might need to run:
  bundle exec rake brand_configs:generate_and_upload_all
  ... then restart.
- Canvas should now look like this:
  http://screencast.com/t/dOZs5zGVI

Change-Id: Ifbb529f815a82a025020b8c573193e6d370b5ab8
Reviewed-on: https://gerrit.instructure.com/68174
Reviewed-by: Ryan Shaw <ryan@instructure.com>
Product-Review: Chris Hart <chart@instructure.com>
Product-Review: Pam Hiett <phiett@instructure.com>
Tested-by: Jenkins
Product-Review: Colleen Palmer <colleen@instructure.com>
QA-Review: Michael Hargiss <mhargiss@instructure.com>
2015-12-11 19:57:08 +00:00
Gemfile.d remove active_polymorph 2015-12-08 02:03:53 +00:00
app don't show future access messages when active enrollments exist 2015-12-11 19:01:15 +00:00
bin rails 4.0.10 2014-09-16 22:07:39 +00:00
client_apps Ensure that anonymous surveys remain anonymous 2015-11-25 00:16:56 +00:00
config order and lock relations for touch all 2015-12-10 20:21:02 +00:00
db/migrate Add State U. Theme to Theme Editor 2015-12-11 19:57:08 +00:00
doc make web pack able to run ember quit 2015-12-11 17:07:10 +00:00
docker-compose add feature flag and dynamic config for RCE service 2015-12-02 20:32:42 +00:00
frontend_build several things to help webpack compile speed 2015-12-09 19:25:30 +00:00
gems remove active_polymorph 2015-12-08 02:03:53 +00:00
guard let people write specs in jsx 2015-12-05 09:52:45 +00:00
lib Expose bounce details via the API to siteadmins 2015-12-11 18:18:49 +00:00
public add the allowfullscreen to contentitem 2015-12-11 18:47:02 +00:00
script looser test plan check 2015-10-26 20:42:44 +00:00
spec Show correct times for calendar events after 11:30 2015-12-11 18:49:55 +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 Make LTI configurations accept canvas icon class 2015-09-21 17:59:40 +00:00
.gitignore /vendor/plugins/rails_upgrade is long dead 2015-12-04 23:08:55 +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
.npmrc fix brand config previewing and skipping 2015-10-27 16:16:15 +00:00
.rubocop.yml parallel assignment is ok 2015-09-03 23:29:02 +00:00
.travis.yml more travis builds 2014-02-10 16:23:19 +00:00
CONTRIBUTING.md Update Contributing.md with better information 2015-08-14 17:04:39 +00: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 ensure node_modules are up-to-date for guard & compile_assets 2015-07-16 19:17:54 +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 Update Shared Components for React 0.13.3 2015-11-19 00:35:09 +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 add feature flag and dynamic config for RCE service 2015-12-02 20:32:42 +00:00
gulpfile.babel.js use web pack 2015-11-02 16:27:14 +00:00
karma.conf.js webpack tests 2015-11-24 18:40:58 +00:00
package.json make web pack able to run ember quit 2015-12-11 17:07:10 +00:00
webpack.config.js use web pack 2015-11-02 16:27:14 +00:00
webpack.production.config.js use web pack 2015-11-02 16:27:14 +00:00
webpack.test.config.js make web pack able to run ember quit 2015-12-11 17:07:10 +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.