[ckan-changes] [okfn/ckan] 5e7bae: Merge branch 'release-v1.7.1' of https://github.co...

GitHub noreply at github.com
Wed Jul 25 13:09:47 UTC 2012


  Branch: refs/heads/ross-broken-ecportal-fixes
  Home:   https://github.com/okfn/ckan
  Commit: 5e7baec3c60b03975ae8dcbee293b6922436e070
      https://github.com/okfn/ckan/commit/5e7baec3c60b03975ae8dcbee293b6922436e070
  Author: Ross Jones <rossdjones at gmail.com>
  Date:   2012-05-17 (Thu, 17 May 2012)

  Changed paths:
    M ckan/controllers/related.py

  Log Message:
  -----------
  Merge branch 'release-v1.7.1' of https://github.com/okfn/ckan into release-v1.7.1


  Commit: 84a22fe3237a991cb7f545893eb14615730c5c48
      https://github.com/okfn/ckan/commit/84a22fe3237a991cb7f545893eb14615730c5c48
  Author: Ross Jones <rossdjones at gmail.com>
  Date:   2012-07-25 (Wed, 25 Jul 2012)

  Changed paths:
    M CHANGELOG.txt
    M ckan/__init__.py
    M ckan/authz.py
    M ckan/config/deployment.ini_tmpl
    M ckan/config/environment.py
    M ckan/controllers/admin.py
    M ckan/controllers/api.py
    M ckan/controllers/home.py
    M ckan/controllers/user.py
    M ckan/i18n/el/LC_MESSAGES/ckan.mo
    M ckan/i18n/el/LC_MESSAGES/ckan.po
    M ckan/i18n/fr/LC_MESSAGES/ckan.mo
    M ckan/i18n/fr/LC_MESSAGES/ckan.po
    M ckan/i18n/no/LC_MESSAGES/ckan.mo
    M ckan/i18n/no/LC_MESSAGES/ckan.po
    M ckan/i18n/pt_BR/LC_MESSAGES/ckan.mo
    M ckan/i18n/pt_BR/LC_MESSAGES/ckan.po
    M ckan/i18n/sk/LC_MESSAGES/ckan.mo
    M ckan/i18n/sk/LC_MESSAGES/ckan.po
    M ckan/lib/alphabet_paginate.py
    M ckan/lib/base.py
    M ckan/lib/cli.py
    M ckan/lib/create_test_data.py
    M ckan/lib/helpers.py
    M ckan/lib/repoze_patch.py
    M ckan/lib/search/index.py
    M ckan/logic/__init__.py
    M ckan/logic/action/get.py
    M ckan/model/__init__.py
    M ckan/model/group.py
    M ckan/model/license.py
    M ckan/model/package.py
    M ckan/plugins/toolkit.py
    M ckan/public/css/style.css
    M ckan/public/scripts/application.js
    M ckan/templates/admin/authz.html
    M ckan/templates/group/authz.html
    M ckan/templates/layout_base.html
    M ckan/templates/package/authz.html
    M ckan/templates/user/login.html
    M ckan/tests/__init__.py
    M ckan/tests/functional/api/test_util.py
    M ckan/tests/functional/test_user.py
    M ckan/tests/lib/test_alphabet_pagination.py
    M ckan/tests/lib/test_helpers.py
    M ckan/tests/logic/test_action.py
    A ckan/tests/logic/test_tag.py
    M ckan/tests/models/test_group.py
    M ckan/tests/pylons_controller.py
    M ckanext/multilingual/plugin.py
    M ckanext/organizations/templates/organization_read.html
    M doc/configuration.rst
    M doc/geospatial.rst
    A doc/harvesting.rst
    M doc/index.rst
    A doc/install-from-package-amazon.rst
    A doc/install-from-package-virtualbox.rst
    M doc/install-from-package.rst
    M doc/install-from-source.rst
    M doc/post-installation.rst
    M doc/solr-setup.rst
    M setup.py
    M test-core.ini

  Log Message:
  -----------
  Merge branch 'release-v1.7.1' of https://github.com/okfn/ckan into release-v1.7.1


  Commit: a912ef8dd7175790bca067c116103ba269cad8af
      https://github.com/okfn/ckan/commit/a912ef8dd7175790bca067c116103ba269cad8af
  Author: Ross Jones <rossdjones at gmail.com>
  Date:   2012-07-25 (Wed, 25 Jul 2012)

  Changed paths:
    M ckan/controllers/package.py

  Log Message:
  -----------
  Change the rendering method for RDF to stop genshi being so 'helpful'

If using xhtml as the render method with genshi, and it encounters
xml:lang it will also add a lang attribute with the same value. Helpful.

We change the renderer to be xml if rendering rdf


Compare: https://github.com/okfn/ckan/compare/5e7baec3c60b^...a912ef8dd717


More information about the ckan-changes mailing list