Skip to content

Releases: GetDKAN/dkan

2.13.6

23 Feb 02:52
185e7f2
Compare
Choose a tag to compare

Added

  • Add args to drush harvest:register command (#3743)
  • Add cypress tests for file upload (#3749)

Fixed

  • Stop trying to guess if a file is local in form (#3753)

2.13.5

22 Feb 16:33
4975641
Compare
Choose a tag to compare

Added

  • Capture original column name in table comment on import (#3755)
  • Run cypress tests in parallel (#3744)

Changed

  • Simplify metastore docs (#3751)

2.13.4

09 Feb 16:13
f370ede
Compare
Choose a tag to compare

Added

  • Add revisions API for changing moderation state (#3748)

Fixed

  • Prepend paths in api docs, based on $settings['dkan_api_base'] (#3745)

2.13.3

31 Jan 21:21
0471fae
Compare
Choose a tag to compare

The hidden state had been initially reverted after it was discovered that it added a fairly serious bug to the API. It has now been addressed and restored.

Added

  • Add 'hidden' state to dkan_publishing workflow (#3742)

2.13.2

21 Jan 21:33
d206040
Compare
Choose a tag to compare

Added

  • Add bulk unpublish/archive commands for harvested datasets (#3737)

Fixed

  • Allow newline chars in CSV headers in MySQL Import service (#3719)
  • Remove unnecessary timezone override from harvest dashboard (#3738)

2.13.1

04 Jan 17:41
f585071
Compare
Choose a tag to compare

Added

  • Suport GROUP BY clause in datastore queries (#3731)

Changed

  • Consolidate metastore retrieve/range methods, keep unpublished datasets out of sitemap (#3733)

Fixed

  • Use Simple Sitemap base URL setting (#3735)

2.13.0

29 Dec 02:37
2baa835
Compare
Choose a tag to compare

Changed

Fixed

Full Changelog: 2.12.3...2.13.0

2.12.3

21 Dec 03:10
8a4c744
Compare
Choose a tag to compare

Added

  • Generate sitemap in frontend module (#3722)
  • Use absolute URLs in /sitemap.xml (#3729)

Changed

  • Tweak the admin links and dataset form help text (#3724)

Fixed

  • Remove unavailable class typehints from project (#3728)

2.12.2

07 Dec 21:29
72d67b5
Compare
Choose a tag to compare

Added

  • Import errors and other datastore dashboard improvements (#3723)
  • Add error message to dataset info, API (#3712)

Changed

  • Convert Datastore dashboard controller into form (#3714)
  • Use dkan-tools 4.2.5 (#3713)

Fixed

  • Only retrieve necessary IDs for the import dashboard (#3710)

2.12.1

19 Nov 22:44
0d8c6fd
Compare
Choose a tag to compare

Changed

  • Update phpunit.xml for PHPUnit 9 (#3709)

Fixed

  • Remove calls to deprecated 'destroy' method (#3711)
  • Cache tags on dataset docs endpoint (#3708)