From: Dan F. <dfr...@cs...> - 2004-09-24 15:46:56
|
Reini Urban wrote: > BTW: The long-standing 1.3.11 release will be out soon. > > All persisting and annoying bugs have now working workarounds. > I just have to document it properly and finish testing. Cool! > wikilens integration will be 50% feature-wise. (danfr?) We are working on our own release. :-) After we release WindWhale (a.k.a. 1.3.9.GL4), I'd like to look into integrating the changes. I have a question that will help solve our last remaining big bug. The bug is that when you rate something, you get logged out (!). After a couple days, I've found the culprit. There is an exit() in RateIt.php. This turns out to be bad. There is some sort of finalization step (perhaps WikiRequest::updateAuthAndPrefs ? not sure..) that gets skipped with an early exit(), and the _user object is left without things it should have (like _authnow="session"). On the other hand, if I take out the exit(), a rating is submitted twice. What's going on here? I will keep looking, but any info would be useful. Dan |