Skip to content

Commit

Permalink
Item9499: document change, bump up version and set default animation …
Browse files Browse the repository at this point in the history
…speed

git-svn-id: http://svn.foswiki.org/branches/Release01x01@8995 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
ArthurClemens authored and ArthurClemens committed Sep 10, 2010
1 parent 0dcd157 commit 105c17d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions TwistyPlugin/data/System/TwistyPlugin.txt
Expand Up @@ -463,6 +463,7 @@ You can override some default settings in the plugin by setting the following [[
| Version: | %$VERSION% |
| Release: | %$RELEASE% |
| Change&nbsp;History: | <!-- versions below in reverse order -->&nbsp; |
| 11 Sep 2010 | 1.6.6 Foswikitask:Item9499: Recoded show/hide animation code for smooth twisties. |
| 10 Sep 2010 | 1.6.5 Foswikitask:Item9515: Simplified code that shows/hides twisties. |
| 05 Sep 2010 | 1.6.4 Foswikitask:Item9626: Put link class around link and image. |
| 24 Aug 2010 | 1.6.3 Foswikitask:Item8573: Fix new dependency on JQueryPlugin |
Expand Down
2 changes: 1 addition & 1 deletion TwistyPlugin/lib/Foswiki/Plugins/TwistyPlugin.pm
Expand Up @@ -19,7 +19,7 @@ use vars qw( @twistystack $doneHeader $doneDefaults

our $VERSION = '$Rev$';

our $RELEASE = '1.6.5';
our $RELEASE = '1.6.6';
our $SHORTDESCRIPTION =
'Twisty section Javascript library to open/close content dynamically';
our $NO_PREFS_IN_TOPIC = 1;
Expand Down
6 changes: 5 additions & 1 deletion core/data/System/DefaultPreferences.txt
Expand Up @@ -201,7 +201,7 @@ Preference settings local to your site should be set in [[%LOCALSITEPREFS%]] (th
* Set HTTP_EQUIV_ON_PREVIEW =


---++ Skin Settings
---++ Extension Settings

* Skin overriding the default templates: (can be overwritten by WebPreferences and user preferences)
* Set SKIN = pattern
Expand Down Expand Up @@ -259,6 +259,10 @@ Preference settings local to your site should be set in [[%LOCALSITEPREFS%]] (th
* #Set TINYMCEPLUGIN_INIT_TOPIC = %SYSTEMWEB%.TinyMCEPlugin
<blockquote class="foswikiHelp"> %H% _Not set in this topic, the plugin assumes this value if missing_ </blockquote>

---+++ TwistyPlugin
* Show/hide animation speed: 'fast', 'slow', or integer milliseconds | =0= (no animation)
* Set TWISTYPLUGIN_TWISTYANIMATIONSPEED = fast

---+++ Legacy support
* Support for legacy "EDITTOPIC", used to be hard-coded, now replaced by TMPL:P conditional instantiation
* Set EDITURL = %SCRIPTURLPATH{"edit"}%/%WEB%/%TOPIC%?t=%GMTIME{"$epoch"}%
Expand Down

0 comments on commit 105c17d

Please sign in to comment.