I have just commited what I think is the fix:
Name: ConfigurationOfMagritte3-MarianoMartinezPeck.33
Author: MarianoMartinezPeck
Time: 30 July 2013, 10:50:06.493 am
UUID: 4d8c3df4-5615-4900-ab79-a6575fb9cce4
Ancestors: ConfigurationOfMagritte3-MarianoMartinezPeck.32
Repositories URL were wrong and they missed a "/main" at the end.
On Sat, Jul 27, 2013 at 7:39 PM, Stéphane Ducasse <stephane.ducasse(a)inria.fr
> wrote:
> yes probably.
>
> Stef
>
> On Jul 27, 2013, at 9:51 PM, Mariano Martinez Peck <marianopeck(a)gmail.com>
> wrote:
>
> Hi. I noticed it uses the URL:
>
> http://smalltalkhub.com/mc/Seaside/MetacelloConfigurations
>
> and that fails...shouldn't it use
>
> http://smalltalkhub.com/mc/Seaside/MetacelloConfigurations/main ?
>
> Thanks
>
> --
> Mariano
> http://marianopeck.wordpress.com
> _______________________________________________
> seaside mailing list
> seaside(a)lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
>
>
--
Mariano
http://marianopeck.wordpress.com
Hi guys,
I am using Magritte3 with Seaside and I am using the typical #asComponent.
Now, I would like to hook and execute some code in the domain class once
#asComponent has finished instantiating and setting the values of the
object.
Of course, from seaside I can send a #magrittePostAction to my object and
implement that....but I am at the seaside level there and I would like to
be at the domain level (because I use the same model in other seaside
parts...)
So...does Magritte3 have a hook for this?
Thanks,
--
Mariano
http://marianopeck.wordpress.com
Hi all,
So now I updated all configurations needed to load Pier3. I must admit I only tested loading Pier3AddOns, but this should work fine:
Start with a base Pharo 2.0 (another version should be fine too, not sure about Pharo 3.0, but confident Pharo 1.x works as well).
Get the configuration of Pier3 from smalltalkhub (http://smalltalkhub.com/mc/Pier/Pier3/main)
and run:
ConfigurationOfPier3 project load: #stable " Load pier3 "
ZnZincServerAdaptor startOn: 8080 " Start the Seaside server on the default port "
PRPierFrame registerAsApplication: 'pier' kernel: (PRKernel instanceNamed: 'pier'). "Register pier as application"
And you have Pier3 running in Pharo 2.0.
Cheers,
Diego
Combining Sven's manual with this code export and a cron job to
get the latest metacello versions from smalltalkhub, should be enough
to make it work, I think. Time for 'Building and deploying your first CMS
with Pharo'
Stephan
I started implementing one-to-many relationships in Morphic. It seems to
work, but doesn't yet update existing views. Where can I commit the code?
I'd love a review to make sure I'm on the right track. I used the Seaside
implementation for reference and inspiration...
-----
Cheers,
Sean
--
View this message in context: http://forum.world.st/One-to-many-in-Morphic-tp4692410.html
Sent from the Magritte, Pier and Related Tools mailing list archive at Nabble.com.
Hello,
I am running my interwebz experiments on a virtual server which doesn't have
an X11 stack.
What is the best way to run Pier on such a setup (my server is usually left
alone for weeks) for
- persistency of the image/ Pier kernel
- managing the image itself (is there a remote workspace)
The standard Seaside "screenshot"-Tool seems to be more of a last resort.
How do you manage your headless instances?
Regards
Markus