ideas icon indicating copy to clipboard operation
ideas copied to clipboard

[DEPRECATED] Use the main CKAN repo Discussions instead:

Results 100 ideas issues
Sort by recently updated
recently updated
newest added

The reCaptcha config option does currently work relatively well, but regardless of the type of v2 reCaptcha you specify (`tickbox` or `invisible`) it always falls back to tickbox, and v3...

Currently, there is no record of which account was responsible for changing a dataset or resource, making auditing difficult. There is also no record of how recently an account was...

**CKAN version** 2.9.1 **Describe the bug** It's not strictly a bug, but I'm filing it as one, given the high payoff. CKAN is widely used to distribute data. OOTB, `max_resource_size`...

A CKAN configuration option to set resource alias automatically: ``` ckan.datastore.auto_alias = True/False ckan.datastore.auto_alias_template = {package-id}-{resource-title} ``` where ckan.datastore.auto_alias_template is a [python format() string](https://www.w3schools.com/python/ref_string_format.asp), with predefined placeholder values {package-id}, {resource-title},...

Right now, it goes to the package page. This is understandable as there may be multiple files using the same format. But if there is only one resource with that...

Right now, you can explicitly specify a license. In addition, there's a default Open Database License disclaimer for the metadata on the package_form snippet. https://github.com/ckan/ckan/blob/8eec3e27c320baf29e0d99b2ce20ed14ae10b0d3/ckan/templates/package/snippets/package_form.html#L26 There was an extensive discussion...

**CKAN version** 2.9.1 **Describe the bug** Statistics are exposed as html tables in the `/stats` page. Page Views can be exported and are also exposed in the UI. Why not...

**CKAN version** 2.9.1 **Describe the bug** page view tracking logically falls under stats and should be exposed in `/stats` when both are enabled. Right now, stats doesn't use page view...

I am thinking of creating authentication for users to view datasets up to the row level e.g. User A can view Table 1 for columns x and y; User B...

My organization is planning to host 2 CKAN instances on the same server. So far, the only server we have with several CKAN instances has CKAN installed from source, however...