Skip to content

Releases: GetDKAN/dkan

7.x-1.15.5

13 Nov 20:39
Compare
Choose a tag to compare

Changelog

  • #2710 Replace data stories page view with a non-search index version
  • #2712 Remove unused xss code

Note

  • If you are upgrading an existing DKAN site you will have an unused 'Stories' search api server and index, these can be disabled or deleted as they are no longer needed.
  • The license search facet will not display values from harvested datasets, this will be addressed in a future release.

7.x-1.15.4

24 Oct 03:18
Compare
Choose a tag to compare

Changelog

  • #2701 Update drupal core to 7.60
  • #2541 Updates for php 7.1 compatibility
  • #2702 Fix 'a non-numeric value encountered' error
  • #2696 Peg drush to a specific version
  • #2670 Update ODSM to 2.1 for php 7 compatibility
  • #2692 Patch the radix theme to use local bootstrap.min.js file
  • #2664 Add UI to change allowed extensions on resources
  • #2668 Add environment and environment_indicator modules to DKAN
  • #2656 Update workbench_moderation, drafty, and dkan_sitewide_panels to fix 'View draft' button
  • #2658 Fix behat test @workflow_19 to avoid false positive result
  • #2644 Automate group role assignments
  • #2650 & #2634 Documentation updates
  • #2637 Fix version check on available updates for empty value
  • #2636 Add created date as a sort option on search pages
  • #2628 Update Datastore API documentation

Warning

If you are using dkan_workflow, be sure that your users are assigned one of the workflow roles, the permissions are strict in that a user with only a standard DKAN role will not be able to create, edit or delete datasets and resources. Be sure to update these accounts to include the corresponding workflow role.

  • content creator + workflow contributor
  • editor + workflow moderator
  • site manager + workflow supervisor

DKAN 1.15.3

10 Aug 19:01
Compare
Choose a tag to compare

Changelog

  • #2599 Adds additional helper function to get remote file info
  • #2605 Remove group member count and link from the group block
  • #2604 Update select_or_other to 2.24
  • #2601 Update file_resup to 1.5
  • #2418, #2600 & #2606 Documentation updates
  • #2599 Fix for getting remote file info when the server doesn't support HTTP HEAD
  • #2592 CSS updated to add ppt/pptx file icons
  • #2589 Security update for uuid (1.1)
  • #2586 Switch to saving the data.json url by default when harvesting remote files rather than the effective url
  • #2585 Add kml, kmz, shp to allowed extensions on resource file upload and remote file fields
  • #2588 More granular field validation for datasets and resources.
  • #2557 Wrap Dkan defined string to improve multilingual support

DKAN 1.15.2

26 Jun 17:06
Compare
Choose a tag to compare

Changelog

  • #2576 Add redirect to search page on 404 status
  • #2572 Open Data API table documentation tweaks
  • #2561 Test improvements
  • #2553 Add an example on how to set the dkan_map_tile_url variable
  • #2552 Run linting before tests
  • #2567 Fix typo in README.md
  • #2544 Update contrib modules
  • #2563 Remove changelog checkbox from PR template
  • #2562 Fix the docker download url

DKAN 1.15.1

05 Jun 22:20
Compare
Choose a tag to compare

Changelog

  • #2533 #2546 Updates docker-compose to use updated cli container
  • #2542 Add theme setting to adjust hero region height
  • #2531 Add table tags to allowed html
  • #2527 Stop xdebug in web and cli containers for tests
  • #2521 Add custom validation rules to the REST API node creation
  • #2498 Fix the link to installation info on README.md
  • #2463 Update circle setup to use local DEV containers
  • #2485 Check the character length of harvested resource urls
  • #2476 Update getExtension() and createResources() functions
  • #2452 Fix front page link paths on logo and site name
  • #2489 Create variable for map tile url
  • #2492 Security update for file_resup module, upgrade to version 1.5
  • #2358 Fix datastore error reporting when UUID is missing

DKAN 1.15

29 Apr 01:15
Compare
Choose a tag to compare

What's New

API improvements

A solid API is the window for DKAN to easily integrate with any other useful tool that allows us to get more value from our Open Data. DKAN will not be able to be all thing to all people, but with a solid API we can be the central repository for your data without any fear of any limitations. In this set of improvements, we’ll be making some fixes to allow our API to consume the same kinds of content it creates.

DKAN Link Checker

This new feature is included in the distro but not enabled by default. It is based on the Link checker module with some additional code to add views support and file url support. It is intended to help site managers see where links are failing in their data catalog and make it easy to weed out or fix the data.

Once enabled, urls in datasets, resources and harvest sources will be checked when cron runs. If a link is found to be broken it will be added to a report visible to site managers. The report will include the error code, the url that triggered the error, a link to the content where the error occurs, the contact name and email if available, a date when it was last checked, and an option to exclude the url from future checks. The report also allows you to filter on public access (public, restricted, or private), or by content type, or error type.

Additional improvements in this release

  • #2479 Linkchecker & API improvements
  • #2409 API improvements
  • #2434 Disable option to assign content to anonymous user
  • #2431 Fix calls to the empty function that check the return value of a function or method
  • #2405 & #2427 Improve tests
  • #2339 Add DKAN linkchecker

DKAN 1.14.7

25 Apr 22:25
Compare
Choose a tag to compare
  • #2473 Security upgrades to Drupal 7.59 and Media 2.9
  • #2470 Get harvest tests passing
  • #2468 Update urls to use https rather than http
  • #2467 Update command center menu links
  • #2464 Move functions out of the dkan_sitewide_menu.install file

DKAN 1.14.6

19 Apr 06:12
Compare
Choose a tag to compare
  • #2461 Update CONTRIBUTING.md
  • #2456 Remove exra docker dir
  • #2458 Fix the chrome issue
  • #2450 Incorrect Readme Links

DKAN 1.14.5

28 Mar 20:32
Compare
Choose a tag to compare

Changelog

Known Issues

  • A regression was discovered on search facets, this will be addressed on the next patch release.

DKAN 1.14.4

26 Feb 02:29
Compare
Choose a tag to compare

Improvements in this release

  • Avoid undefined offset on nuboot_radix/includes/panel.inc line 45 (#2404)
  • Update Drupal core to 7.57 (#2402)
  • Improvements to automated tests (#2375)