diff options
Diffstat (limited to 'www/typolight28/patches/patch-ab')
-rw-r--r-- | www/typolight28/patches/patch-ab | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/www/typolight28/patches/patch-ab b/www/typolight28/patches/patch-ab new file mode 100644 index 00000000000..48a399afe10 --- /dev/null +++ b/www/typolight28/patches/patch-ab @@ -0,0 +1,25 @@ +$NetBSD: patch-ab,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/tinyMCE.php.orig 2010-04-10 13:54:18.000000000 +0000 ++++ system/config/tinyMCE.php +@@ -36,7 +36,7 @@ + <script type="text/javascript"> + <!--//--><![CDATA[//><!-- + tinyMCE_GZ.init({ +- plugins : "advimage,autoresize,autosave,directionality,emotions,inlinepopups,paste,save,searchreplace,spellchecker,style,tabfocus,table,template,typolinks,xhtmlxtras", ++ plugins : "advimage,autosave,directionality,emotions,inlinepopups,paste,save,searchreplace,spellchecker,style,tabfocus,table,template,typolinks,xhtmlxtras", + themes : "advanced", + languages : "<?php echo $this->language; ?>", + disk_cache : false, +@@ -72,7 +72,7 @@ tinyMCE.init({ + advimage_update_dimensions_onchange : false, + external_image_list_url : "<?php echo TL_PATH; ?>/plugins/tinyMCE/plugins/typolinks/typoimages.php", + template_external_list_url : "<?php echo TL_PATH; ?>/plugins/tinyMCE/plugins/typolinks/typotemplates.php", +- plugins : "advimage,autoresize,autosave,directionality,emotions,inlinepopups,paste,save,searchreplace,spellchecker,style,tabfocus,table,template,typolinks,xhtmlxtras", ++ plugins : "advimage,autosave,directionality,emotions,inlinepopups,paste,save,searchreplace,spellchecker,style,tabfocus,table,template,typolinks,xhtmlxtras", + spellchecker_languages : "<?php echo $this->getSpellcheckerString(); ?>", + content_css : "<?php echo TL_PATH; ?>/basic.css,<?php echo TL_PATH; ?>/system/themes/tinymce.css", + event_elements : "a,div,h1,h2,h3,h4,h5,h6,img,p,span", |