Per decision
TWiki:Codev.DateFieldPluginAsDefaultPlugin
in merge functionality of this plugin into core.
If JS is disabled, one can enter in the input area. If somebody has any idea of avoiding printing the icon when JS is disabled, that would be great. I do not know how to check for this condition.
Some good suggestions in trying to leverage Twisty to not show the button if JS is not enabled. Will check this out.
Use
TwistyPlugin as suggested. Fixed a bug in formfield rendering on the way, and added unit test for that. Marking as done.
The change (rev 11811) calls methods in
TWiki::Func
. This inherently introduces a dependency on the correct setting of
$TWiki::Plugins::SESSION
, which must not be relied on. Please don't call
TWiki::Func
methods in the core, they are designed for use in Plugins only.
Changed status from "Waiting for Release" to "New", changed priority from "Enhancement" to "Urgent".
CC
Thanks,
CC. Changed. Funny, normally I get accused of bypassing Func

--
TW
4.1.0 released
KJL