Skip to content

Commit

Permalink
Item1308: EditTablePlugin has problems with included topics
Browse files Browse the repository at this point in the history
Reduce the big hack to a small hack. I believe I understand how things work now and that my fix is OK.
At least I cannot break anything now. Only problem still open is the JS issue in IE


git-svn-id: http://svn.foswiki.org/branches/Release01x00@3148 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
KennethLavrsen authored and KennethLavrsen committed Mar 17, 2009
1 parent 98c5ba3 commit 42a2c75
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
4 changes: 2 additions & 2 deletions EditTablePlugin/data/System/EditTablePlugin.txt
Expand Up @@ -213,9 +213,9 @@ Test if the Plugin is correctly installed:

| Copyright: | © 2008-2009, Arthur Clemens and Foswiki Contributors; Copyright © 2002-2007 Peter Thoeny, peter@thoeny.org and TWiki Contributors |
| License: | GPL ([[http://www.gnu.org/copyleft/gpl.html][GNU General Public License]]) |
| Plugin Version: | 4.20 (12 Mar 2009) |
| Plugin Version: | 4.20 (17 Mar 2009) |
| Change History: | <!-- specify latest version first -->&nbsp; |
| 12 Mar 2009: | 4:20: Fixed several bugs related to use of macros in EDITTABLE and TABLE tags |
| 17 Mar 2009: | 4:20: Fixed several bugs related to use of macros in EDITTABLE and TABLE tags |
| 08 Feb 2009: | 4.13: Fixed incidental removal of =EDITCELL= tags when a different table in the topic is edited. Improved display of linebreaks and TML inside cells. |
| 07 Feb 2009: | 4.12: Protect =verbatim class="xxx"= during edit. |
| 16 Dec 2008: | 4.11: Kenneth Lavrsen: Foswiki version |
Expand Down
6 changes: 1 addition & 5 deletions EditTablePlugin/lib/Foswiki/Plugins/EditTablePlugin/Core.pm
Expand Up @@ -82,11 +82,7 @@ Init variables again. If called from INCLUDE this is the first time we init
=cut

sub reinit {
$preSp = '' unless $preSp;
%params = () unless %params;
@format = () unless @format;
@formatExpanded = () unless @formatExpanded;

$preSp = '' unless $preSp;
getPreferencesValues();
}

Expand Down

0 comments on commit 42a2c75

Please sign in to comment.