summaryrefslogtreecommitdiff
path: root/www/typolight28/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'www/typolight28/patches/patch-aa')
-rw-r--r--www/typolight28/patches/patch-aa25
1 files changed, 25 insertions, 0 deletions
diff --git a/www/typolight28/patches/patch-aa b/www/typolight28/patches/patch-aa
new file mode 100644
index 00000000000..3d6101ceef9
--- /dev/null
+++ b/www/typolight28/patches/patch-aa
@@ -0,0 +1,25 @@
+$NetBSD: patch-aa,v 1.1 2010/04/17 18:23:35 taca Exp $
+
+* Remove autoresize plugin from TinyMCE.
+ (r317 from http://svn.typolight.org/trunk)
+
+--- system/config/tinyFlash.php.orig 2010-04-10 12:43:13.000000000 +0000
++++ system/config/tinyFlash.php
+@@ -36,7 +36,7 @@
+ <script type="text/javascript">
+ <!--//--><![CDATA[//><!--
+ tinyMCE_GZ.init({
+- plugins : "autoresize,autosave,directionality,inlinepopups,legacyoutput,paste,save,searchreplace,spellchecker,tabfocus,template,typolinks",
++ plugins : "autosave,directionality,inlinepopups,legacyoutput,paste,save,searchreplace,spellchecker,tabfocus,template,typolinks",
+ themes : "advanced",
+ languages : "<?php echo $this->language; ?>",
+ disk_cache : false,
+@@ -67,7 +67,7 @@ tinyMCE.init({
+ save_on_tinymce_forms : true,
+ save_callback : "TinyCallback.cleanHTML",
+ onchange_callback : "TinyCallback.getScrollOffset",
+- plugins : "autoresize,autosave,directionality,inlinepopups,legacyoutput,paste,save,searchreplace,spellchecker,tabfocus,template,typolinks",
++ plugins : "autosave,directionality,inlinepopups,legacyoutput,paste,save,searchreplace,spellchecker,tabfocus,template,typolinks",
+ spellchecker_languages : "<?php echo $this->getSpellcheckerString(); ?>",
+ extended_valid_elements : "b/strong,i/em",
+ content_css : "<?php echo TL_PATH; ?>/basic.css,<?php echo TL_PATH; ?>/system/themes/tinymce.css",