[ckan-changes] [ckan/ckan] 01d173: retrieve the title of a package in a selected lanu...

GitHub noreply at github.com
Thu Aug 25 15:08:53 UTC 2016


  Branch: refs/heads/release-v2.4.4
  Home:   https://github.com/ckan/ckan
  Commit: 01d173f530f6a7cee26793d49d44a950c910579b
      https://github.com/ckan/ckan/commit/01d173f530f6a7cee26793d49d44a950c910579b
  Author: yingqiaogit <qiaoying at hotmail.com>
  Date:   2016-08-25 (Thu, 25 Aug 2016)

  Changed paths:
    M ckan/controllers/package.py

  Log Message:
  -----------
  retrieve the title of a package in a selected lanuage rather than in the form of a dictionary when a multi-language plugin is used

Conflicts:
	ckan/controllers/package.py


  Commit: 0136f15e1cd7313c3137c0653e2630b9f104b94a
      https://github.com/ckan/ckan/commit/0136f15e1cd7313c3137c0653e2630b9f104b94a
  Author: amercader <amercadero at gmail.com>
  Date:   2016-08-25 (Thu, 25 Aug 2016)

  Changed paths:
    M ckan/logic/action/delete.py
    M ckan/tests/logic/action/test_get.py

  Log Message:
  -----------
  [#3078] Don't show deleted users/datasets on member_list

The members table is stateful, ie it has a state=active/deleted field which
was not updated when deleting a dataset or user.

This commit sets the state of all user/dataset memberships to deleted
and adds some tests

Conflicts:
	ckan/tests/logic/action/test_get.py


  Commit: f57a691cf8222d4ec52ed7243fbe2db6b61f14c8
      https://github.com/ckan/ckan/commit/f57a691cf8222d4ec52ed7243fbe2db6b61f14c8
  Author: Florian Brucker <florian.brucker at mb.karlsruhe.de>
  Date:   2016-08-25 (Thu, 25 Aug 2016)

  Changed paths:
    M ckan/ckan_nose_plugin.py
    M ckan/lib/base.py
    M ckan/lib/datapreview.py
    M ckan/lib/helpers.py
    M ckan/logic/action/get.py

  Log Message:
  -----------
  Fix #3093: Incorrect usage of `str.split`.


  Commit: 27cd3a9fc41253443798e02b1f966ef32591c2ef
      https://github.com/ckan/ckan/commit/27cd3a9fc41253443798e02b1f966ef32591c2ef
  Author: amercader <amercadero at gmail.com>
  Date:   2016-08-25 (Thu, 25 Aug 2016)

  Changed paths:
    M ckan/logic/action/create.py
    M ckan/logic/schema.py
    M ckan/tests/logic/action/test_create.py

  Log Message:
  -----------
  [#3108] Raise validation errors on group/org_member_create

Add not_missing to the schema and raise the errors on the action. Adds
some tests as well


  Commit: e50d4b0275eb6114e2e2590c2c7b4f78c48f87ac
      https://github.com/ckan/ckan/commit/e50d4b0275eb6114e2e2590c2c7b4f78c48f87ac
  Author: amercader <amercadero at gmail.com>
  Date:   2016-08-25 (Thu, 25 Aug 2016)

  Changed paths:
    M ckan/logic/schema.py

  Log Message:
  -----------
  [#3108] Allow to renferece groups and users by id or name

Conflicts:
	ckan/logic/schema.py


  Commit: 9f0b0c9e18929665321a624b0a971ba2635da705
      https://github.com/ckan/ckan/commit/9f0b0c9e18929665321a624b0a971ba2635da705
  Author: amercader <amercadero at gmail.com>
  Date:   2016-08-25 (Thu, 25 Aug 2016)

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

  Log Message:
  -----------
  [#3108] Add back plugin unload command


  Commit: 63d53499a3ef8c0cd86bd6f701bfedd106d31476
      https://github.com/ckan/ckan/commit/63d53499a3ef8c0cd86bd6f701bfedd106d31476
  Author: amercader <amercadero at gmail.com>
  Date:   2016-08-25 (Thu, 25 Aug 2016)

  Changed paths:
    M ckan/logic/schema.py

  Log Message:
  -----------
  [#3108] Remove redundant validator


  Commit: d3735adcca2977fd07de02687b63ed936d897d96
      https://github.com/ckan/ckan/commit/d3735adcca2977fd07de02687b63ed936d897d96
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2016-08-25 (Thu, 25 Aug 2016)

  Changed paths:
    M ckan/public/base/javascript/modules/resource-view-filters-form.js

  Log Message:
  -----------
  Fix autocomplete request url.

Wrapped previously hardcoded url into ckan.url function


  Commit: 3fb6d91d511af6297734b3bdbf872d9a749f015e
      https://github.com/ckan/ckan/commit/3fb6d91d511af6297734b3bdbf872d9a749f015e
  Author: amercader <amercadero at gmail.com>
  Date:   2016-08-25 (Thu, 25 Aug 2016)

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

  Log Message:
  -----------
  [#3199] Update revisions on bulk operations

`bulk_update_private`, `bulk_update_public` and ``bulk_update_delete`
changed the `package` table and the search index but not the revision
 table, which caused the changes to not be reflected everywhere.

This fixes the model query and adds a bunch of tests.

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


  Commit: 2841aeac892536c8d5f2a11590541d90fb0c2c03
      https://github.com/ckan/ckan/commit/2841aeac892536c8d5f2a11590541d90fb0c2c03
  Author: amercader <amercadero at gmail.com>
  Date:   2016-08-25 (Thu, 25 Aug 2016)

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

  Log Message:
  -----------
  [#3199] Only update the latest revision


Compare: https://github.com/ckan/ckan/compare/2c979349102f...2841aeac8925


More information about the ckan-changes mailing list