Closed mwjames closed 9 years ago
The extension maintainer has been informed about the necessary changes to make it work with SMW 2.2/2.3.
https://www.mediawiki.org/wiki/Thread:Extension_talk:RDFIO/Updating_database_for_RDFIO
Closing this issue after a month of inactivity.
https://github.com/samuell/RDFIO/search?utf8=%E2%9C%93&q=SMWExporter
Calls like
SMWExporter::makeExportDataForSubject
are no longer supported ([0], even though the static attribute still exists but planned to be removed in SMW 2.3/2.4).SMWExporter::getInstance()
was added with SMW 2.0 [1] to allow for a migration pathExporter::getInstance()->makeExportDataForSubject
( orSMWExporter::getInstance()
).[2]SMWExporter::decodeUri( )
as been moved toSMW\Exporter\Escaper::decodeUri( )
.[0] https://semantic-mediawiki.org/wiki/Thread:Semantic-mediawiki.org:Community_portal/Problems_uploading_and_deleting_files/reply_%282%29
[1] https://github.com/SemanticMediaWiki/SemanticMediaWiki/commit/1c72ff2d42b068418daed52436af9bb73a799ba1#diff-c389f4314358bfd7a6c149f792db132f
[2] https://github.com/SemanticMediaWiki/SemanticMediaWiki/blob/master/includes/export/SMW_Exporter.php#L45