diff --git a/README.md b/README.md index 46045b1..e306101 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,9 @@ TinyMCE is a platform independent web based Javascript HTML WYSIWYG editor contr More information here: http://www.tinymce.com/ and here: https://github.com/tinymce -## module version 1.0.1 from 2012-12-19 +## module version 1.0.2 from 2012-12-20 ### changelog -* destroying smarty tags fixed -* tinyMCE 3.5.8 update -* module settings for relative urls and editor height added +* bugfix: changed text haven't been saved without toggling editor ## INSTALLATION ### upload over ftp/ssh: diff --git a/copy_this/modules/hdi/hdi-tinymce/metadata.php b/copy_this/modules/hdi/hdi-tinymce/metadata.php index 9b6a099..0fd919a 100644 --- a/copy_this/modules/hdi/hdi-tinymce/metadata.php +++ b/copy_this/modules/hdi/hdi-tinymce/metadata.php @@ -19,7 +19,7 @@ $aModule = array( 'title' => 'HDI TinyMCE 3.5.8', 'description' => 'backend implementation of TinyMCE Editor
visit http://www.tinymce.com/ for more details', 'thumbnail' => 'hdi.png', - 'version' => '1.0.1 (2012-12-19)
newest version

+ 'version' => '1.0.2 (2012-12-20)
newest version

info download', 'author' => 'Marat Bedoev, HEINER DIRECT GmbH & Co. KG', 'email' => 'info@heiner-direct.com', diff --git a/copy_this/modules/hdi/hdi-tinymce/out/blocks/admin_bottomnaviitem.tpl b/copy_this/modules/hdi/hdi-tinymce/out/blocks/admin_bottomnaviitem.tpl index 4176c30..c08e92f 100644 --- a/copy_this/modules/hdi/hdi-tinymce/out/blocks/admin_bottomnaviitem.tpl +++ b/copy_this/modules/hdi/hdi-tinymce/out/blocks/admin_bottomnaviitem.tpl @@ -1,20 +1,19 @@ -[{* - * HDI TinyMCE - * Copyright (C) 2012 HEINER DIRECT GmbH & Co. KG - * info: info@heiner-direct.com - * - * This program is free software; - * you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; - * either version 3 of the License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; - * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - * You should have received a copy of the GNU General Public License along with this program; if not, see - *}] -[{$smarty.block.parent}] -[{* toggle TinyMCE Editor *}] - -[{if $tinyMCE }] -
  • TinyMCE ausschalten
  • -
  • TinyMCE anzeigen
  • +[{* + * HDI TinyMCE + * Copyright (C) 2012 HEINER DIRECT GmbH & Co. KG + * info: info@heiner-direct.com + * + * This program is free software; + * you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; + * either version 3 of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; + * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. + * You should have received a copy of the GNU General Public License along with this program; if not, see + *}] +[{$smarty.block.parent}] +[{* toggle TinyMCE Editor *}] + +[{if $tinyMCE }] +
  • TinyMCE zeigen/verstecken
  • [{/if}] \ No newline at end of file diff --git a/copy_this/modules/hdi/hdi-tinymce/out/tpl/tinymce.tpl b/copy_this/modules/hdi/hdi-tinymce/out/tpl/tinymce.tpl index 9de33d6..8232b81 100644 --- a/copy_this/modules/hdi/hdi-tinymce/out/tpl/tinymce.tpl +++ b/copy_this/modules/hdi/hdi-tinymce/out/tpl/tinymce.tpl @@ -2,10 +2,9 @@ - + [{assign var=tinyMCE value=1 }] diff --git a/copy_this/modules/hdi/hdi-tinymce/version.jpg b/copy_this/modules/hdi/hdi-tinymce/version.jpg index 8d747b5..8430678 100644 Binary files a/copy_this/modules/hdi/hdi-tinymce/version.jpg and b/copy_this/modules/hdi/hdi-tinymce/version.jpg differ