Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1048 - 1050 of 2152)

Ticket Resolution Summary Owner Reporter
#1576 fixed Move stats extension back into core - 0.5d rgrp rgrp

Reported by rgrp, 2 years ago.

Description

Est: 0.5d.

Questions:

  • Why do this?
    • tiny extension with few dependencies - and really nice to have out of the box
    • trial for doing this on larger scale
  • Do we keep as extension (even if in core)?
    • Ans: Yes, keep as extension because:
      • Already set up that way
      • Cleaner
      • Easier to disable / enable
  • How do we integrate with main them (e.g. have stats link)
    • Ans: not sure (this is part of more general issue of how we update theme for varying changes elsewhere). Best answer is to have some widgetization in theme.
  • Hide ratings section (at least until we reinstate ratings #1598)
    • Ans: no, let's not bother (and having ratings there encourages us to do #1598 and/or find out whether people are interested in ratings)
#284 fixed Move tag/read/xxx to simple tag/xxx like package and group johnbywater rgrp

Reported by rgrp, 4 years ago.

Description

Also put in redirect from old locations (see examples with plurals in routing.py)

Estimated cost: 20m

Actual cost: 40m

#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.