[ckan-changes] [ckan/ckan] 3eff2f: Update version number for 2.6.4b

GitHub noreply at github.com
Tue May 8 15:52:27 UTC 2018


  Branch: refs/heads/2.6
  Home:   https://github.com/ckan/ckan
  Commit: 3eff2fd6d7b430cf1e1eca949e2910979c4021cb
      https://github.com/ckan/ckan/commit/3eff2fd6d7b430cf1e1eca949e2910979c4021cb
  Author: amercader <amercadero at gmail.com>
  Date:   2017-09-25 (Mon, 25 Sep 2017)

  Changed paths:
    M ckan/__init__.py

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


  Commit: df514999f19fcb554f798f58b9e026ae05111362
      https://github.com/ckan/ckan/commit/df514999f19fcb554f798f58b9e026ae05111362
  Author: Jinfei Fan <fanjinfei at hotmail.com>
  Date:   2017-09-26 (Tue, 26 Sep 2017)

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

  Log Message:
  -----------
  support non root for fanstatic


  Commit: a75e2a147126e0613ed1b61e92ad8a2360facbf8
      https://github.com/ckan/ckan/commit/a75e2a147126e0613ed1b61e92ad8a2360facbf8
  Author: Jinfei Fan <fanjinfei at hotmail.com>
  Date:   2017-09-26 (Tue, 26 Sep 2017)

  Changed paths:
    A ckan/tests/test_none_root.py

  Log Message:
  -----------
  add test case for none root fanstatic


  Commit: b936fa575ac928c0467f5c97e25842fd257b9732
      https://github.com/ckan/ckan/commit/b936fa575ac928c0467f5c97e25842fd257b9732
  Author: Gabriel Gimenez Catuogno <12-11006 at usb.ve>
  Date:   2017-09-26 (Tue, 26 Sep 2017)

  Changed paths:
    M ckan/lib/mailer.py

  Log Message:
  -----------
  Fix replace, add


  Commit: df3760eea7d65624fc3788a0e455a3cc7dfd63f3
      https://github.com/ckan/ckan/commit/df3760eea7d65624fc3788a0e455a3cc7dfd63f3
  Author: Gabriel Gimenez Catuogno <12-11006 at usb.ve>
  Date:   2017-09-26 (Tue, 26 Sep 2017)

  Changed paths:
    M ckan/lib/mailer.py

  Log Message:
  -----------
  Unused import


  Commit: 0a711fd3364a08229b0313c89e1624b94ed2f692
      https://github.com/ckan/ckan/commit/0a711fd3364a08229b0313c89e1624b94ed2f692
  Author: Jari Voutilainen <jari.voutilainen at iki.fi>
  Date:   2017-09-26 (Tue, 26 Sep 2017)

  Changed paths:
    M ckan/lib/helpers.py

  Log Message:
  -----------
  Skip url parsing in redirect if url is full url or starts with root_path


  Commit: f1fcb24ce9f44df96f4059658b3afd9623fdfc4f
      https://github.com/ckan/ckan/commit/f1fcb24ce9f44df96f4059658b3afd9623fdfc4f
  Author: Jari Voutilainen <jari.voutilainen at iki.fi>
  Date:   2017-09-26 (Tue, 26 Sep 2017)

  Changed paths:
    M ckan/lib/helpers.py

  Log Message:
  -----------
  Add missing return


  Commit: e5963c38cacd6fb5b50f54c60f3a8f6fbe15ee2b
      https://github.com/ckan/ckan/commit/e5963c38cacd6fb5b50f54c60f3a8f6fbe15ee2b
  Author: Jari Voutilainen <jari.voutilainen at iki.fi>
  Date:   2017-09-26 (Tue, 26 Sep 2017)

  Changed paths:
    M ckan/lib/helpers.py

  Log Message:
  -----------
  Move url checks after unicode conversion


  Commit: 1ccdc5728a337c6e9827bd3eaaebbaf892843c03
      https://github.com/ckan/ckan/commit/1ccdc5728a337c6e9827bd3eaaebbaf892843c03
  Author: Jari Voutilainen <jari.voutilainen at iki.fi>
  Date:   2017-09-26 (Tue, 26 Sep 2017)

  Changed paths:
    M ckan/lib/helpers.py

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


  Commit: 45b58eb3aacd2c2778d0f4458d8f722235733ecc
      https://github.com/ckan/ckan/commit/45b58eb3aacd2c2778d0f4458d8f722235733ecc
  Author: Jari Voutilainen <jari.voutilainen at iki.fi>
  Date:   2017-09-26 (Tue, 26 Sep 2017)

  Changed paths:
    M ckan/lib/helpers.py

  Log Message:
  -----------
  Redirect if given a single string


  Commit: 0ae06c87ff20dcdc8d59f41e413aa9009f3b2873
      https://github.com/ckan/ckan/commit/0ae06c87ff20dcdc8d59f41e413aa9009f3b2873
  Author: Jari Voutilainen <jari.voutilainen at iki.fi>
  Date:   2017-09-26 (Tue, 26 Sep 2017)

  Changed paths:
    M ckan/lib/helpers.py

  Log Message:
  -----------
  only redirect those single strings that start with /


  Commit: d8bb76994d55bcdc1bacac0e93e615e05a4185c8
      https://github.com/ckan/ckan/commit/d8bb76994d55bcdc1bacac0e93e615e05a4185c8
  Author: Jari Voutilainen <jari.voutilainen at iki.fi>
  Date:   2017-09-26 (Tue, 26 Sep 2017)

  Changed paths:
    M ckan/lib/helpers.py

  Log Message:
  -----------
  skip url_for only


  Commit: 2e3108c3293720d7e7896792306a5e67523954da
      https://github.com/ckan/ckan/commit/2e3108c3293720d7e7896792306a5e67523954da
  Author: Jari Voutilainen <jari.voutilainen at iki.fi>
  Date:   2017-09-26 (Tue, 26 Sep 2017)

  Changed paths:
    M ckan/lib/helpers.py

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


  Commit: daad60ec731ed016b46ec26e33989bf66cc02d4d
      https://github.com/ckan/ckan/commit/daad60ec731ed016b46ec26e33989bf66cc02d4d
  Author: Jari Voutilainen <jari.voutilainen at iki.fi>
  Date:   2017-09-26 (Tue, 26 Sep 2017)

  Changed paths:
    M ckan/lib/helpers.py

  Log Message:
  -----------
  Check if the given string is url


  Commit: c3ff043d42ebab09be8ba546586128ae5f2c833a
      https://github.com/ckan/ckan/commit/c3ff043d42ebab09be8ba546586128ae5f2c833a
  Author: Jari Voutilainen <jari.voutilainen at iki.fi>
  Date:   2017-09-26 (Tue, 26 Sep 2017)

  Changed paths:
    M ckan/controllers/user.py
    M ckan/lib/helpers.py

  Log Message:
  -----------
  Try to handle repoze who urls without hard coding them to helper


  Commit: 9ba6f0824aa9e90132fa20951201e4bdf93d64a4
      https://github.com/ckan/ckan/commit/9ba6f0824aa9e90132fa20951201e4bdf93d64a4
  Author: Konstantin Sivakov <konstantin.sivakov at gmail.com>
  Date:   2017-09-26 (Tue, 26 Sep 2017)

  Changed paths:
    M ckan/controllers/package.py
    M ckan/lib/helpers.py
    M ckan/templates/ajax_snippets/api_info.html
    M ckan/templates/package/resource_read.html
    M ckan/templates/package/snippets/data_api_button.html

  Log Message:
  -----------
  add patch


  Commit: 4207cfedeca284e999ec43649324639d050b9239
      https://github.com/ckan/ckan/commit/4207cfedeca284e999ec43649324639d050b9239
  Author: Konstantin Sivakov <konstantin.sivakov at gmail.com>
  Date:   2017-09-26 (Tue, 26 Sep 2017)

  Changed paths:
    M ckan/lib/helpers.py
    M ckan/tests/test_none_root.py
    M ckanext/example_igroupform/tests/test_controllers.py

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


  Commit: 19af57434754032bf2d667ded4cf6d81f795c9fb
      https://github.com/ckan/ckan/commit/19af57434754032bf2d667ded4cf6d81f795c9fb
  Author: Konstantin Sivakov <konstantin.sivakov at gmail.com>
  Date:   2017-09-26 (Tue, 26 Sep 2017)

  Changed paths:
    M CHANGELOG.rst
    M ckan/tests/controllers/test_tags.py
    M ckan/tests/test_none_root.py

  Log Message:
  -----------
  add changes to changelog


  Commit: bf778f628026dc8f22d6c26e9e32c920950dc001
      https://github.com/ckan/ckan/commit/bf778f628026dc8f22d6c26e9e32c920950dc001
  Author: Konstantin Sivakov <konstantin.sivakov at gmail.com>
  Date:   2017-09-26 (Tue, 26 Sep 2017)

  Changed paths:
    M ckan/__init__.py

  Log Message:
  -----------
  update vesrion to 2.6.4


  Commit: af7fe2e0491f365cb8e7db339182b9150021652e
      https://github.com/ckan/ckan/commit/af7fe2e0491f365cb8e7db339182b9150021652e
  Author: Adrià Mercader <amercadero at gmail.com>
  Date:   2017-09-26 (Tue, 26 Sep 2017)

  Changed paths:
    M CHANGELOG.rst
    M ckan/__init__.py
    M ckan/config/middleware/pylons_app.py
    M ckan/controllers/package.py
    M ckan/controllers/user.py
    M ckan/lib/helpers.py
    M ckan/lib/mailer.py
    M ckan/templates/ajax_snippets/api_info.html
    M ckan/templates/package/resource_read.html
    M ckan/templates/package/snippets/data_api_button.html
    M ckan/tests/controllers/test_tags.py
    A ckan/tests/test_none_root.py
    M ckanext/example_igroupform/tests/test_controllers.py

  Log Message:
  -----------
  Merge pull request #3836 from tino097/dev-v2.6

