The wiki's origins are hazy, but I think it's a fork on Instiki that Tom put together.

The regexp that sanitizes input appears to be borked. But by moving your name to the top of the list, somehow I got it to work.

-- Patrick


On Mar 22, 2007, at 4:11 PM, Ryan Felton wrote:

Hey Guys,

It doesn't look like I'll be able to make it to the hackfest tonight...

I tried adding myself to the member list using the wiki. I entered the
following information:

* [[Ryan Felton]] _([http://www.aisleten.com/](http:// www.aisleten.com/))_

Here is the error I am getting:

Stack overflow in regexp matcher: /
^ # Start of line
<(p|div|h[1-6]|blockquote|pre|table|dl|ol|ul|script) # Start tag: \2
\b # word break
(.*\n)*? # Any number of lines, minimal match
<\/\1> # Matching end tag
[ ]* # trailing spaces
(?=\n+|\Z) # End of line or document
/ix

Also, is this a custom wiki or is this a plugin?

Thanks,

Ryan
_______________________________________________
Sdruby mailing list
[email protected]
http://lists.sdruby.com/mailman/listinfo/sdruby

Reply via email to