-----Original Message-----
From: smallwiki-bounces(a)iam.unibe.ch on behalf of smallwiki-request(a)iam.unibe.ch
Sent: Mon 11/12/2007 4:07
To: smallwiki(a)iam.unibe.ch
Subject: smallwiki Digest, Vol 22, Issue 4
Send smallwiki mailing list submissions to
smallwiki(a)iam.unibe.ch
To subscribe or unsubscribe via the World Wide Web, visit
https://www.iam.unibe.ch/mailman/listinfo/smallwiki
or, via email, send a message with subject or body 'help' to
smallwiki-request(a)iam.unibe.ch
You can reach the person managing the list at
smallwiki-owner(a)iam.unibe.ch
When replying, please edit your Subject line so it is more specific
than "Re: Contents of smallwiki digest..."
Name: Pier-Scriptaculous-kph.1
Author: kph
Time: 9 November 2007, 4:58:01 am
UUID: 59635ab0-8e80-11dc-a9ef-000a95edb42a
Ancestors:
- Tree widget with scriptaculous update on expand/collapse of tree item
Hi list,
I´m using seaside on VisualWorks. I need to configure the
page on http://myURL:8008 to be the main of my page, and the
configuration page (VisualWorks Web Toolkit) be private. How I do that?.
Greetings in advance!
Sebastián
On 05/11/2007, Lex Spoon <lex(a)lexspoon.org> wrote:
> On Sunday 04 November 2007 18:25:07 Damien Pollet wrote:
> > PS. Lex, can you update KomHttpServer and related in the universe?
>
> Sure, but can you be more precise? What update would you like?
upgrade to the latest version from SqueakSource, it includes a bunch of fixes.
> Alternatively, would you or someone you know like to maintain the Kom* entries
> in the development universe?
I could do it but I'm only doing web development on a hobby basis, so
I'm not the best person to maintain the package... I asked Giovanni on
IRC since he's the author of the most recent changes.
--
Damien Pollet
type less, do more [ | ] http://typo.cdlm.fasmz.org
Hi,
I have two Pier images that give partial HTML an a particular page in
Pier. Safari just displays a few lines of uninterpreted, unfinished
HTML. The HTML ends repetedly at the same place:
- in one image it's in the middle of a string (html text: 'in the
middle of this string')
- in the second image it's just after the first occurence of a
continuation argument in a URL (this image is squeak-dev 7145 + latest
pier-blog from universes)
I tried debugging, but the HTML generation goes further than what
Safari gets, so the bug must be later when seaside sends the page to
the browser… any idea how to proceed ?
--
Damien Pollet
type less, do more [ | ] http://typo.cdlm.fasmz.org
Hi all,
I just upgraded to the newest Pier, Magritte, Seaside and Kom. I
notice I can't get the server started for some reason, and in the
course of tracking this down I noticed that PR/PUDistribution both
inherit from the now non-existant MADistribuation. What should they
be inheriting from?
Thanks,
Jason
I was wondering if it might be worth dispatching the calls
visitBrokenInternalLink: visitEmbeddedInternalLink: etc back to the Link
instance...
So that the types of link can render themselves appropriately.
Keith
Hi list, im working with Pier on VisualWorks and I have to add a user.
So I do this:
((PRKernel instanceNamed:'Pier') propertyAt: #users) add: self user.
But when a look a users report the new one doesn´t appear. And in the
Pier Kernel its replicated. Its something Im doing wrong? Exist another
way to add a user?
Greetings in advance,
Sebastián