Skip to content

Commit

Permalink
Item12190: Re-enable Chili by default
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk@15707 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
GeorgeClark authored and GeorgeClark committed Oct 25, 2012
1 parent c4d05e6 commit 2ca758a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions JQueryPlugin/data/System/JQueryPlugin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ reduce bandwidth and speed up interactive performance.
| Release: | %$RELEASE% |
| Version: | %$VERSION% |
| Change History: | <!-- versions below in reverse order -->&nbsp; |
| 24 Oct 2012: | Item12190: Chili enabled by default, warning demoted to a note. |
| 17 Oct 2012: | (4.44) - Item12048: upgrade to jquery-ui-1.8.23; added jquery-1.8.2 |
| 11 Jul 2012: | (4.43) - Item11993: upgraded JQueryLiveQuery to 1.3.1 ; reworked documentation and examples; %BR% \
Item11175: upgrade JQueryValidate to 1.9.0; %BR% \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ sub check {
my $warnings;

if ( $Foswiki::cfg{JQueryPlugin}{Plugins}{Chili}{Enabled} ) {
$warnings .= $this->WARN(<<'HERE');
$warnings .= $this->NOTE(<<'HERE');
Chili highlighter plugin is known to corrupt displayed text on Firefox 7 and Safari Rev. 6-17-2011.
HERE
}
Expand Down
6 changes: 3 additions & 3 deletions JQueryPlugin/lib/Foswiki/Plugins/JQueryPlugin/Config.spec
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ $Foswiki::cfg{JQueryPlugin}{Plugins}{Button}{Enabled} = 1;
$Foswiki::cfg{JQueryPlugin}{Plugins}{BlockUI}{Enabled} = 1;

# **BOOLEAN**
# Warning: this plugin is corrupts the displayed text on Firefox 7 and Safari Rev. 6-17-2011 due to errors in the underlying regular expression code.
# The issue is fixed in Firefox 8.
$Foswiki::cfg{JQueryPlugin}{Plugins}{Chili}{Enabled} = 0;
# Note that this plugin is corrupts the displayed text on Firefox 7 and Safari Rev. 6-17-2011 due to errors in the underlying regular expression code.
# The issue is fixed in Firefox 8. This has been enabled again by default.
$Foswiki::cfg{JQueryPlugin}{Plugins}{Chili}{Enabled} = 1;

# **BOOLEAN**
$Foswiki::cfg{JQueryPlugin}{Plugins}{Corner}{Enabled} = 1;
Expand Down

0 comments on commit 2ca758a

Please sign in to comment.