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.
JupiterJones wrote
> Hi All :)
>
> I've setup GS3.1.0.2 on AWS with Pier3 and after fixing the cross platform
> problems with file upload and announcements it seems to be running sorta
> ok. The "choose" buttons on the settings pages don't work but most other
> things are working.
>
> So... I updated the mainTemplate and as expected, the changes show up
> nicely in admin, however, when I go the main site (ie. not viewing through
> admin) the template change doesn't show up - the previous version is still
> showing.
>
> What could I have possibly done to cause this? :) How is it possible for a
> template change to show in admin but not show on the main site? Sadly this
> puts the project on hold since I can't update the templates.
>
> Thanks in advance for any advice.
>
> Cheers,
>
> Jupiter
-----
Cheers,
Sean
--
View this message in context: http://forum.world.st/Pier3-GS-3-1-0-2-Template-update-shows-in-admin-but-n…
Sent from the Magritte, Pier and Related Tools mailing list archive at Nabble.com.
I want to learn/play with Pier.
Starting with Pharo 20500 image, I loaded seaside30 and pier3 from the
configurations browser. (ignored some warnings).
Then I do:
PRPierFrame registerAsApplication: 'emptyPier' kernel: PRPierFrame
exampleEmpty .
but I get WARequestContextNotFound error.
How can I make it work? Should I be using seaside2.8? What is the
difference between pier2 and pier3?
thx.
Dear Bahman,
On Mon, Jun 3, 2013 at 1:47 AM, Bahman Movaqar <Bahman(a)bahmanm.com> wrote:
> What is the correct/current repository for Magritte?
the official repository for Magritte is
http://www.smalltalkhub.com/#!/~Magritte. Current stable version is
Magritte3. Official mailing list is smallwiki(a)iam.unibe.ch
(https://www.iam.unibe.ch/mailman/listinfo/smallwiki).
Best
--
Damien Cassou
http://damiencassou.seasidehosting.st
"Success is the ability to go from one failure to another without
losing enthusiasm."
Winston Churchill
Hi,
I think it would be nice to move magritte, pier and their addons to
SmalltalkHub so that we don't rely on Lukas' web servers anymore. Lukas
agrees but believe it should be the decision of the people who make
Magritte and Pier today. I can do it if you want to. I will create a
MagritteAndPier team.
--
Damien Cassou
http://damiencassou.seasidehosting.st
"Success is the ability to go from one failure to another without losing
enthusiasm."
Winston Churchill
Hi all,
On the PharoConf I demonstrated the work I did for Friedrich Dominicus (Q Software) in Magritte, adding some dynamic stuff (i.e. dynamic columns, groups that can collapse, automatic values). As announced, he will make this open source, and I will clean up code, make more tests, a demo project and some documentation to make it more useable.
I added a project QCMagritte on smalltalk hub. I will announce when there is significant progress.
Cheers,
Diego
Hi,
Norbert Hartl and I are proud to announce that:
- the pharo-vm package can now be installed on 64bits systems
- the pharo-vm package can now be installed on older Ubuntu releases
Todo list:
--
- clean the package to avoid many warnings
- automate the process of building these packages
- create a server-only version which do not depend on graphical libraries
(like X11 and libGL)
--
Damien Cassou
http://damiencassou.seasidehosting.st
"Success is the ability to go from one failure to another without losing
enthusiasm."
Winston Churchill
On 11 April 2013 19:16, Sven Van Caekenberghe <sven(a)stfx.eu> wrote:
>
> On 11 Apr 2013, at 16:34, Damien Cassou <damien.cassou(a)gmail.com> wrote:
>
>> Hi,
>>
>> Norbert Hartl and I are proud to announce that:
>>
>> - the pharo-vm package can now be installed on 64bits systems
>> - the pharo-vm package can now be installed on older Ubuntu releases
>
> Great and important work, thanks !
>
+1
Thanks, Damien & Norbert.
>> Todo list:
>> --
>>
>> - clean the package to avoid many warnings
>> - automate the process of building these packages
>> - create a server-only version which do not depend on graphical libraries (like X11 and libGL)
>
> Yes, a pharo-nox version is really important (for me at least).
>
>> --
>> Damien Cassou
>> http://damiencassou.seasidehosting.st
>>
>> "Success is the ability to go from one failure to another without losing enthusiasm."
>> Winston Churchill
>
> --
> Sven Van Caekenberghe
> Proudly supporting Pharo
> http://pharo.org
> http://association.pharo.org
> http://consortium.pharo.org
>
>
>
>
> _______________________________________________
> seaside mailing list
> seaside(a)lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
--
Best regards,
Igor Stasenko.