Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1159 - 1161 of 2152)

Ticket Resolution Summary Owner Reporter
#1001 fixed API should use normal user credentials if available rgrp rgrp

Reported by rgrp, 3 years ago.

Description

When using the API 'locally' i.e. from the CKAN instance (as would be the case with an ajax interface) the API, especially that allowing READ requests should use the normal user credentials if they are available prior to looking for an API key.

The key change appears to be to change _get_user_for_apikey method in lib/base.py BaseController? to check the c.user attribute (may wish to rename as the name may now be a bit misleading ...).

This is critical to incorporating any ajax editing into the frontend.

As part of this ticket we should do a general consolidation of the identification system in lib/base.py so that both api_key and normal user auth lead to the same set of auth-related objects being available (suggest c.user and c.userobj and c.author).

#1002 fixed Remove changeset model code dread rgrp

Reported by rgrp, 3 years ago.

Description

This code is unused and tests are disabled i belive. I suggest stripping this out (can always be re-added in an extension later). If we remove we should probably delete the relevant tables (and so a migration is needed).

#1003 fixed CKAN Javascript library and demonstration web interface rgrp rgrp

Reported by rgrp, 3 years ago.

Description

A plain javascript library for interfacing with CKAN would be very useful (why? see below!). It would also be nice to have a pure html + javascript web interface to CKAN both for its own sake and to act as a demonstrator for the library.

Why?

  • Development of bespoke interfaces -- much easier to edit html + javascript than to change ckan core
    • E.g. for specific communities e.g. geodata, science
    • Specialized tasks - multi-package editing
  • Very easy deployment and integration (e.g. can drop in to getthedata or other sites)
Note: See TracQuery for help on using queries.