Skip to content

Commit

Permalink
Item15158: updated to jquery-ui
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDaum committed Jul 15, 2022
1 parent 8a42a96 commit 5376e94
Show file tree
Hide file tree
Showing 385 changed files with 11,327 additions and 149 deletions.
10 changes: 6 additions & 4 deletions JQueryPlugin/data/System/JQueryPlugin.txt
@@ -1,4 +1,4 @@
%META:TOPICINFO{author="ProjectContributor" comment="" date="1657194353" format="1.1" version="1"}%
%META:TOPICINFO{author="ProjectContributor" comment="" date="1657870720" format="1.1" version="1"}%
---+!! %TOPIC%
%FORMFIELD{"Description"}%

Expand Down Expand Up @@ -125,6 +125,8 @@ required for Foswiki 1.1 or later.

---++ Change History
%TABLE{columnwidths="7em" tablewidth="100%"}%
| 15 Jul 2022: | (10.41) - Item15157: updated to jquery.validate 1.19.5 \
- Item15158: updated to jquery-ui 1.13.2 |
| 07 Jul 2022: | (10.40) - Item15155: added foswiki.spaceOutWikiWord() to javascript API |
| 25 Apr 2022: | (10.23) - Item15081: handle hash changes for own tabpane only |
| 05 Apr 2022: | (10.22) - Item15077: fixed tabpane api to show/hide tabs |
Expand All @@ -134,7 +136,7 @@ required for Foswiki 1.1 or later.
| 21 Jan 2022: | (10.20) - Item15061: upgraded to jquery-ui-1.13.1 |
| 05 Jan 2022: | (10.10) - Item15058: script tags of javascrit i18n should not use src attribute; \
- Item15060: added validation rule for the foswikiMandatory css class |
| 09 Jul 2021: | (10.02) - Item15033: update jquery.validate |
| 09 Jul 2021: | (10.02) - Item15033: updated jquery.validate |
| 02 Jun 2021: | (10.01) - Item15027: fixed events emitted by jquery.loader; \
added jquery-3.6.0; \
prevent csso from restructuring css too much |
Expand Down Expand Up @@ -346,7 +348,7 @@ required for Foswiki 1.1 or later.
fixed rating formfield; \
improved printout of tabpanes; \
added new jquery-ui theme flickr; \
update forms plugin to 2.49 to improve jQuery 1.4 compatibility |
updated forms plugin to 2.49 to improve jQuery 1.4 compatibility |
| 27 Oct 2010: | (3.75) fixed IE error in chili recipe for TML |
| 19 Oct 2010: | (3.74) Version included with Foswiki 1.1.0 + fix for code bug in SLIMBOX causing !ImageGalleryPlugin to fail |
| 19 Aug 2010: | (3.71) JQueryLiveQuery now loads by default; \
Expand Down Expand Up @@ -429,7 +431,7 @@ required for Foswiki 1.1 or later.
implemented a jquery.tabpane plugin; \
updated jquery.dimensions plugin; \
added jquery.empty plugin to ease development of new plugins |
| 15 Nov 2007: | use skin independent way to added javascript files to header |
| 15 Nov 2007: | use skin independent way to add javascript files to header |
| 10 Oct 2007: | upgraded to jQuery-1.1.4; compressed js and css |
| 12 Jul 2007: | initial package containing jQuery-1.1.3.1 |

Expand Down
4 changes: 2 additions & 2 deletions JQueryPlugin/lib/Foswiki/Plugins/JQueryPlugin.pm
Expand Up @@ -25,8 +25,8 @@ BEGIN {
}
}

our $VERSION = '10.40';
our $RELEASE = '07 Jul 2022';
our $VERSION = '10.41';
our $RELEASE = '15 Jul 2022';
our $SHORTDESCRIPTION = 'jQuery <nop>JavaScript library for Foswiki';
our $NO_PREFS_IN_TOPIC = 1;
our $iconService;
Expand Down
25 changes: 25 additions & 0 deletions JQueryPlugin/lib/Foswiki/Plugins/JQueryPlugin/MANIFEST

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion JQueryPlugin/lib/Foswiki/Plugins/JQueryPlugin/UI.pm
Expand Up @@ -29,7 +29,7 @@ sub new {
my $this = bless(
$class->SUPER::new(
name => 'UI',
version => '1.13.1',
version => '1.13.2',
puburl => '%PUBURLPATH%/%SYSTEMWEB%/JQueryPlugin/plugins/ui',
author => 'see http://jqueryui.com/about',
homepage => 'http://api.jqueryui.com/',
Expand Down

0 comments on commit 5376e94

Please sign in to comment.