[ckan-changes] [ckan/ckan] 1353f0: Merge branch '1470-member-auth-test-fail'
GitHub
noreply at github.com
Wed Jan 29 16:30:48 UTC 2014
Branch: refs/heads/1471-delete-unowned-datasets
Home: https://github.com/ckan/ckan
Commit: 1353f0b8f7f3606206c9d7983cc0ba2c9ad8652b
https://github.com/ckan/ckan/commit/1353f0b8f7f3606206c9d7983cc0ba2c9ad8652b
Author: amercader <amercadero at gmail.com>
Date: 2014-01-29 (Wed, 29 Jan 2014)
Changed paths:
M ckan/logic/auth/delete.py
M ckan/tests/test_coding_standards.py
Log Message:
-----------
Merge branch '1470-member-auth-test-fail'
Commit: f03d8f0906f414d547576e05da34dc68d35144e6
https://github.com/ckan/ckan/commit/f03d8f0906f414d547576e05da34dc68d35144e6
Author: amercader <amercadero at gmail.com>
Date: 2014-01-29 (Wed, 29 Jan 2014)
Changed paths:
M ckan/logic/auth/delete.py
Log Message:
-----------
[#1471] Fix deletion of unowned datasets
We are basically deferring the whole package_delete auth function to
package_update, because deletions are basically changing the state field
of a dataset from 'active' to 'deleted'.
Compare: https://github.com/ckan/ckan/compare/1353f0b8f7f3^...f03d8f0906f4
More information about the ckan-changes
mailing list