Skip to content

Commit

Permalink
Item9662: Setting change for initial tables
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk@14672 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
GeorgeClark authored and GeorgeClark committed Apr 27, 2012
1 parent 948afe3 commit ed7402d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions TinyMCEPlugin/data/System/TinyMCEPlugin.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
%META:TOPICINFO{author="BaseUserMapping_333" comment="pending" date="1335534328" format="1.1" version="2"}%
%META:TOPICPARENT{name="Plugins"}%
---+!! !TinyMCEPlugin
<!--
Expand Down Expand Up @@ -55,6 +56,9 @@ Below is the default configuration. If it is to be modified, it should be copied
"editor_selector" : "foswikiWysiwygEdit",
"save_on_tinymce_forms" : true,
"cleanup" : true,
"table_default_cellpadding" : 0,
"table_default_cellspacing" : 1,
"table_default_border" : 1,
"theme" : "advanced",
"convert_urls" : true,
"relative_urls" : false,
Expand Down Expand Up @@ -310,6 +314,7 @@ Another great Foswiki extension from the <a style="text-decoration:none" href="h
| Version: | %$VERSION% |
| Release: | %$RELEASE% |
| Change History: | <!-- versions below in reverse order -->&nbsp; |
| 1.2.7 | Foswikitask:Item9662: Set initial table defaults consistent with Foswiki defaults |
| 23 Mar 2012 (1.2.6) | Foswikitask:Item11378: Strike-out =&lt;del&gt;=, =&lt;s&gt;= tags are lost in WYSIWYG transition %BR%\
Foswikitask:Item11367: Add Javascript callbacks to get notified after editor changes to/from Raw or WYSIWYG mode. %BR%\
Foswikitask:Item11368: Allow templates to control WYSIWYG button placement. %BR%\
Expand Down
2 changes: 1 addition & 1 deletion TinyMCEPlugin/lib/Foswiki/Plugins/TinyMCEPlugin.pm
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use warnings;
use Assert;

our $VERSION = '$Rev$';
our $RELEASE = '1.2.6';
our $RELEASE = '1.2.7';
our $SHORTDESCRIPTION = 'Integration of the Tiny MCE WYSIWYG Editor';
our $NO_PREFS_IN_TOPIC = 1;

Expand Down

0 comments on commit ed7402d

Please sign in to comment.