[ckan-changes] [ckan/ckan] e26fb0: Update version number for 2.6.3b

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


  Branch: refs/heads/dev-v2.6
  Home:   https://github.com/ckan/ckan
  Commit: e26fb01f7f5be97523c0f9e2ef717376b572c014
      https://github.com/ckan/ckan/commit/e26fb01f7f5be97523c0f9e2ef717376b572c014
  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.6.3b


  Commit: 5a4ef017051d3b547e78d6684f911dc118fdd631
      https://github.com/ckan/ckan/commit/5a4ef017051d3b547e78d6684f911dc118fdd631
  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: aacee8fe637509d5a4a3afe8bc032d8613c981a9
      https://github.com/ckan/ckan/commit/aacee8fe637509d5a4a3afe8bc032d8613c981a9
  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: 51b19d340a0ee3d6671fe439ac401a0eff9230d4
      https://github.com/ckan/ckan/commit/51b19d340a0ee3d6671fe439ac401a0eff9230d4
  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: dec9d4f980677da45639855d6fa9828679c50a66
      https://github.com/ckan/ckan/commit/dec9d4f980677da45639855d6fa9828679c50a66
  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: 6fc4bab0625d62e69c3093fda2b573b582197082
      https://github.com/ckan/ckan/commit/6fc4bab0625d62e69c3093fda2b573b582197082
  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: b392ab2a96d30039d0432c0da6bea87b392609f8
      https://github.com/ckan/ckan/commit/b392ab2a96d30039d0432c0da6bea87b392609f8
  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: 1cdf0fdbb419394204b5107c8d521d8aa0dbb812
      https://github.com/ckan/ckan/commit/1cdf0fdbb419394204b5107c8d521d8aa0dbb812
  Author: Harald von Waldow <harald.vonwaldow at eawag.ch>
  Date:   2017-06-21 (Wed, 21 Jun 2017)

  Changed paths:
    M doc/maintaining/upgrading/upgrade-postgres.rst

  Log Message:
  -----------
  Fixed typo in "16. enable PostGIS on the main database"

Change of owner for PostGIS table spatial_ref_sys instead of duplicate line.
Compare http://docs.ckan.org/projects/ckanext-spatial/en/latest/install.html#ubuntu-14-04-postgresql-9-3-and-postgis-2-1


  Commit: 67bc92862c2c29433e5ec1c66e188ee06d0fbdb3
      https://github.com/ckan/ckan/commit/67bc92862c2c29433e5ec1c66e188ee06d0fbdb3
  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: 11b6e0d867f1fd169a9b13fc0557c5fd70ffa54a
      https://github.com/ckan/ckan/commit/11b6e0d867f1fd169a9b13fc0557c5fd70ffa54a
  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: cd458c658fc28dd118ac8376e8e1ad90cbe75e24
      https://github.com/ckan/ckan/commit/cd458c658fc28dd118ac8376e8e1ad90cbe75e24
  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: 259dcabdc435717a73450237ab5fc1491d0391ce
      https://github.com/ckan/ckan/commit/259dcabdc435717a73450237ab5fc1491d0391ce
  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/ae6129bc4abe...259dcabdc435


More information about the ckan-changes mailing list