[ckan-changes] [okfn/ckan] 1b1177: [#636] Fix deleted members having rights
GitHub
noreply at github.com
Wed Mar 20 13:29:04 UTC 2013
Branch: refs/heads/master
Home: https://github.com/okfn/ckan
Commit: 1b117786f206bb1623cfbdd69c860c0fc46df487
https://github.com/okfn/ckan/commit/1b117786f206bb1623cfbdd69c860c0fc46df487
Author: tobes <toby.junk at gmail.com>
Date: 2013-03-15 (Fri, 15 Mar 2013)
Changed paths:
M ckan/new_authz.py
Log Message:
-----------
[#636] Fix deleted members having rights
Commit: d97d1c7d51a160fc5ceca66b9bc30ac048793eab
https://github.com/okfn/ckan/commit/d97d1c7d51a160fc5ceca66b9bc30ac048793eab
Author: tobes <toby.junk at gmail.com>
Date: 2013-03-15 (Fri, 15 Mar 2013)
Changed paths:
M ckan/logic/action/create.py
Log Message:
-----------
[#636] Check we set state to active
Commit: f28b9dd720c5d3ca6f9b925e5ac6d026cd92551b
https://github.com/okfn/ckan/commit/f28b9dd720c5d3ca6f9b925e5ac6d026cd92551b
Author: John Glover <j at johnglover.net>
Date: 2013-03-20 (Wed, 20 Mar 2013)
Changed paths:
M ckan/tests/logic/test_auth.py
Log Message:
-----------
[#636] Fix group auth tests.
A partial update was removing members
from a group so at the next call to group_update
authorization was denied. The whole group dict
is now fetched using group_show before being
updated.
Also some PEP8 fixes.
Commit: eb89ccb7fdec0fdc1b861a7a4ea196f8b6c14ab2
https://github.com/okfn/ckan/commit/eb89ccb7fdec0fdc1b861a7a4ea196f8b6c14ab2
Author: John Glover <j at johnglover.net>
Date: 2013-03-20 (Wed, 20 Mar 2013)
Changed paths:
M ckan/controllers/group.py
M ckan/controllers/package.py
M ckan/lib/app_globals.py
M ckan/lib/dictization/model_dictize.py
M ckan/lib/plugins.py
M ckan/lib/search/index.py
M ckan/logic/action/create.py
M ckan/logic/action/get.py
M ckan/logic/action/update.py
M ckan/logic/auth/create.py
M ckan/logic/auth/update.py
M ckan/logic/schema.py
M ckan/new_authz.py
M ckan/plugins/interfaces.py
M ckan/plugins/toolkit.py
M ckan/public/base/less/module.less
M ckan/templates/organization/bulk_process.html
M ckan/templates/organization/members.html
M ckan/templates/package/snippets/package_metadata_fields.html
M ckan/tests/functional/test_package.py
M ckan/tests/lib/test_dictization_schema.py
M ckan/tests/schema/test_schema.py
A ckanext/example_idatasetform/__init__.py
A ckanext/example_idatasetform/plugin.py
A ckanext/example_idatasetform/templates/package/read.html
A ckanext/example_idatasetform/templates/package/snippets/package_metadata_fields.html
M ckanext/test_tag_vocab_plugin.py
M doc/conf.py
R doc/forms.rst
M doc/index.rst
M doc/tag-vocabularies.rst
M setup.py
Log Message:
-----------
Merge remote-tracking branch 'origin/master' into 636-auth-bug
Commit: fc51d0e8c672126ece626159eea39c258de65d09
https://github.com/okfn/ckan/commit/fc51d0e8c672126ece626159eea39c258de65d09
Author: John Glover <glover.john at gmail.com>
Date: 2013-03-20 (Wed, 20 Mar 2013)
Changed paths:
M ckan/logic/action/create.py
M ckan/new_authz.py
M ckan/tests/logic/test_auth.py
Log Message:
-----------
Merge pull request #636 from okfn/636-auth-bug
Access is not restricted when user is removed from Group
Compare: https://github.com/okfn/ckan/compare/2f46e34a5e3c...fc51d0e8c672
More information about the ckan-changes
mailing list