Subject: The Weekly Squeak No.17: December 11th - December 17th - msg#00162
List: lang.smalltalk.squeak.seaside
Dear squeakers,
Hello, and welcome back to the The Weekly Squeak, a weekly report on
what's going on in the world of Squeak.
Another issue of The Weekly Squeak out of the door, and yet again we're
slowly reducing the lateness in publication. We hope you'll enjoy this
latest installment!
In this issue you'll find:
1. ShoreComponents for Seaside 2.6
2. Squeak 3.9a is on fire!
3. Some questions about Seaside's architecture
4. A hosting by the Seaside
5. An explanation of SqueakMap caching
6. SqueakSource Update 1.3
7. Live Seaside Tutorial
8. New versions of ODBC
9. Graphics in JavaScript
10. Internship Position &at Douai
11. A new Spoon-ful
12. Upcoming Squeak Chats
You'll find the complete report at
http://minnow.cc.gatech.edu/squeak/5740 .
The past issues archive can be found at
http://minnow.cc.gatech.edu/squeak/5751 .
The Weekly Squeak has an RSS feed:
http://people.squeakfoundation.org/person/gcorriga/rss.xml .
Was this page helpful?
Thread at a glance:
Previous Message by Date:
click to view message preview
Re: The Weekly Squeak No.16: December 4th - December 10th
Giovanni Corriga a écrit :
Il giorno mar, 27/12/2005 alle 18.40 +0100, Damien Cassou ha scritto:
4. A Pier sample application
Is it possible to add 'Mathieu Hopmann' as a developper for this point
please ?
Done. Please check and let me know if there are other things to fix.
Thank you
Next Message by Date:
click to view message preview
Re: Re: OmniBase
Hi all
Esteban
--- "Esteban A. Maringolo"
<eMaringolo@xxxxxxxxxxxxxxxx> escribió:
>
> For Dolphin the above statement is false.
> I don't know about other dialects.
Agree, my company has 2 Windows machines with
Dolphin images connected to Omnibase Database linving
in Linux OS.
and work ok
best regards
MDC
pd: Dolphin images connected to STS repository (aka
ENVY ).
>
> Best regards,
>
> --
> Esteban
___________________________________________________________
1GB gratis, Antivirus y Antispam
Correo Yahoo!, el mejor correo web del mundo
http://correo.yahoo.com.ar
Previous Message by Thread:
click to view message preview
The Weekly Squeak No.16: December 4th - December 10th
Dear squeakers,
Hello, and welcome back to the The Weekly Squeak, a weekly report on
what's going on in the world of Squeak.
We're fashionably late, but we're finally here with a brand new issue of
The Weekly Squeak. This latest issue has a good number of news items,
and also sports the latest installment of SqueakViews, in which Giovanni
Giorgi meets our favourite Dutch hacker, Cees De Groot. Enjoy!
In this issue you'll find:
1. November Team Reports
2. Magma and Seaside integration support
3. Trouble with the mailing lists
4. A Pier sample application
5. A Magma server with web management console
6. ComSwiki 1.5 released
7. SqueakLight status update
8. Feedback from a Squeakland workshop
9. SqueakSource server image
10. A Squeak image repository
11. What does Squeak development look like?
12. A new test server
13. New SqueakSource repository for Magritte and Pier
14. Mantis vs. mailing list: the eternal struggle
15. Problems with the MediaView browser port
16. Upcoming Squeak Chats
17. SqueakViews: an interview with Cees De Groot
You'll find the complete report at
http://minnow.cc.gatech.edu/squeak/5740 .
The past issues archive can be found at
http://minnow.cc.gatech.edu/squeak/5751 .
The Weekly Squeak has an RSS feed:
http://people.squeakfoundation.org/person/gcorriga/rss.xml .
Next Message by Thread:
click to view message preview
MessageNotUnderstood: WAAnchorTag>>context
Hi,
I've installed Seaside2.6a2-pmm79, Magritte-All-lr.109 and
Pier-All-lr.31 on a fresh
Squeak3.8-6665.
The examplebrowser is not accessible anymore. It seems there is a problem
in WAAnchorTag>>url which refers to a non existant #context.
Image: Squeak3.8 [latest update: #6665]
SecurityManager state:
Restricted: false
FileAccess: true
SocketAccess: true
Working Dir /tmp/squeak
Trusted Dir /tmp/squeak/secure
Untrusted Dir /tmp/squeak/My Squeak
WAAnchorTag(Object)>>doesNotUnderstand: #context
Receiver: a WAAnchorTag
Arguments and temporary variables:
aMessage: context
Receiver's instance variables:
parent: a WATableDataTag
canvas: a WARenderCanvas
isClosed: nil
attributes: a WAHtmlAttributes
url: nil
callbackKey: '16'
promptString: nil
WAAnchorTag>>url
Receiver: a WAAnchorTag
Arguments and temporary variables:
Receiver's instance variables:
parent: a WATableDataTag
canvas: a WARenderCanvas
isClosed: nil
attributes: a WAHtmlAttributes
url: nil
callbackKey: '16'
promptString: nil
WAAnchorTag>>href
Receiver: a WAAnchorTag
Arguments and temporary variables:
Receiver's instance variables:
parent: a WATableDataTag
canvas: a WARenderCanvas
isClosed: nil
attributes: a WAHtmlAttributes
url: nil
callbackKey: '16'
promptString: nil
[] in WAAnchorTag>>with: {[self href asString]}
Arguments and temporary variables:
aBlock: [] in MADescribedColumn(MAColumn)>>renderHeadCellOn:
{[self renderHeadC...etc...
--- The full stack ---
WAAnchorTag(Object)>>doesNotUnderstand: #context
WAAnchorTag>>url
WAAnchorTag>>href
[] in WAAnchorTag>>with: {[self href asString]}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
[] in WAHtmlAttributes>>at:ifAbsentPut: {[self attributes add: keyString
-> errBlock value]}
Array(Collection)>>detect:ifNone:
WAHtmlAttributes>>at:ifAbsent:
WAHtmlAttributes>>at:ifAbsentPut:
WAAnchorTag>>with:
[] in MADescribedColumn(MAColumn)>>renderHeadCellOn: {[self isSortable
ifTrue: [html anchor callback: [self report sort: sel...]}
BlockContext>>renderOn:
WATableDataTag(WATagBrush)>>within:
[] in WATableDataTag(WATagBrush)>>with: {[self within: aBlock]}
BlockContext>>renderOn:
WARenderCanvas(WACanvas)>>nest:
WATableDataTag(WABrush)>>with:
WATableDataTag(WATagBrush)>>with:
MADescribedColumn(MAColumn)>>renderHeadCellOn:
[] in MAReport>>renderTableHeadOn: {[:each | each renderHeadCellOn: html]}
Array(SequenceableCollection)>>do:
[] in MAReport>>renderTableHeadOn: {[self columns do: [:each | each
renderHeadCellOn: html]]}
BlockContext>>renderOn:
WAGenericTag(WATagBrush)>>within:
[] in WAGenericTag(WATagBrush)>>with: {[self within: aBlock]}
BlockContext>>renderOn:
WARenderCanvas(WACanvas)>>nest:
WAGenericTag(WABrush)>>with:
WAGenericTag(WATagBrush)>>with:
MAReport>>renderTableHeadOn:
[] in MAReport>>renderTableOn: {[self showHeader ifTrue: [self
renderTableHeadOn: html]]}
BlockContext>>renderOn:
WAGenericTag(WATagBrush)>>within:
[] in WAGenericTag(WATagBrush)>>with: {[self within: aBlock]}
BlockContext>>renderOn:
WARenderCanvas(WACanvas)>>nest:
WAGenericTag(WABrush)>>with:
WAGenericTag(WATagBrush)>>with:
MAReport>>renderTableOn:
[] in MAReport>>renderContentOn: {[self renderTableOn: html]}
BlockContext>>renderOn:
WATableTag(WATagBrush)>>within:
[] in WATableTag(WATagBrush)>>with: {[self within: aBlock]}
BlockContext>>renderOn:
WARenderCanvas(WACanvas)>>nest:
WATableTag(WABrush)>>with:
WATableTag(WATagBrush)>>with:
MAReport>>renderContentOn:
MAReport(WAPresenter)>>renderWithContext:
[] in MAReport(WAComponent)>>renderOn: {[:each | each renderWithContext:
aRenderer context]}
MAReport(WAComponent)>>decorationChainDo:
MAReport(WAComponent)>>renderOn:
WARenderCanvas>>render:
MAOneToManyComponent>>renderViewerOn:
MAOneToManyComponent(MAElementComponent)>>renderContentOn:
MAOneToManyComponent(WAPresenter)>>renderWithContext:
[] in MAOneToManyComponent(WAComponent)>>renderOn: {[:each | each
renderWithContext: aRenderer context]}
MAOneToManyComponent(WAComponent)>>decorationChainDo:
MAOneToManyComponent(WAComponent)>>renderOn:
WARenderCanvas>>render:
MATableRenderer(MAComponentRenderer)>>renderControl:
[] in MATableRenderer>>renderControl: {[super renderControl: aDescription]}