Ignore:
Timestamp:
04/01/10 21:49:44 (2 years ago)
Author:
RaulFRodriguez
Message:

Item8677: implementing the changes in the Release branch version of JSCalendarContrib

Note: changes implemented from scratch, and not by pushing the changes from Trunk here,
since according to Tasks.Item2111, Tasks.Item8235 (and Support.Question252) the versions
of JSCalendarContrib existing in Trunk and in Release branch are incompatible

  • fixing foswiki.js of JSCalendarContrib not to hardcode showsTime

Setting showsTime=false or showsTime=true depending on whether or not the format string contains time specifiers
Using the following time specifers as triggers: %H|%I|%k|%l|%M|%p|%P
Do so preserving the original formatting of the Javascript code

  • fixing foswiki_src.js in the same manner
  • in JSCalendarContrib.txt: adding a short section "Using the Calendar for picking dates only or picking times and dates" to the documentation
  • adding a reference in EditTablePlugin documentation

to the place in JSCalendarContrib documentation where the time and date DHTML format is described
the link is to an anchor #FormatSpecifiers in the relevant JSCalendarContrib section so that
the user lands directly where needed

  • updating Change History and Release date
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Release01x00/JSCalendarContrib/lib/Foswiki/Contrib/JSCalendarContrib.pm

    r5987 r7045  
    1919 
    2020$VERSION = '$Rev$'; 
    21 $RELEASE = '09 Jan 2010'; 
     21$RELEASE = '01 Apr 2010'; 
    2222$SHORTDESCRIPTION = "[[http://dynarch.com/mishoo/calendar.epl][Mishoo JSCalendar]], packaged for use by plugins, skins and add-ons"; 
    2323 
     
    148148The first parameter to =showCalendar= is the id of the textfield, and the second parameter is the date format. Default format is '%e %B %Y'. 
    149149 
     150#FormatSpecifiers 
    150151All available date specifiers: 
    151152<verbatim> 
Note: See TracChangeset for help on using the changeset viewer.