[ckan-changes] [okfn/ckan] 3830af: Remove auth groups from core
GitHub
noreply at github.com
Wed Jun 6 12:59:11 UTC 2012
Branch: refs/heads/enhancement-2366-remove-authgroups
Home: https://github.com/okfn/ckan
Commit: 3830afaa6bbe7b1fcc51caae4a6fd21d5c6ebb0d
https://github.com/okfn/ckan/commit/3830afaa6bbe7b1fcc51caae4a6fd21d5c6ebb0d
Author: Ross Jones <rossdjones at gmail.com>
Date: 2012-06-06 (Wed, 06 Jun 2012)
Changed paths:
A CHANGELOG.txt
R CHANGELOG.txt
M ckan/authz.py
M ckan/config/deployment.ini_tmpl
M ckan/config/routing.py
M ckan/controllers/admin.py
M ckan/controllers/api.py
M ckan/forms/__init__.py
R ckan/forms/authorization_group.py
M ckan/forms/authz.py
M ckan/lib/authztool.py
M ckan/lib/base.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/model/__init__.py
M ckan/model/authorization_group.py
M ckan/model/authz.py
M ckan/plugins/interfaces.py
M ckan/public/scripts/application.js
M ckan/templates/_util.html
M ckan/templates/package/layout.html
M ckan/templates/user/layout.html
M ckan/tests/__init__.py
M ckan/tests/ckantestplugin/ckantestplugin/__init__.py
Log Message:
-----------
Remove auth groups from core
All mention of auth groups removed from helpers and auth related code
except in ckan/model/* to make it easier to provide a transition to
using organizations
Commit: 5520b21fad09a4f1506ea9875b476e5b33d51633
https://github.com/okfn/ckan/commit/5520b21fad09a4f1506ea9875b476e5b33d51633
Author: Ross Jones <rossdjones at gmail.com>
Date: 2012-06-06 (Wed, 06 Jun 2012)
Changed paths:
M doc/administrative-dashboard.rst
M doc/api-tutorial.rst
M doc/authorization.rst
M doc/configuration.rst
Log Message:
-----------
Updated documentation to remove auth groups
Compare: https://github.com/okfn/ckan/compare/0017e82...5520b21
More information about the ckan-changes
mailing list