|
From: Iain S. <iai...@ya...> - 2000-05-12 23:31:39
|
On 12 May 00, at 15:49, Todd L. Miller wrote: > OTOH, the pre-rendering stuff is all done and is working Yes. works great. And the auto linking is great. As a first code drop it looks fantastic. I'd clean up the code (if needed), put your license notices where appropriate, and drop it! However, it is lacking ?all? wiki markup rendering... I think you should put a temporary warning in the edit form (where you have "editing topicname") that says that wiki markups except WikiName autolinking is not implemented yet... wiki savvy users will do edits and think its broken. I also notice the edit page drops the common header/footer stuff. Is that intentional? I'd also add a "cancel" button on the edit page that redirects to the page view for that page without edits. (we can use the action later to drop page locks if we ever do page locking... currently we (JOSWiki) just leave the locks dangling and rely on lock timeouts which seems like a sad solution). Perhaps this is a feature request that should wait until after the code drop... > well. The one thing I'm wondering about, having removed the sourceforge > logo from the top in hopes of replacing it with an sfWiki logo, is why > that particular block is so tall. If you have any ideas let me know. It's your form for the "goto" box. Move your <form> tags outside the table tag for the header table. forms always get an extra "border" around them which is giving you the extra space... -iain |