Last modified: 2008-08-11 12:20:00 UTC
LiquidThreads uses the deprecated addPrimaryWikiText() in LqtBaseView.php so it does not work with the svn MediaWiki.
Please provide a patch. This extension is unfortunately not being maintained at the moment. I'll mark it broken.
I have installed the extension, and the simple use cases (create thread, reply to thread) work for me. addPrimaryWikiText() is marked deprecated, but will still work. According to the code (includes/OutputPage.php) it will thow an Throws an E_USER_NOTICE saying that $function is deprecated through wfDeprecated(). Request for patch is still open, of course :)
Fixed in r39135.