[02:17:35] sfEditFormPreloadText does not seem to work any more. I've tested both the bleeding edge from git, and the version inside SemanticBundle [02:18:18] there is a live version of the bleeding edge at visible at http://snpedia.com/index.php/Special:FormEdit/Genotype/rs99999999999999(T;T) [02:20:19] previously, clicking on 'show changes' would have said '{{Genotype\n|rsid=99999999999\n|allele1=T\n|allele2=T}}' now it says only '{{Genotype}}' [02:24:04] this is a regression of the behavior reported in https://bugzilla.wikimedia.org/show_bug.cgi?id=47150 although the underlying cause may be quite different [02:34:58] cariaso: it looks like you're seeing the same bug that was reported here: https://bugzilla.wikimedia.org/show_bug.cgi?id=56569 [02:38:19] agreed, that certainly fits my symptoms [02:40:54] I've commented on the bug [08:59:12] Hi ! I'm trying to use the SMWWriter extension, but have an error when trying to run the examples on page http://semantic-mediawiki.org/wiki/Help:SMWWriter [08:59:28] this line returns an exception : $add = new SMWSemanticData( $page ); [08:59:43] Catchable fatal error: Argument 1 passed to SMW\SemanticData::__construct() must be an instance of SMW\DIWikiPage, instance of SMWWikiPageValue given [08:59:52] anyone has an idea of how to correct this ?