[ckan-changes] [ckan/ckan] e26fb0: Update version number for 2.6.3b

GitHub noreply at github.com
Wed Aug 2 08:27:03 UTC 2017


  Branch: refs/heads/release-v2.6-latest
  Home:   https://github.com/ckan/ckan
  Commit: e26fb01f7f5be97523c0f9e2ef717376b572c014
      https://github.com/ckan/ckan/commit/e26fb01f7f5be97523c0f9e2ef717376b572c014
  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.6.3b


  Commit: 5a4ef017051d3b547e78d6684f911dc118fdd631
      https://github.com/ckan/ckan/commit/5a4ef017051d3b547e78d6684f911dc118fdd631
  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: aacee8fe637509d5a4a3afe8bc032d8613c981a9
      https://github.com/ckan/ckan/commit/aacee8fe637509d5a4a3afe8bc032d8613c981a9
  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: 51b19d340a0ee3d6671fe439ac401a0eff9230d4
      https://github.com/ckan/ckan/commit/51b19d340a0ee3d6671fe439ac401a0eff9230d4
  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: dec9d4f980677da45639855d6fa9828679c50a66
      https://github.com/ckan/ckan/commit/dec9d4f980677da45639855d6fa9828679c50a66
  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


  Commit: 6fc4bab0625d62e69c3093fda2b573b582197082
      https://github.com/ckan/ckan/commit/6fc4bab0625d62e69c3093fda2b573b582197082
  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: b392ab2a96d30039d0432c0da6bea87b392609f8
      https://github.com/ckan/ckan/commit/b392ab2a96d30039d0432c0da6bea87b392609f8
  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: 1cdf0fdbb419394204b5107c8d521d8aa0dbb812
      https://github.com/ckan/ckan/commit/1cdf0fdbb419394204b5107c8d521d8aa0dbb812
  Author: Harald von Waldow <harald.vonwaldow at eawag.ch>
  Date:   2017-06-21 (Wed, 21 Jun 2017)

  Changed paths:
    M doc/maintaining/upgrading/upgrade-postgres.rst

  Log Message:
  -----------
  Fixed typo in "16. enable PostGIS on the main database"

