[ckan-changes] [okfn/ckan] 0405c3: Add missing initialization of existing_org in orga...
GitHub
noreply at github.com
Wed Aug 21 12:14:42 UTC 2013
Branch: refs/heads/1199-fix-package-owner-org-edit
Home: https://github.com/okfn/ckan
Commit: 0405c3f868289a768ca2be9cb4db3ab7f9cd54b8
https://github.com/okfn/ckan/commit/0405c3f868289a768ca2be9cb4db3ab7f9cd54b8
Author: eraviart <emmanuel at raviart.com>
Date: 2013-08-21 (Wed, 21 Aug 2013)
Changed paths:
M ckan/templates/package/snippets/package_basic_fields.html
Log Message:
-----------
Add missing initialization of existing_org in organizations selector.
Without this initialization the organizations selector doesn't select the current organization.
Commit: 90dd70e659816de7c64e3ec7f9d8cda1a3dbd043
https://github.com/okfn/ckan/commit/90dd70e659816de7c64e3ec7f9d8cda1a3dbd043
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-08-21 (Wed, 21 Aug 2013)
Changed paths:
M ckan/logic/action/update.py
M ckan/logic/schema.py
M ckan/logic/validators.py
M ckan/tests/logic/test_action.py
Log Message:
-----------
[#1199] Make sure we can remove datasets from organizations through the API. The problem was that the validator removed the owner_org from the data dict when it was empty.
Commit: 7e7b24ba9cfcd9c9916703d3bbc2d0c1657e3efc
https://github.com/okfn/ckan/commit/7e7b24ba9cfcd9c9916703d3bbc2d0c1657e3efc
Author: Dominik Moritz <domoritz at gmail.com>
Date: 2013-08-21 (Wed, 21 Aug 2013)
Changed paths:
M ckan/public/base/vendor/select2/README.md
A ckan/public/base/vendor/select2/select2-spinner.gif
M ckan/public/base/vendor/select2/select2.css
M ckan/public/base/vendor/select2/select2.js
R ckan/public/base/vendor/select2/select2.min.css
M ckan/public/base/vendor/select2/select2.min.js
M ckan/public/base/vendor/select2/select2.png
A ckan/public/base/vendor/select2/select2x2.png
R ckan/public/base/vendor/select2/spinner.gif
Log Message:
-----------
[#1199] Upgrade select2 to make it possible to select item with empty value.
Compare: https://github.com/okfn/ckan/compare/0405c3f86828^...7e7b24ba9cfc
More information about the ckan-changes
mailing list