Skip to content

Releases: conwetlab/ckanext-datarequests

Bug fixing

03 Sep 07:45
Compare
Choose a tag to compare

Fixed bugs:

  • #14: Data Requests cannot be closed on CKAN >= 2.4

Show data requests number

01 Jul 09:22
Compare
Choose a tag to compare

New features:

  • Show a badge with the number of data requests in the header

Show comments number

24 Jun 13:36
Compare
Choose a tag to compare
  • 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

08 Jun 13:57
Compare
Choose a tag to compare

Fixed bugs:

  • #10: database initialization not working with CKAN 2.3 and postgresql 9.1.x

v0.2.5: New Features + Bug Fixes

30 Apr 14:40
Compare
Choose a tag to compare
  • 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

27 Mar 15:49
Compare
Choose a tag to compare

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

27 Feb 10:49
Compare
Choose a tag to compare

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.