[ckan-changes] [ckan/ckan] c851bb: Reimplement the read.rdf template lost in genshi p...

GitHub noreply at github.com
Fri Nov 21 14:55:02 UTC 2014


  Branch: refs/heads/master
  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


  Commit: d8abc43aad6178ed22c92ee520b09342fb8dcad0
      https://github.com/ckan/ckan/commit/d8abc43aad6178ed22c92ee520b09342fb8dcad0
  Author: David Read <david.read at hackneyworkshop.com>
  Date:   2014-11-21 (Fri, 21 Nov 2014)

  Changed paths:
    M ckan/new_tests/controllers/test_package.py
    M ckan/templates/package/read.rdf
    M ckan/tests/functional/test_package.py

  Log Message:
  -----------
  [#2063] Fix template to be detected as jinja. Convert to new tests.


  Commit: 133219b4502adcc692403315d87353099625c296
      https://github.com/ckan/ckan/commit/133219b4502adcc692403315d87353099625c296
  Author: David Read <david.read at hackneyworkshop.com>
  Date:   2014-11-21 (Fri, 21 Nov 2014)

  Changed paths:
    M ckan/plugins/interfaces.py

  Log Message:
  -----------
  [#2063] Mention reinstated n3 format in docstring.


  Commit: 36718f2fecfa758ddaec3704c62bfc729b4da733
      https://github.com/ckan/ckan/commit/36718f2fecfa758ddaec3704c62bfc729b4da733
  Author: David Read <david.read at hackneyworkshop.com>
  Date:   2014-11-21 (Fri, 21 Nov 2014)

  Changed paths:
    M ckan/controllers/package.py
    M ckan/lib/accept.py
    M ckan/new_tests/controllers/test_package.py
    M ckan/plugins/interfaces.py
    A ckan/templates/package/read.n3
    A ckan/templates/package/read.rdf
    M ckan/tests/lib/test_accept.py

  Log Message:
  -----------
  Merge pull request #2066 from ckan/2063-reimpl-rdf-template

Reimplement the read.rdf template lost in genshi purge


Compare: https://github.com/ckan/ckan/compare/c76a487410e7...36718f2fecfa


More information about the ckan-changes mailing list