[ckan-changes] [ckan/ckan] 796e95: Removes the related item feature
GitHub
noreply at github.com
Wed Sep 2 12:57:34 UTC 2015
Branch: refs/heads/2609-delete-related-items
Home: https://github.com/ckan/ckan
Commit: 796e95412c9edc05f44181a53ad86c3147eb24ac
https://github.com/ckan/ckan/commit/796e95412c9edc05f44181a53ad86c3147eb24ac
Author: Ross Jones <ross at servercode.co.uk>
Date: 2015-09-02 (Wed, 02 Sep 2015)
Changed paths:
M ckan/config/routing.py
M ckan/controllers/api.py
M ckan/controllers/package.py
R ckan/controllers/related.py
M ckan/controllers/user.py
M ckan/lib/activity_streams.py
M ckan/lib/dictization/model_dictize.py
M ckan/lib/dictization/model_save.py
M ckan/lib/helpers.py
M ckan/lib/plugins.py
M ckan/logic/action/create.py
M ckan/logic/action/delete.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/delete.py
M ckan/logic/auth/get.py
M ckan/logic/auth/update.py
M ckan/logic/schema.py
M ckan/logic/validators.py
A ckan/migration/versions/079_remove_related_items.py
M ckan/model/__init__.py
M ckan/model/group.py
R ckan/model/related.py
M ckan/public/base/test/index.html
R ckan/templates/ajax_snippets/related-item.html
M ckan/templates/home/snippets/stats.html
M ckan/templates/package/read_base.html
R ckan/templates/package/related_list.html
R ckan/templates/related/base_form_page.html
R ckan/templates/related/confirm_delete.html
R ckan/templates/related/dashboard.html
R ckan/templates/related/edit.html
R ckan/templates/related/edit_form.html
R ckan/templates/related/new.html
R ckan/templates/related/snippets/related_form.html
R ckan/templates/related/snippets/related_item.html
R ckan/templates/related/snippets/related_list.html
R ckan/templates/snippets/related.html
M ckan/tests/factories.py
M ckan/tests/legacy/__init__.py
M ckan/tests/legacy/functional/api/test_activity.py
M ckan/tests/legacy/functional/test_home.py
R ckan/tests/legacy/functional/test_related.py
M ckan/tests/legacy/functional/test_revision.py
M ckan/tests/legacy/functional/test_user.py
M ckan/tests/legacy/logic/test_action.py
M ckan/tests/legacy/test_coding_standards.py
M ckan/tests/logic/action/test_get.py
M ckan/tests/logic/auth/test_init.py
M ckan/tests/test_factories.py
Log Message:
-----------
Removes the related item feature
Once users are migrated over to ckanext-showcase, this PR will remove all traces
of the related-items feature from core.
More information about the ckan-changes
mailing list