Skip to content

Commit

Permalink
Item13883: RELEASE tag holds the release date
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDaum committed Aug 6, 2023
1 parent 7c08998 commit 6c58242
Show file tree
Hide file tree
Showing 11 changed files with 27 additions and 26 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use warnings;
use vars qw( $debug $mode $override $isEditAction $pluginName);

our $VERSION = '1.24';
our $RELEASE = '2016-04-08';
our $RELEASE = '06 Aug 2023';
our $SHORTDESCRIPTION = 'Automatically sets VIEW_TEMPLATE and EDIT_TEMPLATE';
our $NO_PREFS_IN_TOPIC = 1;

Expand Down
4 changes: 2 additions & 2 deletions BehaviourContrib/lib/Foswiki/Contrib/BehaviourContrib.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ package Foswiki::Contrib::BehaviourContrib;
use strict;
use warnings;

our $VERSION = '$Rev$';
our $RELEASE = '1.6';
our $VERSION = '1.6';
our $RELEASE = '06 Aug 2023';
our $SHORTDESCRIPTION =
"'Behaviour' Javascript event library to create javascript based interactions that degrade well when javascript is not available";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ use Foswiki;

# Keep this in sync with CompareRevsionsAddOn
our $VERSION = '1.114';
our $RELEASE = '1.114';
our $RELEASE = '06 Aug 2023';

# Name of this Plugin, only used in this module
our $pluginName = 'CompareRevisionsAddonPlugin';
Expand Down
2 changes: 1 addition & 1 deletion FamFamFamContrib/lib/Foswiki/Contrib/FamFamFamContrib.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use strict;
use warnings;

our $VERSION = '1.9';
our $RELEASE = '1.9';
our $RELEASE = '06 Aug 2023';
our $SHORTDESCRIPTION =
'FamFamFam Silk is a smooth, free icon set, containing over 2000 icons';

Expand Down
2 changes: 1 addition & 1 deletion HomePagePlugin/lib/Foswiki/Plugins/HomePagePlugin.pm
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ use Foswiki::Func ();
use Foswiki::Plugins ();

our $VERSION = '1.23';
our $RELEASE = '1.23';
our $RELEASE = '06 Aug 2023';
our $SHORTDESCRIPTION = 'Allow User specified home pages - on login';
our $NO_PREFS_IN_TOPIC = 1;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1942,44 +1942,45 @@ body .ui-tooltip {
margin-left: -7px;
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-top: 7px solid #444;
border-top: 7px solid var(--color-border, #444);
}

.ui-tooltip.position-bottom .ui-arrow {
top: -7px;
margin-left: -7px;
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-bottom: 7px solid #444;
border-bottom: 7px solid var(--color-border, #444);
}
.ui-tooltip.position-right .ui-arrow {
top: 50%;
left: -7px;
margin-top: -7px;
border-top: 7px solid transparent;
border-bottom: 7px solid transparent;
border-right: 7px solid #444;
border-right: 7px solid var(--color-border, #444);
}
.ui-tooltip.position-left .ui-arrow {
top: 50%;
right: -7px;
margin-top: -7px;
border-top: 7px solid transparent;
border-bottom: 7px solid transparent;
border-left: 7px solid #444;
border-left: 7px solid var(--color-border, #444);
}

/* default theme */
.ui-tooltip.default {
background-color:#fefefe;
border:1px solid #444;
background-color:var(--color-background, #fefefe);
border:1px solid var(--color-border, #444);
}

/* transparent theme */
.ui-tooltip.transparent {
opacity:0.7;
color:#000;
border:1px solid #000;
background-color:var(--color-background, #fefefe);
color:var(--color-foreground, #000);
border:1px solid var(--color-border, #000);
}

/* info theme */
Expand Down Expand Up @@ -2080,8 +2081,8 @@ body .ui-tooltip {

/* frame theme */
.ui-tooltip.frame {
background-color:#fdfdfd;
border:3px solid #000;
background-color: var(--color-background, #fdfdfd);
border:3px solid var(--color-border, #000);
-webkit-box-shadow: 1px 1px 7px rgba(0,0,0, 0.3);
-moz-box-shadow: 1px 1px 7px rgba(0,0,0, 0.3);
box-shadow: 1px 1px 7px rgba(0,0,0, 0.3);
Expand All @@ -2099,16 +2100,16 @@ body .ui-tooltip {
top:-8px;
}
.ui-tooltip.frame.position-top .ui-arrow {
border-top-color:#000;
border-top-color:var(--color-border, #000);
}
.ui-tooltip.frame.position-bottom .ui-arrow {
border-bottom-color:#000;
border-bottom-color:var(--color-border, #000);
}
.ui-tooltip.frame.position-right .ui-arrow {
border-right-color:#000;
border-right-color:var(--color-border, #000);
}
.ui-tooltip.frame.position-left .ui-arrow {
border-left-color:#000;
border-left-color:var(--color-border, #000);
}

/* Datepicker
Expand Down
2 changes: 1 addition & 1 deletion MailerContrib/lib/Foswiki/Plugins/MailerContribPlugin.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use warnings;

# Also change Version/Release in Contrib/MailerContrib.pm
our $VERSION = '2.84';
our $RELEASE = '2.84';
our $RELEASE = '06 Aug 2023';
our $SHORTDESCRIPTION = 'Supports e-mail notification of changes';
our $NO_PREFS_IN_TOPIC = 1;

Expand Down
2 changes: 1 addition & 1 deletion PreferencesPlugin/lib/Foswiki/Plugins/PreferencesPlugin.pm
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ use Foswiki::Plugins (); # For the API version
use vars qw( @shelter );

our $VERSION = '1.16';
our $RELEASE = '1.16';
our $RELEASE = '06 Aug 2023';
our $SHORTDESCRIPTION =
'Allows editing of preferences using fields predefined in a form';
our $NO_PREFS_IN_TOPIC = 1;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ require Foswiki::Func; # The plugins API
require Foswiki::Plugins; # For the API version
use vars qw($debug $pluginName);
our $VERSION = '1.12';
our $RELEASE = '1.12';
our $RELEASE = '06 Aug 2023';
our $SHORTDESCRIPTION = 'Add TWiki personality to Foswiki';
our $NO_PREFS_IN_TOPIC = 1;

Expand Down
2 changes: 1 addition & 1 deletion TipsContrib/lib/Foswiki/Contrib/TipsContrib.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use strict;
use warnings;

our $VERSION = '1.26';
our $RELEASE = '1.26';
our $RELEASE = '06 Aug 2023';
our $SHORTDESCRIPTION = 'Displays rotating list of "Tip-of-the-day"';

1;
Expand Down
4 changes: 2 additions & 2 deletions ZonePlugin/lib/Foswiki/Plugins/ZonePlugin.pm
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ use warnings;
use Foswiki::Func ();
use Foswiki::Plugins ();

our $VERSION = '$Rev$';
our $RELEASE = '3.1';
our $VERSION = '3.1';
our $RELEASE = '06 Aug 2023';
our $SHORTDESCRIPTION =
'Gather content of a page in named zones while rendering it';
our $NO_PREFS_IN_TOPIC = 1;
Expand Down

0 comments on commit 6c58242

Please sign in to comment.