[ckan-changes] [ckan/ckan] 634279: Update version number for 2.7.5b

GitHub noreply at github.com
Wed Dec 12 13:18:13 UTC 2018


  Branch: refs/heads/2.7
  Home:   https://github.com/ckan/ckan
  Commit: 6342799cb54a7b8368432fbb6f9776016df5519d
      https://github.com/ckan/ckan/commit/6342799cb54a7b8368432fbb6f9776016df5519d
  Author: Konstantin Sivakov <konstantin.sivakov at gmail.com>
  Date:   2018-11-27 (Tue, 27 Nov 2018)

  Changed paths:
    M ckan/__init__.py

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


  Commit: b2bcd877e275f110c93033ca78d229444450d045
      https://github.com/ckan/ckan/commit/b2bcd877e275f110c93033ca78d229444450d045
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2018-12-04 (Tue, 04 Dec 2018)

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

  Log Message:
  -----------
  group_patch does not reset packages


  Commit: be945f1d9ce349b56569f4ba41c97fac71c198ef
      https://github.com/ckan/ckan/commit/be945f1d9ce349b56569f4ba41c97fac71c198ef
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2018-12-04 (Tue, 04 Dec 2018)

  Changed paths:
    M ckan/tests/legacy/functional/api/test_activity.py

  Log Message:
  -----------
  update activity tests


  Commit: 36be9f9969160e00c8150f0a935ccabd8d4df3cf
      https://github.com/ckan/ckan/commit/36be9f9969160e00c8150f0a935ccabd8d4df3cf
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2018-12-04 (Tue, 04 Dec 2018)

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

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


  Commit: 7eaaa1ddb44ff11a653a1185fce68b2c185f62d2
      https://github.com/ckan/ckan/commit/7eaaa1ddb44ff11a653a1185fce68b2c185f62d2
  Author: Alice Butcher <alycejenni at gmail.com>
  Date:   2018-12-04 (Tue, 04 Dec 2018)

  Changed paths:
    M ckan/config/middleware/flask_app.py

  Log Message:
  -----------
  Allow plugins to define multiple blueprints

