Skip to content

Commit

Permalink
Item2111: Documentation update for JSCalendarContrib
Browse files Browse the repository at this point in the history
Note that because of Item8235 this extension cannot be merged over from trunk
That lack of compatibility will haunt us and should be fixed so extension upgraders are safe


git-svn-id: http://svn.foswiki.org/branches/Release01x00@5029 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
KennethLavrsen authored and KennethLavrsen committed Sep 20, 2009
1 parent 72bedac commit 59d08c7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions JSCalendarContrib/data/System/JSCalendarContrib.txt
Expand Up @@ -58,7 +58,9 @@ Another great Foswiki extension from the <a style="text-decoration:none" href="h
| Copyright &copy;: | See [[%ATTACHURL%/doc/html/reference.html][the Mishoo documentation]] |
| License: | GPL ([[http://www.gnu.org/copyleft/gpl.html][GNU General Public License]]) |
| Version: | %$VERSION% |
| Release: | %$RELEASE% |
| Change History: | |
| 20 Sep 2009 | Small documentation update in connection with release of Foswiki 1.0.7 |
| 16 Dec 2008 | Foswiki version |
| 10 Sep 2008 | Bugs:Item5991 Applied patch to fix rendering on IE7 .|
| 06 Sep 2007 | Bugs:Item4030 Added doc for using the calendar in user forms |
Expand Down
2 changes: 1 addition & 1 deletion JSCalendarContrib/lib/Foswiki/Contrib/JSCalendarContrib.pm
Expand Up @@ -18,7 +18,7 @@ require Foswiki::Func; # The plugins API
use vars qw( $VERSION $RELEASE $SHORTDESCRIPTION );

$VERSION = '$Rev$';
$RELEASE = '03 Aug 2008';
$RELEASE = '20 Sep 2009';
$SHORTDESCRIPTION = "[[http://dynarch.com/mishoo/calendar.epl][Mishoo JSCalendar]], packaged for use by plugins, skins and add-ons";

# Max width of different mishoo format components
Expand Down
Expand Up @@ -18,6 +18,8 @@
#

# Standard preamble
use strict;

BEGIN {
foreach my $pc (split(/:/, $ENV{FOSWIKI_LIBS})) {
unshift @INC, $pc;
Expand All @@ -35,6 +37,6 @@ sub new {
return bless( $class->SUPER::new( "JSCalendarContrib" ), $class );
}

$build = new JSCalendarBuild();
my $build = new JSCalendarBuild();

$build->build($build->{target});

0 comments on commit 59d08c7

Please sign in to comment.