Seaside 3.1.1 released

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

Seaside 3.1.1 released

Johan Brichau-2
We are pleased to announce Seaside 3.1.1 [1].

This is a bugfix release for Seaside 3.1 but features a couple of notable enhancements:

        • Ported to Gemstone 3.1
        • Slime is now available on Squeak, Pharo1.4, Pharo2.0 and Pharo3.0
        • Gettext is now included in the ConfigurationOfSeaside3
        • DateAndTime>>jsonOn: now prints the ISO8601 representation in a string
        •  Issue 783 : Don’t require nesting #object: in #value: in JSON arrays

A big thanks to everyone involved for making this release happen.

best regards,
The Seaside Team

[1] https://code.google.com/p/seaside/wiki/Seaside311Changelog_______________________________________________
seaside-dev mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev
Reply | Threaded
Open this post in threaded view
|

Re: Seaside 3.1.1 released

philippeback


On Sun, May 25, 2014 at 4:00 PM, Johan Brichau <[hidden email]> wrote:
We are pleased to announce Seaside 3.1.1 [1].

This is a bugfix release for Seaside 3.1 but features a couple of notable enhancements:

        • Ported to Gemstone 3.1
        • Slime is now available on Squeak, Pharo1.4, Pharo2.0 and Pharo3.0
        • Gettext is now included in the ConfigurationOfSeaside3
        • DateAndTime>>jsonOn: now prints the ISO8601 representation in a string
        •  Issue 783 : Don’t require nesting #object: in #value: in JSON arrays

A big thanks to everyone involved for making this release happen.

Great news!

Is this one what will get loaded in Pharo3 if we ask for Seaside?

Phil
 

best regards,
The Seaside Team

[1] <a href="https://code.google.com/p/seaside/wiki/Seaside311Changelog_______________________________________________ seaside-dev" target="_blank">https://code.google.com/p/seaside/wiki/Seaside311Changelog_______________________________________________
seaside-dev mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev


_______________________________________________
seaside-dev mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev
Reply | Threaded
Open this post in threaded view
|

Re: Seaside 3.1.1 released

Johan Brichau-2

On 25 May 2014, at 17:33, [hidden email] wrote:

> Is this one what will get loaded in Pharo3 if we ask for Seaside?

Honesly, I don't know how a configuration gets into the ConfigurationBrowser.
Is that documented somewhere?

If it's not the latest config, then no, you will load 3.1.0

Johan
_______________________________________________
seaside-dev mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev
Reply | Threaded
Open this post in threaded view
|

Re: Seaside 3.1.1 released

philippeback
On Sun, May 25, 2014 at 7:38 PM, Johan Brichau <[hidden email]> wrote:

On 25 May 2014, at 17:33, [hidden email] wrote:

> Is this one what will get loaded in Pharo3 if we ask for Seaside?

Honesly, I don't know how a configuration gets into the ConfigurationBrowser.
Is that documented somewhere?

If it is in here:


it gets in the ConfigurationBrowser.

Or so I think it is.

Someone please confirm.

Phil


If it's not the latest config, then no, you will load 3.1.0
 

Johan
_______________________________________________
seaside-dev mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev


_______________________________________________
seaside-dev mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev
Reply | Threaded
Open this post in threaded view
|

Re: Seaside 3.1.1 released

Johan Brichau-2
Every time I try to save I get an error 500

If I try to save without my credentials, I get a 403.

If someone can copy the latest config, please let me know.

Johan

On 25 May 2014, at 20:29, [hidden email] wrote:

> On Sun, May 25, 2014 at 7:38 PM, Johan Brichau <[hidden email]> wrote:
>
> On 25 May 2014, at 17:33, [hidden email] wrote:
>
> > Is this one what will get loaded in Pharo3 if we ask for Seaside?
>
> Honesly, I don't know how a configuration gets into the ConfigurationBrowser.
> Is that documented somewhere?
>
> If it is in here:
>
> http://www.smalltalkhub.com/#!/~Pharo/MetaRepoForPharo30
>
> it gets in the ConfigurationBrowser.
>
> Or so I think it is.
>
> Someone please confirm.
>
> Phil
>
>
> If it's not the latest config, then no, you will load 3.1.0
>  
>
> Johan
> _______________________________________________
> seaside-dev mailing list
> [hidden email]
> http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev
>
> _______________________________________________
> seaside-dev mailing list
> [hidden email]
> http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev

_______________________________________________
seaside-dev mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev
Reply | Threaded
Open this post in threaded view
|

Aw: Re: [Pharo-dev] [Seaside-dev] Seaside 3.1.1 released

Torsten Bergmann
I copied it. It is now available in the Pharo3.0 config browser.



> Gesendet: Sonntag, 25. Mai 2014 um 20:34 Uhr
> Von: "Johan Brichau" <[hidden email]>
> An: "Seaside - developer list" <[hidden email]>
> Cc: "Discusses Development of Pharo" <[hidden email]>
> Betreff: Re: [Pharo-dev] [Seaside-dev] Seaside 3.1.1 released
>
> Every time I try to save I get an error 500
>
> If I try to save without my credentials, I get a 403.
>
> If someone can copy the latest config, please let me know.
>
> Johan
>
> On 25 May 2014, at 20:29, [hidden email] wrote:
>
> > On Sun, May 25, 2014 at 7:38 PM, Johan Brichau <[hidden email]> wrote:
> >
> > On 25 May 2014, at 17:33, [hidden email] wrote:
> >
> > > Is this one what will get loaded in Pharo3 if we ask for Seaside?
> >
> > Honesly, I don't know how a configuration gets into the ConfigurationBrowser.
> > Is that documented somewhere?
> >
> > If it is in here:
> >
> > http://www.smalltalkhub.com/#!/~Pharo/MetaRepoForPharo30
> >
> > it gets in the ConfigurationBrowser.
> >
> > Or so I think it is.
> >
> > Someone please confirm.
> >
> > Phil
> >
> >
> > If it's not the latest config, then no, you will load 3.1.0
> >  
> >
> > Johan
> > _______________________________________________
> > seaside-dev mailing list
> > [hidden email]
> > http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev
> >
> > _______________________________________________
> > seaside-dev mailing list
> > [hidden email]
> > http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev
>
>
>
_______________________________________________
seaside-dev mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev