Custom Query (2152 matches)
Results (1447 - 1449 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1666 | fixed | Add activity stream events for tags | seanh | seanh |
Description |
...and show them on the tag pages. This means adding tag_activity_list() and tag_activity_list_html() logic functions, adding the templating to render tags as HTML, and adding the tag HTML into the tag pages. What exactly should go into a tag's activity stream? As with datasets we may want a more complex SQL query, where events from objects related to the tag (datasets, users, etc.) appear in the tag's stream. |
|||
#1686 | fixed | Add activity events for when a dataset is added to or removed from a group | seanh | seanh |
#1694 | fixed | Add quick functional test(s) for activity streams HTML rendering | seanh | seanh |
Description |
The activity streams feature is already thoroughly tested via the logic layer and API calls, but there needs to be a quick test of the rendering code, e.g. fetch a user's page (thus testing that ckan doesn't crash while rendering it) and then assert that the expected activity streams HTML is in the fetched HTML. |