Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (196 - 198 of 2152)

Ticket Resolution Summary Owner Reporter
#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
#939 fixed Notification bar at top of site shown to new users pointing them to simple instructions rgrp

Reported by rgrp, 3 years ago.

Description

On http://getthedata.org/ or stackoverflow there is a pop-up bar for new users that give them some simple instructions.

Talking with users it is clear that some people are not clear how ckan.net (or other sites) work and what they are and are not 'allowed to do. This could help make this better.

Implementation

  • Pop-up bar (based on a cookie or just being not logged in?) - uses ticket:938 (message flashing)
  • FAQ/instructions page (use the new wiki?)

Depends

Estimate

  • Cost: 1h
#947 duplicate Move the assignment of roles to a package on package creation to an extension rgrp

Reported by rgrp, 3 years ago.

Description

At the moment the assignment of user roles on package creation is done in setup_user_roles method in ckan/model/authz.py and is hard-coded.

This can be a pain to override (you can use a Plugin listening for package create events) and makes some things such as putting system in restricted mode more complex than it should be (see ticket:833).

An elegant solution would be to move this into an Extension this simplifies the code and make it easier for people override (just remove the default extension and plugin your own).

Note: See TracQuery for help on using queries.