Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1489 - 1491 of 2152)

Ticket Resolution Summary Owner Reporter
#1500 fixed Slug API calls tidy up dread dread

Reported by dread, 2 years ago.

Description
  • API call documented but don't exist any more: dataset create_slug
  • API call not documented but exists: is_slug_valid
  • API call not documented, badly sited in API and using custom code in controller (not logic layer): /package/autocomplete
#2841 fixed Slug generation fails on demo dev aron.carroll amercader

Reported by amercader, 21 months ago.

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
#1664 fixed Smarter group activity streams seanh seanh

Reported by seanh, 2 years ago.

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.

Note: See TracQuery for help on using queries.