From 199024f635d32472d4fb5e25f751e4d2e4e6e118 Mon Sep 17 00:00:00 2001 From: amercader Date: Fri, 26 Jul 2019 16:52:40 +0200 Subject: [PATCH] [#4796] Mention who.ini change in the README --- CHANGELOG.rst | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 2b7c5f3a528..c694e789d57 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -10,6 +10,24 @@ Changelog v.2.9.0 TBA ================== + * This version requires changes to the ``who.ini`` configuration file. If your + setup doesn't use the one bundled with this repo, you will have to manually + change the following lines:: + + use = ckan.lib.auth_tkt:make_plugin + + to:: + + use = ckan.lib.repoze_plugins.auth_tkt:make_plugin + + And also:: + + use = repoze.who.plugins.friendlyform:FriendlyFormPlugin + + to:: + + use = ckan.lib.repoze_plugins.friendly_form:FriendlyFormPlugin + * When upgrading from previous CKAN versions, the Activity Stream needs a migrate_package_activity.py running for displaying the history of dataset changes. This can be performed while CKAN is running or stopped (whereas the