Custom Query (2152 matches)
Results (661 - 663 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#2565 | fixed | Social links to open in new tab/JS lightbox | aron.carroll | shevski |
Description |
Share this (twitter/fb) links open in new tab (no JS) or nice lightbox of some description in demo |
|||
#1664 | fixed | Smarter group activity streams | seanh | seanh |
Description |
We already have simple activity streams for groups that have new group or group updated events (see #1631). Smarter/more useful group activity streams would also contain the events for things related to the group: users, datasets, other groups, etc. This should just mean using a more complex SQL query in the group_activity_list() logic function. Things might get tricky when a user or dataset joins a group, this may show up as two events (the user or dataset was modified, and the group was modified). We may want to have two separate events for this (one to go in the user or dataset activity stream and one for the group), or maybe we just want one 'user/dataset joined group' event. |
|||
#2841 | fixed | Slug generation fails on demo dev | aron.carroll | amercader |
Description |
On the add dataset form, slug generation fails with JS error: Uncaught TypeError: Object [object Object] has no method 'incompleteFormWarning' basic-form.js:5 |