Skip to content

Commit

Permalink
Update changelog (#2960)
Browse files Browse the repository at this point in the history
  • Loading branch information
janette authored and dharizza committed Sep 12, 2019
1 parent 9148972 commit e88c546
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
7.x-1.17
-----------
- #2956 Update new WCAG-compliant default theme colors to be consistent across the site.
- #2957 Update frequency values on default content files.
- #2954 Update contrib modules, adjust DKAN code to support PHP 7.2
- #2951 Update default greetings on workbench email templates.
- #2908 Add DKAN Periodic Updates module
- #2804 Disable and uninstall feeds, feeds_flatstore_processor, and feeds_field_fetcher modules
- #2945 Upgrade imagecache_actions to 1.11
Expand Down
28 changes: 23 additions & 5 deletions docs/releases/notes/1.17.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,37 @@

## What's new

### DKAN Periodic Updates
### PHP 7.2 Support
DKAN code and all contrib modules have been updated to be compatible with PHP 7.2.

The DKAN Periodic Updates module provides automated datastore updates on existing resources on a daily, weekly or monthly basis. If you have resources that change often and need the data to be re-imported to the datastore on a regular basis this feature is for you. It is included with DKAN core but will not be enabled by default. Consult the [documentation](https://dkan.readthedocs.io/en/latest/docs/components/periodic-updates.html) on how to set up and configure.
### DKAN Periodic Updates
The DKAN Periodic Updates module provides automated datastore updates on existing resources on a daily, weekly or monthly basis. If you have resources that change often and need the data to be re-imported to the datastore on a regular basis this feature is for you. It is included with DKAN core but will not be enabled by default. Consult the [documentation](https://docs.getdkan.com/en/latest/components/periodic-updates.html) on how to set up and configure.

### Miscellaneous improvements

This release includes updates and bug fixes to DKAN Workflow, Open Data Schema Mapper, and accessibility compliance.

### The decommissioning of Feeds
The 7.x-1.16 release introduced a refactored DKAN Datastore that no longer relied the feeds module. In this release we are disabling feeds and its companion modules so that in the next release they can be completely removed.
The 7.x-1.16 release introduced a refactored DKAN Datastore that no longer relied the [feeds](https://drupal.org/project/feeds) module. In this release we are disabling feeds and its companion modules so that in the next release they can be completely removed from the code base.

#### If you have custom code:

- If you are NOT using feeds, feeds_field_fetcher, or feeds_flatstore_processor in your custom code, you can proceed with the upgrade without additional preparations.

- If you DO use feeds, feeds_field_fetcher, or feeds_flatstore_processor in your custom code:
> ⚠️ This release **disables** and **uninstalls** the feeds module. If you are using feeds on your site outside of the DKAN open data operations, be sure to backup your database. Comment out the update hook _dkan_update_7035_. You will also need to create custom permissions to assign permissions for these modules to your user roles.
> ⚠️ This release **disables** and **uninstalls** the feeds module. If you are using [feeds](https://drupal.org/project/feeds) on your site outside of the DKAN open data operations, be sure to backup your database and restore after upgrading or comment out the update hook dkan_update_7035.
### Manual Deployment steps
- `drush rr`
- `drush updb -y`
- `drush cc all`
- > ℹ️ As part of the update hook *dkan_update_7035* all feeds related modules are disabled so it is possible that the next time you log in to your site you get a message stating that "The content access permissions need to be rebuilt", if that's the case you can proceed safely to execute the rebuild process.
7.x-1.17
-----------
- #2956 Update new WCAG-compliant default theme colors to be consistent across the site.
- #2957 Update frequency values on default content files.
- #2954 Update contrib modules, adjust DKAN code to support PHP 7.2
- #2951 Update default greetings on workbench email templates.
- #2908 Add DKAN Periodic Updates module
- #2804 Disable and uninstall feeds, feeds_flatstore_processor, and feeds_field_fetcher modules
- #2945 Upgrade imagecache_actions to 1.11
Expand Down

0 comments on commit e88c546

Please sign in to comment.