[ckan-changes] [ckan/ckan] e7f87a: [#1661] Remove repoze.who OpenID plugin

GitHub noreply at github.com
Tue Nov 25 15:21:12 UTC 2014


  Branch: refs/heads/master
  Home:   https://github.com/ckan/ckan
  Commit: e7f87acdeb754280a7b7457217a9734812de4224
      https://github.com/ckan/ckan/commit/e7f87acdeb754280a7b7457217a9734812de4224
  Author: Brook Elgie <specialbrew at gmail.com>
  Date:   2014-11-18 (Tue, 18 Nov 2014)

  Changed paths:
    M ckan/config/middleware.py
    M ckan/config/who.ini
    M ckan/controllers/user.py
    M ckan/lib/app_globals.py
    M ckan/lib/authenticator.py
    R ckan/lib/repoze_patch.py
    M ckan/tests/lib/test_authenticator.py
    M ckan/tests/test_coding_standards.py
    M requirements.in
    M requirements.txt

  Log Message:
  -----------
  [#1661] Remove repoze.who OpenID plugin


  Commit: e2a6089587f68b0a2e2f60c8d8c57c80c977511c
      https://github.com/ckan/ckan/commit/e2a6089587f68b0a2e2f60c8d8c57c80c977511c
  Author: Brook Elgie <specialbrew at gmail.com>
  Date:   2014-11-18 (Tue, 18 Nov 2014)

  Changed paths:
    M ckan/tests/functional/test_user.py

  Log Message:
  -----------
  [#1661] Remove unused test method


  Commit: 3db6fe82bef91035671ac9bdf1b3035819251877
      https://github.com/ckan/ckan/commit/3db6fe82bef91035671ac9bdf1b3035819251877
  Author: Brook Elgie <specialbrew at gmail.com>
  Date:   2014-11-18 (Tue, 18 Nov 2014)

  Changed paths:
    M requirements.txt

  Log Message:
  -----------
  [#1661] Remove python-openid requirement


  Commit: bead693b6b3d3e9b9d0580d4a9ed823d08040e98
      https://github.com/ckan/ckan/commit/bead693b6b3d3e9b9d0580d4a9ed823d08040e98
  Author: Brook Elgie <specialbrew at gmail.com>
  Date:   2014-11-18 (Tue, 18 Nov 2014)

  Changed paths:
    M CHANGELOG.rst

  Log Message:
  -----------
  [#1661] Add note to changelog


  Commit: b6dccb0dd879612fedf033f8907bf2dd3acec33c
      https://github.com/ckan/ckan/commit/b6dccb0dd879612fedf033f8907bf2dd3acec33c
  Author: Brook Elgie <specialbrew at gmail.com>
  Date:   2014-11-18 (Tue, 18 Nov 2014)

  Changed paths:
    M test-core.ini

  Log Message:
  -----------
  [#1661] Remove openid setting from test config


  Commit: eba7f2d77fc556302eb881cbd526ddc98ba85d77
      https://github.com/ckan/ckan/commit/eba7f2d77fc556302eb881cbd526ddc98ba85d77
  Author: Brook Elgie <specialbrew at gmail.com>
  Date:   2014-11-19 (Wed, 19 Nov 2014)

  Changed paths:
    M ckan/lib/base.py

  Log Message:
  -----------
  [#1661] Amend comment referring to OpenID


  Commit: d8e1cd64d62f0555f4e6dcd1746507eb0aa7544f
      https://github.com/ckan/ckan/commit/d8e1cd64d62f0555f4e6dcd1746507eb0aa7544f
  Author: Brook Elgie <specialbrew at gmail.com>
  Date:   2014-11-20 (Thu, 20 Nov 2014)

  Changed paths:
    M CHANGELOG.rst
    M ckan/config/middleware.py
    M ckan/config/solr/schema.xml
    M ckan/config/who.ini
    M ckan/controllers/group.py
    M ckan/controllers/home.py
    M ckan/controllers/package.py
    A ckan/lib/auth_tkt.py
    M ckan/lib/cli.py
    R ckan/lib/package_saver.py
    M ckan/lib/plugins.py
    M ckan/lib/search/index.py
    M ckan/new_authz.py
    M ckan/new_tests/helpers.py
    A ckan/new_tests/lib/test_auth_tkt.py
    M ckan/new_tests/logic/action/test_get.py
    A ckan/new_tests/test_authz.py
    M ckan/pastertemplates/__init__.py
    A ckan/pastertemplates/template/+dot+coveragerc_tmpl
    A ckan/pastertemplates/template/+dot+gitignore_tmpl
    A ckan/pastertemplates/template/+dot+travis.yml_tmpl
    A ckan/pastertemplates/template/LICENSE_tmpl
    A ckan/pastertemplates/template/MANIFEST.in_tmpl
    A ckan/pastertemplates/template/README.rst_tmpl
    A ckan/pastertemplates/template/bin/travis-build.bash_tmpl
    A ckan/pastertemplates/template/bin/travis-run.sh_tmpl
    R ckan/pastertemplates/template/ckanext/+project+/__init__.py
    A ckan/pastertemplates/template/ckanext/+project_shortname+/__init__.py
    A ckan/pastertemplates/template/ckanext/+project_shortname+/fanstatic/+dot+gitignore
    A ckan/pastertemplates/template/ckanext/+project_shortname+/plugin.py_tmpl
    A ckan/pastertemplates/template/ckanext/+project_shortname+/public/+dot+gitignore
    A ckan/pastertemplates/template/ckanext/+project_shortname+/templates/+dot+gitignore
    A ckan/pastertemplates/template/ckanext/+project_shortname+/tests/__init__.py
    A ckan/pastertemplates/template/ckanext/+project_shortname+/tests/test_plugin.py_tmpl
    M ckan/pastertemplates/template/ckanext/__init__.py
    R ckan/pastertemplates/template/ckanext_+project+.egg-info/.gitignore
    A ckan/pastertemplates/template/ckanext_+project_shortname+.egg-info/.gitignore
    A ckan/pastertemplates/template/dev-requirements.txt_tmpl
    M ckan/pastertemplates/template/setup.py_tmpl
    A ckan/pastertemplates/template/test.ini_tmpl
    M ckan/templates/package/read_base.html
    M ckan/tests/functional/api/test_user.py
    M ckan/tests/logic/test_auth.py
    M ckanext/resourceproxy/tests/test_proxy.py
    M doc/maintaining/configuration.rst
    M doc/maintaining/paster.rst

  Log Message:
  -----------
  Merge branch 'master' ckan/ckan into 1661-openid


  Commit: 451bbd0577d0fefec08fc45a32e9780f1a8ddbbd
      https://github.com/ckan/ckan/commit/451bbd0577d0fefec08fc45a32e9780f1a8ddbbd
  Author: Brook Elgie <specialbrew at gmail.com>
  Date:   2014-11-20 (Thu, 20 Nov 2014)

  Changed paths:
    M CHANGELOG.rst

  Log Message:
  -----------
  [#1661] OpenID changelog wording


  Commit: 775c417700380294b912911800ff8afb16f722bb
      https://github.com/ckan/ckan/commit/775c417700380294b912911800ff8afb16f722bb
  Author: David Read <david.read at hackneyworkshop.com>
  Date:   2014-11-25 (Tue, 25 Nov 2014)

  Changed paths:
    M CHANGELOG.rst
    M ckan/config/middleware.py
    M ckan/config/who.ini
    M ckan/controllers/user.py
    M ckan/lib/app_globals.py
    M ckan/lib/authenticator.py
    M ckan/lib/base.py
    R ckan/lib/repoze_patch.py
    M ckan/tests/functional/test_user.py
    M ckan/tests/lib/test_authenticator.py
    M ckan/tests/test_coding_standards.py
    M requirements.in
    M requirements.txt
    M test-core.ini

  Log Message:
  -----------
  Merge branch '1661-openid' of github.com:brew/ckan into brew-1661-openid

Conflicts:
	ckan/config/middleware.py


Compare: https://github.com/ckan/ckan/compare/61c9851f89ea...775c41770038


More information about the ckan-changes mailing list