Re: [Pws] Bug Fix

2006-01-19 Thread Hal Eden
looking at the system, i don't see the AniSurveyModule class defined anywhere am i missing something? thanks, hal I'm attaching a change set that fixes two bugs, including the week bug. Peace and Luck! Je77 -- Jochen Jeff Rick, PhD Candidate, Georgia Tech College of Computing

Re: [Pws] Bug Fix

2006-01-17 Thread Jochen F. Rick
Oops. It seems my e-mail screwed up the line endings. I'm attaching it compressed, so that the Squeak line endings stay in tact. Peace and Luck! Je77 -- Jochen Jeff Rick, PhD Candidate, Georgia Tech College of Computing [EMAIL PROTECTED], http://www.je77.com/, work: 404-385-1105

Re: [pws] Bug Fix 12-1

2001-01-30 Thread Jochen F. Rick
Take the file (BugFix12-1.cs.gz) and ungzip it (Squeak can do this, but the stripped down version might not be able to). Open up a fileList window, find the BugFix12-1.cs file. File it in. Stop the server. Press on 'save exit' to save those changes. Peace and Luck! Je77 On Tue, Jan 30,

Re: [pws] [BUG][FIX]SocketStreamgetSubHeader

2000-10-28 Thread Bolot Kerimbaev
On Thu, Oct 26, 2000 at 11:23:14AM -0400, Mark Guzdial wrote: We're going to be building new collab environments that are NOT Swiki, but WILL require uploads. Should these new environments do uploads themselves, too? What Je77 meant is Swikis will use HttpRequest's support for uploads to

Re: [pws] [BUG][FIX]SocketStreamgetSubHeader

2000-10-26 Thread Bert Freudenberg
On Wed, 25 Oct 2000, Bolot Kerimbaev wrote: I made upload handling cleaner and more correct Great! :) And a bit of future plans: per Je77's request, I may be folding the multipart form support into the HttpRequest (which makes more than zero sense only after refactoring). Could you

Re: [pws] [BUG][FIX]SocketStreamgetSubHeader

2000-10-26 Thread Jochen F. Rick
Could you outline how this should work? I mean, some sort of support should be there, but uploading itself should be handled by a module. It boils down to efficiently handle MIME data, right? Nah. Where the upload should go should be determined by Swiki and not Comanche. I'm completely

Re: [pws] [BUG][FIX]SocketStreamgetSubHeader

2000-10-25 Thread Bolot Kerimbaev
(I didn't intend for this post to be so long, so here's a summary: I made upload handling cleaner and more correct, but still need to make sure that it takes care of the upload problem). Bob, all, thanks for plugging in to fix some of these nasty bugs. I finally got around to spend some serious

Re: [pws] [BUG][FIX]SocketStreamgetSubHeader

2000-10-18 Thread Jochen F. Rick
Yesterday, I filed BobĀ“s fix in my Com45Swiki9 running on Squeak2.7 with a 2.8VM and, unfortunately, the problem with uploading from MSIE still persists. Does anyone else have attempted that and got a different result (success would be a great one ;-))? Upgrade to Com46Swiki11, Squeak2.8,

[pws] [BUG?][FIX?]PWS2Comanche

2000-06-13 Thread Douglas McPherson
I had a couple of problems converting some old PWS swikis to FourStrongWinds. I'm not sure that they are bugs -- its more likely I wasn't using the converter correctly. In any case, here is a small changeset which captures my workarounds. 'From Squeak2.7 of 5 January 2000 [latest update:

Re: [pws] [Bug][Fix] PWS Authorizor

2000-06-01 Thread Stefan Matthias Aust
Hope this hasn't already been fixed by someone :). If so, it hasn't made it into 2.8a, to my knowledge (though I'm a few days behind :)). FYI: This was fixed by mjg at 4/21/2000 in changeset 2006. bye -- Stefan Matthias Aust \\ Truth Until Paradox

[pws] [Bug][Fix] PWS Authorizor

2000-05-31 Thread Bijan Parsia
See? *This* is why I don't get any writing done :) Ok, it seems that the new (as of at least 2.3) exceptions behave *just* a little differently than the old #error:. To wit, it prepends "Error: " to it's msgs. Naturally, this will play merry hell with an 'HTTP/1.0 401 Unauthorized' HTTP header.

[pws] Bug Fix for Com45Swiki9

2000-03-21 Thread Jochen F. Rick
This bug has really bad consequences if not fixed. I'm pretty sure it was the source of one of our servers going down alot. So, please update your images. Peace and Luck! Je77 'From Squeak2.7 of 5 January 2000 [latest update: #1762] on 21 March 2000 at 2:36:58 pm'! !IdFormatter class

Re: [pws] [BUG; FIX] CommanchepvtReadRequestFrom:

2000-02-01 Thread Bijan Parsia
At 8:31 PM -0500 1/31/00, Lex Spoon wrote: At least when sent POST requests from certain browsers, Comanche doesn't read in the last two bytes of the request. I'm not sure what the reason is. But it points out a problem in the way socket shutdown is done on the Unix VM. It's hard to fix; I've