I have a whole slew of images to use. Some can be cached on the server
and many are found in various remote locations which may change in the
markup. Is there any way of creating a macro or +value:thingie+ that
will allow me to refer to images with a a variable prefix?
eg:
prefix0 =''
prefix1 = 'http://www.mysite.com'
+prefix1/images/myimage.png+
vs
+prefix0/images/myimage.png+
Lawson
I'm setting up a pier site on a CMS today and need to know whether I should set up a 32 or 64 bit OS. I'm planning on just following the instructions at http://www.piercms.com/doc/deploy unless someone suggests otherwise.
Pat
MAMemoDescription has a lineCount, but no control for the default number
of columns to use in the testArea, so one ends up with tall skinny text
fields...
It can easily be added, so I was wondering if there was a reason it
wasn't implemented...
I'll add it if it sounds like a good idea...
Dale
I am testing ConfigurationOfSeaside preparing for an imminent release
and one of the combos that I'm testing is:
Seaside3.0
Swazoo Adaptor
Pier
and I've noticed that Pier has a number of direct references to the
WAKom class:
PRSegmentPersistency>>cleanupKom (WAKom is Undeclared)
PRDistribution>>register (WAKom is Undeclared)
PRDistribution>>register (WAKomEncoded is Undeclared)
I was wondering if these references were intentional or historical. I
can add explicit dependencies (or the code can be changed or the
packages refactored or ...)...For GemStone I had to do pretty major
surgery on the PRDistribution class because there is a lot of
Pharo-specific code there so it's worth thinking about GemStone if
there's more work done than just testing for the existence of the class ...
While I'm on the subject I noticed that PRLoader has a dependency on
OBSystemBrowserAdaptor, which basically means that all of OmniBrowser
needs to be loaded to bring in Pier-Setup ...
PRLoader class>>setProperPreferences (OBSystemBrowserAdaptor is
Undeclared)
Now that we've created the 'Base' group for Seaside3.0 I suppose we'll
be seeing more of these kinds of dependencies revealed...
Dale
Hello,
I'm looking for a way to create new pages locally, in a pier instance,
but "publish" them to a running pier instance on another machine. Is
there a built in way to do this?
Thanks,
-Steven
Hi,
i port some code from Magritte to Magritte 2.
Some description based on:
options: [ some my code....... ] asDynamicObject
now erase error because the asDynamicObject method isn't define.
I can remove it and write:
options: some my code
directly.
Thanks,
Dario
I'm messing around with pier to build a new site. One thing I'm doing is making pages locally, to see how they look, and adding my own behavior, without having to do anything on the server just yet. Is there a way to take individual pages from my local machine and transfer them to the server?
Pat