Skip to content

Releases: rdfio/RDFIO

Many stability improvements. N.B: API Change: Updated config variable names!

08 May 08:16
Compare
Choose a tag to compare

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

03 Apr 09:24
Compare
Choose a tag to compare

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

27 Nov 03:08
Compare
Choose a tag to compare

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

31 Oct 12:35
Compare
Choose a tag to compare

Fixing an error that caused writes to not be saved in ARC2 store

29 Oct 19:46
Compare
Choose a tag to compare

Remove error-prone composer-merge-plugin dependency

29 Oct 07:49
Compare
Choose a tag to compare

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

29 Oct 07:34
Compare
Choose a tag to compare

Like v2.0.5, but fixes an issue with the composer-merge-plugin.

Tests passing with MW 1.26 and SMW 2.4

28 Oct 18:38
Compare
Choose a tag to compare

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

28 Oct 16:09
Compare
Choose a tag to compare

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.

Removing need for re-configuring db info. Update info about dropped WOM dependency

28 Oct 13:11
Compare
Choose a tag to compare

This release seems to work pretty well, with major known issues fixed.

See this and this comments in issue #13 about changes made here.