[ckan-changes] [okfn/ckan] ad0876: [#2843] Remove 'Add Existing Datasets' option from...
GitHub
noreply at github.com
Tue Aug 21 14:31:04 UTC 2012
Branch: refs/heads/release-v1.8
Home: https://github.com/okfn/ckan
Commit: ad08763e03177cc3bf253de078e1899c08355fa5
https://github.com/okfn/ckan/commit/ad08763e03177cc3bf253de078e1899c08355fa5
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2012-08-15 (Wed, 15 Aug 2012)
Changed paths:
M ckan/controllers/group.py
M ckan/lib/plugins.py
M ckan/plugins/interfaces.py
M ckanext/organizations/forms.py
A ckanext/organizations/templates/organization_edit.html
Log Message:
-----------
[#2843] Remove 'Add Existing Datasets' option from organization edit
The link wasn't working, and this option doesn't make any sense when
organizations is enabled, because every dataset must belong to one and
only one organization anyway.
This commit simply removes the link from the organization edit page,
making it consistent with the other organization pages (read etc.)
It was necessary to add the ability to override the group/edit.html
template to the IGroupForm plugin to do this.
Commit: 04eecb88284e650cb0feb95b76393da63eee9f7b
https://github.com/okfn/ckan/commit/04eecb88284e650cb0feb95b76393da63eee9f7b
Author: Ross Jones <rossdjones at gmail.com>
Date: 2012-08-21 (Tue, 21 Aug 2012)
Changed paths:
M CHANGELOG.txt
M ckan/config/deployment.ini_tmpl
M ckan/controllers/feed.py
M ckan/controllers/group.py
M ckan/controllers/package.py
M ckan/controllers/related.py
M ckan/controllers/storage.py
M ckan/i18n/es/LC_MESSAGES/ckan.mo
M ckan/i18n/es/LC_MESSAGES/ckan.po
M ckan/i18n/fi/LC_MESSAGES/ckan.mo
M ckan/i18n/fi/LC_MESSAGES/ckan.po
M ckan/i18n/fr/LC_MESSAGES/ckan.mo
M ckan/i18n/fr/LC_MESSAGES/ckan.po
A ckan/i18n/ko_KR/LC_MESSAGES/ckan.mo
A ckan/i18n/ko_KR/LC_MESSAGES/ckan.po
M ckan/i18n/no/LC_MESSAGES/ckan.mo
M ckan/i18n/no/LC_MESSAGES/ckan.po
M ckan/lib/create_test_data.py
M ckan/lib/dictization/model_save.py
M ckan/lib/mailer.py
M ckan/lib/search/__init__.py
M ckan/model/license.py
M ckan/public/scripts/application.js
M ckan/public/scripts/vendor/recline/recline.js
M ckan/templates/package/read.rdf
M ckan/tests/functional/test_group.py
M ckan/tests/functional/test_user.py
M ckanext/multilingual/tests/test_multilingual_plugin.py
M doc/configuration.rst
Log Message:
-----------
Merge branch 'release-v1.8' of https://github.com/okfn/ckan into release-v1.8
Commit: f963a0c7a70b0e50a11dd9b53ca496222dac1b6d
https://github.com/okfn/ckan/commit/f963a0c7a70b0e50a11dd9b53ca496222dac1b6d
Author: Ross Jones <rossdjones at gmail.com>
Date: 2012-08-21 (Tue, 21 Aug 2012)
Changed paths:
M ckan/controllers/group.py
M ckan/lib/plugins.py
M ckan/plugins/interfaces.py
M ckanext/organizations/forms.py
A ckanext/organizations/templates/organization_edit.html
Log Message:
-----------
Merge branch '2843-cannot-add-existing-datasets-to-organizations' into release-v1.8
Compare: https://github.com/okfn/ckan/compare/1d94d8c9d21f...f963a0c7a70b
More information about the ckan-changes
mailing list