[Seaside-dev] WAMiniCalendar rewrite

Dale Henrichs dale.henrichs at gemstone.com
Fri Feb 29 18:08:03 UTC 2008


Paolo Bonzini wrote:

> The attached changeset reimplements WAMiniCalendar to not use Squeak's 
> additional date classes (except if one uses the #month and #month: 
> accessors; for now in GNU Smalltalk they will not be available).  In 
> addition, to make the patch more palatable, it eases localization (one 
> has to reimplement #monthNames and #weekDays).
>
Paolo,

I incorporated your changes into Seaside-Core-dkh.65.mcz. The one change 
that I made was to use Date class>>newDay:monthNumber:year: instead of 
Date class>>newDay:monthIndex:year:. Date 
class>>newDay:monthNumber:year: is implemented in Squeak, GemStone, and VW.

Thanks,

Dale


More information about the seaside-dev mailing list