Go to file
Ethan Vizitei 3f706051c4 Add the directionality plugin for tinymce
closes CNVS-19413

folks have been requesting RTL support.  This uses
tinymce's core plugin to provide it.  Unfortunately that adds
another two buttons to the toolbar.  :(

wraps the directionality plugin in an AMD wrapper, and adds it
to our default configuration

Also prevents canvas from stripping out the "dir" element
when HTML scrubbing

TEST PLAN:
 - go to any RCE
 - see the two new buttons for RTL and LTR
 - use them to change back and forth, make sure it doesn't break
 - ensure that our custom plugins don't interact badly with it. (I've
   done a cursory code read and some clicking around, but that would
   be my biggest concern)

Change-Id: I0884b65a99ec0e1db8c6abd82711a35799a062dd
Reviewed-on: https://gerrit.instructure.com/50672
QA-Review: August Thornton <august@instructure.com>
Tested-by: Jenkins
Reviewed-by: Rob Orton <rob@instructure.com>
Product-Review: Ethan Vizitei <evizitei@instructure.com>
2015-03-20 21:32:29 +00:00
Gemfile.d bump ruby-saml-mod 2015-03-08 00:34:48 +00:00
app Add the directionality plugin for tinymce 2015-03-20 21:32:29 +00:00
bin rails 4.0.10 2014-09-16 22:07:39 +00:00
client_apps Alters attempt indicators for a11y 2015-03-05 19:58:35 +00:00
config allow multiple IncomingMessageProcessor workers 2015-03-20 21:30:29 +00:00
db/migrate don't allow a user to observe oneself 2015-03-19 20:46:07 +00:00
doc SIS CSV diffing 2015-02-26 15:53:01 +00:00
gems Add the directionality plugin for tinymce 2015-03-20 21:32:29 +00:00
guard Implement PostGrades dialog in ReactJS 2014-11-19 23:55:56 +00:00
lib add api documentation and data for course restriction settings 2015-03-20 21:07:00 +00:00
public Add the directionality plugin for tinymce 2015-03-20 21:32:29 +00:00
script Make changes for node 12/iojs. 2015-03-05 22:43:38 +00:00
spec Add the directionality plugin for tinymce 2015-03-20 21:32:29 +00:00
.bowerrc introduced bower to manage js dependencies 2013-12-13 17:45:57 +00:00
.fontcustom-manifest.json Add Import/Export Icons 2015-02-19 16:26:52 +00:00
.gitignore add some ignores 2015-03-10 00:34:00 +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
.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 install tinymce 4.1.7 with Bower 2015-03-07 14:58:59 +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
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.