[ckan-changes] [ckan/ckan] 2a04e4: Removes the old auth models and their use.

GitHub noreply at github.com
Mon Nov 24 22:18:21 UTC 2014


  Branch: refs/heads/1903-remove-old-authz-code
  Home:   https://github.com/ckan/ckan
  Commit: 2a04e489af7ad453f463787a44aa2f042a0b4105
      https://github.com/ckan/ckan/commit/2a04e489af7ad453f463787a44aa2f042a0b4105
  Author: Ross Jones <ross at servercode.co.uk>
  Date:   2014-11-24 (Mon, 24 Nov 2014)

  Changed paths:
    M ckan/lib/base.py
    M ckan/lib/create_test_data.py
    M ckan/lib/helpers.py
    M ckan/logic/action/create.py
    M ckan/logic/action/get.py
    M ckan/logic/auth/create.py
    M ckan/logic/auth/update.py
    A ckan/migration/versions/075_remove_old_authz_model.py
    M ckan/model/__init__.py
    R ckan/model/authz.py
    M ckan/model/user.py
    M ckan/tests/functional/api/model/test_group.py
    M ckan/tests/functional/api/model/test_package.py
    M ckan/tests/functional/test_admin.py
    M ckan/tests/functional/test_group.py
    M ckan/tests/functional/test_package.py
    M ckan/tests/functional/test_pagination.py
    M ckan/tests/logic/test_action.py
    M ckan/tests/models/test_user.py

  Log Message:
  -----------
  Removes the old auth models and their use.

Removes all of the old auth models, and contains a migration to delete
the now unused tables.  There are a few components still depending
(secretly behind the scenes) on PackageRole and as a result for this PR
to be complete it needs to re-implement `number_administered_packages``




More information about the ckan-changes mailing list