jscalendar release notes

This release compiled at <%perl> use POSIX qw(strftime); my $today_time = strftime "%A, %e %b %Y (%H:%M)", localtime; print $today_time; .

0.9.6

Wow, there were quite some changes :-D Enjoy it!

0.9.5

This release's primary goal is to fix a wrong license statement which can be found in some files from 0.9.4. For instance in README or calendar.js, the statement was that the code is distributed under the GNU GPL; that's because I had plans to change the license, then changed my mind but unfortunately I committed files so. I am sorry for this inconvenience, please use the latest (0.9.5) release which is fully covered by LGPL.

Other changes:

0.9.4

New stuff

Translation files

The translation files need to be updated in order for the calendar to work properly. Currently the only updated files are calendar-en.js (main file) and calendar-ro.js (well, yes, I am a Romanian ;-).

Specifically, they need the following:

If your favorite language is not there yet, or it is but not updated according to the main calendar-en.js file, then please consider translating calendar-en.js and send the translation back to me so that I include it in the official distribution.

Bug status

Check SourceForge, I didn't keep track. However, there were a lot of bugfixes.

0.9.3

New stuff

Bug status

This covers only those bugs that have been reported at SourceForge.

  1. <% bug("703238") %> — fixed
  2. <% bug("703814") %> — fixed
  3. <% bug("716777") %> — closed (was fixed already in 0.9.2-1)
  4. <% bug("723335") %> — fixed
  5. <% bug("715122") %> — feature request; implemented.
  6. <% bug("721206") %> — fixed (added "refresh()" function)
  7. <% bug("721833") %> — fixed (bug concerning the "yy" format parsing)
  8. <% bug("721833") %> — won't fix (we won't set the time to midnight; time might actually be useful when we implement support for time selection).

Mihai Bazon
Last modified on Wed Oct 29 02:37:07 2003 <%init> sub bug { my $id = shift; my $txt; ($txt = $id) =~ s/([0-9]{3})([0-9]{3})/\#$1,$2/; # http://sourceforge.net/tracker/index.php?func=detail&aid=765545&group_id=75569&atid=544285 return qq{$txt}; }