Skip to content

Commit

Permalink
Revert "Item11917: Update simplemodal to 1.4.2"
Browse files Browse the repository at this point in the history
This reverts commit 70b1377debcaf2407adbcc76270534d4049d4229.

Reverting this because the Release branch fix doesn't have the upstream
patches.  The trunk version has this and subsequent fixes from upstream.

See Extension/Testing/JQueryPlugin for a version that has this patch and
others, and seems to work on Foswiki 1.1.5.

git-svn-id: http://svn.foswiki.org/branches/Release01x01@15171 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
GeorgeClark authored and GeorgeClark committed Jul 17, 2012
1 parent b196905 commit 046f309
Show file tree
Hide file tree
Showing 4 changed files with 168 additions and 418 deletions.
1 change: 0 additions & 1 deletion JQueryPlugin/data/System/JQueryPlugin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ reduce bandwidth and speed up interactive performance.
| Release: | %$RELEASE% |
| Version: | %$VERSION% |
| Change History: | <!-- versions below in reverse order -->&nbsp; |
| 01 Jun 2012: | (4.34) - simplemodal updated to 1.4.2. |
| 06 Apr 2012: | (4.33) - Item11511, Item11512. Minor changes to improve JSON output and Javascript validations.%BR%\
Item11685: deprecate simmplemodal, replace by jquery.ui.dialog.%BR%\
Item11654: JQueryTmpl is discontinued upstream.%BR%\
Expand Down
2 changes: 1 addition & 1 deletion JQueryPlugin/lib/Foswiki/Plugins/JQueryPlugin.pm
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ use vars qw(
);

$VERSION = '$Rev$';
$RELEASE = '4.34';
$RELEASE = '4.33';
$SHORTDESCRIPTION = 'jQuery <nop>JavaScript library for Foswiki';
$NO_PREFS_IN_TOPIC = 1;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ sub new {
my $this = bless(
$class->SUPER::new(
name => 'SimpleModal',
version => '1.4.2',
version => '1.2.3',
author => 'Eric Martin',
homepage => 'http://www.ericmmartin.com/projects/simplemodal',
css => ['jquery.simplemodal.css'],
Expand Down
Loading

0 comments on commit 046f309

Please sign in to comment.