Hi,
is there any photo gallery available for Pier? I mean a widget where I
could upload pictures and they are rendered in a nice way. I started
one 4 years ago but I abandoned it.
Bye
--
Damien Cassou
http://damiencassou.seasidehosting.st
I committed a new Metacello config, and copied it to sqs/Meta...Repo, and
ss3...MetaRepoForPharo20 with the following changes:
* Bless 3.0 as stable (it was already declared as such by the symbolic
version)
* Create new 3.1 development version, using semantic enhancement minor
version bump, to incorporate Morphic enhancements
* Declare 3.1 as the symbolic development version
The Morphic enhancements are:
* Implement basic working One-to-many relationship in Morphic with edit and
remove features
* Refactor Morph building
* Initial implementation of Morphic One-to-one relationships
* Use DateModel (from Spec) for Dates in Morphic
-----
Cheers,
Sean
--
View this message in context: http://forum.world.st/Magritte3-3-1-tp4693017.html
Sent from the Magritte, Pier and Related Tools mailing list archive at Nabble.com.
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