[ckan-changes] [okfn/ckan] 45c318: Removed auth groups from tests, controller, model ...
GitHub
noreply at github.com
Tue Sep 4 10:44:53 UTC 2012
Branch: refs/heads/2375-demo-theme-development
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
Commit: f5d3ac2d66f7239535c0c609162e7e59bf289b91
https://github.com/okfn/ckan/commit/f5d3ac2d66f7239535c0c609162e7e59bf289b91
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2012-08-29 (Wed, 29 Aug 2012)
Changed paths:
M ckan/controllers/package.py
Log Message:
-----------
Merge branch 'master' of github.com:okfn/ckan into 2366-remove-authorization-groups
Commit: 8996a68ed85b96507e7ec25432d62d3b5934d3a2
https://github.com/okfn/ckan/commit/8996a68ed85b96507e7ec25432d62d3b5934d3a2
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2012-08-29 (Wed, 29 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:
-----------
Merge branch '2366-remove-authorization-groups'
Commit: 17f0094aef8405902cc748963f66ef43b38a7a34
https://github.com/okfn/ckan/commit/17f0094aef8405902cc748963f66ef43b38a7a34
Author: tobes <toby.junk at gmail.com>
Date: 2012-09-04 (Tue, 04 Sep 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/admin/authz.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:
-----------
Merge branch 'master' into 2375-demo-theme-development
Conflicts:
ckan/controllers/admin.py
ckan/lib/helpers.py
ckan/templates/admin/authz.html
ckan/templates/package/new_package_form.html
removal of authz related bits
Compare: https://github.com/okfn/ckan/compare/d2db416964e5...17f0094aef84
More information about the ckan-changes
mailing list