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 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
Hello,
I was having a hard time how to create a PRKernel and have it available
under http://<server>/blog with the front page being the actual blog? I
don't like my visitors to hit a landing page first. Could this being
achieved with a doIt?
Regards, Markus
Hi Again,
Thanks Sean for letting me know my first post didn't get through and thanks for posting it for me.
Is there a way to throw away all the versions of a page except for the latest? I'm hoping that if I get rid of the history then the template changes will show up on the site.
Can anyone give me some advice on what could possible cause template updates to show nicely in admin, but not show up on the main site?
Also I tried copying the template to a new template then setting this new template as the root template, however, the choose buttons don't work on the settings page, and if I just type in the name of the template it doesn't save and reverts to the previous.
Please help :) Any advice would be much appreciated. I'm working on a short deadline and really want to get Pier up and running.
Thanks in advance for any advice or help.
Kind Regards,
Jupiter
I was writing Magritte descriptions for a JenkinsServer object and wanted to
semi-automate the creation of buttons to start and stop the UI. Something
like MAContainerMorph>>#addButtons, but sending messages to the model
object.
As a start, I made a new annotation to tag unary methods that are part of
the public API, so you can write e.g.:
stop
<magritteAction>
ZnEasy get: 'http://localhost:', self port asString, '/exit'.
[ self isRunning ] whileTrue: [ self wait ].
process close; closePipes.
Then I patched MAContainerMorph [1] to add the buttons for all such actions.
The result is a toolbar added to Magritte views, like:
<http://forum.world.st/file/n4693208/Screen_Shot_2013-06-13_at_1.13.19_PM.png>
What do you guys think?
[1] I'd like to generalize it to the description level so that it's
available in Seaside, etc
-----
Cheers,
Sean
--
View this message in context: http://forum.world.st/Model-actions-tp4693208.html
Sent from the Magritte, Pier and Related Tools mailing list archive at Nabble.com.