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

GitHub noreply at github.com
Wed Aug 2 05:51:46 UTC 2017


  Branch: refs/heads/release-v2.4-latest
  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.


  Commit: 50bf21ea374aecff996001483d44f891e4006e89
      https://github.com/ckan/ckan/commit/50bf21ea374aecff996001483d44f891e4006e89
  Author: amercader <amercadero at gmail.com>
  Date:   2017-06-21 (Wed, 21 Jun 2017)

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

  Log Message:
  -----------
  This version of CKAN still requires URLs in resources


  Commit: fb07b44a3c15a377e805e23c7f15c674e5ca9af4
      https://github.com/ckan/ckan/commit/fb07b44a3c15a377e805e23c7f15c674e5ca9af4
  Author: amercader <amercadero at gmail.com>
  Date:   2017-06-21 (Wed, 21 Jun 2017)

  Changed paths:
    M ckan/lib/helpers.py

  Log Message:
  -----------
  Add new helper to allowed functions


  Commit: 72d00ba11e061c54d8bd9448504691c1e71c5ed3
      https://github.com/ckan/ckan/commit/72d00ba11e061c54d8bd9448504691c1e71c5ed3
  Author: Aleksandar Jovanov <aleksandar.jovanov at keitaro.com>
  Date:   2017-06-22 (Thu, 22 Jun 2017)

  Changed paths:
    M ckan/public/base/javascript/modules/slug-preview.js

  Log Message:
  -----------
  [#2501] Allow slug preview to work with autocomplete fields


  Commit: 0aa68b7e9afb3ef68754bd4e68e71a6c584f30f3
      https://github.com/ckan/ckan/commit/0aa68b7e9afb3ef68754bd4e68e71a6c584f30f3
  Author: amercader <amercadero at gmail.com>
  Date:   2017-06-29 (Thu, 29 Jun 2017)

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

  Log Message:
  -----------
  [#3644] Fix activity test to use utcnow


  Commit: e668866c605fa336b6b42f554b42b4559db2cf32
      https://github.com/ckan/ckan/commit/e668866c605fa336b6b42f554b42b4559db2cf32
  Author: iewil <liwei at data.gov.sg>
  Date:   2017-06-29 (Thu, 29 Jun 2017)

  Changed paths:
    M ckan/logic/auth/create.py

  Log Message:
  -----------
  Changed required permission from 'update' to 'manage_group'


  Commit: 781a13c589b7ea31b75ea1d61a868970bc77cb7a
      https://github.com/ckan/ckan/commit/781a13c589b7ea31b75ea1d61a868970bc77cb7a
  Author: amercader <amercadero at gmail.com>
  Date:   2017-06-29 (Thu, 29 Jun 2017)

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

  Log Message:
  -----------
  Catch invalid sort param exception

Providing a sort param like `sort=title xx desc` or `sort=title xx`
causes an exception due to an uncaught `ValidationError`


  Commit: b90a24fd35062c6d0d49bb6d9d951f9221d56b81
      https://github.com/ckan/ckan/commit/b90a24fd35062c6d0d49bb6d9d951f9221d56b81
  Author: amercader <amercadero at gmail.com>
  Date:   2017-06-29 (Thu, 29 Jun 2017)

  Changed paths:
    M ckan/controllers/group.py

  Log Message:
  -----------
  pep8 fix


  Commit: cae93e72c719cf8321d0b7b8474cd9f9f696786e
      https://github.com/ckan/ckan/commit/cae93e72c719cf8321d0b7b8474cd9f9f696786e
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2017-06-29 (Thu, 29 Jun 2017)

  Changed paths:
    M ckan/model/package.py
    M ckan/tests/legacy/models/test_package_relationships.py

  Log Message:
  -----------
  Choose direction of recreated relationship depending on its type


  Commit: 76f1c3ad203d1068e12a2825f407b8db7a80115f
      https://github.com/ckan/ckan/commit/76f1c3ad203d1068e12a2825f407b8db7a80115f
  Author: Aleksandar Jovanov <aleksandar.jovanov at keitaro.com>
  Date:   2017-06-29 (Thu, 29 Jun 2017)

  Changed paths:
    M ckan/lib/helpers.py

  Log Message:
  -----------
  [#2228] Fix render_datetime error for year before 1900

There is a bug in Python in datetime.strftime where if a passed year is before 1900 it will raise a ValueError


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

  Changed paths:
    M ckan/tests/legacy/lib/test_helpers.py

  Log Message:
  -----------
  [#2228] Add additional test for render_datetime


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

  Changed paths:
    M ckan/lib/helpers.py

  Log Message:
  -----------
  [#2228] Use regexp to replace year


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

  Changed paths:
    M ckan/tests/legacy/lib/test_helpers.py

  Log Message:
  -----------
  [#2228] Add additional test for render_datetime


  Commit: 66755563c8f74335ddfc435bc861c4c3896262bb
      https://github.com/ckan/ckan/commit/66755563c8f74335ddfc435bc861c4c3896262bb
  Author: Carl Lange <carl at flax.ie>
  Date:   2017-06-29 (Thu, 29 Jun 2017)

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

  Log Message:
  -----------
  Don't a 500 when printing the validation errors.

If there's no 'resources' key, or the error is on a different resource,
just prints the base error_dict.


  Commit: 1783e7fe9ed2375a94fb696726de9498becb0cf6
      https://github.com/ckan/ckan/commit/1783e7fe9ed2375a94fb696726de9498becb0cf6
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2017-06-29 (Thu, 29 Jun 2017)

  Changed paths:
    M CHANGELOG.rst

  Log Message:
  -----------
  Updated changelog


  Commit: a4cf4d0a272f35fe09d789c376d6ebb9127d078c
      https://github.com/ckan/ckan/commit/a4cf4d0a272f35fe09d789c376d6ebb9127d078c
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2017-07-05 (Wed, 05 Jul 2017)

  Changed paths:
    M CHANGELOG.rst
    M ckan/lib/helpers.py

  Log Message:
  -----------
  Fix of incorrect output of datapusher logs


  Commit: 437c7c498ad6d167187c5a4394716bea844fdb86
      https://github.com/ckan/ckan/commit/437c7c498ad6d167187c5a4394716bea844fdb86
  Author: Aleksandar Jovanov <aleksandar.jovanov at keitaro.com>
  Date:   2017-07-05 (Wed, 05 Jul 2017)

  Changed paths:
    M ckan/templates/macros/form.html

  Log Message:
  -----------
  [#3661] Fix issue upon creating new org/group through UI form


  Commit: c4eaae186d7df6a4241007cb5a474db333eea94e
      https://github.com/ckan/ckan/commit/c4eaae186d7df6a4241007cb5a474db333eea94e
  Author: amercader <amercadero at gmail.com>
  Date:   2017-07-05 (Wed, 05 Jul 2017)

  Changed paths:
    M CHANGELOG.rst
    M ckan/controllers/group.py
    M ckan/lib/helpers.py
    M ckan/logic/action/create.py
    M ckan/logic/action/update.py
    M ckan/logic/auth/create.py
    M ckan/model/package.py
    M ckan/tests/controllers/test_group.py
    M ckan/tests/legacy/lib/test_helpers.py
    M ckan/tests/legacy/models/test_package_relationships.py
    M ckan/tests/logic/action/test_update.py

  Log Message:
  -----------
  Merge branch 'release-v2.4.8' of github.com:ckan/ckan into release-v2.4.8


  Commit: 46a87476fe6f50d02e80d138378ec4640cda285a
      https://github.com/ckan/ckan/commit/46a87476fe6f50d02e80d138378ec4640cda285a
  Author: amercader <amercadero at gmail.com>
  Date:   2017-07-05 (Wed, 05 Jul 2017)

  Changed paths:
    M CHANGELOG.rst

  Log Message:
  -----------
  Update changelog


  Commit: 52639528b2ab7ba16670dbfb487b8e2488078687
      https://github.com/ckan/ckan/commit/52639528b2ab7ba16670dbfb487b8e2488078687
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2017-07-12 (Wed, 12 Jul 2017)

  Changed paths:
    M ckan/model/user.py

  Log Message:
  -----------
  clean Package::get from openid


  Commit: 675af28266492b079aad1e64912e2e93a2c25909
      https://github.com/ckan/ckan/commit/675af28266492b079aad1e64912e2e93a2c25909
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2017-07-12 (Wed, 12 Jul 2017)

  Changed paths:
    M ckan/tests/legacy/models/test_user.py

  Log Message:
  -----------
  fixed legacy test after openid removal


  Commit: 9204f5b165462f38c616e4a146cd5cc45af0eb84
      https://github.com/ckan/ckan/commit/9204f5b165462f38c616e4a146cd5cc45af0eb84
  Author: kmbn <github at nevermindtheumlauts.com>
  Date:   2017-07-21 (Fri, 21 Jul 2017)

  Changed paths:
    M ckan/templates/group/snippets/group_item.html

  Log Message:
  -----------
  Fix dataset count display for groups

Dataset counts were not displayed at all for group items because
the template checked `packages` rather than `package_count`.


  Commit: c199268355fef821a86125d98163ea9fe27d1b91
      https://github.com/ckan/ckan/commit/c199268355fef821a86125d98163ea9fe27d1b91
  Author: kmbn <github at nevermindtheumlauts.com>
  Date:   2017-07-21 (Fri, 21 Jul 2017)

  Changed paths:
    M ckan/public/base/javascript/modules/autocomplete.js

  Log Message:
  -----------
  Make autocomplete more responsive


  Commit: cda499a35f92c29f459bf7a00ff5fe110c9c3fac
      https://github.com/ckan/ckan/commit/cda499a35f92c29f459bf7a00ff5fe110c9c3fac
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2017-07-21 (Fri, 21 Jul 2017)

  Changed paths:
    M CHANGELOG.rst

  Log Message:
  -----------
  Updated CHANGELOG


  Commit: 21cefbb732c993f731d67be27ed534a5d2d7734a
      https://github.com/ckan/ckan/commit/21cefbb732c993f731d67be27ed534a5d2d7734a
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2017-07-21 (Fri, 21 Jul 2017)

  Changed paths:
    M ckan/controllers/group.py
    M ckan/controllers/package.py

  Log Message:
  -----------
  Restrict access to form pages


  Commit: a3080cbab4fe67b4226fbee93785a8139ca4a42f
      https://github.com/ckan/ckan/commit/a3080cbab4fe67b4226fbee93785a8139ca4a42f
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2017-08-02 (Wed, 02 Aug 2017)

  Changed paths:
    M CHANGELOG.rst
    M ckan/__init__.py

  Log Message:
  -----------
  Update version number


  Commit: d7942d58b244c453cc39054e616e0e418bb1ddc6
      https://github.com/ckan/ckan/commit/d7942d58b244c453cc39054e616e0e418bb1ddc6
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2017-08-02 (Wed, 02 Aug 2017)

  Changed paths:
    M ckan/public/base/javascript/modules/autocomplete.min.js
    M ckan/public/base/javascript/modules/slug-preview.min.js
    M ckan/public/base/javascript/plugins/jquery.url-helpers.min.js
    M ckan/public/base/test/spec/plugins/jquery.url-helpers.spec.min.js

  Log Message:
  -----------
  Rebuild front-end


  Commit: 3e4708de247c71c9c143f39cf5e978b41e8e377d
      https://github.com/ckan/ckan/commit/3e4708de247c71c9c143f39cf5e978b41e8e377d
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2017-08-02 (Wed, 02 Aug 2017)

  Changed paths:
    M CHANGELOG.rst
    M ckan/__init__.py
    M ckan/controllers/group.py
    M ckan/controllers/package.py
    M ckan/lib/helpers.py
    M ckan/logic/action/create.py
    M ckan/logic/action/update.py
    M ckan/logic/auth/create.py
    M ckan/logic/auth/update.py
    M ckan/model/package.py
    M ckan/model/user.py
    M ckan/public/base/javascript/modules/autocomplete.js
    M ckan/public/base/javascript/modules/autocomplete.min.js
    M ckan/public/base/javascript/modules/slug-preview.js
    M ckan/public/base/javascript/modules/slug-preview.min.js
    M ckan/public/base/javascript/plugins/jquery.url-helpers.js
    M ckan/public/base/javascript/plugins/jquery.url-helpers.min.js
    M ckan/public/base/test/spec/plugins/jquery.url-helpers.spec.js
    M ckan/public/base/test/spec/plugins/jquery.url-helpers.spec.min.js
    M ckan/templates/group/read.html
    M ckan/templates/group/snippets/group_item.html
    M ckan/templates/macros/form.html
    M ckan/templates/organization/read.html
    M ckan/templates/snippets/language_selector.html
    M ckan/tests/controllers/test_group.py
    M ckan/tests/controllers/test_package.py
    M ckan/tests/legacy/lib/test_helpers.py
    M ckan/tests/legacy/models/test_package_relationships.py
    M ckan/tests/legacy/models/test_user.py
    M ckan/tests/logic/action/test_update.py

  Log Message:
  -----------
  Merge branch 'release-v2.4.8' into release-v2.4-latest


Compare: https://github.com/ckan/ckan/compare/1fee81b2540c...3e4708de247c


More information about the ckan-changes mailing list