Last modified: 2012-07-05 19:11:49 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T36783, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 34783 - [SRF] 1.7 #subobject reuse fails on JSON, RDF,RSS, CSV, and BibTex export
[SRF] 1.7 #subobject reuse fails on JSON, RDF,RSS, CSV, and BibTex export
Status: RESOLVED INVALID
Product: MediaWiki extensions
Classification: Unclassified
SemanticResultFormats (Other open bugs)
unspecified
All All
: Unprioritized major (vote)
: ---
Assigned To: Jeroen De Dauw
:
Depends on: 37418
Blocks:
  Show dependency treegraph
 
Reported: 2012-02-28 23:53 UTC by MWJames
Modified: 2012-07-05 19:11 UTC (History)
2 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description MWJames 2012-02-28 23:53:58 UTC
#subobject triplets are correctly displayed and reused in formats such as broadtable or category but fails on other export formats.

{{#ask:[[Reference::fluit2003ontology]]|?Author|?Title|?Year|format=json|headers=show|link=all}}

JSON export fails with -> 

{
	"properties": {
		"author" : { "valueType": "text" },
		"title" : { "valueType": "text" },
		"year" : { "valueType": "text" }
	},
	"items": [
	
	]
}

RDF export fails with ->

<rdf:RDF
	xmlns:rdf="&rdf;"
	xmlns:rdfs="&rdfs;"
	xmlns:owl ="&owl;"
	xmlns:swivt="&swivt;"
	xmlns:wiki="&wiki;"
	xmlns:property="&property;">

	<owl:Ontology>
		<swivt:creationDate rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2012-02-29T00:34:24+01:00</swivt:creationDate>
		<owl:imports rdf:resource="http://semantic-mediawiki.org/swivt/1.0"/>
	</owl:Ontology>
	<owl:DatatypeProperty rdf:about="http://semantic-mediawiki.org/swivt/1.0#creationDate" />
	<!-- Created by Semantic MediaWiki, http://semantic-mediawiki.org/ -->
</rdf:RDF>

RSS export fails -> empty content 

CSV export fails -> only contains of headers

Bibtex export fails -> export file completely empty

Tested on MediaWiki	1.18.0, PHP	5.3.8 (apache2handler), MySQL	5.5.16 Semantic MediaWiki (Version 1.7.0.2) (r109011), Semantic Result Formats (Version 1.7)	(r107772)
Comment 1 MWJames 2012-07-05 19:11:49 UTC
I close my own report

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links