[ckan-changes] [ckan/ckan] aec314: Update version number for 2.4.8b

GitHub noreply at github.com
Wed Jun 21 10:21:00 UTC 2017


  Branch: refs/heads/release-v2.4.8
  Home:   https://github.com/ckan/ckan
  Commit: aec31458f41048fdbe32d600833184375bb3c62a
      https://github.com/ckan/ckan/commit/aec31458f41048fdbe32d600833184375bb3c62a
  Author: amercader <amercadero at gmail.com>
  Date:   2017-06-21 (Wed, 21 Jun 2017)

  Changed paths:
    M ckan/__init__.py

  Log Message:
  -----------
  Update version number for 2.4.8b


  Commit: c08b0c538295cd5c2f67f02297eccd91d0164f87
      https://github.com/ckan/ckan/commit/c08b0c538295cd5c2f67f02297eccd91d0164f87
  Author: Yan <yan.rudenko at linkdigital.com.au>
  Date:   2017-06-21 (Wed, 21 Jun 2017)

  Changed paths:
    M ckan/logic/action/update.py

  Log Message:
  -----------
  [#3457]Create new resource view if resource format changed


  Commit: 3f0003e837940c382f63964d02e81b8c8aed125a
      https://github.com/ckan/ckan/commit/3f0003e837940c382f63964d02e81b8c8aed125a
  Author: Yan <yan.rudenko at linkdigital.com.au>
  Date:   2017-06-21 (Wed, 21 Jun 2017)

  Changed paths:
    M ckan/logic/action/update.py
    M ckan/tests/logic/action/test_update.py

  Log Message:
  -----------
  Added test and modification to logic


  Commit: b74d224ff8b5eb85a96eb3d8249be30e87cb1628
      https://github.com/ckan/ckan/commit/b74d224ff8b5eb85a96eb3d8249be30e87cb1628
  Author: Yan <yan.rudenko at linkdigital.com.au>
  Date:   2017-06-21 (Wed, 21 Jun 2017)

  Changed paths:
    M ckan/logic/action/update.py
    M ckan/tests/logic/action/test_update.py

  Log Message:
  -----------
  Added logic fix and test fix


  Commit: 839ba128c432e8ee8afe5913da6725cda0a5ef93
      https://github.com/ckan/ckan/commit/839ba128c432e8ee8afe5913da6725cda0a5ef93
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2017-06-21 (Wed, 21 Jun 2017)

  Changed paths:
    M ckan/controllers/group.py
    M ckan/logic/auth/update.py

  Log Message:
  -----------
  Restrict access to `members` and `bulk_actions`

After this fix only users with permission `bulk_update_public` will
be able to visit `bulc_process` page and only those who have
`group_edit_permissions' will be able to visit `members` page


  Commit: 5b1e0e5ba09d6fc83cc9835b2bcdbeffb0a87e1c
      https://github.com/ckan/ckan/commit/5b1e0e5ba09d6fc83cc9835b2bcdbeffb0a87e1c
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2017-06-21 (Wed, 21 Jun 2017)

  Changed paths:
    M ckan/controllers/group.py
    M ckan/logic/auth/update.py

  Log Message:
  -----------
  test fixes


  Commit: 109d47c1fe852085eb9bf3ba8e34d6bc6e57e3b1
      https://github.com/ckan/ckan/commit/109d47c1fe852085eb9bf3ba8e34d6bc6e57e3b1
  Author: Jinfei Fan <fanjinfei at hotmail.com>
  Date:   2017-06-21 (Wed, 21 Jun 2017)

  Changed paths:
    M ckan/lib/helpers.py
    M ckan/templates/snippets/language_selector.html
    M ckan/tests/controllers/test_package.py

  Log Message:
  -----------
  fix broken language toggle url when there is params in current url


  Commit: 549b6c9cd903438c974b39f7da887ba6600f6220
      https://github.com/ckan/ckan/commit/549b6c9cd903438c974b39f7da887ba6600f6220
  Author: Aleksandar Jovanov <aleksandar.jovanov at keitaro.com>
  Date:   2017-06-21 (Wed, 21 Jun 2017)

  Changed paths:
    M ckan/public/base/javascript/plugins/jquery.url-helpers.js

  Log Message:
  -----------
  [#3528] Allow underscore chars in URL slug preview

In the UI for creating a dataset, if an underscore was typed into the 'title' field, in the URL slug preview it was replaced with a hyphen, whereas in the API, the 'name' allows underscores.

Now both when creating a dataset through the UI and the API, underscores are allowed for dataset name.


  Commit: e1a6bf1e7ec495a63fe40d8459f70c4df76022bb
      https://github.com/ckan/ckan/commit/e1a6bf1e7ec495a63fe40d8459f70c4df76022bb
  Author: Aleksandar Jovanov <aleksandar.jovanov at keitaro.com>
  Date:   2017-06-21 (Wed, 21 Jun 2017)

  Changed paths:
    M ckan/public/base/test/spec/plugins/jquery.url-helpers.spec.js

  Log Message:
  -----------
  [#3528] Add additional test for slugify


  Commit: 6cde19900ac5964b27f414b9762c349f7f81ab52
      https://github.com/ckan/ckan/commit/6cde19900ac5964b27f414b9762c349f7f81ab52
  Author: Aleksandar Jovanov <aleksandar.jovanov at keitaro.com>
  Date:   2017-06-21 (Wed, 21 Jun 2017)

  Changed paths:
    M ckan/templates/group/read.html
    M ckan/templates/organization/read.html

  Log Message:
  -----------
  [#3593] Fix filter results button not working for organization/group

On mobile, filters are initially hidden for datasets in Datasets page, and pages for a particular Organization and Group.

When the button is clicked, a modal is shown with the filters. This works as expected for Datasets page, but not for datasets in Organization/Group pages.


Compare: https://github.com/ckan/ckan/compare/aec31458f410^...6cde19900ac5


More information about the ckan-changes mailing list