Releases: conwetlab/ckanext-datarequests
Releases · conwetlab/ckanext-datarequests
Bug fixing
Fixed bugs:
- #14: Data Requests cannot be closed on CKAN >= 2.4
Show data requests number
New features:
- Show a badge with the number of data requests in the header
Show comments number
- New feature: show comments number of every data request in data requests list.
- New feature: show comments number of one data request in the data request page.
Bug Fixing
Fixed bugs:
- #10: database initialization not working with CKAN 2.3 and postgresql 9.1.x
v0.2.5: New Features + Bug Fixes
- New feature: Comments are now optional (#7). They are enabled by default, but if you want to disable them, you can modify your properties files and add
ckan.datarequests.comments = False
. - New feature: New tab in user profile to visualize data requests created by this user (#4)
- New feature: Preselected organization when creating a data request from organization data requests page
- New feature: Show age of data requests on the main data requests page (#5)
- Bug fixing
Comments
This version includes these new features:
- Comment a data request:
- Create a comment
- Edit a comment
- Delete a comment
Additionally, these bugs are fixed:
- Data Requests cannot be updated by non-admin users
- 401 was returned when a logged user tries to perform an unauthorized action. 403 is returned now
First Release
CKAN extension that allows users to ask for datasets that are not already published in the CKAN instance. In this way we can set up a Data Market, not only with data supplies but also with data demands.
Data Requests can be Created, Updated, Deleted and/or Closed through the API or the GUI.