Skip to content

Commit

Permalink
Item11793: adding missing dependency on JsonRpcContrib
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk/MetaDataPlugin@14660 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
MichaelDaum authored and MichaelDaum committed Apr 26, 2012
1 parent d3c5552 commit a5d9f9c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
8 changes: 6 additions & 2 deletions data/System/MetaDataPlugin.txt
Expand Up @@ -159,7 +159,11 @@ have a database of efforts recorded on that tracker.
* %SANDBOXWEB%.TimeTrackerEditTemplate: this is the edit template to edit !TimeTracker topics
* %SANDBOXWEB%.TimeTrackerViewTemplate: this is the view template to view a !TimeTracker topic and all tracked efforts for it.

%X% Note: to run this application, you'll need the Foswiki:Extensions/JQGridPlugin as well as the Foswiki:Extensions/FlexFormPlugin.
%X% Note: to run this application, you'll need:

* Foswiki:Extensions/JQGridPlugin
* Foswiki:Extensions/FlexFormPlugin
* Foswiki:Extensions/JsonRpcContrib

---++ Installation Instructions

Expand All @@ -176,7 +180,7 @@ have a database of efforts recorded on that tracker.
| Release: | %$RELEASE% |
| Version: | %$VERSION% |
| Change History: | <!-- versions below in reverse order -->&nbsp; |
| 26 Apr 2012: | fixing table editor for firefox |
| 26 Apr 2012: | fixing table editor for firefox; adding dependency on Foswiki:Extensions/JsonRpcContrib |
| 25 Apr 2012: | initial release |
| Dependencies: | %$DEPENDENCIES% |
| Home page: | Foswiki:Extensions/%TOPIC% |
Expand Down
2 changes: 1 addition & 1 deletion lib/Foswiki/Plugins/MetaDataPlugin.pm
Expand Up @@ -24,7 +24,7 @@ use Foswiki::Contrib::JsonRpcContrib ();
use Foswiki::Plugins::MetaDataPlugin::Core();

our $VERSION = '$Rev$';
our $RELEASE = '1.01';
our $RELEASE = '1.02';
our $SHORTDESCRIPTION = 'Bring custom meta data to wiki apps';
our $NO_PREFS_IN_TOPIC = 1;
our $core;
Expand Down
1 change: 1 addition & 0 deletions lib/Foswiki/Plugins/MetaDataPlugin/DEPENDENCIES
@@ -1,3 +1,4 @@
Foswiki::Plugins,>=2.1,perl,Requires version 2.0 of handler API.
Foswiki::Contrib::JsonRpcContrib,>=1.21,perl,Required.
Foswiki::Plugins::JQGridPlugin,>=2.0,perl,Optional
Foswiki::Plugins::FlexFormPlugin,>=2.5,perl,Optional

0 comments on commit a5d9f9c

Please sign in to comment.