[Seaside-dev] WAMiniCalendar rewrite

Paolo Bonzini bonzini at gnu.org
Fri Feb 29 18:15:41 UTC 2008


Dale Henrichs wrote:
> 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.

Ah, my fault.  It's one of the methods I rewrite it when I convert from 
mcz for importing into GNU Smalltalk.

Thanks for testing!  BTW, this is issue 6914.

Would you also take a look at http://bugs.squeak.org/view.php?id=6961 
and http://bugs.squeak.org/view.php?id=6962 -- currently, without these 
bugs fixed, the config editor and halos are totally unusable for me.

Paolo


More information about the seaside-dev mailing list