[Ann] TF-Login for Seaside 3.3 for Pharo 7

Pierce Ng <[email protected]> Fri, 15 Nov 2019 20:37:02 +0800
Newsgroups gmane.comp.lang.smalltalk.squeak.seaside,gmane.comp.lang.smalltalk.pharo.user
Message-ID <[email protected]>
Hi all,

Apologies for the x-posting. As per subject, I've ported TF-Login to
Seaside 3.3 for Pharo 7.

To load, start with fresh Pharo 7 image:

    Metacello new 
        baseline: 'Seaside3'; 
        repository: 'github://SeasideSt/Seaside:v3.3.3/repository'; 
        load. 
        
    Metacello new 
        baseline: 'TFLogin'; 
        repository: 'github://PierceNg/TF-Login:pharo7/src'; 
        load.

The baseline doesn't load Seaside, in case you want to load it into an
image that already has Seaside. 

Start Test Runner and run the TF-Login tests. All 62 tests should pass.

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