Change of owner for PostGIS table spatial_ref_sys instead of duplicate line.
Compare http://docs.ckan.org/projects/ckanext-spatial/en/latest/install.html#ubuntu-14-04-postgresql-9-3-and-postgis-2-1


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


  Commit: 11b6e0d867f1fd169a9b13fc0557c5fd70ffa54a
      https://github.com/ckan/ckan/commit/11b6e0d867f1fd169a9b13fc0557c5fd70ffa54a
  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: cd458c658fc28dd118ac8376e8e1ad90cbe75e24
      https://github.com/ckan/ckan/commit/cd458c658fc28dd118ac8376e8e1ad90cbe75e24
  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: 259dcabdc435717a73450237ab5fc1491d0391ce
      https://github.com/ckan/ckan/commit/259dcabdc435717a73450237ab5fc1491d0391ce
  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: 5abcc915e9b9bcd24bf0720c3bab752ffbb2183a
      https://github.com/ckan/ckan/commit/5abcc915e9b9bcd24bf0720c3bab752ffbb2183a
  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: 74fdd7883c7e39c1f3c5a47e2005298a0e0a84a8
      https://github.com/ckan/ckan/commit/74fdd7883c7e39c1f3c5a47e2005298a0e0a84a8
  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: e9000f0ec2f74d21ac2bcfb85390d27f17d70ee2
      https://github.com/ckan/ckan/commit/e9000f0ec2f74d21ac2bcfb85390d27f17d70ee2
  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: b499f8aab5fee8ac75d2f12a13bec0fb1dbdbdf8
      https://github.com/ckan/ckan/commit/b499f8aab5fee8ac75d2f12a13bec0fb1dbdbdf8
  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: afd03e49c9d866038d2d362e90f7c7413a372574
      https://github.com/ckan/ckan/commit/afd03e49c9d866038d2d362e90f7c7413a372574
  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: 1a442a41cff9274c7e18f3f2f84084a4375b1006
      https://github.com/ckan/ckan/commit/1a442a41cff9274c7e18f3f2f84084a4375b1006
  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: 0dbe05687048c2a282e416674f85dce0465fed31
      https://github.com/ckan/ckan/commit/0dbe05687048c2a282e416674f85dce0465fed31
  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: 04e25b809de3a962b7d4ad9f60b855376fc0bbba
      https://github.com/ckan/ckan/commit/04e25b809de3a962b7d4ad9f60b855376fc0bbba
  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: a9771c0519074d99f4ba872f09271d9306f0d67e
      https://github.com/ckan/ckan/commit/a9771c0519074d99f4ba872f09271d9306f0d67e
  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: a65c56b45733adf3b090a44e77dc0db8a20efb27
      https://github.com/ckan/ckan/commit/a65c56b45733adf3b090a44e77dc0db8a20efb27
  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: 760aaca29202c8b93cef478022162cd3f05b2735
      https://github.com/ckan/ckan/commit/760aaca29202c8b93cef478022162cd3f05b2735
  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: 209dd7cddc10172d643c71e0b299cf9f6a500e33
      https://github.com/ckan/ckan/commit/209dd7cddc10172d643c71e0b299cf9f6a500e33
  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: 1dbe89eff16ef132927300e3a24f68ba87ca1f89
      https://github.com/ckan/ckan/commit/1dbe89eff16ef132927300e3a24f68ba87ca1f89
  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: 6f1c3a14d1101d781539c081410a92cd8bdc25e9
      https://github.com/ckan/ckan/commit/6f1c3a14d1101d781539c081410a92cd8bdc25e9
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2017-07-04 (Tue, 04 Jul 2017)

  Changed paths:
    M ckan/lib/helpers.py

  Log Message:
  -----------
  Fix if incorrect behaviour of mail_to helper


  Commit: 439bbcabb61f4abfbb2e78499cbd5cee76768ffe
      https://github.com/ckan/ckan/commit/439bbcabb61f4abfbb2e78499cbd5cee76768ffe
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2017-07-04 (Tue, 04 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: 08e7d488f64720b108869efac2b9842696d6fba5
      https://github.com/ckan/ckan/commit/08e7d488f64720b108869efac2b9842696d6fba5
  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: 25f696f932fe0e7f295109c60564bd8bc97be5dd
      https://github.com/ckan/ckan/commit/25f696f932fe0e7f295109c60564bd8bc97be5dd
  Author: amercader <amercadero at gmail.com>
  Date:   2017-07-05 (Wed, 05 Jul 2017)

  Changed paths:
    M CHANGELOG.rst

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


  Commit: 92ebe311f5a9208fbfcbe9ea79a2b5a1b656d4ba
      https://github.com/ckan/ckan/commit/92ebe311f5a9208fbfcbe9ea79a2b5a1b656d4ba
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2017-07-06 (Thu, 06 Jul 2017)

  Changed paths:
    M ckan/lib/helpers.py

  Log Message:
  -----------
  add proper name to `clean_html` helper


  Commit: 28dcc923824892f2bed94cfac2b1f08c44bf7f8d
      https://github.com/ckan/ckan/commit/28dcc923824892f2bed94cfac2b1f08c44bf7f8d
  Author: Konstantin Sivakov <tino097 at gmail.com>
  Date:   2017-07-07 (Fri, 07 Jul 2017)

  Changed paths:
    M ckan/lib/helpers.py

  Log Message:
  -----------
  fix radio button PR


  Commit: 6321b4996864ac3216c06943c7e4ca991094dbd8
      https://github.com/ckan/ckan/commit/6321b4996864ac3216c06943c7e4ca991094dbd8
  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: 5caa198ba412acba91765969941b7807c966bca9
      https://github.com/ckan/ckan/commit/5caa198ba412acba91765969941b7807c966bca9
  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: b63298ebe5b503747c674e6481fe7e5d6a302150
      https://github.com/ckan/ckan/commit/b63298ebe5b503747c674e6481fe7e5d6a302150
  Author: amercader <amercadero at gmail.com>
  Date:   2017-07-13 (Thu, 13 Jul 2017)

  Changed paths:
    M ckan/model/user.py
    M ckan/tests/legacy/models/test_user.py

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


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

  Changed paths:
    M ckan/i18n/ar/LC_MESSAGES/ckan.po
    M ckan/i18n/cs_CZ/LC_MESSAGES/ckan.po
    M ckan/i18n/el/LC_MESSAGES/ckan.po
    M ckan/i18n/fi/LC_MESSAGES/ckan.po
    M ckan/i18n/hu/LC_MESSAGES/ckan.po
    M ckan/i18n/lv/LC_MESSAGES/ckan.po
    M ckan/i18n/mn_MN/LC_MESSAGES/ckan.po
    M ckan/i18n/pl/LC_MESSAGES/ckan.po
    M ckan/i18n/uk_UA/LC_MESSAGES/ckan.po

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


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

  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 after update from Transifex


  Commit: 548ddc628f268fb5763ed511a9e8aee9d3c96847
      https://github.com/ckan/ckan/commit/548ddc628f268fb5763ed511a9e8aee9d3c96847
  Author: yixuan zhao <120559187 at qq.com>
  Date:   2017-07-20 (Thu, 20 Jul 2017)

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

  Log Message:
  -----------
  fix the  relationship_create auth method

the code below
```
    if not authorized1 and authorized2:
  return {'success': False, 'msg': _('User %s not authorized to edit these packages') % user}
    else:
  return {'success': True}
```
didn't work when authorized1 == authorized2 == False which presented that user cannot access to both packages(datasets).    
It would be : `if not False and False` -> `if True and False` -> `if Fasle`, then return `'success' : True`


  Commit: ee9105269c0e1809e867a2272777a608e58aee91
      https://github.com/ckan/ckan/commit/ee9105269c0e1809e867a2272777a608e58aee91
  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: 7aaaa32b5d079ccf095f2135462f0d096875d7c3
      https://github.com/ckan/ckan/commit/7aaaa32b5d079ccf095f2135462f0d096875d7c3
  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: 41175156be0f4ca7a3229e2f5910e3ccf84d76f4
      https://github.com/ckan/ckan/commit/41175156be0f4ca7a3229e2f5910e3ccf84d76f4
  Author: amercader <amercadero at gmail.com>
  Date:   2017-07-21 (Fri, 21 Jul 2017)

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

  Log Message:
  -----------
  [#3694] Restrict access to resource edit form to anon users


  Commit: b473ef13b93ec19594b6b6013a46b5467fcd76ed
      https://github.com/ckan/ckan/commit/b473ef13b93ec19594b6b6013a46b5467fcd76ed
  Author: amercader <amercadero at gmail.com>
  Date:   2017-07-21 (Fri, 21 Jul 2017)

  Changed paths:
    M ckan/controllers/group.py
    M ckan/tests/controllers/test_group.py
    M ckan/tests/controllers/test_organization.py

  Log Message:
  -----------
  [#3694] Restrict access to add member form to anon users


  Commit: aa44f774d5366d0214070eaea7a939c6a0747da3
      https://github.com/ckan/ckan/commit/aa44f774d5366d0214070eaea7a939c6a0747da3
  Author: amercader <amercadero at gmail.com>
  Date:   2017-07-21 (Fri, 21 Jul 2017)

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

  Log Message:
  -----------
  [#3684] Fix old test env, pep8


  Commit: 52b65df3fa8dfd7a1b518a32cb08ebb112a6734f
      https://github.com/ckan/ckan/commit/52b65df3fa8dfd7a1b518a32cb08ebb112a6734f
  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: bca10cf9b119c3bae16f2020f478e768c41286c6
      https://github.com/ckan/ckan/commit/bca10cf9b119c3bae16f2020f478e768c41286c6
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2017-07-26 (Wed, 26 Jul 2017)

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

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


  Commit: b9153995661a5338ff018085efe719b115a42ac2
      https://github.com/ckan/ckan/commit/b9153995661a5338ff018085efe719b115a42ac2
  Author: Gabriel Gimenez Catuogno <12-11006 at usb.ve>
  Date:   2017-07-26 (Wed, 26 Jul 2017)

  Changed paths:
    M doc/contributing/frontend/templating.rst

  Log Message:
  -----------
  Fixed error


  Commit: ec69cd906ea970763e0966b4c7c0e3c76be539a4
      https://github.com/ckan/ckan/commit/ec69cd906ea970763e0966b4c7c0e3c76be539a4
  Author: Jari Voutilainen <jari.voutilainen at iki.fi>
  Date:   2017-07-28 (Fri, 28 Jul 2017)

  Changed paths:
    M ckan/model/system_info.py

  Log Message:
  -----------
  Backport #3366 for ckan 2.6


  Commit: 09bcd5441c9657e88059f952532e98f7193b5c4f
      https://github.com/ckan/ckan/commit/09bcd5441c9657e88059f952532e98f7193b5c4f
  Author: Sergey <tonnydexter at gmail.com>
  Date:   2017-07-28 (Fri, 28 Jul 2017)

  Changed paths:
    M ckan/model/system_info.py

  Log Message:
  -----------
  Merge pull request #3735 from Zharktas/3366-backport-to-2.6

Backport #3366 for ckan 2.6


  Commit: c11828c1b81fc27d464436a491d0f6a04e666229
      https://github.com/ckan/ckan/commit/c11828c1b81fc27d464436a491d0f6a04e666229
  Author: amercader <amercadero at gmail.com>
  Date:   2017-07-28 (Fri, 28 Jul 2017)

  Changed paths:
    M ckan/lib/i18n.py

  Log Message:
  -----------
  [#3539] Fix call to pylons.set_lang

When ckan.i18n_directory was used we were passing the wrong keyword
(`config`) instead of `pylons_config`


  Commit: 0eac6137c034d647690a1c8e4826a65f9f77afa9
      https://github.com/ckan/ckan/commit/0eac6137c034d647690a1c8e4826a65f9f77afa9
  Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
  Date:   2017-08-01 (Tue, 01 Aug 2017)

  Changed paths:
    M CHANGELOG.rst
    M ckan/__init__.py
    M ckan/public/base/i18n/cs_CZ.js
    M ckan/public/base/i18n/cs_CZ.min.js
    M ckan/public/base/i18n/el.js
    M ckan/public/base/i18n/el.min.js
    M ckan/public/base/i18n/fi.js
    M ckan/public/base/i18n/fi.min.js
    M ckan/public/base/i18n/it.js
    M ckan/public/base/i18n/it.min.js
    M ckan/public/base/i18n/ja.js
    M ckan/public/base/i18n/ja.min.js
    M ckan/public/base/i18n/lv.js
    M ckan/public/base/i18n/lv.min.js
    M ckan/public/base/i18n/pl.js
    M ckan/public/base/i18n/pl.min.js
    M ckan/public/base/i18n/pt_BR.js
    M ckan/public/base/i18n/pt_BR.min.js
    M ckan/public/base/i18n/uk_UA.js
    M ckan/public/base/i18n/uk_UA.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: 531aa699d92656aa3246e0b93cb35b21bcea69bf
      https://github.com/ckan/ckan/commit/531aa699d92656aa3246e0b93cb35b21bcea69bf
  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
    M ckan/controllers/group.py
    M ckan/controllers/package.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/ca/LC_MESSAGES/ckan.mo
    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/de/LC_MESSAGES/ckan.mo
    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_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/fi/LC_MESSAGES/ckan.po
    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/hu/LC_MESSAGES/ckan.po
    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/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/no/LC_MESSAGES/ckan.mo
    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_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/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/helpers.py
    M ckan/lib/i18n.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/system_info.py
    M ckan/model/user.py
    M ckan/public/base/i18n/cs_CZ.js
    M ckan/public/base/i18n/cs_CZ.min.js
    M ckan/public/base/i18n/el.js
    M ckan/public/base/i18n/el.min.js
    M ckan/public/base/i18n/fi.js
    M ckan/public/base/i18n/fi.min.js
    M ckan/public/base/i18n/it.js
    M ckan/public/base/i18n/it.min.js
    M ckan/public/base/i18n/ja.js
    M ckan/public/base/i18n/ja.min.js
    M ckan/public/base/i18n/lv.js
    M ckan/public/base/i18n/lv.min.js
    M ckan/public/base/i18n/pl.js
    M ckan/public/base/i18n/pl.min.js
    M ckan/public/base/i18n/pt_BR.js
    M ckan/public/base/i18n/pt_BR.min.js
    M ckan/public/base/i18n/uk_UA.js
    M ckan/public/base/i18n/uk_UA.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_organization.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
    M doc/contributing/frontend/templating.rst
    M doc/maintaining/upgrading/upgrade-postgres.rst

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


Compare: https://github.com/ckan/ckan/compare/d68be29ac323...531aa699d926


More information about the ckan-changes mailing list