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, 10 months
Server side dialog during export
by Reza Razavi
Hi,
I'd like to share that since the code in PRExportImportWidget >>
export: has been partly moved to PRKernel >> exportOn:, now its call
to #inform: opens a dialog box on the server, instead of a web page
on the client side ;-)
Regards,
Reza
13 years, 6 months
Pier Book tool
by Geert Claes
Are there any plans to improve the pier book writing tool?
Pain-point areas:
- Images: list available images, replace existing image, easier insert image
...
- Navigation: next/previous page arrow icons in the header, show/hide entire
TOC on the side
- Chapters: maybe some sort of drag-drop using the TOC?
--
View this message in context: http://forum.world.st/Pier-Book-tool-tp2224150p2224150.html
Sent from the Magritte, Pier and Related Tools mailing list archive at Nabble.com.
13 years, 6 months
Garbage collecting kernels and configurations
by Reza Razavi
Hello,
When I execute *PRKernel allInstances* in my working image, I
currently get 4 instances, instead of one, which are mostly cross
referenced by:
1) either obsolete block closures as follows:
[closure] in PRContext>>activationCallback
2) or, by WAValueExpressions with #kernel as key, and aPRKernel as value
(probably again related to the closure in PRPierConfiguration >> describeOn:)
One of the kernels has close to 2500 references of type (1).
I'd like to know if somebody else has had a similar experience, and
what would be the most straitforward solution to get ride of them
(and avoid this situation in the future)?
FYI, I've been systematically executing *WAEnvironment
reloadApplications*, which seems inefficient, since just nils the
pointers, and does specifically not handle the cross references
inside the configuration objects.
Thank you in advance for your insights.
Regards,
Reza
13 years, 6 months
pier2?
by merlyn@stonehenge.com
Did I miss an announcement? Does this mean we have a Pier that works
(or nearly works) with Seaside 3?
--
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<merlyn(a)stonehenge.com> <URL:http://www.stonehenge.com/merlyn/>
Smalltalk/Perl/Unix consulting, Technical writing, Comedy, etc. etc.
See http://methodsandmessages.vox.com/ for Smalltalk and Seaside discussion
13 years, 6 months
Re: smallwiki Digest, Vol 52, Issue 4
by Pablo Gancharov
>
> How do you give 777 permissions on seasidehosting.st?
I gave the file permisions using ftp.
What happens when you upload a file? What happens when you type the
> URL of a stylesheet?
>
When I try to upload an image resource, appears a message saying that a
primive has failed.
But When I try to download the Blog to my machine to do some tests, I
discover that the entire blog weighed upper to 250MB!!, because There was
several .canges files. How i do to persist this files into one?
I'm using snapshot persistency method, is that right? or I should use
History persistency?
13 years, 6 months
checking user logged in
by Nick Ager
Hi,
I'd like to flag various pages in my site as being only valid if the user is
logged in. I've an action which creates a popup login/registration dialog
and ideally I'd like to tie to two together so that pages that are flagged
as requiring a user will display the popup login/registration dialog.
Has anyone developed anything like this before or any thoughts on how to
hook into Pier to provide the required behaviour?
Thanks
Nick
13 years, 6 months