Skip to content

Commit

Permalink
1.13.5 release notes (#2009)
Browse files Browse the repository at this point in the history
* 1.13.5 Release notes.

* Clean up CHANGELOG

* Couple more changleog corrections/

* Last minute fixes
  • Loading branch information
dafeder authored and MSolv committed Jul 14, 2017
1 parent 0212e92 commit 2c4e9d7
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 10 deletions.
18 changes: 8 additions & 10 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
7.x-1.13.5
----------
- #2003 Fix dkan_bueditor_markdown_install() uses variable before it is initialized.
- #2003 Fix dkan_update_7016 assumes bueditor id is '5' (not always true).
- #2003 Fix dkan_topics_field_formatter_view() does not check if term exists causing drupal to throw.
- #2003 Fix dkan_default_content_disable() call to processRollback() on null.
- #2003 Fix harvest tests do not clean up.
- #1963 Allow dkanextension to handle custom fields
- #2003 Fix dkan_bueditor_markdown_install(), which was using a variable before it was initialized.
- #2003 Fix to dkan_update_7016, which assumed the bueditor ID was always '5' and failed when it was not.
- #2003 Fix dkan_topics_field_formatter_view(), which does not check if a term exists before calling it by tid.
- #2003 Make Harvest tests clean up after themselves more completely (resources, other nodes were not being cleared).
- #2003 Fix issues with registering/deregistering and rolling back default content migrations on install/uninstall.
- #2003 Fix dkan_migrate_base warning: wrong type supplied to foreach.
- #1963 Allow Behat dkanExtension to handle custom fields via devel generate
- #1938 Allow skipping of features test via config
- #2003 Do not deregister default content migrations on disable.
- #2003 Deregister default content migrations on uninstall.
- #2003 Fix dkan_migrate_base warning wrong type supplied to foreach.
- #1970 DevOps: Automatically populate required fields when running behat tests.
- #1970 Automatically populate required fields when running behat tests.

7.x-1.13.4
----------
Expand Down
12 changes: 12 additions & 0 deletions docs/releases/notes/1.13.5.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# DKAN 1.13.5

This is a "patch" release of DKAN, containing bug fixes and minor
updates, but adding no new functionality.

## Improvements in this release

This is a small release adressing some minor issues in 1.13.4. The only significant change is the addition of the [devel module](https://www.drupal.org/project/devel) to DKAN core. The devel module is used by almost all Drupal developers to debug, test expiremental code, generate dummy content, and perform other developer tasks. DKAN developers are constantly adding the devel module after building DKAN, and a new set of Behat scenarios added to the test suite need to make use of the dummy content generation functions to pass.

The devel module and its submodules _will_ be disabled by default in DKAN however, and should only be enabled in development environments. Enabling devel in production should be considered a security risk.

All other improvements are minor issues related to installation and tests that arose during deployments of DKAN 1.13.4. Check the CHANGELOG and [Pull Request #2003](https://github.com/NuCivic/dkan/pull/2003) where most of these changes are captured.

0 comments on commit 2c4e9d7

Please sign in to comment.