Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (424 - 426 of 2152)

Ticket Resolution Summary Owner Reporter
#10 worksforme Update package johnbywater johnbywater

Reported by johnbywater, 8 years ago.

Description

As a

Authenticated user

I want to

Update the attributes of a package and add/remove releases

So that

The package attributes are changed. Package attributes are:

  • A title
  • A description (short or long)
  • Date added
  • Project url
  • package license(s)
  • download url
  • A list of releases with their dates and a summary line
  • a list of owners (referencing authenticated users)

I would also like to be able to add comments

Notes

  • Only an authenticated user is one of owners of a package may update it
  • Any authenticated user may add comments (but visitors may not)
  • can break down into:
    • Update a package by changing simple package attributes (value: 8)
    • Update a package by adding or removing an owner (value: 5)
    • Update a package by adding or removing comments (value: 7)
#2556 fixed Update module styles on the demo theme aron.carroll aron.carroll

Reported by aron.carroll, 23 months ago.

Description

They've become inconsistent as the design has changed.

  • Remove white stripe
  • Make text sizes consistent
  • Make white space around text boxes consistent
#1724 fixed Update logic action functions for vocabularies seanh seanh

Reported by seanh, 2 years ago.

Description

ckan/logic/action/get.py:tag_list() Currently (I think) just returns all tags in the CKAN instance that the user has access to. Needs an optional argument to get only tags from a particular vocabulary? When called with no argument, should only return free tags? Also add an optional dataset argument, so you can get tags for a given dataset and/or vocabulary?

ckan/logic/action/get.py:tag_autocomplete() Add optional argument to get only tags for a given vocab? When called with no argument, should get only free tags?

ckan/logic/action/get.py:tag_search() Again, optional arguments for restricting by vocabulary and/or dataset.

Note: See TracQuery for help on using queries.