Photo gallery?
by Damien Cassou
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
5 years, 4 months
Magritte3 3.1
by Sean P. DeNigris
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.
9 years, 9 months
Hook to execute code after magritte component is created?
by Mariano Martinez Peck
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
9 years, 10 months
Pier3 Export
by Diego Lont
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
9 years, 10 months
Re: Replaying edits on different instance?
by Stephan Eggermont
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
9 years, 10 months