Work started on Special:Log and associated tools/interfaces. This is far from complete, but the basic functionality is in there.
<?php
class Text_Wiki_Render_Plain extends Text_Wiki_Render {
function pre()
{
return;
}
function post()
{
return;
}
}
?>