Custom Query (2152 matches)
Results (106 - 108 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. |
|||
#3024 | fixed | Add activity stream tab to dataset read page | seanh | |
#782 | fixed | Add and remove users from sysadmin role from the command line | pudo | rgrp |
Description |
Need to be able to create (and remove) sysadmins easily (used to be able to do this via ini file but this functionality was removed a while back in authz system reorganization it seems). Suggest creating a new paster command as first step. # user identifier = openid (?) paster sysadmin add {user identifier} paster sysadmin remove {user identifier} Suggest this also be added to main CKAN docs. This should go into metastable as well as default so that it goes into the v1.2 release (can do this via a transplant from one branch to the other) |