NOTE: If you are a developer, please use a private wiki based on foswiki/trunk on a daily base ...or use
trunk.foswiki.org to view this page for some minimal testing.
Use
Item11383 for general documentation changes for release 1.1.5. Use
Item9693 for docu changes for release 2.0.
created a separate item for a suggestion raised by MD on Item2915:
May I further propose that if the format string specifies hours and minutes
that the calendar will allow to select date
and time. This would require
a small api change to
showCalendar() adding a third argument (a boolean
saying wether to also select a time or only a date ... a thing which is disabled in
showCallendar() right now) and an analysis of the format string.
MD
Just to clarify... this requires
- in
pub/TWiki/JSCalendarContrib/twiki.js, add parameter to showCalendar to support setting cal.showsTime
- when calendar is shown, need to set this new flag accordingly, maybe requiring analysis of the format string.
--
TW
Note that I reverted Item2815 because it breaks the combined mandatory and hidden feature and is non backwards compatible.
Ref
Item3685?
KJL