Skip to content

Commit

Permalink
Item14933: remove dependency on jquery.livequery
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDaum committed Sep 28, 2020
1 parent 45b5c57 commit 4d32720
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 20 deletions.
19 changes: 3 additions & 16 deletions TwistyPlugin/data/System/TwistyPlugin.txt
@@ -1,4 +1,4 @@
%META:TOPICINFO{author="ProjectContributor" comment="" date="1461594420" format="1.1" version="1"}%
%META:TOPICINFO{author="ProjectContributor" comment="" date="1601308837" format="1.1" version="1"}%
%META:TOPICPARENT{name="Plugins"}%
---+!! <nop>%TOPIC%

Expand Down Expand Up @@ -475,9 +475,9 @@ You can override some default settings in the plugin by setting the following [[

%$INSTALL_INSTRUCTIONS%

---++ Plugin Info
---++ Change History

| Change&nbsp;History: | <!-- versions below in reverse order -->&nbsp; |
| 28 Sep 2020 | 1.64 removed dependency on deprecated livequery module |
| 25 Apr 2016 | 1.63 Bump version due to minor documentation updates. Released with Foswiki 2.1.1 |
| 17 Jun 2014 | 1.62 Foswikitask:Item12597: Expand/Collapse all is acting as a toggle.<br />\
Foswikitask:Item12694 Default to fast animation speed.<br/>\
Expand Down Expand Up @@ -537,16 +537,3 @@ You can override some default settings in the plugin by setting the following [[
%META:FIELD{name="License" title="License" value="[[http://www.gnu.org/copyleft/gpl.html][GPL]]"}%
%META:FIELD{name="Home" title="Home" value="http://foswiki.org/Extensions/%25$ROOTMODULE%25"}%
%META:FIELD{name="Support" title="Support" value="http://foswiki.org/Support/%25$ROOTMODULE%25"}%
%META:FILEATTACHMENT{name="twisty.css" attr="h" comment="" date="1461594420" size="27" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="twisty.uncompressed.css" attr="h" comment="" date="1461594420" size="33" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="twisty.js.gz" attr="h" comment="" date="1461594420" size="1125" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="twisty.uncompressed.js" attr="h" comment="" date="1461594420" size="7676" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="jquery.twisty.css.gz" attr="h" comment="" date="1461594420" size="20" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="jquery.twisty.js" attr="h" comment="" date="1461594420" size="4857" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="jquery.twisty.js.gz" attr="h" comment="" date="1461594420" size="1275" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="twisty.js" attr="h" comment="" date="1461594420" size="4439" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="jquery.twisty.uncompressed.css" attr="h" comment="" date="1461594420" size="0" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="twisty.css.gz" attr="h" comment="" date="1461594420" size="47" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="jquery.twisty.uncompressed.js" attr="h" comment="" date="1461594420" size="10828" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="Makefile" attr="h" comment="" date="1461594420" size="181" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="jquery.twisty.css" attr="h" comment="" date="1461594420" size="0" user="ProjectContributor" version="1"}%
4 changes: 2 additions & 2 deletions TwistyPlugin/lib/Foswiki/Plugins/TwistyPlugin.pm
Expand Up @@ -17,8 +17,8 @@ use warnings;
use vars qw( @twistystack $doneHeader $doneDefaults $twistyCount
$prefMode $prefShowLink $prefHideLink $prefRemember);

our $VERSION = '1.63';
our $RELEASE = '1.63';
our $VERSION = '1.64';
our $RELEASE = '28 Sep 2020';
our $SHORTDESCRIPTION =
'Twisty section Javascript library to open/close content dynamically';
our $NO_PREFS_IN_TOPIC = 1;
Expand Down
4 changes: 2 additions & 2 deletions TwistyPlugin/lib/Foswiki/Plugins/TwistyPlugin/TWISTY.pm
Expand Up @@ -33,7 +33,7 @@ sub new {
author => 'Rafael Alvarez, Michael Daum, Arthur Clemens',
homepage => 'http://foswiki.org/Extensions/TwistyPlugin',
puburl => '%PUBURLPATH%/%SYSTEMWEB%/TwistyPlugin',
dependencies => [ 'livequery', 'JavascriptFiles/foswikiPref' ],
dependencies => ['JavascriptFiles/foswikiPref'],
javascript => ['jquery.twisty.js'],
css => ['twisty.css']
),
Expand All @@ -54,7 +54,7 @@ sub new {
__END__
Foswiki - The Free and Open Source Wiki, http://foswiki.org/
Copyright (C) 2010 Foswiki Contributors. Foswiki Contributors
Copyright (C) 2010-2020 Foswiki Contributors. Foswiki Contributors
are listed in the AUTHORS file in the root of this distribution.
NOTE: Please extend that file, not this notice.
Expand Down

0 comments on commit 4d32720

Please sign in to comment.