Skip to content

Commit

Permalink
Item1273: plugin was renamed, fixing dependencies
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk/TinyMCEUsabilityUpgradePlugin@3119 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
EugenMayer authored and EugenMayer committed Mar 15, 2009
1 parent d579efa commit 204b4f9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions data/System/TinyMCEUsabilityUpgradePlugin.txt
Expand Up @@ -21,14 +21,15 @@ __Note:__ You do not need to install anything on the browser to use this plugin.
| Plugin Author: | Foswiki:Main.EugenMayer |
| Copyright: | © 2009, Collaborganize [[www.collaborganize.com]] |
| License: | GPL ([[http://www.gnu.org/copyleft/gpl.html][GNU General Public License]]) |
| Plugin Version: | 22 Jan 2009 (V0.5) |
| Plugin Version: | 15 Mar 2009 (V0.6) |
| Change History: | <!-- versions below in reverse order --> |
| 15 Mar 2009: | Fixing dependencies to use the renamed AutoCompletionLibPlugin |
| 22 Jan 2009: | Link dialog is activated automatically, when plugin is enabled. Fixed several bugs in including javascript and CSS files and not using the correct pub path and SystemWEB %BR% which makes problems on system with pub not being under pub/ %BR% also fixed similar problem on rest-handler calls |
| 17 Jan 2009: | Back to JQueryCompatibilityModePlugin |
| 13 Jan 2009: | Now using the JQueryPlugin, no longer using JQueryCompatibiltyPlugin |
| 10 Jan 2009: | Plugin renamed to TinyMCEUsabilityUpgradePlugin due a typo. Corrected Dependencies |
| 28 Dez 2008: | initial release |
| Foswiki Dependency: | TinyMCEPlugin, TopicListPlugin, JQueryPlugin, AutoCompletitionLibPlugin |
| Foswiki Dependency: | TinyMCEPlugin, TopicListPlugin, JQueryCompatibilityModePlugin, AutoCompletionLibPlugin |
| CPAN Dependencies: | |
| Other Dependencies: | |
| Perl Version: | 5.005 |
Expand Down
4 changes: 2 additions & 2 deletions lib/Foswiki/Plugins/TinyMCEUsabilityUpgradePlugin.pm
Expand Up @@ -36,7 +36,7 @@ $VERSION = '$Rev: 12445$';
# This is a free-form string you can use to "name" your own plugin version.
# It is *not* used by the build automation tools, but is reported as part
# of the version number in PLUGINDESCRIPTIONS.
$RELEASE = '0.5';
$RELEASE = '0.6';

# Short description of this plugin
# One line description, is shown in the %FoswikiWEB%.TextFormattingRules topic:
Expand All @@ -53,4 +53,4 @@ sub initPlugin {
my ( $topic, $web, $user, $installWeb ) = @_;

return 1;
}
}
@@ -1,4 +1,4 @@
Foswiki::Plugins::TinyMCEPlugin,>=0,perl,Required.
Foswiki::Plugins::TopicListPlugin,>=0,perl,Required.
Foswiki::Plugins::JQueryCompatibilityModePlugin,>=0,perl,Required.
Foswiki::Plugins::AutoCompletitionLibPlugin,>=0,perl,Required.
Foswiki::Plugins::AutoCompletionLibPlugin,>=0,perl,Required.

0 comments on commit 204b4f9

Please sign in to comment.