Custom Query (2152 matches)
Results (2047 - 2049 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. |
|||
#1625 | fixed | Add activity stream events for new/changed users | seanh | seanh |
Description |
This requires adding a logic function for emitting an activity stream event, and then editing the logic functions for creating or updating users and making them call the new emit event function. This same emit event function can later be used to emit activity stream events for other types of object as well. |
|||
#1631 | fixed | Add activity stream events for new/changed groups | seanh | seanh |