[ckan-changes] [ckan/ckan] af3d09: Enable CircleCI on 2.3.x

GitHub noreply at github.com
Wed Nov 2 10:10:52 UTC 2016


  Branch: refs/heads/release-v2.3-latest
  Home:   https://github.com/ckan/ckan
  Commit: af3d093fb3a479bf29c543d21d1beb0597f2b5e9
      https://github.com/ckan/ckan/commit/af3d093fb3a479bf29c543d21d1beb0597f2b5e9
  Author: amercader <amercadero at gmail.com>
  Date:   2016-03-31 (Thu, 31 Mar 2016)

  Changed paths:
    A circle.yml

  Log Message:
  -----------
  Enable CircleCI on 2.3.x


  Commit: a0e90ce980eb6a81f95a4e24c61dc515bf7fd08d
      https://github.com/ckan/ckan/commit/a0e90ce980eb6a81f95a4e24c61dc515bf7fd08d
  Author: amercader <amercadero at gmail.com>
  Date:   2016-03-31 (Thu, 31 Mar 2016)

  Changed paths:
    A bin/postgres_init/1_create_ckan_db.sh
    A bin/postgres_init/2_create_ckan_datastore_db.sh
    A bin/solr_init/create_core.sh

  Log Message:
  -----------
  Add missing CircleCI files


  Commit: 12f70a95bc3ef7f470dc5eb56de43ddd0d59e148
      https://github.com/ckan/ckan/commit/12f70a95bc3ef7f470dc5eb56de43ddd0d59e148
  Author: amercader <amercadero at gmail.com>
  Date:   2016-03-31 (Thu, 31 Mar 2016)

  Changed paths:
    M ckan/__init__.py

  Log Message:
  -----------
  Update version number for 2.3.5b release


  Commit: 083397233557ce70afc2a6a41ce8c6642d8c1703
      https://github.com/ckan/ckan/commit/083397233557ce70afc2a6a41ce8c6642d8c1703
  Author: amercader <amercadero at gmail.com>
  Date:   2016-03-31 (Thu, 31 Mar 2016)

  Changed paths:
    M test-core.ini

  Log Message:
  -----------
  Fix solr url in test-core.ini


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

  Changed paths:
    M ckan/logic/action/delete.py
    M ckan/new_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/new_tests/logic/action/test_get.py


  Commit: dda8203d1c71fa4eae47f4898d568909fb12d900
      https://github.com/ckan/ckan/commit/dda8203d1c71fa4eae47f4898d568909fb12d900
  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`.

Conflicts:
	ckan/logic/action/get.py


  Commit: a71667f4b040331960152d9769feb912852d8bf4
      https://github.com/ckan/ckan/commit/a71667f4b040331960152d9769feb912852d8bf4
  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/new_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: 6adb2d74c629275f3a01a98916a57ecdb91397e0
      https://github.com/ckan/ckan/commit/6adb2d74c629275f3a01a98916a57ecdb91397e0
  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: 7b293a110add3eca50c68a5ec0e9f44b8eadec8e
      https://github.com/ckan/ckan/commit/7b293a110add3eca50c68a5ec0e9f44b8eadec8e
  Author: amercader <amercadero at gmail.com>
  Date:   2016-08-25 (Thu, 25 Aug 2016)

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

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


  Commit: 00839310b4f6635371b4dc4d9b1c989189379a61
      https://github.com/ckan/ckan/commit/00839310b4f6635371b4dc4d9b1c989189379a61
  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: ce167f9e84e67407192dde0b6e2ea6613e8f1c74
      https://github.com/ckan/ckan/commit/ce167f9e84e67407192dde0b6e2ea6613e8f1c74
  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: 8e8d8fee37b12c046ee833e48276434f294de06e
      https://github.com/ckan/ckan/commit/8e8d8fee37b12c046ee833e48276434f294de06e
  Author: amercader <amercadero at gmail.com>
  Date:   2016-08-25 (Thu, 25 Aug 2016)

  Changed paths:
    M ckan/logic/action/update.py
    M ckan/new_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/new_tests/logic/action/test_update.py


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

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

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


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

  Changed paths:
    M ckanext/reclineview/theme/public/vendor/recline/recline.js

  Log Message:
  -----------
  [#3162] Replace MapQuest tiles in Recline with Stamen Terrain


  Commit: 3f53d9f214617c5668e8b661b8eaf4225eb0eb54
      https://github.com/ckan/ckan/commit/3f53d9f214617c5668e8b661b8eaf4225eb0eb54
  Author: Ian Ward <ian at excess.org>
  Date:   2016-08-26 (Fri, 26 Aug 2016)

  Changed paths:
    M circle.yml

  Log Message:
  -----------
  [#2937] pin node version, don't reinstall phantomjs if cached


  Commit: eee5114b298aa7d1c14f2f4e7e478f1037c6f86a
      https://github.com/ckan/ckan/commit/eee5114b298aa7d1c14f2f4e7e478f1037c6f86a
  Author: Ian Ward <ian at excess.org>
  Date:   2016-08-26 (Fri, 26 Aug 2016)

  Changed paths:
    A .circleci-matrix.yml
    M circle.yml

  Log Message:
  -----------
  [#2933] split tests across circle CI containers with circleci-matrix


  Commit: 1b30b12594f8cff925c29ff063dc2a8b36d6194e
      https://github.com/ckan/ckan/commit/1b30b12594f8cff925c29ff063dc2a8b36d6194e
  Author: Ian Ward <ian at excess.org>
  Date:   2016-08-26 (Fri, 26 Aug 2016)

  Changed paths:
    M .circleci-matrix.yml
    M circle.yml

  Log Message:
  -----------
  [#2933] create test report dir inside circleci-matrix


  Commit: b706e24f30102fa6dcf9c73584cd781c04a254a4
      https://github.com/ckan/ckan/commit/b706e24f30102fa6dcf9c73584cd781c04a254a4
  Author: Ian Ward <ian at excess.org>
  Date:   2016-08-26 (Fri, 26 Aug 2016)

  Changed paths:
    A ckan/tests/i18n/__init__.py

  Log Message:
  -----------
  [#2933] add missing tests/i18n/__init__.py


  Commit: 410349f8400c009052fa9e602d66358809840f3c
      https://github.com/ckan/ckan/commit/410349f8400c009052fa9e602d66358809840f3c
  Author: Ian Ward <ian at excess.org>
  Date:   2016-08-26 (Fri, 26 Aug 2016)

  Changed paths:
    M .circleci-matrix.yml

  Log Message:
  -----------
  [#2933] remove old tests


  Commit: 607e3b31a58f0df266464e0c209901dbdde55bc1
      https://github.com/ckan/ckan/commit/607e3b31a58f0df266464e0c209901dbdde55bc1
  Author: Ian Ward <ian at excess.org>
  Date:   2016-08-26 (Fri, 26 Aug 2016)

  Changed paths:
    M .circleci-matrix.yml

  Log Message:
  -----------
  [#2933] use --segments instead of list of test dirs


  Commit: 2971c7ee43d5697b5295e5c1c0e2766fe68203aa
      https://github.com/ckan/ckan/commit/2971c7ee43d5697b5295e5c1c0e2766fe68203aa
  Author: amercader <amercadero at gmail.com>
  Date:   2016-08-26 (Fri, 26 Aug 2016)

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

  Log Message:
  -----------
  [#2933] legacy test fix: clean up after creating test data


  Commit: 81625043aa63c83fbc0c0c69afef58773e6f4254
      https://github.com/ckan/ckan/commit/81625043aa63c83fbc0c0c69afef58773e6f4254
  Author: Ian Ward <ian at excess.org>
  Date:   2016-08-26 (Fri, 26 Aug 2016)

  Changed paths:
    M circle.yml

  Log Message:
  -----------
  [#2933] cache circleci-matrix


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

  Changed paths:
    M ckan/controllers/feed.py

  Log Message:
  -----------
  [#2955] Fix group feeds returning no datasets


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

  Changed paths:
    M ckanext/datastore/db.py

  Log Message:
  -----------
  [#2969] Fix unicode error when indexing field of type JSON


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

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

  Log Message:
  -----------
  [#2969] Add a couple of tests

Conflicts:
	ckanext/datastore/tests/test_upsert.py


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

  Changed paths:
    M ckanext/reclineview/theme/public/vendor/recline/recline.js

  Log Message:
  -----------
  [#2923] Proper sanitation of header name on SlickGrid view

Fixes #2923

Cherry-picked from @smotornyuk patch on okfn/recline#498


  Commit: ee9cd60e9c027c1c2ce6e9ca4c52cbb18508c5de
      https://github.com/ckan/ckan/commit/ee9cd60e9c027c1c2ce6e9ca4c52cbb18508c5de
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2016-09-14 (Wed, 14 Sep 2016)

  Changed paths:
    M ckan/templates/package/read.rdf

  Log Message:
  -----------
  RDF template returns server error if package has no extras

In very special situations, pkg_dict hasn't such key as 'extras'.
it results in server error, because rdf template uses `None` as
fallback value.

Replaced it with empty list - it's more logically


  Commit: 0c587a0b1685fd8f6ccd5436a6bd33a77f38db92
      https://github.com/ckan/ckan/commit/0c587a0b1685fd8f6ccd5436a6bd33a77f38db92
  Author: Matt Fullerton <mattfullerton at users.noreply.github.com>
  Date:   2016-10-14 (Fri, 14 Oct 2016)

  Changed paths:
    M ckanext/reclineview/theme/public/recline_view.js

  Log Message:
  -----------
  Fixes #2657 by not ignoring filters when embedded


  Commit: b856cda23ed415130b62e54bf66cd1ae284f195d
      https://github.com/ckan/ckan/commit/b856cda23ed415130b62e54bf66cd1ae284f195d
  Author: Yan <yan.rudneko at linkdigital.com.au>
  Date:   2016-10-14 (Fri, 14 Oct 2016)

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

  Log Message:
  -----------
  [#2346] Dashboard_activity_list_html() dosen't pass user id

Load more don't work on Dashboard page, because dashboard_activity_list_html() don't pass id as an argument, so in activity-stream.js the user_activity_list_html() gives us an error.

Fix it by passing id from context as we do with model= context['model']. As a result context['user'] gives us the name of current user and we can use it, because user_activity_list_html() can take both id and username as id.


  Commit: 78a1f1caecd55dc8f00d5b133dae139245efcef2
      https://github.com/ckan/ckan/commit/78a1f1caecd55dc8f00d5b133dae139245efcef2
  Author: amercader <amercadero at gmail.com>
  Date:   2016-10-14 (Fri, 14 Oct 2016)

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

  Log Message:
  -----------
  Fix tests module import


  Commit: 4877c3b4bb6768926928d06ec1edf10912dc4c30
      https://github.com/ckan/ckan/commit/4877c3b4bb6768926928d06ec1edf10912dc4c30
  Author: amercader <amercadero at gmail.com>
  Date:   2016-10-26 (Wed, 26 Oct 2016)

  Changed paths:
    M .gitattributes
    M ckan/i18n/en_GB/LC_MESSAGES/ckan.po
    M ckan/i18n/ja/LC_MESSAGES/ckan.po
    M ckan/i18n/pt_BR/LC_MESSAGES/ckan.po
    M ckan/i18n/ru/LC_MESSAGES/ckan.po
    M ckan/i18n/tr/LC_MESSAGES/ckan.po
    M ckan/i18n/zh_TW/LC_MESSAGES/ckan.po

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


  Commit: 24aacf61a4a2693ce71d239f8fe3ca52f2f53701
      https://github.com/ckan/ckan/commit/24aacf61a4a2693ce71d239f8fe3ca52f2f53701
  Author: amercader <amercadero at gmail.com>
  Date:   2016-10-26 (Wed, 26 Oct 2016)

  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
    R ckan/i18n/dv/LC_MESSAGES/ckan.mo
    R ckan/i18n/dv/LC_MESSAGES/ckan.po
    M ckan/i18n/el/LC_MESSAGES/ckan.mo
    M ckan/i18n/en_AU/LC_MESSAGES/ckan.mo
    M ckan/i18n/en_CA/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/es_MX/LC_MESSAGES/ckan.mo
    M ckan/i18n/eu/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/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/lo/LC_MESSAGES/ckan.mo
    M ckan/i18n/lt/LC_MESSAGES/ckan.mo
    M ckan/i18n/lv/LC_MESSAGES/ckan.mo
    M ckan/i18n/mn_MN/LC_MESSAGES/ckan.mo
    M ckan/i18n/my/LC_MESSAGES/ckan.mo
    M ckan/i18n/my_MM/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/sw/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_UA/LC_MESSAGES/ckan.mo
    M ckan/i18n/vi/LC_MESSAGES/ckan.mo
    M ckan/i18n/vi_VN/LC_MESSAGES/ckan.mo
    M ckan/i18n/zh_CN/LC_MESSAGES/ckan.mo
    M ckan/i18n/zh_TW/LC_MESSAGES/ckan.mo

  Log Message:
  -----------
  Compile strings ahead of 2.3.5


  Commit: 8f704e2329f347369cede642160c0cba7680d55b
      https://github.com/ckan/ckan/commit/8f704e2329f347369cede642160c0cba7680d55b
  Author: amercader <amercadero at gmail.com>
  Date:   2016-10-26 (Wed, 26 Oct 2016)

  Changed paths:
    M ckan/public/base/css/main.debug.min.css
    M ckan/public/base/i18n/en_GB.js
    M ckan/public/base/i18n/en_GB.min.js
    M ckan/public/base/i18n/es_AR.js
    M ckan/public/base/i18n/es_AR.min.js
    M ckan/public/base/i18n/fr.js
    M ckan/public/base/i18n/fr.min.js
    M ckan/public/base/i18n/is.js
    M ckan/public/base/i18n/is.min.js
    M ckan/public/base/i18n/ko_KR.js
    M ckan/public/base/i18n/ko_KR.min.js
    M ckan/public/base/i18n/nl.js
    M ckan/public/base/i18n/nl.min.js
    M ckan/public/base/i18n/no.js
    M ckan/public/base/i18n/no.min.js
    M ckan/public/base/i18n/pt_PT.js
    M ckan/public/base/i18n/pt_PT.min.js
    M ckan/public/base/i18n/ru.js
    M ckan/public/base/i18n/ru.min.js
    M ckan/public/base/i18n/sk.js
    M ckan/public/base/i18n/sk.min.js
    M ckan/public/base/i18n/sl.js
    M ckan/public/base/i18n/sl.min.js
    M ckan/public/base/i18n/sq.js
    M ckan/public/base/i18n/sq.min.js
    A ckan/public/base/i18n/tl.js
    A ckan/public/base/i18n/tl.min.js
    M ckan/public/base/javascript/modules/resource-view-filters-form.min.js
    M ckanext/reclineview/theme/public/recline_view.min.js

  Log Message:
  -----------
  Frontend build before 2.3.5


  Commit: 6f1edab61b8d1523890917048caa54f83e3fd2d1
      https://github.com/ckan/ckan/commit/6f1edab61b8d1523890917048caa54f83e3fd2d1
  Author: amercader <amercadero at gmail.com>
  Date:   2016-11-02 (Wed, 02 Nov 2016)

  Changed paths:
    M CHANGELOG.rst

  Log Message:
  -----------
  Update CHANGELOG before 2.3.5 release


  Commit: e33bc75e5ec41a20bc60aadacc72bec912652625
      https://github.com/ckan/ckan/commit/e33bc75e5ec41a20bc60aadacc72bec912652625
  Author: amercader <amercadero at gmail.com>
  Date:   2016-11-02 (Wed, 02 Nov 2016)

  Changed paths:
    M ckan/__init__.py

  Log Message:
  -----------
  Update version number 2.3.5 release


  Commit: 6b5e59b35b82f0dc1e366a573d75df3bbe334388
      https://github.com/ckan/ckan/commit/6b5e59b35b82f0dc1e366a573d75df3bbe334388
  Author: amercader <amercadero at gmail.com>
  Date:   2016-11-02 (Wed, 02 Nov 2016)

  Changed paths:
    A .circleci-matrix.yml
    M .gitattributes
    M CHANGELOG.rst
    A circle.yml
    M ckan/__init__.py
    M ckan/ckan_nose_plugin.py
    M ckan/controllers/feed.py
    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
    R ckan/i18n/dv/LC_MESSAGES/ckan.mo
    R ckan/i18n/dv/LC_MESSAGES/ckan.po
    M ckan/i18n/el/LC_MESSAGES/ckan.mo
    M ckan/i18n/en_AU/LC_MESSAGES/ckan.mo
    M ckan/i18n/en_CA/LC_MESSAGES/ckan.mo
    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_AR/LC_MESSAGES/ckan.mo
    M ckan/i18n/es_MX/LC_MESSAGES/ckan.mo
    M ckan/i18n/eu/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/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/ja/LC_MESSAGES/ckan.po
    M ckan/i18n/km/LC_MESSAGES/ckan.mo
    M ckan/i18n/ko_KR/LC_MESSAGES/ckan.mo
    M ckan/i18n/lo/LC_MESSAGES/ckan.mo
    M ckan/i18n/lt/LC_MESSAGES/ckan.mo
    M ckan/i18n/lv/LC_MESSAGES/ckan.mo
    M ckan/i18n/mn_MN/LC_MESSAGES/ckan.mo
    M ckan/i18n/my/LC_MESSAGES/ckan.mo
    M ckan/i18n/my_MM/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_BR/LC_MESSAGES/ckan.po
    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/ru/LC_MESSAGES/ckan.po
    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/sw/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/tr/LC_MESSAGES/ckan.po
    M ckan/i18n/uk_UA/LC_MESSAGES/ckan.mo
    M ckan/i18n/vi/LC_MESSAGES/ckan.mo
    M ckan/i18n/vi_VN/LC_MESSAGES/ckan.mo
    M ckan/i18n/zh_CN/LC_MESSAGES/ckan.mo
    M ckan/i18n/zh_TW/LC_MESSAGES/ckan.mo
    M ckan/i18n/zh_TW/LC_MESSAGES/ckan.po
    M ckan/lib/base.py
    M ckan/lib/datapreview.py
    M ckan/lib/helpers.py
    M ckan/logic/action/create.py
    M ckan/logic/action/delete.py
    M ckan/logic/action/get.py
    M ckan/logic/action/update.py
    M ckan/logic/schema.py
    M ckan/new_tests/logic/action/test_create.py
    M ckan/new_tests/logic/action/test_get.py
    M ckan/new_tests/logic/action/test_update.py
    M ckan/public/base/css/main.debug.min.css
    M ckan/public/base/i18n/en_GB.js
    M ckan/public/base/i18n/en_GB.min.js
    M ckan/public/base/i18n/es_AR.js
    M ckan/public/base/i18n/es_AR.min.js
    M ckan/public/base/i18n/fr.js
    M ckan/public/base/i18n/fr.min.js
    M ckan/public/base/i18n/is.js
    M ckan/public/base/i18n/is.min.js
    M ckan/public/base/i18n/ko_KR.js
    M ckan/public/base/i18n/ko_KR.min.js
    M ckan/public/base/i18n/nl.js
    M ckan/public/base/i18n/nl.min.js
    M ckan/public/base/i18n/no.js
    M ckan/public/base/i18n/no.min.js
    M ckan/public/base/i18n/pt_PT.js
    M ckan/public/base/i18n/pt_PT.min.js
    M ckan/public/base/i18n/ru.js
    M ckan/public/base/i18n/ru.min.js
    M ckan/public/base/i18n/sk.js
    M ckan/public/base/i18n/sk.min.js
    M ckan/public/base/i18n/sl.js
    M ckan/public/base/i18n/sl.min.js
    M ckan/public/base/i18n/sq.js
    M ckan/public/base/i18n/sq.min.js
    A ckan/public/base/i18n/tl.js
    A ckan/public/base/i18n/tl.min.js
    M ckan/public/base/javascript/modules/resource-view-filters-form.js
    M ckan/public/base/javascript/modules/resource-view-filters-form.min.js
    M ckan/templates/package/read.rdf
    A ckan/tests/i18n/__init__.py
    M ckan/tests/lib/test_helpers.py
    M ckanext/datastore/db.py
    M ckanext/datastore/tests/test_upsert.py
    M ckanext/reclineview/theme/public/recline_view.js
    M ckanext/reclineview/theme/public/recline_view.min.js
    M ckanext/reclineview/theme/public/vendor/recline/recline.js
    M test-core.ini

  Log Message:
  -----------
  Merge branch 'release-v2.3.5' into release-v2.3-latest


Compare: https://github.com/ckan/ckan/compare/29c9aa27f9f8...6b5e59b35b82


More information about the ckan-changes mailing list