CKAN v2.7.10 Release Notes

Release Date: 2021-02-10 // over 3 years ago
  • ๐Ÿ›  Fixes:

    • ๐Ÿ›  Fix install documentation (#5618 <https://github.com/ckan/ckan/pull/5618>_)
    • ๐Ÿ›  Fix exception when passing limit to organization (#5789 <https://github.com/ckan/ckan/pull/5789>_)
    • ๐Ÿ›  Fix for adding directories from plugins if partially string matches existing values (#5836 <https://github.com/ckan/ckan/pull/5836>_)
    • ๐Ÿ›  Fix upload log activity sorting (#5827 <https://github.com/ckan/ckan/pull/5827>_)
    • Textview: escape text formats (#5814 <https://github.com/ckan/ckan/pull/5814>_)
    • Add allow_partial_update to fix losing users (#5734 <https://github.com/ckan/ckan/pull/5734>_)
    • Set default group_type to group in group_create (#5693 <https://github.com/ckan/ckan/pull/5693>_)
    • โšก๏ธ Use user performing the action on activity context on user_update (#5743 <https://github.com/ckan/ckan/pull/5743>_)
    • ๐Ÿ†• New block in nav links in user dashboard (#5804 <https://github.com/ckan/ckan/pull/5804>_)
    • ๐Ÿ“š Update references to DataPusher documentation
    • ๐Ÿ›  Fix JavaScript error on Edge (#5782 <https://github.com/ckan/ckan/pull/5782>_)
    • ๐Ÿ›  Fix error when deleting resource with missing datastore table (#5757 <https://github.com/ckan/ckan/pull/5757>_)
    • ensure HTTP_HOST is bytes under python2 (#5714 <https://github.com/ckan/ckan/pull/5714>_)
    • โšก๏ธ Don't set old_filename when updating groups (#5707 <https://github.com/ckan/ckan/pull/5707>_)
    • Filter activities from user at the database level (#5698 <https://github.com/ckan/ckan/pull/5698>_)
    • Fix user_list ordering (#5667 <https://github.com/ckan/ckan/pull/5667>_)
    • Allow list for functions in datastore_search_sql (see :ref:ckan.datastore.sqlsearch.allowed_functions_file)