On Thu, Dec 13, 2007 at 10:23:16AM +0000, Kake L Pugh wrote:
It would be if I could figure out the encoding bug. I just added it to RGL to start with so it could get a thorough testing. I think all other problems have been ironed out now. Note that I'm not _absolutely_ certain there's a bug in the "add a comment" thing at all, but every so often one of the pages on RGL acquires that A-with-a-little-hat in front of its non-ASCII characters, and I suspect it might be due to comments being added and then the page version deleted because it's spam. But I can't replicate this and it's quite intermittent.
The same thing happens on the front page of the Oxford Guide with "Cafes" - I spent quite a long time looking at this before and decided it must be to do with buggy browsers, but typically I can't remember the details now.
Just a data point for you, anyhow.
I noticed that the comment stuff is currently implemented as a CGI - it really should be refactored into a method within OpenGuides.pm (or OpenGuides::Comment for that matter) for integration with the main code, then having it dispatched by wiki.cgi, but I assume that's fairly trivial.
Dominic.