[VW] 2.8a1.390 Missing Dialog classes

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

[VW] 2.8a1.390 Missing Dialog classes

Roger Whitney
In looking at Seaside 2.81.390 I noticed that the Seaside 2.6 dialog  
classes listed below are not in Seaside 2.8a1.390. I have not been  
paying attention to Seaside 2.8 so don't know much about its status.  
I am wondering if these classes have been dropped, have not been  
ported to 2.8 or does their functionality exists elsewhere?

Missing Dialog classes
WAChangePassword
WAEditDialog
WAEmailConfirmation
WAGridDialog
WALoginDialog
WANoteDialog

----
Roger Whitney              Department of Computer Science
[hidden email]        San Diego State University
http://www.eli.sdsu.edu/   San Diego, CA 92182-7720
(619) 583-1978
(619) 594-3535 (office)
(619) 594-6746 (fax)

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

Re: [VW] 2.8a1.390 Missing Dialog classes

Philippe Marschall
2007/7/7, Roger Whitney <[hidden email]>:

> In looking at Seaside 2.81.390 I noticed that the Seaside 2.6 dialog
> classes listed below are not in Seaside 2.8a1.390. I have not been
> paying attention to Seaside 2.8 so don't know much about its status.
> I am wondering if these classes have been dropped, have not been
> ported to 2.8 or does their functionality exists elsewhere?
>
> Missing Dialog classes
> WAChangePassword
> WAEditDialog
> WAEmailConfirmation
> WAGridDialog
> WALoginDialog
> WANoteDialog


They have been dropped. A mail went out to this list if anybody still
used them and nobody replied.

Philippe

> ----
> Roger Whitney              Department of Computer Science
> [hidden email]        San Diego State University
> http://www.eli.sdsu.edu/   San Diego, CA 92182-7720
> (619) 583-1978
> (619) 594-3535 (office)
> (619) 594-6746 (fax)
>
> _______________________________________________
> Seaside mailing list
> [hidden email]
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: [VW] 2.8a1.390 Missing Dialog classes

Lukas Renggli
In reply to this post by Roger Whitney
> WAChangePassword
> WAEditDialog
> WAEmailConfirmation
> WAGridDialog
> WALoginDialog
> WANoteDialog

We asked in the mailing list some time ago if anybody cares about
these dialogs. Since nobody replied we dropped them. Some of them were
even broken. Personally I don't know of any application that uses
these dialogs. If people want such things a separate widget/dialog
library would be a good thing. We would like to keep the noise ratio
of Seaside as low as possible.

Lukas

--
Lukas Renggli
http://www.lukas-renggli.ch
_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: [VW] 2.8a1.390 Missing Dialog classes

Philippe Marschall
2007/7/7, Lukas Renggli <[hidden email]>:

> > WAChangePassword
> > WAEditDialog
> > WAEmailConfirmation
> > WAGridDialog
> > WALoginDialog
> > WANoteDialog
>
> We asked in the mailing list some time ago if anybody cares about
> these dialogs. Since nobody replied we dropped them. Some of them were
> even broken. Personally I don't know of any application that uses
> these dialogs. If people want such things a separate widget/dialog
> library would be a good thing. We would like to keep the noise ratio
> of Seaside as low as possible.

I created a SqS project with their latest versions:
http://www.squeaksource.com/dialogs.html
I do not maintain them, if they have bugs or don't work, I don't care.
But I will make anybody admin or dev who is interested in them.

Honestly I think it would be the best way if Sushi Store became a SqS
project of it's own. It doesn't really serve a purpose, there are
smaller, easier examples who explain the concepts. It is not well
maintained. It isn't really a good example of a Seaside application
anymore. It adds a lot of stuff that would otherwise not be needed.
WAStoreMasterCard anyone?

Philippe

> Lukas
>
> --
> Lukas Renggli
> http://www.lukas-renggli.ch
> _______________________________________________
> Seaside mailing list
> [hidden email]
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: [VW] 2.8a1.390 Missing Dialog classes

Michael Lucas-Smith-3
I'm all for reducing the amount of stuff in Seaside's core. The more the
documentation and tutorial based builds the less need there is for
built-in big examples.

Michael

>
> Honestly I think it would be the best way if Sushi Store became a SqS
> project of it's own. It doesn't really serve a purpose, there are
> smaller, easier examples who explain the concepts. It is not well
> maintained. It isn't really a good example of a Seaside application
> anymore. It adds a lot of stuff that would otherwise not be needed.
> WAStoreMasterCard anyone?
>
> Philippe
>
>> Lukas
>>
>> --
>> Lukas Renggli
>> http://www.lukas-renggli.ch
>> _______________________________________________
>> Seaside mailing list
>> [hidden email]
>> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>>
> _______________________________________________
> Seaside mailing list
> [hidden email]
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside

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

Re: [VW] 2.8a1.390 Missing Dialog classes

Roger Whitney
In reply to this post by Lukas Renggli
Thanks for the response. I am working on a small write up on Seaside  
dialogs & wanted to know if I should include those or not.

On Jul 7, 2007, at 12:28 PM, Lukas Renggli wrote:

>> WAChangePassword
>> WAEditDialog
>> WAEmailConfirmation
>> WAGridDialog
>> WALoginDialog
>> WANoteDialog
>
> We asked in the mailing list some time ago if anybody cares about
> these dialogs. Since nobody replied we dropped them. Some of them were
> even broken. Personally I don't know of any application that uses
> these dialogs. If people want such things a separate widget/dialog
> library would be a good thing. We would like to keep the noise ratio
> of Seaside as low as possible.
>
> Lukas
>
> --
> Lukas Renggli
> http://www.lukas-renggli.ch
> _______________________________________________
> Seaside mailing list
> [hidden email]
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>


----
Roger Whitney              Department of Computer Science
[hidden email]        San Diego State University
http://www.eli.sdsu.edu/   San Diego, CA 92182-7720
(619) 583-1978
(619) 594-3535 (office)
(619) 594-6746 (fax)

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

RE: [VW] 2.8a1.390 Missing Dialog classes

Ramon Leon-5
In reply to this post by Philippe Marschall
> Honestly I think it would be the best way if Sushi Store
> became a SqS project of it's own. It doesn't really serve a
> purpose, there are smaller, easier examples who explain the
> concepts. It is not well maintained. It isn't really a good
> example of a Seaside application anymore. It adds a lot of
> stuff that would otherwise not be needed.
> WAStoreMasterCard anyone?
>
> Philippe

Totally agree, a sample app really shouldn't be part of the core anyway.
Keep the core as small as possible.

Ramon Leon
http://onsmalltalk.com

_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside