[Seaside] Seaside 3.1.3

Chris Muller ma.chris.m at gmail.com
Wed Sep 23 15:29:03 UTC 2015


> That is very good to hear. Please join the Seaside development mailinglist in that case. That’s where we inform about the current development and where I usually call out for help when I see the Squeak build is failing.

I just joined!

> Don’t forget to coordinate with Tobias on that, as he is often taking care of some Squeak-specific issues.

Okay.

> The Ajax file uploads are in Seaside 3.2 (there is a test case in the jQuery package to demonstrate it).

The installation script for Seaside 3.1.2 for Squeak does not include
a working JQuery -- the JQuery examples page from the Seaside
"welcome" page reports, "/javascript/jquery not found".  Obviously
this is a configuration issue, do you know what I need to do to solve
that?

I used the script advertised at seaside.st/download (which redirects
to ---> http://squeak.org/projects/#seaside):

     Metacello new
         configuration: 'Seaside3';
         repository:
'http://www.smalltalkhub.com/mc/Seaside/MetacelloConfigurations/main';
         version: #stable;
         load: 'OneClick'.

This is strange, because the packages JQuery-Core and JQuery-UI DID get loaded..


More information about the seaside mailing list