Changeset 4782
- Timestamp:
- 09/07/09 14:56:25 (3 years ago)
- Location:
- trunk/AutoCompletePlugin
- Files:
-
- 4 edited
-
data/System/AutoCompletePlugin.txt (modified) (2 diffs)
-
lib/Foswiki/Plugins/AutoCompletePlugin.pm (modified) (2 diffs)
-
lib/Foswiki/Plugins/AutoCompletePlugin/Config.spec (modified) (1 diff)
-
lib/Foswiki/Plugins/AutoCompletePlugin/MANIFEST (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/AutoCompletePlugin/data/System/AutoCompletePlugin.txt
r3249 r4782 76 76 %$INSTALL_INSTRUCTIONS% 77 77 78 ---++ Plugin Files78 ---++ Debugging 79 79 80 | *File:* | *Description:* | 81 %$MANIFEST% 80 Debug information will be generated if the following preference is set in [[%LOCALSITEPREFS%]]: 81 82 * Set AUTOCOMPLETEPLUGIN_DEBUG = 1 83 84 __Note:__ Setting it here will have no effect. 82 85 83 86 ---++ Plugin Info … … 89 92 | Plugin Version: | %$VERSION% | 90 93 | Change History: | <!-- versions below in reverse order --> | 94 | 07 Sept 2009 | Foswikitask:Item2009 - Remove debug setting from =configure= | 91 95 | 23 Mar 2009 | Foswikitask:Item1249 - Port to Foswiki as 1.0; Use latest YUI (2.7.0) | 92 96 | 12 Sept 2008 | TWikibug:Item5745 - Updated to use latest YUI (2.5.2); Fixed forms for 4.2; Fixed Jump Form example for 4.2 | -
trunk/AutoCompletePlugin/lib/Foswiki/Plugins/AutoCompletePlugin.pm
r3249 r4782 27 27 28 28 our $VERSION = '$Rev$'; 29 our $RELEASE = '1. 0';29 our $RELEASE = '1.1'; 30 30 our $SHORTDESCRIPTION = 'Provides an Autocomplete input field based on Yahoo\'s User Interface Library'; 31 31 our $NO_PREFS_IN_TOPIC = 1; … … 327 327 my $text = shift; 328 328 329 my $debug = $Foswiki::cfg{Plugins}{$pluginName}{Debug}|| 0;329 my $debug = Foswiki::Func::getPreferencesFlag("\U$pluginName\E_DEBUG") || 0; 330 330 331 331 Foswiki::Func::writeDebug( "- Foswiki::Plugins::${pluginName}: $text" ) if $debug; -
trunk/AutoCompletePlugin/lib/Foswiki/Plugins/AutoCompletePlugin/Config.spec
r3249 r4782 1 # ---+ Plugins2 # ---++ AutoCompletePlugin3 # **BOOLEAN**4 # Debug setting5 $Foswiki::cfg{Plugins}{AutoCompletePlugin}{Debug} = 0;6 1 1; -
trunk/AutoCompletePlugin/lib/Foswiki/Plugins/AutoCompletePlugin/MANIFEST
r3249 r4782 4 4 data/Sandbox/AutoCompletePluginTestData.txt 0644 Test Data 5 5 pub/System/AutoCompletePlugin/AutoCompletePluginScreenshot.png 0644 Screenshot 6 lib/Foswiki/Plugins/AutoCompletePlugin/Config.spec 0444 Spec file for =configure=6 #lib/Foswiki/Plugins/AutoCompletePlugin/Config.spec 0444 Spec file for =configure=
Note: See TracChangeset
for help on using the changeset viewer.
