[ckan-changes] [ckan/ckan] f9512f: Remove logic *_activity_list_html and use standard...
David Read
noreply at github.com
Fri Feb 8 13:38:14 UTC 2019
Branch: refs/heads/master
Home: https://github.com/ckan/ckan
Commit: f9512f7a02be39f2a80e42546f90da328fb80361
https://github.com/ckan/ckan/commit/f9512f7a02be39f2a80e42546f90da328fb80361
Author: David Read <david.read at hackneyworkshop.com>
Date: 2019-01-20 (Sun, 20 Jan 2019)
Changed paths:
M ckan/lib/helpers.py
M ckan/logic/action/get.py
M ckan/templates-bs2/group/activity_stream.html
M ckan/templates-bs2/organization/activity_stream.html
M ckan/templates-bs2/package/activity.html
A ckan/templates-bs2/snippets/activity_stream.html
M ckan/templates-bs2/user/activity_stream.html
M ckan/templates-bs2/user/dashboard.html
M ckan/templates/group/activity_stream.html
M ckan/templates/organization/activity_stream.html
M ckan/templates/package/activity.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
A ckan/templates/snippets/activity_stream.html
M ckan/templates/user/activity_stream.html
M ckan/templates/user/dashboard.html
M ckan/tests/controllers/test_group.py
M ckan/tests/controllers/test_organization.py
M ckan/tests/controllers/test_package.py
M ckan/tests/legacy/functional/api/test_dashboard.py
M ckan/tests/legacy/functional/test_activity.py
M ckan/tests/legacy/test_coding_standards.py
M ckan/tests/logic/action/test_get.py
M ckan/views/dataset.py
M ckan/views/group.py
M ckan/views/user.py
Log Message:
-----------
Remove logic *_activity_list_html and use standard templates to render activities, so that an extension can override them.
Commit: 401d15c272cf80258b47f487a8484b95b9f089b4
https://github.com/ckan/ckan/commit/401d15c272cf80258b47f487a8484b95b9f089b4
Author: David Read <david.read at hackneyworkshop.com>
Date: 2019-01-20 (Sun, 20 Jan 2019)
Changed paths:
R ckan/lib/activity_streams.py
M ckan/logic/action/get.py
M ckan/tests/legacy/test_coding_standards.py
Log Message:
-----------
Remove code that used to render the activity streams
Commit: 57433b05d34f138cc9bae7cc097f418dc159ec05
https://github.com/ckan/ckan/commit/57433b05d34f138cc9bae7cc097f418dc159ec05
Author: David Read <david.read at hackneyworkshop.com>
Date: 2019-01-20 (Sun, 20 Jan 2019)
Changed paths:
M ckan/tests/controllers/test_user.py
R ckan/tests/legacy/functional/api/test_dashboard.py
R ckan/tests/legacy/functional/test_activity.py
M ckan/tests/logic/action/test_create.py
M ckan/tests/logic/action/test_get.py
M ckan/tests/logic/action/test_update.py
M ckan/views/dashboard.py
Log Message:
-----------
Merge branch 'activity-stream-fixes' into activity-stream-html
Commit: c1faf26a233b4bf6e8d86e123a92623409b979c5
https://github.com/ckan/ckan/commit/c1faf26a233b4bf6e8d86e123a92623409b979c5
Author: David Read <david.read at hackneyworkshop.com>
Date: 2019-01-20 (Sun, 20 Jan 2019)
Changed paths:
M ckan/tests/controllers/test_user.py
Log Message:
-----------
Fixes following from activity-stream-fixes merge.
Commit: 83df65ea8c22ec58b081e540997d38bdbc87660e
https://github.com/ckan/ckan/commit/83df65ea8c22ec58b081e540997d38bdbc87660e
Author: David Read <david.read at hackneyworkshop.com>
Date: 2019-02-01 (Fri, 01 Feb 2019)
Changed paths:
M .github/ISSUE_TEMPLATE.md
M CHANGELOG.rst
A bin/remove-old-git-branches.sh
M ckan/config/deployment.ini_tmpl
M ckan/config/middleware/flask_app.py
M ckan/lib/jobs.py
M ckan/logic/validators.py
M ckan/templates-bs2/group/member_new.html
M ckan/templates-bs2/organization/member_new.html
M ckan/templates/group/member_new.html
M ckan/templates/organization/member_new.html
M ckan/tests/controllers/test_api.py
M ckan/tests/controllers/test_organization.py
M ckan/tests/controllers/test_package.py
M ckan/tests/controllers/test_util.py
M ckan/tests/helpers.py
M ckan/tests/legacy/__init__.py
M ckan/tests/legacy/functional/api/base.py
M ckan/tests/legacy/functional/api/model/test_ratings.py
M ckan/tests/legacy/functional/api/model/test_tag.py
M ckan/tests/legacy/functional/api/model/test_vocabulary.py
M ckan/tests/legacy/functional/api/test_api.py
M ckan/tests/legacy/functional/api/test_email_notifications.py
M ckan/tests/legacy/functional/api/test_follow.py
M ckan/tests/legacy/functional/api/test_package_search.py
M ckan/tests/legacy/functional/api/test_user.py
M ckan/tests/legacy/functional/api/test_util.py
M ckan/tests/legacy/functional/test_package.py
M ckan/tests/legacy/functional/test_user.py
M ckan/tests/legacy/lib/test_cli.py
M ckan/tests/legacy/lib/test_dictization.py
M ckan/tests/legacy/lib/test_hash.py
M ckan/tests/legacy/lib/test_tag_search.py
M ckan/tests/legacy/logic/test_action.py
M ckan/tests/legacy/logic/test_auth.py
M ckan/tests/legacy/misc/test_mock_mail_server.py
M ckan/tests/legacy/misc/test_sync.py
M ckan/tests/legacy/models/test_package_relationships.py
M ckan/tests/legacy/models/test_resource.py
M ckan/tests/legacy/models/test_revision.py
M ckan/tests/legacy/test_coding_standards.py
M ckan/tests/lib/search/test_index.py
M ckan/tests/lib/test_jobs.py
M ckan/tests/lib/test_navl.py
M ckan/tests/logic/action/test_patch.py
M ckan/tests/logic/test_conversion.py
M ckan/tests/logic/test_validators.py
M ckan/tests/model/test_system_info.py
M ckanext/datastore/backend/postgres.py
M ckanext/datastore/controller.py
M ckanext/datastore/logic/action.py
M ckanext/datastore/logic/schema.py
M ckanext/datastore/tests/test_dump.py
M ckanext/datastore/tests/test_search.py
M ckanext/reclineview/theme/public/widget.recordcount.js
M contrib/docker/ckan-entrypoint.sh
M contrib/docker/docker-compose.yml
M doc/maintaining/background-tasks.rst
M doc/maintaining/configuration.rst
M doc/maintaining/datastore.rst
M test-core.ini
Log Message:
-----------
Merge branch 'activity-stream-fixes' into activity-stream-html
Commit: ed890b4ae601f282abb7ec456a87125406dc6ab2
https://github.com/ckan/ckan/commit/ed890b4ae601f282abb7ec456a87125406dc6ab2
Author: David Read <david.read at hackneyworkshop.com>
Date: 2019-02-01 (Fri, 01 Feb 2019)
Changed paths:
M .travis.yml
Log Message:
-----------
Merge branch 'activity-stream-fixes' into activity-stream-html
Commit: 0a30f887f25a27b49e08e8d9f2cc56424e9eb8a8
https://github.com/ckan/ckan/commit/0a30f887f25a27b49e08e8d9f2cc56424e9eb8a8
Author: David Read <david.read at hackneyworkshop.com>
Date: 2019-02-01 (Fri, 01 Feb 2019)
Changed paths:
M ckan/logic/action/delete.py
Log Message:
-----------
Merge branch 'master' into activity-stream-html
Commit: 93ac068499a422c67bb90aed92ca071cb5061cc8
https://github.com/ckan/ckan/commit/93ac068499a422c67bb90aed92ca071cb5061cc8
Author: David Read <david.read at hackneyworkshop.com>
Date: 2019-02-08 (Fri, 08 Feb 2019)
Changed paths:
R ckan/lib/activity_streams.py
M ckan/lib/helpers.py
M ckan/logic/action/get.py
M ckan/templates-bs2/group/activity_stream.html
M ckan/templates-bs2/organization/activity_stream.html
M ckan/templates-bs2/package/activity.html
A ckan/templates-bs2/snippets/activity_stream.html
M ckan/templates-bs2/user/activity_stream.html
M ckan/templates-bs2/user/dashboard.html
M ckan/templates/group/activity_stream.html
M ckan/templates/organization/activity_stream.html
M ckan/templates/package/activity.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
A ckan/templates/snippets/activity_stream.html
M ckan/templates/user/activity_stream.html
M ckan/templates/user/dashboard.html
M ckan/tests/controllers/test_group.py
M ckan/tests/controllers/test_organization.py
M ckan/tests/controllers/test_package.py
M ckan/tests/controllers/test_user.py
M ckan/tests/legacy/test_coding_standards.py
M ckan/tests/logic/action/test_get.py
M ckan/views/dataset.py
M ckan/views/group.py
M ckan/views/user.py
Log Message:
-----------
Merge pull request #4627 from ckan/activity-stream-html
Activity stream html
Compare: https://github.com/ckan/ckan/compare/3f34dd4cdf5b...93ac068499a4
More information about the ckan-changes
mailing list