If `IBlueprint.get_blueprint()` returns a list, register the `Blueprint` objects in a loop. Backwards compatible; will still work if the method only returns a single `Blueprint`.


  Commit: 7b7e5df200011e905e48b78feec82fda0e45a082
      https://github.com/ckan/ckan/commit/7b7e5df200011e905e48b78feec82fda0e45a082
  Author: David Read <david.read at hackneyworkshop.com>
  Date:   2018-12-04 (Tue, 04 Dec 2018)

  Changed paths:
    M requirements.in
    M requirements.txt

  Log Message:
  -----------
  Flask patch update


  Commit: 3ae462e3b802a2250e27f84ffed0187c25c7a498
      https://github.com/ckan/ckan/commit/3ae462e3b802a2250e27f84ffed0187c25c7a498
  Author: Ori Hoch <ori at uumpa.com>
  Date:   2018-12-04 (Tue, 04 Dec 2018)

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

  Log Message:
  -----------
  autocomplete.js: fix handling of comma key codes


  Commit: 408b050186148fc159e623e222ba9b5c650020c1
      https://github.com/ckan/ckan/commit/408b050186148fc159e623e222ba9b5c650020c1
  Author: Yan <yan at rudenko.com>
  Date:   2018-12-04 (Tue, 04 Dec 2018)

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

  Log Message:
  -----------
  [4416] Fix for Resouce View Re-order


  Commit: 0892b56d175b99536fe8860a7cbe02eb99bbbe80
      https://github.com/ckan/ckan/commit/0892b56d175b99536fe8860a7cbe02eb99bbbe80
  Author: amercader <amercadero at gmail.com>
  Date:   2018-12-04 (Tue, 04 Dec 2018)

  Changed paths:
    M ckan/config/middleware/flask_app.py

  Log Message:
  -----------
  Don't re-register plugin helpers on flask_app, as it has been done on load_environment


  Commit: f3ca6d59b6b8aef753c76f4a504c6bc9412e5006
      https://github.com/ckan/ckan/commit/f3ca6d59b6b8aef753c76f4a504c6bc9412e5006
  Author: Ian Ward <ian at excess.org>
  Date:   2018-12-04 (Tue, 04 Dec 2018)

  Changed paths:
    M ckanext/datastore/backend/postgres.py

  Log Message:
  -----------
  [#4236] datastore_search: distinct=true total fix


  Commit: 7e4d2ddcd37b205a9532ff54707a4de42673cc5c
      https://github.com/ckan/ckan/commit/7e4d2ddcd37b205a9532ff54707a4de42673cc5c
  Author: Ian Ward <ian at excess.org>
  Date:   2018-12-04 (Tue, 04 Dec 2018)

  Changed paths:
    M ckanext/datastore/tests/test_search.py

  Log Message:
  -----------
  [#4236] datastore_search: distinct=true total fix test


  Commit: e726bd7e1402071b3ae23fc35f8cde47c40fcc6e
      https://github.com/ckan/ckan/commit/e726bd7e1402071b3ae23fc35f8cde47c40fcc6e
  Author: Ian Ward <ian at excess.org>
  Date:   2018-12-04 (Tue, 04 Dec 2018)

  Changed paths:
    M ckanext/datastore/backend/postgres.py

  Log Message:
  -----------
  [#4236] datastore_search: distinct=true records_format=lists fix


  Commit: 6913a185e98e0830dd2896ac07a7ce1d8ad5d42f
      https://github.com/ckan/ckan/commit/6913a185e98e0830dd2896ac07a7ce1d8ad5d42f
  Author: Konstantin Sivakov <konstantin.sivakov at gmail.com>
  Date:   2018-12-04 (Tue, 04 Dec 2018)

  Changed paths:
    M ckan/controllers/template.py

  Log Message:
  -----------
  [#3164] Added headers fix that was issue for 2.7.4


  Commit: eb4242552acaaeb8867722ceb9a5afd09d900fca
      https://github.com/ckan/ckan/commit/eb4242552acaaeb8867722ceb9a5afd09d900fca
  Author: Aleksandar Jovanov <aleksandar.jovanov at keitaro.com>
  Date:   2018-12-10 (Mon, 10 Dec 2018)

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

  Log Message:
  -----------
  [#3656] Fix broken default logo image

If you go to the sysadmin config page, and if you don't change the logo image and just click Update, the logo image will break.
The reason is because its been given wrong path to the image.


  Commit: 60679795028e4e55f255e76d3c3667f7195f4a90
      https://github.com/ckan/ckan/commit/60679795028e4e55f255e76d3c3667f7195f4a90
  Author: Aleksandar Jovanov <aleksandar.jovanov at keitaro.com>
  Date:   2018-12-10 (Mon, 10 Dec 2018)

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

  Log Message:
  -----------
  [#3656] Fix setting public path


  Commit: 35be44e9e515b92091e1b80ae4f4f18cec4a491a
      https://github.com/ckan/ckan/commit/35be44e9e515b92091e1b80ae4f4f18cec4a491a
  Author: Aleksandar Jovanov <aleksandar.jovanov at keitaro.com>
  Date:   2018-12-10 (Mon, 10 Dec 2018)

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

  Log Message:
  -----------
  Use isflle() to check for image existence


  Commit: e4cd06c1bc73b1f7703aaabb49294073a8936d92
      https://github.com/ckan/ckan/commit/e4cd06c1bc73b1f7703aaabb49294073a8936d92
  Author: Aleksandar Jovanov <aleksandar.jovanov at keitaro.com>
  Date:   2018-12-10 (Mon, 10 Dec 2018)

  Changed paths:
    M ckan/logic/action/update.py
    M ckan/public/base/javascript/modules/image-upload.js

  Log Message:
  -----------
  [#3656] Simplify logic for setting logo image


  Commit: 9ebd1b898ced772355595509531866e1e674255f
      https://github.com/ckan/ckan/commit/9ebd1b898ced772355595509531866e1e674255f
  Author: Konstantin Sivakov <konstantin.sivakov at gmail.com>
  Date:   2018-12-10 (Mon, 10 Dec 2018)

  Changed paths:
    M ckan/lib/dictization/model_save.py

  Log Message:
  -----------
  [#4382] strip full URL before saving to DB


  Commit: e7193b2e3fef8dbcd899055cbed935943655c666
      https://github.com/ckan/ckan/commit/e7193b2e3fef8dbcd899055cbed935943655c666
  Author: Konstantin Sivakov <konstantin.sivakov at gmail.com>
  Date:   2018-12-10 (Mon, 10 Dec 2018)

  Changed paths:
    M ckan/lib/dictization/model_save.py

  Log Message:
  -----------
  Changes according revieew


  Commit: bf726ef17422b357b2ec55ef9979f7a2d097f57c
      https://github.com/ckan/ckan/commit/bf726ef17422b357b2ec55ef9979f7a2d097f57c
  Author: Konstantin Sivakov <konstantin.sivakov at gmail.com>
  Date:   2018-12-10 (Mon, 10 Dec 2018)

  Changed paths:
    M ckan/tests/lib/dictization/test_model_dictize.py

  Log Message:
  -----------
  Add tests


  Commit: 79d537963e5ffff8f76a2d32f2cc99d66d312fd6
      https://github.com/ckan/ckan/commit/79d537963e5ffff8f76a2d32f2cc99d66d312fd6
  Author: Konstantin Sivakov <konstantin.sivakov at gmail.com>
  Date:   2018-12-10 (Mon, 10 Dec 2018)

  Changed paths:
    M ckan/lib/dictization/model_dictize.py

  Log Message:
  -----------
  Remove 'for_edit' and fix url strip


  Commit: 0aa2ec642f11656285054573177e8b3bee9e6b80
      https://github.com/ckan/ckan/commit/0aa2ec642f11656285054573177e8b3bee9e6b80
  Author: Konstantin Sivakov <konstantin.sivakov at gmail.com>
  Date:   2018-12-10 (Mon, 10 Dec 2018)

  Changed paths:
    M ckan/lib/dictization/model_dictize.py

  Log Message:
  -----------
  Revert last commit, add the striping logic in the resource dictize


  Commit: 2cf274beb73c63e11f7d556a806efb55ae50c2f1
      https://github.com/ckan/ckan/commit/2cf274beb73c63e11f7d556a806efb55ae50c2f1
  Author: Konstantin Sivakov <konstantin.sivakov at gmail.com>
  Date:   2018-12-11 (Tue, 11 Dec 2018)

  Changed paths:
    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/gl/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/mk/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/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 po files


  Commit: 51081a7ecbe783e9b2accbdd698c689c8002b224
      https://github.com/ckan/ckan/commit/51081a7ecbe783e9b2accbdd698c689c8002b224
  Author: Konstantin Sivakov <konstantin.sivakov at gmail.com>
  Date:   2018-12-11 (Tue, 11 Dec 2018)

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

  Log Message:
  -----------
  Update .mo files


  Commit: 0a725d6235092ca942e0970988e77deb7f4bc2bf
      https://github.com/ckan/ckan/commit/0a725d6235092ca942e0970988e77deb7f4bc2bf
  Author: Konstantin Sivakov <konstantin.sivakov at gmail.com>
  Date:   2018-12-11 (Tue, 11 Dec 2018)

  Changed paths:
    M ckan/public/base/javascript/modules/autocomplete.min.js
    M ckan/public/base/javascript/modules/image-upload.min.js
    M ckan/public/base/test/spec/modules/autocomplete.spec.min.js

  Log Message:
  -----------
  Rebuild frontend


  Commit: 564178ad553e29280b3d31e4fa4a13cca5c08dea
      https://github.com/ckan/ckan/commit/564178ad553e29280b3d31e4fa4a13cca5c08dea
  Author: Konstantin Sivakov <konstantin.sivakov at gmail.com>
  Date:   2018-12-11 (Tue, 11 Dec 2018)

  Changed paths:
    M ckan/__init__.py

  Log Message:
  -----------
  Update version number for release 2.7.5


  Commit: 72e7b9511ffa3a6f2a48d75f88a2d86614e195e1
      https://github.com/ckan/ckan/commit/72e7b9511ffa3a6f2a48d75f88a2d86614e195e1
  Author: Konstantin Sivakov <konstantin.sivakov at gmail.com>
  Date:   2018-12-12 (Wed, 12 Dec 2018)

  Changed paths:
    M CHANGELOG.rst

  Log Message:
  -----------
  Update changelog for 2.7.5


  Commit: 2287b2ac0ca20938529cd3ab17215cd8bf6e6fe5
      https://github.com/ckan/ckan/commit/2287b2ac0ca20938529cd3ab17215cd8bf6e6fe5
  Author: Konstantin Sivakov <konstantin.sivakov at gmail.com>
  Date:   2018-12-12 (Wed, 12 Dec 2018)

  Changed paths:
    M CHANGELOG.rst

  Log Message:
  -----------
  Update changelog for 2.7.5


  Commit: e838541df3c52604db93d7945bf1995178a5b5a8
      https://github.com/ckan/ckan/commit/e838541df3c52604db93d7945bf1995178a5b5a8
  Author: Konstantin Sivakov <konstantin.sivakov at gmail.com>
  Date:   2018-12-12 (Wed, 12 Dec 2018)

  Changed paths:
    M CHANGELOG.rst
    M ckan/__init__.py
    M ckan/config/middleware/flask_app.py
    M ckan/controllers/template.py
    M ckan/i18n/ar/LC_MESSAGES/ckan.mo
    M ckan/i18n/ar/LC_MESSAGES/ckan.po
    M ckan/i18n/bg/LC_MESSAGES/ckan.mo
    M ckan/i18n/bg/LC_MESSAGES/ckan.po
    M ckan/i18n/ca/LC_MESSAGES/ckan.mo
    M ckan/i18n/ca/LC_MESSAGES/ckan.po
    M ckan/i18n/cs_CZ/LC_MESSAGES/ckan.mo
    M ckan/i18n/cs_CZ/LC_MESSAGES/ckan.po
    M ckan/i18n/da_DK/LC_MESSAGES/ckan.mo
    M ckan/i18n/da_DK/LC_MESSAGES/ckan.po
    M ckan/i18n/de/LC_MESSAGES/ckan.mo
    M ckan/i18n/de/LC_MESSAGES/ckan.po
    M ckan/i18n/el/LC_MESSAGES/ckan.mo
    M ckan/i18n/el/LC_MESSAGES/ckan.po
    M ckan/i18n/en_AU/LC_MESSAGES/ckan.mo
    M ckan/i18n/en_AU/LC_MESSAGES/ckan.po
    M ckan/i18n/en_GB/LC_MESSAGES/ckan.mo
    M ckan/i18n/en_GB/LC_MESSAGES/ckan.po
    M ckan/i18n/es/LC_MESSAGES/ckan.mo
    M ckan/i18n/es/LC_MESSAGES/ckan.po
    M ckan/i18n/es_AR/LC_MESSAGES/ckan.mo
    M ckan/i18n/es_AR/LC_MESSAGES/ckan.po
    M ckan/i18n/fa_IR/LC_MESSAGES/ckan.mo
    M ckan/i18n/fa_IR/LC_MESSAGES/ckan.po
    M ckan/i18n/fi/LC_MESSAGES/ckan.mo
    M ckan/i18n/fi/LC_MESSAGES/ckan.po
    M ckan/i18n/fr/LC_MESSAGES/ckan.mo
    M ckan/i18n/fr/LC_MESSAGES/ckan.po
    M ckan/i18n/gl/LC_MESSAGES/ckan.mo
    M ckan/i18n/gl/LC_MESSAGES/ckan.po
    M ckan/i18n/he/LC_MESSAGES/ckan.mo
    M ckan/i18n/he/LC_MESSAGES/ckan.po
    M ckan/i18n/hr/LC_MESSAGES/ckan.mo
    M ckan/i18n/hr/LC_MESSAGES/ckan.po
    M ckan/i18n/hu/LC_MESSAGES/ckan.mo
    M ckan/i18n/hu/LC_MESSAGES/ckan.po
    M ckan/i18n/id/LC_MESSAGES/ckan.mo
    M ckan/i18n/id/LC_MESSAGES/ckan.po
    M ckan/i18n/is/LC_MESSAGES/ckan.mo
    M ckan/i18n/is/LC_MESSAGES/ckan.po
    M ckan/i18n/it/LC_MESSAGES/ckan.mo
    M ckan/i18n/it/LC_MESSAGES/ckan.po
    M ckan/i18n/ja/LC_MESSAGES/ckan.mo
    M ckan/i18n/ja/LC_MESSAGES/ckan.po
    M ckan/i18n/km/LC_MESSAGES/ckan.mo
    M ckan/i18n/km/LC_MESSAGES/ckan.po
    M ckan/i18n/ko_KR/LC_MESSAGES/ckan.mo
    M ckan/i18n/ko_KR/LC_MESSAGES/ckan.po
    M ckan/i18n/lt/LC_MESSAGES/ckan.mo
    M ckan/i18n/lt/LC_MESSAGES/ckan.po
    M ckan/i18n/lv/LC_MESSAGES/ckan.mo
    M ckan/i18n/lv/LC_MESSAGES/ckan.po
    M ckan/i18n/mk/LC_MESSAGES/ckan.mo
    M ckan/i18n/mk/LC_MESSAGES/ckan.po
    M ckan/i18n/mn_MN/LC_MESSAGES/ckan.mo
    M ckan/i18n/mn_MN/LC_MESSAGES/ckan.po
    M ckan/i18n/ne/LC_MESSAGES/ckan.mo
    M ckan/i18n/nl/LC_MESSAGES/ckan.mo
    M ckan/i18n/nl/LC_MESSAGES/ckan.po
    M ckan/i18n/no/LC_MESSAGES/ckan.mo
    M ckan/i18n/no/LC_MESSAGES/ckan.po
    M ckan/i18n/pl/LC_MESSAGES/ckan.mo
    M ckan/i18n/pl/LC_MESSAGES/ckan.po
    M ckan/i18n/pt_BR/LC_MESSAGES/ckan.mo
    M ckan/i18n/pt_BR/LC_MESSAGES/ckan.po
    M ckan/i18n/pt_PT/LC_MESSAGES/ckan.mo
    M ckan/i18n/pt_PT/LC_MESSAGES/ckan.po
    M ckan/i18n/ro/LC_MESSAGES/ckan.mo
    M ckan/i18n/ro/LC_MESSAGES/ckan.po
    M ckan/i18n/ru/LC_MESSAGES/ckan.mo
    M ckan/i18n/ru/LC_MESSAGES/ckan.po
    M ckan/i18n/sk/LC_MESSAGES/ckan.mo
    M ckan/i18n/sk/LC_MESSAGES/ckan.po
    M ckan/i18n/sl/LC_MESSAGES/ckan.mo
    M ckan/i18n/sl/LC_MESSAGES/ckan.po
    M ckan/i18n/sq/LC_MESSAGES/ckan.mo
    M ckan/i18n/sq/LC_MESSAGES/ckan.po
    M ckan/i18n/sr/LC_MESSAGES/ckan.mo
    M ckan/i18n/sr/LC_MESSAGES/ckan.po
    M ckan/i18n/sr_Latn/LC_MESSAGES/ckan.mo
    M ckan/i18n/sr_Latn/LC_MESSAGES/ckan.po
    M ckan/i18n/sv/LC_MESSAGES/ckan.mo
    M ckan/i18n/sv/LC_MESSAGES/ckan.po
    M ckan/i18n/th/LC_MESSAGES/ckan.mo
    M ckan/i18n/th/LC_MESSAGES/ckan.po
    M ckan/i18n/tl/LC_MESSAGES/ckan.mo
    M ckan/i18n/tr/LC_MESSAGES/ckan.mo
    M ckan/i18n/tr/LC_MESSAGES/ckan.po
    M ckan/i18n/uk/LC_MESSAGES/ckan.mo
    M ckan/i18n/uk/LC_MESSAGES/ckan.po
    M ckan/i18n/uk_UA/LC_MESSAGES/ckan.mo
    M ckan/i18n/uk_UA/LC_MESSAGES/ckan.po
    M ckan/i18n/vi/LC_MESSAGES/ckan.mo
    M ckan/i18n/vi/LC_MESSAGES/ckan.po
    M ckan/i18n/zh_CN/LC_MESSAGES/ckan.mo
    M ckan/i18n/zh_CN/LC_MESSAGES/ckan.po
    M ckan/i18n/zh_TW/LC_MESSAGES/ckan.mo
    M ckan/i18n/zh_TW/LC_MESSAGES/ckan.po
    M ckan/lib/dictization/model_dictize.py
    M ckan/lib/dictization/model_save.py
    M ckan/logic/action/update.py
    M ckan/public/base/javascript/modules/autocomplete.js
    M ckan/public/base/javascript/modules/autocomplete.min.js
    M ckan/public/base/javascript/modules/image-upload.js
    M ckan/public/base/javascript/modules/image-upload.min.js
    M ckan/public/base/test/spec/modules/autocomplete.spec.js
    M ckan/public/base/test/spec/modules/autocomplete.spec.min.js
    M ckan/tests/legacy/functional/api/test_activity.py
    M ckan/tests/lib/dictization/test_model_dictize.py
    M ckan/tests/logic/action/test_patch.py
    M ckanext/datastore/backend/postgres.py
    M ckanext/datastore/tests/test_search.py
    M requirements.in
    M requirements.txt

  Log Message:
  -----------
  Merge branch 'dev-v2.7' into 2.7


Compare: https://github.com/ckan/ckan/compare/70bd900ce296...e838541df3c5
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.


More information about the ckan-changes mailing list