Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (2029 - 2031 of 2152)

Ticket Resolution Summary Owner Reporter
#916 duplicate Port new vdm to Mongodb rgrp pudo

Reported by pudo, 3 years ago.

Description

We should create a port of VDM 0.9 for MongoDB to support user editing in WDMMG.

#922 duplicate Make Resources first class entity. kindly kindly

Reported by kindly, 3 years ago.

Description

Why?

  • Will make it easier to give resources their own form, independent of packages.
  • Makes uploading, harvesting and previewing data cleaner as its separate from the packages.
  • Gives the option of sharing a resource between packages.
  • Leads the way to supporting storing richer semantic information against them.
#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.