[ckan-changes] [ckan/ckan] 00edb1: Completely remove the revision controller.

GitHub noreply at github.com
Thu Apr 27 18:51:41 UTC 2017


  Branch: refs/heads/3484_revision_ui_removal
  Home:   https://github.com/ckan/ckan
  Commit: 00edb1b862e21bf94c5bd7896217d17f17d1e2f1
      https://github.com/ckan/ckan/commit/00edb1b862e21bf94c5bd7896217d17f17d1e2f1
  Author: Tyler Kennedy <tk at tkte.ch>
  Date:   2017-04-27 (Thu, 27 Apr 2017)

  Changed paths:
    M ckan/config/routing.py
    M ckan/controllers/group.py
    M ckan/controllers/package.py
    R ckan/controllers/revision.py
    M ckan/controllers/user.py
    R ckan/lib/activity_streams.py
    M ckan/lib/helpers.py
    M ckan/logic/action/get.py
    M ckan/model/package.py
    M ckan/templates/group/activity_stream.html
    M ckan/templates/organization/activity_stream.html
    M ckan/templates/package/activity.html
    M ckan/templates/package/read.html
    M ckan/templates/package/read_base.html
    R ckan/templates/revision/diff.html
    R ckan/templates/revision/list.html
    R ckan/templates/revision/read.html
    R ckan/templates/revision/read_base.html
    R ckan/templates/revision/snippets/revisions_list.html
    A ckan/templates/snippets/activities/added_tag.html
    A ckan/templates/snippets/activities/changed_group.html
    A ckan/templates/snippets/activities/changed_organization.html
    A ckan/templates/snippets/activities/changed_package.html
    A ckan/templates/snippets/activities/changed_resource.html
    A ckan/templates/snippets/activities/changed_user.html
    A ckan/templates/snippets/activities/deleted_group.html
    A ckan/templates/snippets/activities/deleted_organization.html
    A ckan/templates/snippets/activities/deleted_package.html
    A ckan/templates/snippets/activities/deleted_resource.html
    A ckan/templates/snippets/activities/follow_dataset.html
    A ckan/templates/snippets/activities/follow_group.html
    A ckan/templates/snippets/activities/follow_user.html
    A ckan/templates/snippets/activities/new_group.html
    A ckan/templates/snippets/activities/new_organization.html
    A ckan/templates/snippets/activities/new_package.html
    A ckan/templates/snippets/activities/new_resource.html
    A ckan/templates/snippets/activities/new_user.html
    A ckan/templates/snippets/activities/removed_tag.html
    R ckan/templates/snippets/activity_item.html
    A ckan/templates/snippets/activity_stream.html
    M ckan/templates/user/activity_stream.html
    M ckan/templates/user/dashboard.html
    M ckan/tests/legacy/functional/test_package.py
    R ckan/tests/legacy/functional/test_revision.py
    M ckan/tests/logic/action/test_get.py

  Log Message:
  -----------
  Completely remove the revision controller.

Remove the legacy revision controller 'tests'

Activities are now just templates. Removes all _html 'helpers'.

Remove leftover mentions of activity_streams.py and missed _html helpers from actions.

Switch activity action based on group type.

Fix 'View this version' links.

Redirect legacy history page to activity feed (this page is not referenced by anything in core ckan)

Revert a small change that breaks old fanstatic-based CKAN.

Remove mentions to user_activity_list_html and _html test checks.

Store complete package dict in activity. Store user name at time of change. Show historic package versions.

Legacy tests do not include valid users when creating test packages.

Ignore authentication when creating the package dict for the activity record.




More information about the ckan-changes mailing list