]> git.donarmstrong.com Git - roundcube.git/commitdiff
Disable spellchecker with tinymce
authorVincent Bernat <bernat@luffy.cx>
Fri, 7 Mar 2008 09:03:58 +0000 (09:03 +0000)
committerJérémy Bobbio <lunar@debian.org>
Sat, 18 Jun 2011 17:12:08 +0000 (19:12 +0200)
debian/changelog
debian/patches/disable-tinymce-spellchecker.patch [new file with mode: 0644]
debian/patches/series
debian/roundcube-core.README.Debian

index ba2f86d4743778d4b7a59fd08ec2f7f23240cc25..2447d6e857c6b5ad33ed308dc414ca583b217ea3 100644 (file)
@@ -1,6 +1,8 @@
 roundcube (0.1-2) UNRELEASED; urgency=low
 
   * Ship bin/ directory as well. This fix HTML composition.
+  * Disable spellchecker for tinymce since it is not shipped with Debian
+    package of tinymce.
 
  -- Vincent Bernat <bernat@luffy.cx>  Fri, 07 Mar 2008 09:42:39 +0100
 
diff --git a/debian/patches/disable-tinymce-spellchecker.patch b/debian/patches/disable-tinymce-spellchecker.patch
new file mode 100644 (file)
index 0000000..ac5a158
--- /dev/null
@@ -0,0 +1,11 @@
+--- roundcube-0.1/program/js/editor.js~        2008-02-13 04:31:05.000000000 +0100
++++ roundcube-0.1/program/js/editor.js 2008-03-07 09:53:39.000000000 +0100
+@@ -21,7 +21,7 @@
+                  accessibility_focus : false,
+                  apply_source_formatting : true,
+                  theme : 'advanced',
+-                 plugins : 'emotions,media,nonbreaking,table,searchreplace,spellchecker,visualchars',
++                 plugins : 'emotions,media,nonbreaking,table,searchreplace,visualchars',
+                  theme_advanced_buttons1 : 'bold,italic,underline,separator,justifyleft,justifycenter,justifyright,justifyfull,separator,bullist,numlist,outdent,indent,separator,emotions,charmap,code,forecolor,backcolor,fontselect,fontsizeselect, separator,undo,redo,image,media',
+                  theme_advanced_buttons2 : '',
+                  theme_advanced_buttons3 : '',
index b5789c7c92ca32cb79affe7d7791ee1e395fccf2..c1aeafd030708b582bc49ca41f3275974d345fd1 100644 (file)
@@ -3,3 +3,4 @@ correct_install_path.patch
 use_packaged_tinymce.patch
 use-db-backend.patch
 correct-magic-path.patch
+disable-tinymce-spellchecker.patch
index ec5294ba8f16d68acdfee01f48394ba9a93c2cda..20edc781f965f82c18e870fdb0304edd1c878766 100644 (file)
@@ -5,4 +5,7 @@ To use tinymce editor:
  - set $rcmail_config['enable_htmleditor'] to TRUE in
    /etc/roundcube/main.inc.php
 
- -- Vincent Bernat <bernat@luffy.cx>, Mon, 29 Oct 2007 21:39:09 +0100
+The spellchecker is disabled since it is not present in tinymce Debian
+package.
+
+ -- Vincent Bernat <bernat@luffy.cx>, Fri,  7 Mar 2008 09:54:52 +0100