Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (916 - 918 of 2152)

Ticket Resolution Summary Owner Reporter
#945 fixed [super] Richer resources - Resource Groups, new fields, improved UI kindly kindly

Reported by kindly, 3 years ago.

Description

Super ticket: #1032

This is a meta ticket for changes that are going to happen in resources.

  • New resource group table. #956
  • New kind field in resource. #957
  • UI for new kind field. #958
  • Resources in REST API ticket:358
  • Resources in WUI #1445
  • Make Resources first class entity. #922 (duplicate?)

Background on this change can be found at:

#946 fixed No default system rights pudo dread

Reported by dread, 3 years ago.

Description

CKAN currently comes out of the box being uneditable. We'd like to encourage people to have open CKANs and therefore by default init the db with this right:

visitor -> is editor on -> System system
#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.