Dev v2.6


  Commit: fa6b3fa01d0c17fd37c9fb80484a79d412fd492a
      https://github.com/ckan/ckan/commit/fa6b3fa01d0c17fd37c9fb80484a79d412fd492a
  Author: amercader <amercadero at gmail.com>
  Date:   2017-09-26 (Tue, 26 Sep 2017)

  Changed paths:
    M ckan/tests/legacy/functional/test_user.py

  Log Message:
  -----------
  Use proper url_for to fix legacy test


  Commit: ca7e6e437b2ba3fab5f23591dd276d8f33d32ac3
      https://github.com/ckan/ckan/commit/ca7e6e437b2ba3fab5f23591dd276d8f33d32ac3
  Author: Alexandre Brault <abrault at mapgears.com>
  Date:   2017-09-26 (Tue, 26 Sep 2017)

  Changed paths:
    M ckan/controllers/user.py

  Log Message:
  -----------
  [#3834] Keep root path in new user url


  Commit: 08bd3a935d2ce309afcad765e333b6ddb027cb2f
      https://github.com/ckan/ckan/commit/08bd3a935d2ce309afcad765e333b6ddb027cb2f
  Author: amercader <amercadero at gmail.com>
  Date:   2018-02-28 (Wed, 28 Feb 2018)

  Changed paths:
    M ckan/__init__.py

  Log Message:
  -----------
  Upgrade version number for 2.6.5b


  Commit: 5228a8de5fbcbf79ade289dddcdc7f730f284ccd
      https://github.com/ckan/ckan/commit/5228a8de5fbcbf79ade289dddcdc7f730f284ccd
  Author: Jared Smith <jared.smith.jrod at gmail.com>
  Date:   2018-02-28 (Wed, 28 Feb 2018)

  Changed paths:
    M ckan/lib/formatters.py
    M ckan/model/activity.py

  Log Message:
  -----------
  Issue #147 - Activity Time stored in UTC

bcgov/ckanext-bcgov#147 ckan/ckan#2882 ckan/ckan#2970

The Activity model now stores its timestamp in utc

In Formatters, localized_nice_date, removed the datetime replace method
calls with actually ensuring the comparing timestamps have a timezone
specified

fixing typo


  Commit: d39056a676438d349d554c623ff465616dd10ca2
      https://github.com/ckan/ckan/commit/d39056a676438d349d554c623ff465616dd10ca2
  Author: Jared Smith <jared.smith.jrod at gmail.com>
  Date:   2018-02-28 (Wed, 28 Feb 2018)

  Changed paths:
    A ckan/migration/versions/085_adjust_activity_timestamps.py

  Log Message:
  -----------
  Adding migration script to adjust current activity timestamps to utc


  Commit: 2421db6e9f281691afac76a64279ed47d2663b59
      https://github.com/ckan/ckan/commit/2421db6e9f281691afac76a64279ed47d2663b59
  Author: Jared Smith <jared.smith.jrod at gmail.com>
  Date:   2018-02-28 (Wed, 28 Feb 2018)

  Changed paths:
    M ckan/migration/versions/085_adjust_activity_timestamps.py

  Log Message:
  -----------
  Using only sql statement, removed python and logging


  Commit: 3fc58a16d3f29a4d9aa184f30c28b3b0883f62ab
      https://github.com/ckan/ckan/commit/3fc58a16d3f29a4d9aa184f30c28b3b0883f62ab
  Author: Jared Smith <jared.smith.jrod at gmail.com>
  Date:   2018-02-28 (Wed, 28 Feb 2018)

  Changed paths:
    M ckan/migration/versions/085_adjust_activity_timestamps.py

  Log Message:
  -----------
  Fixed pep8 issues


  Commit: 99ea1fe3473558767acbb57cb5efc42bd5e2caa0
      https://github.com/ckan/ckan/commit/99ea1fe3473558767acbb57cb5efc42bd5e2caa0
  Author: Jared Smith <jared.smith.jrod at gmail.com>
  Date:   2018-02-28 (Wed, 28 Feb 2018)

  Changed paths:
    M ckan/lib/formatters.py

  Log Message:
  -----------
  Need to use replace for naive timestamps


  Commit: 3ebcf8b4b05b09f433e887659d3373d6f6de2a01
      https://github.com/ckan/ckan/commit/3ebcf8b4b05b09f433e887659d3373d6f6de2a01
  Author: Jared Smith <jared.smith.jrod at gmail.com>
  Date:   2018-02-28 (Wed, 28 Feb 2018)

  Changed paths:
    M ckan/migration/versions/085_adjust_activity_timestamps.py

  Log Message:
  -----------
  Fixing another pep8 issue


  Commit: 18fc3d0ea356a6e28d8dac9816de00f165388229
      https://github.com/ckan/ckan/commit/18fc3d0ea356a6e28d8dac9816de00f165388229
  Author: Jared Smith <jared.smith.jrod at gmail.com>
  Date:   2018-02-28 (Wed, 28 Feb 2018)

  Changed paths:
    M ckan/migration/versions/085_adjust_activity_timestamps.py

  Log Message:
  -----------
  Prefixing strings for pep8


  Commit: 9d0caaf35f2d69c7b9d6ddf5f0a6826bb0f755d6
      https://github.com/ckan/ckan/commit/9d0caaf35f2d69c7b9d6ddf5f0a6826bb0f755d6
  Author: amercader <amercadero at gmail.com>
  Date:   2018-03-06 (Tue, 06 Mar 2018)

  Changed paths:
    M ckan/lib/base.py

  Log Message:
  -----------
  [#3855] Change CORS header keys and values to string instead of unicode

Adapted from https://github.com/ckan/ckan/pull/3855


  Commit: 179c8de3e8522d459c5a8c9128061916135a056b
      https://github.com/ckan/ckan/commit/179c8de3e8522d459c5a8c9128061916135a056b
  Author: amercader <amercadero at gmail.com>
  Date:   2018-03-06 (Tue, 06 Mar 2018)

  Changed paths:
    M ckan/lib/base.py

  Log Message:
  -----------
  [#3898] Fix cors header when all origins are allowed

Adapted from https://github.com/ckan/ckan/pull/3898


  Commit: 52e7005c7b9a80b098e7dc1ff4155ce9ae1085a5
      https://github.com/ckan/ckan/commit/52e7005c7b9a80b098e7dc1ff4155ce9ae1085a5
  Author: Gerben Neven <gerbyzation at me.com>
  Date:   2018-03-06 (Tue, 06 Mar 2018)

  Changed paths:
    M contrib/docker/docker-compose.yml
    M contrib/docker/solr/Dockerfile

  Log Message:
  -----------
  change context of solr in docker-compose, update solr Dockerfile schema.xml ref


  Commit: 2a393cffb29417e8588bf22b2a2e09c1fb479f5c
      https://github.com/ckan/ckan/commit/2a393cffb29417e8588bf22b2a2e09c1fb479f5c
  Author: Gerben Neven <gerbyzation at me.com>
  Date:   2018-03-06 (Tue, 06 Mar 2018)

  Changed paths:
    M contrib/docker/docker-compose.yml

  Log Message:
  -----------
  make local solr container build default


  Commit: 31ac9007963028d5f57abd62c91af5ba83df9377
      https://github.com/ckan/ckan/commit/31ac9007963028d5f57abd62c91af5ba83df9377
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2018-03-06 (Tue, 06 Mar 2018)

  Changed paths:
    M ckanext/datastore/db.py

  Log Message:
  -----------
  Create datastore indexes only if they are not exist


  Commit: 6e15d2f4c0ac930625ba8e69e0fe0969006dcf5d
      https://github.com/ckan/ckan/commit/6e15d2f4c0ac930625ba8e69e0fe0969006dcf5d
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2018-03-06 (Tue, 06 Mar 2018)

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

  Log Message:
  -----------
  Return file responses as iterator from pylons cleanup middleware


  Commit: 3e683b7599a88f18cf6dc01ab875ad3e3b9477de
      https://github.com/ckan/ckan/commit/3e683b7599a88f18cf6dc01ab875ad3e3b9477de
  Author: Ian Ward <ian at excess.org>
  Date:   2018-03-06 (Tue, 06 Mar 2018)

  Changed paths:
    M ckan/controllers/api.py

  Log Message:
  -----------
  [#4022] use javascript content-type for jsonp responses


  Commit: 69fc270ce91b7ad799a39faf2e60b100bdb241a0
      https://github.com/ckan/ckan/commit/69fc270ce91b7ad799a39faf2e60b100bdb241a0
  Author: Ian Ward <ian at excess.org>
  Date:   2018-03-06 (Tue, 06 Mar 2018)

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

  Log Message:
  -----------
  [[#4022] add test for jsonp content type


  Commit: 60c99723352d4b9849ddca56f9c30d6f2ac9ee43
      https://github.com/ckan/ckan/commit/60c99723352d4b9849ddca56f9c30d6f2ac9ee43
  Author: Alex Sadleir <alex.sadleir at digital.gov.au>
  Date:   2018-03-06 (Tue, 06 Mar 2018)

  Changed paths:
    M ckan/lib/search/index.py
    M ckan/tests/lib/search/test_index.py

  Log Message:
  -----------
  Fix and test Solr index delete_package implementation


  Commit: 2059be3cfbaa699d3df1a37e14754cc193ffa4e7
      https://github.com/ckan/ckan/commit/2059be3cfbaa699d3df1a37e14754cc193ffa4e7
  Author: Adrià Mercader <amercadero at gmail.com>
  Date:   2018-03-06 (Tue, 06 Mar 2018)

  Changed paths:
    M doc/maintaining/datastore.rst

  Log Message:
  -----------
  Add second half of DataStore set-permissions command

For source installs


  Commit: 1236adfcf2eafa9512ca5ee7e170f85679413a5b
      https://github.com/ckan/ckan/commit/1236adfcf2eafa9512ca5ee7e170f85679413a5b
  Author: Ryan Brooks <ryan at slatehorse.com>
  Date:   2018-03-12 (Mon, 12 Mar 2018)

  Changed paths:
    M ckan/config/environment.py

  Log Message:
  -----------
  Add support for user/pass for Solr as ENV var


  Commit: 251e995a82da1728f2b925e66480993589ee4923
      https://github.com/ckan/ckan/commit/251e995a82da1728f2b925e66480993589ee4923
  Author: amercader <amercadero at gmail.com>
  Date:   2018-03-12 (Mon, 12 Mar 2018)

  Changed paths:
    M ckan/controllers/package.py

  Log Message:
  -----------
  [#4081] Return a 403 if not authorized on the search page


  Commit: 95d494c739c3cbb10940c5e4c0fdaaf64fef3d73
      https://github.com/ckan/ckan/commit/95d494c739c3cbb10940c5e4c0fdaaf64fef3d73
  Author: amercader <amercadero at gmail.com>
  Date:   2018-03-13 (Tue, 13 Mar 2018)

  Changed paths:
    M ckan/i18n/de/LC_MESSAGES/ckan.po
    M ckan/i18n/fa_IR/LC_MESSAGES/ckan.po
    M ckan/i18n/lv/LC_MESSAGES/ckan.po
    M ckan/i18n/sr_Latn/LC_MESSAGES/ckan.po
    M ckan/i18n/uk_UA/LC_MESSAGES/ckan.po

  Log Message:
  -----------
  Update po files from Transifex


  Commit: dd00fb66f7ae4555c671b5d5816bfea79aa21a44
      https://github.com/ckan/ckan/commit/dd00fb66f7ae4555c671b5d5816bfea79aa21a44
  Author: amercader <amercadero at gmail.com>
  Date:   2018-03-13 (Tue, 13 Mar 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/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/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_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:
  -----------
  Compile translations


  Commit: cc5fbabbd9610efeebc369bebb93d2cb7574f970
      https://github.com/ckan/ckan/commit/cc5fbabbd9610efeebc369bebb93d2cb7574f970
  Author: amercader <amercadero at gmail.com>
  Date:   2018-03-13 (Tue, 13 Mar 2018)

  Changed paths:
    M ckan/lib/search/query.py
    M ckan/tests/logic/action/test_get.py

  Log Message:
  -----------
  Disallow solr parameters


  Commit: b743034fe0c8dab651952f1a3dd8113eccd99278
      https://github.com/ckan/ckan/commit/b743034fe0c8dab651952f1a3dd8113eccd99278
  Author: amercader <amercadero at gmail.com>
  Date:   2018-03-13 (Tue, 13 Mar 2018)

  Changed paths:
    M ckanext/textview/theme/public/text_view.js

  Log Message:
  -----------
  Improve text view rendering


  Commit: 936732f602120081d4b27d201c2b205c2e1c8dcc
      https://github.com/ckan/ckan/commit/936732f602120081d4b27d201c2b205c2e1c8dcc
  Author: Yan <Yan>
  Date:   2018-03-15 (Thu, 15 Mar 2018)

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

  Log Message:
  -----------
  [#4094] Update Orgs/Groups logic for custom fields delete and update


  Commit: 4e0c234fabc75a6f1dae80c4c96959e764be6c90
      https://github.com/ckan/ckan/commit/4e0c234fabc75a6f1dae80c4c96959e764be6c90
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2018-03-15 (Thu, 15 Mar 2018)

  Changed paths:
    M CHANGELOG.rst

  Log Message:
  -----------
  Update CHANGELOG 2.6.5


  Commit: 5ec13dbb379ffdff74e49effb697f49ead78087a
      https://github.com/ckan/ckan/commit/5ec13dbb379ffdff74e49effb697f49ead78087a
  Author: amercader <amercadero at gmail.com>
  Date:   2018-03-15 (Thu, 15 Mar 2018)

  Changed paths:
    M ckan/__init__.py

  Log Message:
  -----------
  Update version for 2.6.5


  Commit: 5dc50391ae2a6cb11bcbdd294bc965bdb9526597
      https://github.com/ckan/ckan/commit/5dc50391ae2a6cb11bcbdd294bc965bdb9526597
  Author: amercader <amercadero at gmail.com>
  Date:   2018-03-15 (Thu, 15 Mar 2018)

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

  Log Message:
  -----------
  Merge branch 'dev-v2.6' of github.com:ckan/ckan into dev-v2.6


  Commit: 2cc0d8982c02563429dc6c795f53ba3a1c60f70a
      https://github.com/ckan/ckan/commit/2cc0d8982c02563429dc6c795f53ba3a1c60f70a
  Author: amercader <amercadero at gmail.com>
  Date:   2018-03-15 (Thu, 15 Mar 2018)

  Changed paths:
    M CHANGELOG.rst

  Log Message:
  -----------
  CHANGELOG tweaks


  Commit: de5539d3ebe2bb767ab08e1af2a2dce69e4c3b38
      https://github.com/ckan/ckan/commit/de5539d3ebe2bb767ab08e1af2a2dce69e4c3b38
  Author: Konstantin Sivakov <konstantin.sivakov at gmail.com>
  Date:   2018-04-20 (Fri, 20 Apr 2018)

  Changed paths:
    M ckan/__init__.py

  Log Message:
  -----------
  update version to 2.6.6b


  Commit: 491efe5c809d85fd5674767be61ff96205c81f45
      https://github.com/ckan/ckan/commit/491efe5c809d85fd5674767be61ff96205c81f45
  Author: Cheomm88 <chopids at gmail.com>
  Date:   2018-04-20 (Fri, 20 Apr 2018)

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

  Log Message:
  -----------
  Update recline_view.js

Fix error with latitude and longitude if it's not the same name as.


  Commit: bc7597ac786072abff365949b5225c478d00bacb
      https://github.com/ckan/ckan/commit/bc7597ac786072abff365949b5225c478d00bacb
  Author: Yan <Yan>
  Date:   2018-04-20 (Fri, 20 Apr 2018)

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

  Log Message:
  -----------
  [#4140] Fixing the URL for datastore_search action provided when adding filter


  Commit: c407af8a2cf80b693184017868aa81eb3c2ba9c2
      https://github.com/ckan/ckan/commit/c407af8a2cf80b693184017868aa81eb3c2ba9c2
  Author: amercader <amercadero at gmail.com>
  Date:   2018-04-23 (Mon, 23 Apr 2018)

  Changed paths:
    M ckan/logic/validators.py

  Log Message:
  -----------
  Make owner_org_validator honour ignore_auth

The recently merged #2562 included this improvement to the
`owner_org_validator`, which is worth backporting on it's own as it
 causes exceptions on internal action calls.


  Commit: 8927ddff7b1b43820c77f6bb338d85aa15b8642a
      https://github.com/ckan/ckan/commit/8927ddff7b1b43820c77f6bb338d85aa15b8642a
  Author: amercader <amercadero at gmail.com>
  Date:   2018-05-04 (Fri, 04 May 2018)

  Changed paths:
    M ckan/controllers/group.py
    M ckan/controllers/package.py
    M ckan/controllers/user.py

  Log Message:
  -----------
  Check method on controller actions


  Commit: 28e9730ccd9d77a1a9640c1eb5fee7260529ca6b
      https://github.com/ckan/ckan/commit/28e9730ccd9d77a1a9640c1eb5fee7260529ca6b
  Author: amercader <amercadero at gmail.com>
  Date:   2018-05-04 (Fri, 04 May 2018)

  Changed paths:
    M doc/contributing/release-process.rst

  Log Message:
  -----------
  [#4209] Add doc branches to the release docs


  Commit: 0e06bca7113528590a9b408eebee8d86613a7d8d
      https://github.com/ckan/ckan/commit/0e06bca7113528590a9b408eebee8d86613a7d8d
  Author: amercader <amercadero at gmail.com>
  Date:   2018-05-04 (Fri, 04 May 2018)

  Changed paths:
    M ckan/lib/app_globals.py

  Log Message:
  -----------
  [#4209] Point API docs to stable URL


  Commit: 8eb260552dd664b133740f2a0f65788ea212eccc
      https://github.com/ckan/ckan/commit/8eb260552dd664b133740f2a0f65788ea212eccc
  Author: Konstantin Sivakov <konstantin.sivakov at gmail.com>
  Date:   2018-05-04 (Fri, 04 May 2018)

  Changed paths:
    M CHANGELOG.rst
    M ckan/__init__.py
    M ckan/config/environment.py
    M ckan/config/middleware/pylons_app.py
    M ckan/controllers/api.py
    M ckan/controllers/group.py
    M ckan/controllers/package.py
    M ckan/controllers/user.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
    M ckan/i18n/de/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_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/fa_IR/LC_MESSAGES/ckan.po
    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/lt/LC_MESSAGES/ckan.mo
    M ckan/i18n/lv/LC_MESSAGES/ckan.mo
    M ckan/i18n/lv/LC_MESSAGES/ckan.po
    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/sr_Latn/LC_MESSAGES/ckan.po
    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_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/zh_CN/LC_MESSAGES/ckan.mo
    M ckan/i18n/zh_TW/LC_MESSAGES/ckan.mo
    M ckan/lib/app_globals.py
    M ckan/lib/base.py
    M ckan/lib/dictization/model_save.py
    M ckan/lib/formatters.py
    M ckan/lib/helpers.py
    M ckan/lib/mailer.py
    M ckan/lib/search/index.py
    M ckan/lib/search/query.py
    M ckan/logic/validators.py
    A ckan/migration/versions/085_adjust_activity_timestamps.py
    M ckan/model/activity.py
    M ckan/public/base/javascript/modules/resource-view-filters.js
    M ckan/templates/ajax_snippets/api_info.html
    M ckan/templates/package/resource_read.html
    M ckan/templates/package/snippets/data_api_button.html
    M ckan/tests/controllers/test_api.py
    M ckan/tests/controllers/test_tags.py
    M ckan/tests/legacy/functional/test_user.py
    M ckan/tests/lib/search/test_index.py
    M ckan/tests/logic/action/test_get.py
    A ckan/tests/test_none_root.py
    M ckanext/datastore/db.py
    M ckanext/example_igroupform/tests/test_controllers.py
    M ckanext/reclineview/theme/public/recline_view.js
    M ckanext/textview/theme/public/text_view.js
    M contrib/docker/docker-compose.yml
    M contrib/docker/solr/Dockerfile
    M doc/contributing/release-process.rst
    M doc/maintaining/datastore.rst

  Log Message:
  -----------
  Merge branch 'dev-v2.6' into 2.6


  Commit: f763aaa71826c3f6b6b3303bf8d9cb5a772fab70
      https://github.com/ckan/ckan/commit/f763aaa71826c3f6b6b3303bf8d9cb5a772fab70
  Author: David Read <david.read at hackneyworkshop.com>
  Date:   2018-05-08 (Tue, 08 May 2018)

  Changed paths:
    M ckan/lib/helpers.py

  Log Message:
  -----------
  Fix display of org title in organization stream


  Commit: 9874a125512ffa5da5a69ac8db1e81eb9e0478aa
      https://github.com/ckan/ckan/commit/9874a125512ffa5da5a69ac8db1e81eb9e0478aa
  Author: amercader <amercadero at gmail.com>
  Date:   2018-05-08 (Tue, 08 May 2018)

  Changed paths:
    M ckan/i18n/el/LC_MESSAGES/ckan.po

  Log Message:
  -----------
  Pull translations from Transifex ahead of 2.7.4 release


  Commit: d36285cc88d940fe1dee98b9855c2fcde40b0508
      https://github.com/ckan/ckan/commit/d36285cc88d940fe1dee98b9855c2fcde40b0508
  Author: amercader <amercadero at gmail.com>
  Date:   2018-05-08 (Tue, 08 May 2018)

  Changed paths:
    M ckan/i18n/el/LC_MESSAGES/ckan.mo

  Log Message:
  -----------
  Compile translations


  Commit: 1e4febe913ae9b563686318a08c0d72c31ac81a7
      https://github.com/ckan/ckan/commit/1e4febe913ae9b563686318a08c0d72c31ac81a7
  Author: amercader <amercadero at gmail.com>
  Date:   2018-05-08 (Tue, 08 May 2018)

  Changed paths:
    M ckan/public/base/i18n/el.js
    M ckan/public/base/i18n/el.min.js
    M ckan/public/base/i18n/fa_IR.js
    M ckan/public/base/i18n/fa_IR.min.js
    M ckan/public/base/javascript/modules/resource-view-filters.min.js
    M ckanext/reclineview/theme/public/recline_view.min.js
    M ckanext/textview/theme/public/text_view.min.js

  Log Message:
  -----------
  Frontend build


  Commit: 69247fec252b79d82b0560199fd8c4a0a6fc327f
      https://github.com/ckan/ckan/commit/69247fec252b79d82b0560199fd8c4a0a6fc327f
  Author: amercader <amercadero at gmail.com>
  Date:   2018-05-08 (Tue, 08 May 2018)

  Changed paths:
    M dev-requirements.txt

  Log Message:
  -----------
  Upgrade sphinx-rtd-theme


  Commit: 89a602b333096d4485703717dd8284e72d8e6bd0
      https://github.com/ckan/ckan/commit/89a602b333096d4485703717dd8284e72d8e6bd0
  Author: amercader <amercadero at gmail.com>
  Date:   2018-05-08 (Tue, 08 May 2018)

  Changed paths:
    M doc/conf.py

  Log Message:
  -----------
  [#4209] Add logo to sidebar, bump copyright year


  Commit: e78c444df91f7a2925cd2f1cc0f5f1493acbf1b3
      https://github.com/ckan/ckan/commit/e78c444df91f7a2925cd2f1cc0f5f1493acbf1b3
  Author: amercader <amercadero at gmail.com>
  Date:   2018-05-08 (Tue, 08 May 2018)

  Changed paths:
    A doc/_static/css/custom.css
    A doc/_templates/layout.html
    M doc/conf.py

  Log Message:
  -----------
  [#4209] Add Warning in docs sidebar

A warning is shown when (from more to less severe):

* Running an old, unsupported version
* Running master
* Running a supported but not the latest version

Reused much of the code from @davidread in #2946, with some changes.


  Commit: a8aa9d9c189a83bf99c31746afca40d654fc2147
      https://github.com/ckan/ckan/commit/a8aa9d9c189a83bf99c31746afca40d654fc2147
  Author: Konstantin Sivakov <konstantin.sivakov at gmail.com>
  Date:   2018-05-08 (Tue, 08 May 2018)

  Changed paths:
    M CHANGELOG.rst
    M doc/conf.py

  Log Message:
  -----------
  update changelog


  Commit: 5e2090dc7eebf6d692d22f5d0c897938ae17842d
      https://github.com/ckan/ckan/commit/5e2090dc7eebf6d692d22f5d0c897938ae17842d
  Author: Konstantin Sivakov <konstantin.sivakov at gmail.com>
  Date:   2018-05-08 (Tue, 08 May 2018)

  Changed paths:
    M CHANGELOG.rst
    M ckan/i18n/el/LC_MESSAGES/ckan.mo
    M ckan/i18n/el/LC_MESSAGES/ckan.po
    M ckan/lib/helpers.py
    M ckan/public/base/i18n/el.js
    M ckan/public/base/i18n/el.min.js
    M ckan/public/base/i18n/fa_IR.js
    M ckan/public/base/i18n/fa_IR.min.js
    M ckan/public/base/javascript/modules/resource-view-filters.min.js
    M ckanext/reclineview/theme/public/recline_view.min.js
    M ckanext/textview/theme/public/text_view.min.js
    M dev-requirements.txt
    A doc/_static/css/custom.css
    A doc/_templates/layout.html
    M doc/conf.py

  Log Message:
  -----------
  Merge branch 'dev-v2.6' into 2.6


Compare: https://github.com/ckan/ckan/compare/531aa699d926...5e2090dc7eeb
      **NOTE:** This service 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