- Timestamp:
- 04/16/09 10:19:19 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/EditTablePlugin/lib/Foswiki/Plugins/EditTablePlugin.pm
r3283 r3456 23 23 use strict; 24 24 25 # This should always be $Rev$ so that Foswiki can determine the checked-in26 # status of the plugin. It is used by the build automation tools, so27 # you should leave it alone.28 25 our $VERSION = '$Rev$'; 29 30 # This is a free-form string you can use to "name" your own plugin version.31 # It is *not* used by the build automation tools, but is reported as part32 # of the version number in PLUGINDESCRIPTIONS.33 26 our $RELEASE = '4.21'; 34 27 … … 37 30 our $ENCODE_END = '--EditTableEncodeEnd--'; 38 31 our $ASSET_URL = '%PUBURL%/%SYSTEMWEB%/EditTablePlugin'; 32 our $NO_PREFS_IN_TOPIC = 1; 33 our $SHORTDESCRIPTION = 'Edit tables using edit fields, date pickers and drop down boxes'; 39 34 our $web; 40 35 our $topic; … … 64 59 $debug = Foswiki::Func::getPreferencesFlag('EDITTABLEPLUGIN_DEBUG'); 65 60 $usesJavascriptInterface = 66 Foswiki::Func::getPreferencesFlag('EDITTABLEPLUGIN_JAVASCRIPTINTERFACE'); 61 Foswiki::Func::getPreferencesFlag('EDITTABLEPLUGIN_JAVASCRIPTINTERFACE') 62 || 1; 67 63 $viewModeHeaderDone = 0; 68 64 $editModeHeaderDone = 0;
Note: See TracChangeset
for help on using the changeset viewer.
