Skip to content

Commit

Permalink
Update release notes (#1799)
Browse files Browse the repository at this point in the history
* Update release notes

* Fix the release notes

* Update notes
  • Loading branch information
janette authored and dafeder committed Mar 15, 2017
1 parent b711144 commit 289cacd
Show file tree
Hide file tree
Showing 6 changed files with 53 additions and 29 deletions.
16 changes: 0 additions & 16 deletions docs/releases/notes/1.13.1.md

This file was deleted.

17 changes: 17 additions & 0 deletions docs/releases/notes/1.13.1.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
DKAN 1.13.1 Release Notes
=========================

This is a "patch" release of DKAN, containing bug fixes and minor updates to DKAN 1.13, but adding no new functionality. It was released very shortly after 1.13 to address bugs that surfaced during deployments and upgrades. If you have not yet upgraded to 1.13, upgrade *directly* to this release and skip 1.13; if you have already upgraded, we recommend updating to 1.13.1 immediately.

:doc:`See full 1.13 release notes here <1.13>`.


Improvements in this release
-----------------------------
- Fix validation page permission check using wrong permission name `odsm <https://github.com/NuCivic/open_data_schema_map/pull/86>`_.
- Fixed a bug in the `home page conversion function <https://github.com/NuCivic/dkan/blob/f6d58c0751e9fe16016cb289c17697f4d44d1059/modules/dkan/dkan_sitewide/dkan_sitewide.module#L297>`_
- Fixed the page title (``<head><title>``) so that it's just the site name (not the node or panel title)
- Updated the DKAN API link on dataset pages to use the new `documentation site page <http://docs.getdkan.com/en/latest/apis/index.html>`_.
- Fixed error messages appearing on homepage after upgrade
- Fixed panelizer permissions to hide the "Customize Display" button for Site Managers.
- Additional minor bug fixes to code and tests
14 changes: 14 additions & 0 deletions docs/releases/notes/1.13.2.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
DKAN 1.13.2 Release Notes
=========================

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

:doc:`See full 1.13 release notes here <1.13>`.


Improvements in this release
----------------------------
- Fixed access to the featured groups block for anonymous users.
- Fixed DKAN Harvest permissions for the site manager role, they now have access to the cache, delete, harvest, and migrate bulk operations from the Harvest Dashboard.
- DKAN Harvest added support for importing contact name and contact email.
- Updated contrib modules: services, visualization_entity and views.
6 changes: 6 additions & 0 deletions docs/releases/notes/1.13.3.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
DKAN 1.13.3 (future release)
============================

Placeholder for good things to come.


24 changes: 12 additions & 12 deletions docs/releases/notes/1.13.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Get more details on the [Dataset REST API](http://docs.getdkan.com/en/latest/api

### DCAT-AP Compliance

DKAN's DCAT RDF publishing has been reengineered to be more consistent with its other open-data standards implementation, and, more importantly, to implement the new DCAT-AP protocol. DKAN's fields can be easily mapped to DCAT-AP fields using the [Open Data Schema Mapper](http://docs.getdkan.com/en/latest/components/open-data-schema.html). Now, DKAN meets US standards (Project Open Data) as well as European Union standards (DCAT-AP).
DKAN's DCAT RDF publishing has been re-engineered to be more consistent with its other open-data standards implementation, and, more importantly, to implement the new DCAT-AP protocol. DKAN's fields can be easily mapped to DCAT-AP fields using the [Open Data Schema Mapper](http://docs.getdkan.com/en/latest/components/open-data-schema.html). Now, DKAN meets US standards (Project Open Data) as well as European Union standards (DCAT-AP).

### New Default Content

Expand Down Expand Up @@ -136,21 +136,21 @@ One view previously used EVA, `user_profile_search`. You can avoid an error by r

### Features Reverts

The following commands should be run to for the upgrade:
The following commands should be run for the upgrade:

```
ahoy drush rr
ahoy drush fr dkan_dataset_content_types -y
ahoy drush fr dkan_permissions -y
drush rr
drush fr dkan_dataset_content_types -y
drush fr dkan_permissions -y
If ODFE is enabled then: ahoy drush fr open_data_federal_extras -y
If ODFE is enabled then: rm -rf sites/all/modules/open_data_federal_extras
ahoy drush fr open_data_schema_map_dkan -y
ahoy drush updatedb -y
ahoy drush en dkan_ipe -y
ahoy drush en dkan_harvest_dashboard -y
ahoy drush en menu_admin_per_menu -y
ahoy drush fra -y
ahoy drush rr
drush fr open_data_schema_map_dkan -y
drush updatedb -y
drush en dkan_ipe -y
drush en dkan_harvest_dashboard -y
drush en menu_admin_per_menu -y
drush fra -y
drush rr
```

## New Documentation location
Expand Down
5 changes: 4 additions & 1 deletion docs/releases/notes/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ Release notes here will be identical to the releases kept in the `Github reposit
.. toctree::
:maxdepth: 1

1.13 (Future release) <1.13>
1.13.3 (Future release) <1.13.3>
1.13.2 <1.13.2>
1.13.1 <1.13.1>
1.13 <1.13>
1.12.13 <1.12.13>
1.12.12 <1.12.12>
1.12.11 <1.12.11>
Expand Down

0 comments on commit 289cacd

Please sign in to comment.