[ckan-changes] [ckan/ckan] c851bb: Reimplement the read.rdf template lost in genshi p...
GitHub
noreply at github.com
Thu Nov 20 18:34:56 UTC 2014
Branch: refs/heads/2063-reimpl-rdf-template
Home: https://github.com/ckan/ckan
Commit: c851bbc422df81863ddbc9a8207c40b08f0ed4cc
https://github.com/ckan/ckan/commit/c851bbc422df81863ddbc9a8207c40b08f0ed4cc
Author: Ross Jones <ross at servercode.co.uk>
Date: 2014-11-20 (Thu, 20 Nov 2014)
Changed paths:
M ckan/controllers/package.py
M ckan/lib/accept.py
M ckan/plugins/interfaces.py
A ckan/templates/package/read.n3
A ckan/templates/package/read.rdf
M ckan/tests/functional/test_package.py
M ckan/tests/lib/test_accept.py
Log Message:
-----------
Reimplement the read.rdf template lost in genshi purge
Fixes #2063 by re-adding the missing template, but implemented with
jinja instead. The accept-header checks have been simplified as the
different loaders are no longer required.
N3 template is still broken but is included for completeness
More information about the ckan-changes
mailing list