Have we even done a stable release of 3.1 yet? I don't even think all the 3.0.x fixes have been ported into the 3.1 repository...

On Mon, Mar 4, 2013 at 8:20 PM, Torsten Bergmann <astares@gmx.de> wrote:
Hi @seaside-dev (CC-ing Pharo list and seaside users list):

Pharo 2.0 is upon completion and it would be good to have a working Seaside
running on it out of the box using a ConfigurationOfSeaside accessible
through the configuration browser.

(Aida is also already working this way).

What I currently know from own simple tests and postings is that it is basically
working on Pharo 2.0 using this load script:

https://github.com/renggli/builder/blob/master/scripts/seaside31-pharo2.st

and then

"Zinc Server"
� � � � Gofer new
� � � � � � � � squeaksource: 'ZincHTTPComponents';
� � � � � � � � "package: 'Zinc-HTTP';"
� � � � � � � � package: 'Zinc-Seaside';
� � � � � � � � load.

� � � � "Start Zinc"
� � � � " (ZnZincServerAdaptor port: 8080)
� � � � codec: GRPharoUtf8Codec new;
� � � � start. "

There are some small issue left in #includesSubString: vs. #includesSubstring:
(now in Pharo). I found it in
�- WAAbstractFileLibrary>>updateRoot:,
�- WAFormTag>>isInternetExplorer
�- WARenderContext>>absoluteUrlForResource:

Also when one uploads files using config -> files the methods for the uploaded
content get generated but not packaged with Monticello for whatever reason.

Is there a plan/timeline for having a valid Seaside on top of Pharo available.
Creating an updates ConfigurationOfSeaside was also discussed here on the seaside list
... but still not yet realized.
We all know time is always an issue - but at least I want to start a dicussion
if it is possible (maybe with the help from many using a virtual sprint).

Also is there any plan in moving Seaside to SmalltalkHub as well? Since
there is now infrastructure for CI ready on Pharo side it could be used for
Seaside also.

Any comments?

If possible respond on "seaside-dev" list so it is discussed on one
central place (http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev)

Thanks
T.

_______________________________________________
seaside mailing list
seaside@lists.squeakfoundation.org
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside