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
Pier - Advanced Search
by John Borden
All,
Is anyone aware of an advanced search for pier, such as case
sensitive, boolean (this phrase and/or/but-not that phrase), date
related, etc? If not, I'll start looking into adding it to the
PRFullTextSearch class.
Thanks,
John
13 years, 10 months
Re: pharo to glass: moving data question...
by Dale Henrichs
Mariano,
I haven't had a chance to look at the details of exporter/importer, but I assume that it is based on squeak-based serialization. At the moment SIXX is probably a better option for moving data to GemStone.
Dale
----- "Mariano Martinez Peck" <marianopeck(a)gmail.com> wrote:
| Pier (in 1.1.1 I think) has it's own Importer/Exporter. I don't know
| if it
| works on Gemstone, but if this is the case is really easy. I do this
| when
| move a pier site from one image to another.
|
| Cheers,
|
| Mariano
|
| On Sat, May 23, 2009 at 1:01 PM, Sean Allen
| <sean(a)monkeysnatchbanana.com>wrote:
|
| > I'll add SIXX on to my ever growing list of things to learn and if I
| have
| > issues, will be in touch.
| >
| >
| > On May 23, 2009, at 11:02 AM, Dale Henrichs wrote:
| >
| > SSean,
| >>
| >> Use SIXX. During SIXX testing I was able to move a Pier kernel from
| Squeak
| >> to GemStone.
| >>
| >> If you run into issues, I will be very interested to fix them,
| since at
| >> the moment I think SIXX is the best alternative.
| >>
| >> Dale
| >>
| >> ----- "Sean Allen" <sean(a)monkeysnatchbanana.com> wrote:
| >>
| >> | i want to start playing around with putting together a site in
| pharo
| >> |
| >> | on my laptop and then when i have it mostly completed, moving it
| over
| >> |
| >> | to a GLASS installation.
| >> | i've scanned back through the list since i first signed up last
| year
| >> |
| >> | ( and found numerous interesting tidbits i had missed ), but i
| can't
| >> |
| >> | find anything on this:
| >> |
| >> | if i want to move an existing pier site out of a pharo/squeak
| image
| >> | and into glass, how do i do that? i assume it would be using
| >> | monticello. i'm not sure though, how much i need to move. i'm
| sure
| >> | there is a simple answer to this, but i still haven't really
| used
| >> | monticello much as i have been able to get by without using it
| yet.
| >> |
| >> |
| >> | _______________________________________________
| >> | Magritte, Pier and Related Tools ...
| >> | https://www.iam.unibe.ch/mailman/listinfo/smallwiki
| >> _______________________________________________
| >> Magritte, Pier and Related Tools ...
| >> https://www.iam.unibe.ch/mailman/listinfo/smallwiki
| >>
| >
| > _______________________________________________
| > Magritte, Pier and Related Tools ...
| > https://www.iam.unibe.ch/mailman/listinfo/smallwiki
| >
14 years
Two Pier Forms Questions
by David Farber
I have a registration form embedded in Pier page.
+/mysite/MyForm+
1) How do I keep a user from submitting the form twice?
2) I would like to show a confirmation page after the form is
submitted, but I would like for that page to a Pier-editable page.
How could I accomplish that?
Thanks,
David
----
1 Squeak/Seaside/Pier site deployed
14 years
encodings in pharo
by Dennis Schetinin
Got totallly confused with encodings. I try to process strings with russian
characters entered through Pier using caracters entered in Pharo itself
(using RegEx, for example).
But those strings are different. For example, code for russian symbol "No." by
Pier string is (SmallInteger) 8470, but by Pharo it's 1069555990.
I tried different combinations of #convert(...) methods in String and
similar in WAKomEncoding but without any success so far...
How can I convert from Pharo's encoding to Pier's one?
(...sorry, but I'm unable to follow all those long discussions about
encodings in Pharo)
--
Dennis Schetinin
14 years
Tabbed view on a single object
by David Tibbe
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
I have an object with many descriptions. They can be grouped logically
into different and disjoint views. I'm dreaming of a simple way to get a
tabbed view, e.g. using a SimpleNavigation, for these different
description groups. Specially I just want to use only one memento, i.e.
I want to make changes in different views before the object is committed
completely.
Is there a simple way to realize such a thing? Or did anybody already
something like that?
Regards,
David
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iEYEARECAAYFAkocLFsACgkQY0bVmIBpe6kJAwCfRdanQQX/EHUzLoViF4+5UB+T
xcoAnisalgh2ch3btH/9daRoZ3V+8nsz
=nlab
-----END PGP SIGNATURE-----
14 years
blog archive oddness...
by Sean Allen
playing around again with pier.
new official image i downloaded a couple days ago...
playing around with the blog.
i can add new posts but they dont appear in the blog archive until
logged in,
i visit the blog archive ( environment/blogarchive )
what am i doing wrong?
14 years
Remove Blog component
by Gerhard Obermann
Hi!
How can I remove the blog component for one page!
Cheers
Gerhard
14 years
Exporting problem (Unable to export: 'Trying to write out, AnObsoletePRReportView')
by Dennis Schetinin
I've upgraded some time ago to a recent version of Pier. Now I've got a
problem (see subject) trying to export from the image... Seems like the
class (PRReportView?) was removed but the reference is still somewhere in
code and/or data. I don't know how to handle such things in Squeak (Pharo).
Any help please?
--
Dennis Schetinin
14 years