[ckan-changes] [ckan/ckan] ef1f09: Update version number for 2.5.6b

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


  Branch: refs/heads/release-v2.5.6
  Home:   https://github.com/ckan/ckan
  Commit: ef1f09a58dc03d13309baf2219692f72a4d8fc16
      https://github.com/ckan/ckan/commit/ef1f09a58dc03d13309baf2219692f72a4d8fc16
  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.5.6b


  Commit: 505f6b6d0397620671da5d7f20b3d5d91cadccc4
      https://github.com/ckan/ckan/commit/505f6b6d0397620671da5d7f20b3d5d91cadccc4
  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: 1f0b514a8015c0ae9c0ff52ce006dc4390c4ee98
      https://github.com/ckan/ckan/commit/1f0b514a8015c0ae9c0ff52ce006dc4390c4ee98
  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: 2fb647570a8a40b6e7fd25e387bcff67f07a7951
      https://github.com/ckan/ckan/commit/2fb647570a8a40b6e7fd25e387bcff67f07a7951
  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

# Conflicts:
#	ckan/tests/logic/action/test_update.py


  Commit: 3f162b8c5a9b23c07102e2cf66901ea4e0976567
      https://github.com/ckan/ckan/commit/3f162b8c5a9b23c07102e2cf66901ea4e0976567
  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

# Conflicts:
#	ckan/controllers/group.py


  Commit: 7261336a35ff89ea8ec25c96f035ea0a57f77a78
      https://github.com/ckan/ckan/commit/7261336a35ff89ea8ec25c96f035ea0a57f77a78
  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: 210054ad416a4e0d8ddce80c06731467f62adb55
      https://github.com/ckan/ckan/commit/210054ad416a4e0d8ddce80c06731467f62adb55
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2017-06-21 (Wed, 21 Jun 2017)

  Changed paths:
    M ckan/tests/controllers/test_group.py

  Log Message:
  -----------
  fixes in controller tests


  Commit: 44a82d732e8be97ac2df03c11b2659ff1a4d6e30
      https://github.com/ckan/ckan/commit/44a82d732e8be97ac2df03c11b2659ff1a4d6e30
  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

# Conflicts:
#	ckan/lib/helpers.py
#	ckan/templates/snippets/language_selector.html


  Commit: aa04ff1fc77e45f805ced03c04795e3826f6eb06
      https://github.com/ckan/ckan/commit/aa04ff1fc77e45f805ced03c04795e3826f6eb06
  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: f875fcc60f0d707a4c27698aa35736414272ef20
      https://github.com/ckan/ckan/commit/f875fcc60f0d707a4c27698aa35736414272ef20
  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: bae7e3c55967beaee5660b816240722303cfaa29
      https://github.com/ckan/ckan/commit/bae7e3c55967beaee5660b816240722303cfaa29
  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/ef1f09a58dc0^...bae7e3c55967


More information about the ckan-changes mailing list