3
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added 'recent changes' author and log message for REST API transactions. -- John Bywater More... over 16 years ago
Fixed registration of data package tags when a data package is registered via the CKAN REST API ('datapkg ckanregister'). -- John Bywater More... over 16 years ago
Coded for various conditions that were resulting in 500 responses: invalid register path-part in REST API; duff JSON strings sent to REST API; mismatch between updated data and updated resources for Entity PUT. Also noted a few outstanding things that still need doing. More... over 16 years ago
Tweaked CKAN REST API documentation. More... over 16 years ago
Improved documentation of CKAN REST authorized requests. More... over 16 years ago
Documented changes to CKAN REST status codes (most importantly using 403 not 401, to both indicate 'not authorized' rather not 'not authenticated' and to avoid AuthKit intercepting and returning login form with a 200 code. More... over 16 years ago
Added support for registering notes from long_description, and tags from keywords. Added support for listing tags. Fixed various bugs. More... over 16 years ago
Fixed up the login and error pages. Fixed up authorization things. More... over 16 years ago
Added ASF as author. More... over 16 years ago
Improved REST API documentation web page. More... over 16 years ago
Fixed package tag presentation. More... over 16 years ago
Minor fixes, whilst developing the ckanclient package. More... over 16 years ago
[ckan/modes.py][xs]: change importing of sqlobject error messages (IntegrityError import removed as was not needed and broke older versions of sqlobject). More... over 16 years ago
[ckan/egg.info][xs]: add in paster_plugins.txt file. More... over 16 years ago
[rest][m]: implement the access-restriction side of api keys in the rest controller. More... over 16 years ago
[api][m]: generate api keys and display them at /account/apikey/. More... over 16 years ago
Added templates for CKAN REST API. More... over 16 years ago
Fixed revision pagination tests to work off the current revision history, so it works no matter how many times the tests are run. More... over 16 years ago
Trying to fix revision pagination tests. More... over 16 years ago
Moving to using ckan.form schemas as presentation objects. More... over 16 years ago
Fixing REST controller. More... over 16 years ago
Fixing up REST controller tests. More... over 16 years ago
Introduced presentation modes, to a support a REST interface consistent with Microfacts. More... over 16 years ago
Changed revision list template to use 'Page' pagination context. More... over 16 years ago
Refactored generic paginated list template, to allow variation of list item presentation. More... over 16 years ago
Changed revision controller to have paginated list. More... over 16 years ago
Adding tests for pagination of revision history. More... over 16 years ago
Set default order to be 'name'. More... over 16 years ago
[ckan/templates]: refactor front page extensively to improve usability. More... over 16 years ago
[xs]: correct error in test_tag.py which was leading to breaking test. More... over 16 years ago