Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (2023 - 2025 of 2152)

Ticket Resolution Summary Owner Reporter
#925 fixed Change the search box icon to remove the down arrow dread

Reported by dread, 3 years ago.

Description

Is there a good reason why the search box has a 'down arrow' icon when there is no drop-down menu? Or can this be usefully removed?

#933 fixed get rid of self when it should be cls in classmethods kindly

Reported by kindly, 3 years ago.

Description

use pylint

#934 invalid Key value store for extensions to store data kindly

Reported by kindly, 3 years ago.

Description

We need to allow plugins to store information.

Each plug-in should have its own name space and allow any data to be set.

There are two options.

  • make a key value table in ckan that will hold random information.
  • use redis (or other key value store)

If in sql suggest schema of form:

  • (namespace, obj_id, key, value [, value_type])
  • value is json
Note: See TracQuery for help on using queries.