Skip to content

Releases: GetDKAN/dkan

2.14.2

21 Dec 20:19
6cd2c18
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.14.1...2.14.2

2.14.1

15 Dec 16:54
9ffba22
Compare
Choose a tag to compare
2.14.1 Pre-release
Pre-release

Release Notes


⚠️ Warning


Good news, this release removes the dependency on getdkan/filefetcher and includes a new and improved copy method that should really speed up datastore imports.
This release introduces issues so there will be a new release to restore the external FileFetcher library.

Due to the inconsistent results with the innodb_strict_mode switch, this code is being removed while we work on improving that functionality. If you are trying to import files with more than 250 columns, you may need to manually import them until a replacement switch is added back in.

What's Changed

  • Rip out innodb_strict_mode switch by @dafeder in #3887
  • Switch to simple built-in FileFetcher on import by @dafeder in #3881
  • Update moderated_content_bulk_publish to ~2.0.20 by @janette in #3889

Full Changelog: 2.14.0...2.14.1

2.14.0

05 Dec 15:23
d0b1bee
Compare
Choose a tag to compare

Release Notes

When the Data-Dictionary Settings Form was added in 2.13.11, the permission to access the settings page was 'administer site configuration'. The 2.14.0 release adds a more specific permission for data-dictionary configuration. This will allow for a more granular option for instances where you may want a user to administer the data-dictionary settings but not have access to other administrative screens.

The token and pathauto modules are no longer dependencies for moderated_content_bulk_publish and can be removed if not in use.


⚠️ Existing sites should review role permissions and update accordingly.


What's Changed

  • Add specific permission to administer data-dictionary settings by @tiffneybare in #3865
  • Add tsv support to datstore_mysql_import by @janette in #3880
  • Update Drupal module requirements to stable versions by @paul-m in #3868
  • Update data dictionary user guide by @janette in #3877

Full Changelog: 2.13.19...2.14.0

2.13.19

14 Nov 17:54
7da8269
Compare
Choose a tag to compare

What's Changed

  • Add codeclimate reporter by @paul-m in #3845
  • Fix handling of empty typed columns in Alter Table MySQL query and sanitize data-dictionary field names by @clayliddell in #3844
  • Fix Intermittent PHPUnit Fails by @paul-m in #3863

Full Changelog: 2.13.18...2.14.0

2.13.18

19 Oct 23:16
f8e4ee4
Compare
Choose a tag to compare

What's Changed

  • WCMS-11097: Migrate Circle-CI from DKTL to DDEV by @paul-m in #3837
  • Add indexing support to data-dictionaries by @clayliddell in #3838
  • WCMS-11617 Allow CI build to reflect composer changes by @paul-m in #3847

Full Changelog: 2.13.17...2.13.18

2.13.17

29 Sep 20:53
15e0819
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.13.16...2.13.17

2.13.16

24 Aug 19:31
63c4406
Compare
Choose a tag to compare

Fixed

2.13.15

22 Aug 17:42
6f779e7
Compare
Choose a tag to compare

Changed

  • Refactor Developer Documentation #2631

2.13.14

22 Aug 15:18
3a3613c
Compare
Choose a tag to compare

Added

Changed

Fixed

2.13.13

26 Jul 20:09
dc26129
Compare
Choose a tag to compare

Fixed