[ckan-changes] [okfn/ckan] 45c318: Removed auth groups from tests, controller, model ...
GitHub
noreply at github.com
Tue Aug 28 14:37:18 UTC 2012
Branch: refs/heads/2366-remove-authorization-groups
Home: https://github.com/okfn/ckan
Commit: 45c31815ea3282d185bde284788baf5da1b1749d
https://github.com/okfn/ckan/commit/45c31815ea3282d185bde284788baf5da1b1749d
Author: Ross Jones <rossdjones at gmail.com>
Date: 2012-08-28 (Tue, 28 Aug 2012)
Changed paths:
M ckan/authz.py
M ckan/config/routing.py
M ckan/controllers/admin.py
M ckan/controllers/api.py
R ckan/controllers/authorization_group.py
M ckan/forms/__init__.py
M ckan/forms/authorization_group.py
M ckan/forms/authz.py
M ckan/lib/authztool.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/logic/action/__init__.py
M ckan/logic/action/get.py
M ckan/logic/action/update.py
M ckan/logic/auth/__init__.py
M ckan/logic/auth/create.py
M ckan/logic/auth/publisher/create.py
M ckan/logic/auth/publisher/update.py
M ckan/logic/auth/update.py
M ckan/migration/versions/025_add_authorization_groups.py
M ckan/model/__init__.py
R ckan/model/authorization_group.py
M ckan/model/authz.py
M ckan/plugins/interfaces.py
R ckan/public/images/icons/authorization_group.png
R ckan/public/images/icons/authorization_group_add.png
R ckan/public/images/icons/authorization_group_edit.png
A ckan/public/images/icons/followers.png
M ckan/public/scripts/application.js
M ckan/templates/_util.html
M ckan/templates/admin/authz.html
R ckan/templates/authorization_group/__init__.py
R ckan/templates/authorization_group/authz.html
R ckan/templates/authorization_group/edit.html
R ckan/templates/authorization_group/edit_form.html
R ckan/templates/authorization_group/index.html
R ckan/templates/authorization_group/layout.html
R ckan/templates/authorization_group/new.html
R ckan/templates/authorization_group/read.html
M ckan/templates/group/authz.html
M ckan/templates/package/authz.html
M ckan/templates/package/layout.html
M ckan/templates/package/new_package_form.html
M ckan/templates/user/layout.html
M ckan/tests/__init__.py
M ckan/tests/ckantestplugin/ckantestplugin/__init__.py
R ckan/tests/functional/api/test_authorization_group.py
M ckan/tests/functional/test_admin.py
R ckan/tests/functional/test_authorization_group.py
M ckan/tests/functional/test_authz.py
M ckan/tests/functional/test_edit_authz.py
M ckan/tests/functional/test_package_edit_authz.py
M ckan/tests/logic/test_action.py
M ckan/tests/models/test_authz.py
M ckan/tests/models/test_repo.py
M ckan/tests/test_authz.py
Log Message:
-----------
Removed auth groups from tests, controller, model and logic
More information about the ckan-changes
mailing list