At 21:02 03/01/2011, sergio_101 wrote:
>running this:
>
>kernel := PRKernel instances array at: 1.
>export := PRExportImportWidget new.
>
>export export: kernel
>
>WARRequestContextNotFound
>
>i am guessing it has to run in the web?
Yes. Why not just executing your code snippet in a workspace..
At 20:39 03/01/2011, you wrote:
> >
> > PRKernel instances anyOne exportOn: (RWBinaryOrTextStream on:
> ByteArray new)
> >
>
>trying this now..
>
>trying to figure out which kernel to pass to it..
The stream content needs to be saved in a file after the above
export, which does not contain your static resources (the "files"
folder needs to be "exported"/archived manually).
At 18:09 03/01/2011, Lukas Renggli wrote:
>Have a look at the export widget in another image and see how it
>triggers the export (I don't remember off the top of my head).
The logic in PRExportImportWidget looks like this:
PRKernel instances anyOne exportOn: (RWBinaryOrTextStream on: ByteArray new)
Hoping this helps,
Reza
i have botched my pier image AGAIN.. i sent a message to the seaside
list to see if it's fixable..
but i thought this might be another pier centric way to fix it..
i would like to, through the image, as the web server is broken,
export all my pages to the file system.. then import them back in to a
new clean image..
there are files in there, too.. images and such.. would there still be
correct links to images and files if i just copied the whole files
directory?
thanks!
--
----
peace,
sergio
photographer, journalist, visionary
http://www.CodingForHire.comhttp://www.coffee-black.comhttp://www.painlessfrugality.comhttp://www.twitter.com/sergio_101http://www.facebook.com/sergio101
i am finding the following problem..
i get into the website, and i start adding an article.. this might
take a little while. say half an hour to an hour..
when i finally hit "save" the article comes back as blank. i am
guessing that the session has expired while this was going on..
if i hit "back" i can get back to the text of the article and
copy/paste it back in.. but i don't like having to rely on this..
thoughts/ideas?
thanks!
--
----
peace,
sergio
photographer, journalist, visionary
http://www.CodingForHire.comhttp://www.coffee-black.comhttp://www.painlessfrugality.comhttp://www.twitter.com/sergio_101http://www.facebook.com/sergio101
At 09:43 09/12/2010, Lukas Renggli wrote:
>I've added you to the groups.
Thanks Lukas!
The following commit was successful.
/Reza
Name: Magritte-Seaside-razavi_acm_org.343
Author: razavi(a)acm.org
Time: 9 December 2010, 10:02:56 am
UUID: 2701011f-d24e-f14a-9e10-512f2500ef16
Ancestors: Magritte-Seaside-lr.342
In this method:
MASelectionColumn >> renderCellLinkContent:on:
changed the following:
html anchor class: (selected isNil ifFalse: [ 'selected' ]);
to:
html anchor class: (selected ifTrue: [ 'selected' ]);