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

GitHub noreply at github.com
Wed Aug 2 05:44:39 UTC 2017


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


  Commit: 1077adf52723ded30af6f3633ef18b659781c91e
      https://github.com/ckan/ckan/commit/1077adf52723ded30af6f3633ef18b659781c91e
  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: 6a1e35ad6cb1a1bcb1806c62afa9e899f01baf46
      https://github.com/ckan/ckan/commit/6a1e35ad6cb1a1bcb1806c62afa9e899f01baf46
  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: 6beb964c7380aa85e7f0e730c6c8dd93b983db6e
      https://github.com/ckan/ckan/commit/6beb964c7380aa85e7f0e730c6c8dd93b983db6e
  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:
  -----------
  Fix PEP8


  Commit: 1a40b08ea6c0cd861ba2920fff24451f5fa630c8
      https://github.com/ckan/ckan/commit/1a40b08ea6c0cd861ba2920fff24451f5fa630c8
  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: b4d707262096c971ae97eb0df11a0c07835297e1
      https://github.com/ckan/ckan/commit/b4d707262096c971ae97eb0df11a0c07835297e1
  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: 836d84189362a98f56ffd77fe7119b3a95d9b371
      https://github.com/ckan/ckan/commit/836d84189362a98f56ffd77fe7119b3a95d9b371
  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: 337e14d91773572715a460213206dee7063c9df6
      https://github.com/ckan/ckan/commit/337e14d91773572715a460213206dee7063c9df6
  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: 033f782c97b487860435959e932d2f77113d43d2
      https://github.com/ckan/ckan/commit/033f782c97b487860435959e932d2f77113d43d2
  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: 537d6b57c912322b7bb5e5788d6b023308f952e5
      https://github.com/ckan/ckan/commit/537d6b57c912322b7bb5e5788d6b023308f952e5
  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: 2a5a388607221abbae38a2cf7f990d934e39af0e
      https://github.com/ckan/ckan/commit/2a5a388607221abbae38a2cf7f990d934e39af0e
  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: 1019eda5b2decf23338f3ae5c4e67a6e473ad4c1
      https://github.com/ckan/ckan/commit/1019eda5b2decf23338f3ae5c4e67a6e473ad4c1
  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: 5795eca17a74257957f258b9ecabc1aba14876c8
      https://github.com/ckan/ckan/commit/5795eca17a74257957f258b9ecabc1aba14876c8
  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: afaa03c90d20fa81e0386cac507cf8d3e71ac040
      https://github.com/ckan/ckan/commit/afaa03c90d20fa81e0386cac507cf8d3e71ac040
  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: d9251caf619e7ce2f0358c98ccd5659feddacd9f
      https://github.com/ckan/ckan/commit/d9251caf619e7ce2f0358c98ccd5659feddacd9f
  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: fa17596f1bb6b67ff0b0dae55d13ff78ec67d964
      https://github.com/ckan/ckan/commit/fa17596f1bb6b67ff0b0dae55d13ff78ec67d964
  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: a91c397601c49520ff7a3c7d4b0f084230a665db
      https://github.com/ckan/ckan/commit/a91c397601c49520ff7a3c7d4b0f084230a665db
  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
    M ckan/templates/package/resource_data.html

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


  Commit: 0f29d882110216d70a9c61a893940368c9abb9a7
      https://github.com/ckan/ckan/commit/0f29d882110216d70a9c61a893940368c9abb9a7
  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: 8233905e0649ae2cd48269cfa133a9002fddedce
      https://github.com/ckan/ckan/commit/8233905e0649ae2cd48269cfa133a9002fddedce
  Author: amercader <amercadero at gmail.com>
  Date:   2017-07-05 (Wed, 05 Jul 2017)

  Changed paths:
    M CHANGELOG.rst

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


  Commit: 03efea3f06e9b03cf2ee032ba143e4cd9fa3dd75
      https://github.com/ckan/ckan/commit/03efea3f06e9b03cf2ee032ba143e4cd9fa3dd75
  Author: amercader <amercadero at gmail.com>
  Date:   2017-07-06 (Thu, 06 Jul 2017)

  Changed paths:
    M ckan/__init__.py

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


  Commit: d795a087899fe29f75feccbb52b62080d1ce47bd
      https://github.com/ckan/ckan/commit/d795a087899fe29f75feccbb52b62080d1ce47bd
  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: 5e1585e897ecfb96e34df628c930a2c04ad101e3
      https://github.com/ckan/ckan/commit/5e1585e897ecfb96e34df628c930a2c04ad101e3
  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: 7b3132aa962ea1e5906d844ce324b307c8ca85ec
      https://github.com/ckan/ckan/commit/7b3132aa962ea1e5906d844ce324b307c8ca85ec
  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: 667be451f4a6ce94c3bbb356407cc95af765295b
      https://github.com/ckan/ckan/commit/667be451f4a6ce94c3bbb356407cc95af765295b
  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: ef4c875cafd8e4c1f3074a257a5cfb11d755cc9d
      https://github.com/ckan/ckan/commit/ef4c875cafd8e4c1f3074a257a5cfb11d755cc9d
  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: 6a181d4923db691322889a135c37cb12879c9534
      https://github.com/ckan/ckan/commit/6a181d4923db691322889a135c37cb12879c9534
  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: 68b84b1a62762d28f39fc0ca3cc6d85a4b9400b2
      https://github.com/ckan/ckan/commit/68b84b1a62762d28f39fc0ca3cc6d85a4b9400b2
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2017-07-21 (Fri, 21 Jul 2017)

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

  Log Message:
  -----------
  Restrict access test fixes


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

  Changed paths:
    M .tx/config
    M ckan/i18n/ar/LC_MESSAGES/ckan.po
    M ckan/i18n/bg/LC_MESSAGES/ckan.po
    M ckan/i18n/ca/LC_MESSAGES/ckan.po
    M ckan/i18n/cs_CZ/LC_MESSAGES/ckan.po
    M ckan/i18n/da_DK/LC_MESSAGES/ckan.po
    M ckan/i18n/de/LC_MESSAGES/ckan.po
    M ckan/i18n/el/LC_MESSAGES/ckan.po
    M ckan/i18n/en_AU/LC_MESSAGES/ckan.po
    M ckan/i18n/en_GB/LC_MESSAGES/ckan.po
    M ckan/i18n/es/LC_MESSAGES/ckan.po
    M ckan/i18n/es_AR/LC_MESSAGES/ckan.po
    M ckan/i18n/fa_IR/LC_MESSAGES/ckan.po
    M ckan/i18n/fi/LC_MESSAGES/ckan.po
    M ckan/i18n/fr/LC_MESSAGES/ckan.po
    M ckan/i18n/he/LC_MESSAGES/ckan.po
    M ckan/i18n/hr/LC_MESSAGES/ckan.po
    M ckan/i18n/hu/LC_MESSAGES/ckan.po
    M ckan/i18n/id/LC_MESSAGES/ckan.po
    M ckan/i18n/is/LC_MESSAGES/ckan.po
    M ckan/i18n/it/LC_MESSAGES/ckan.po
    M ckan/i18n/ja/LC_MESSAGES/ckan.po
    M ckan/i18n/km/LC_MESSAGES/ckan.po
    M ckan/i18n/ko_KR/LC_MESSAGES/ckan.po
    M ckan/i18n/lt/LC_MESSAGES/ckan.po
    M ckan/i18n/lv/LC_MESSAGES/ckan.po
    M ckan/i18n/mn_MN/LC_MESSAGES/ckan.po
    M ckan/i18n/nl/LC_MESSAGES/ckan.po
    M ckan/i18n/no/LC_MESSAGES/ckan.po
    M ckan/i18n/pl/LC_MESSAGES/ckan.po
    M ckan/i18n/pt_BR/LC_MESSAGES/ckan.po
    M ckan/i18n/pt_PT/LC_MESSAGES/ckan.po
    M ckan/i18n/ro/LC_MESSAGES/ckan.po
    M ckan/i18n/ru/LC_MESSAGES/ckan.po
    M ckan/i18n/sk/LC_MESSAGES/ckan.po
    M ckan/i18n/sl/LC_MESSAGES/ckan.po
    M ckan/i18n/sq/LC_MESSAGES/ckan.po
    M ckan/i18n/sr/LC_MESSAGES/ckan.po
    M ckan/i18n/sr_Latn/LC_MESSAGES/ckan.po
    M ckan/i18n/sv/LC_MESSAGES/ckan.po
    M ckan/i18n/th/LC_MESSAGES/ckan.po
    M ckan/i18n/tr/LC_MESSAGES/ckan.po
    M ckan/i18n/uk_UA/LC_MESSAGES/ckan.po
    M ckan/i18n/vi/LC_MESSAGES/ckan.po
    M ckan/i18n/zh_CN/LC_MESSAGES/ckan.po
    M ckan/i18n/zh_TW/LC_MESSAGES/ckan.po

  Log Message:
  -----------
  Update translations from Transifex


  Commit: 566903d0ec94c9c2986eeb9b0b2f2c9bb2cd23a1
      https://github.com/ckan/ckan/commit/566903d0ec94c9c2986eeb9b0b2f2c9bb2cd23a1
  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: 3b1c6c897bc2e05316080bfdd8127243de88a649
      https://github.com/ckan/ckan/commit/3b1c6c897bc2e05316080bfdd8127243de88a649
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2017-08-02 (Wed, 02 Aug 2017)

  Changed paths:
    M ckan/public/base/i18n/pl.js
    M ckan/public/base/i18n/pl.min.js
    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: efe1b8db12a24663851ab71615b54fb1a5cb3f2c
      https://github.com/ckan/ckan/commit/efe1b8db12a24663851ab71615b54fb1a5cb3f2c
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2017-08-02 (Wed, 02 Aug 2017)

  Changed paths:
    M .tx/config
    M CHANGELOG.rst
    M ckan/__init__.py
    M ckan/controllers/group.py
    M ckan/controllers/package.py
    M ckan/i18n/ar/LC_MESSAGES/ckan.po
    M ckan/i18n/bg/LC_MESSAGES/ckan.po
    M ckan/i18n/ca/LC_MESSAGES/ckan.po
    M ckan/i18n/cs_CZ/LC_MESSAGES/ckan.po
    M ckan/i18n/da_DK/LC_MESSAGES/ckan.po
    M ckan/i18n/de/LC_MESSAGES/ckan.po
    M ckan/i18n/el/LC_MESSAGES/ckan.po
    M ckan/i18n/en_AU/LC_MESSAGES/ckan.po
    M ckan/i18n/en_GB/LC_MESSAGES/ckan.po
    M ckan/i18n/es/LC_MESSAGES/ckan.po
    M ckan/i18n/es_AR/LC_MESSAGES/ckan.po
    M ckan/i18n/fa_IR/LC_MESSAGES/ckan.po
    M ckan/i18n/fi/LC_MESSAGES/ckan.po
    M ckan/i18n/fr/LC_MESSAGES/ckan.po
    M ckan/i18n/he/LC_MESSAGES/ckan.po
    M ckan/i18n/hr/LC_MESSAGES/ckan.po
    M ckan/i18n/hu/LC_MESSAGES/ckan.po
    M ckan/i18n/id/LC_MESSAGES/ckan.po
    M ckan/i18n/is/LC_MESSAGES/ckan.po
    M ckan/i18n/it/LC_MESSAGES/ckan.po
    M ckan/i18n/ja/LC_MESSAGES/ckan.po
    M ckan/i18n/km/LC_MESSAGES/ckan.po
    M ckan/i18n/ko_KR/LC_MESSAGES/ckan.po
    M ckan/i18n/lt/LC_MESSAGES/ckan.po
    M ckan/i18n/lv/LC_MESSAGES/ckan.po
    M ckan/i18n/mn_MN/LC_MESSAGES/ckan.po
    M ckan/i18n/nl/LC_MESSAGES/ckan.po
    M ckan/i18n/no/LC_MESSAGES/ckan.po
    M ckan/i18n/pl/LC_MESSAGES/ckan.po
    M ckan/i18n/pt_BR/LC_MESSAGES/ckan.po
    M ckan/i18n/pt_PT/LC_MESSAGES/ckan.po
    M ckan/i18n/ro/LC_MESSAGES/ckan.po
    M ckan/i18n/ru/LC_MESSAGES/ckan.po
    M ckan/i18n/sk/LC_MESSAGES/ckan.po
    M ckan/i18n/sl/LC_MESSAGES/ckan.po
    M ckan/i18n/sq/LC_MESSAGES/ckan.po
    M ckan/i18n/sr/LC_MESSAGES/ckan.po
    M ckan/i18n/sr_Latn/LC_MESSAGES/ckan.po
    M ckan/i18n/sv/LC_MESSAGES/ckan.po
    M ckan/i18n/th/LC_MESSAGES/ckan.po
    M ckan/i18n/tr/LC_MESSAGES/ckan.po
    M ckan/i18n/uk_UA/LC_MESSAGES/ckan.po
    M ckan/i18n/vi/LC_MESSAGES/ckan.po
    M ckan/i18n/zh_CN/LC_MESSAGES/ckan.po
    M ckan/i18n/zh_TW/LC_MESSAGES/ckan.po
    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/i18n/pl.js
    M ckan/public/base/i18n/pl.min.js
    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/package/resource_data.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.5.6' into release-v2.5-latest


Compare: https://github.com/ckan/ckan/compare/3e99269972b3...efe1b8db12a2


More information about the ckan-changes mailing list