Releases: rdfio/RDFIO
Many stability improvements. N.B: API Change: Updated config variable names!
This release contains many stability improvements including a heavy refactoring of the part interfacing with SMW to write wiki articles.
Note one API change: Updated (shortened config variables names):
$rdfiogPropertiesToUseAsWikiTitle --> $rogTitleProperties
$rdfiogQueryByEquivURI --> $rogQueryByEquivURI
$rdfiogOutputEquivURIs --> $rogOutputEquivURIs
$rdfiogAllowRemoteEdit --> $rogAllowRemoteEdit
$rdfiogBaseURIs --> $rogBaseURIs
Fix various warning on commandline import
This release mainly fixes various minor warnings and errors shown when importing using the maintenance/importRdf.php
maintenance script on the commandline.
Make turtle default format in RDF import and remove non-working RDF/XML test data
This is a small fix to make the default behavior of the RDF Import form not generate errors, by only having test data in turtle format, which has so far worked better. (See issue #30 for more details).
Some cosmetic fixes to the RDF import form are also made (more rows, proper formatting of test data).
Fix broken URIResolver namespace in SPARQL endpoint
Fixing an error that caused writes to not be saved in ARC2 store
Remove error-prone composer-merge-plugin dependency
Like v2.0.5, but remoing dependency on the wikimedia/composer-merge-plugin, since it caused unnecessary trouble.
Fix issue with composer-merge-plugin dependency
Like v2.0.5, but fixes an issue with the composer-merge-plugin.
Tests passing with MW 1.26 and SMW 2.4
This is a bugfix version, with all provided unit tests passing.
Compatibility
Tested with:
- MediaWiki 1.26.4
- Semantic MediaWiki 2.4.1
- PHP 5.6.11
Known issues
Some issues have been seen with HHVM (3.15.2).
Installation
Please the new simplified installation procedure via composer, or the vagrant box!
Include wikimedia/composer-merge-plugin as a dependency
This release just adds wikimedia/composer-merge-plugin
as a dependency in composer.json
, to hopefully make it install automatically if not installed, when doing composer require rdfio/rdfio
.