[ckan-changes] [ckan/ckan] 08118a: Fix links in the CHANGELOG
GitHub
noreply at github.com
Wed Dec 12 13:17:38 UTC 2018
Branch: refs/heads/2.8
Home: https://github.com/ckan/ckan
Commit: 08118aeb7dcadd4110f63d9c5ad0dfb167cd414a
https://github.com/ckan/ckan/commit/08118aeb7dcadd4110f63d9c5ad0dfb167cd414a
Author: Konstantin Sivakov <konstantin.sivakov at gmail.com>
Date: 2018-07-30 (Mon, 30 Jul 2018)
Changed paths:
M CHANGELOG.rst
Log Message:
-----------
Fix links in the CHANGELOG
Commit: 8438404bda863cee21916993838420b7f6b7e8bb
https://github.com/ckan/ckan/commit/8438404bda863cee21916993838420b7f6b7e8bb
Author: Konstantin Sivakov <konstantin.sivakov at gmail.com>
Date: 2018-07-30 (Mon, 30 Jul 2018)
Changed paths:
M CHANGELOG.rst
Log Message:
-----------
Fix broken links
Commit: a83b665a10ad1eadff51e636e85659d512a10665
https://github.com/ckan/ckan/commit/a83b665a10ad1eadff51e636e85659d512a10665
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.8.2b
Commit: 966fcb0699245b321f26fa146f7bf6d5f84eb55d
https://github.com/ckan/ckan/commit/966fcb0699245b321f26fa146f7bf6d5f84eb55d
Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
Date: 2018-11-29 (Thu, 29 Nov 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: 8e6d5b76f625ec2853caec30014d6d8d4051fc9a
https://github.com/ckan/ckan/commit/8e6d5b76f625ec2853caec30014d6d8d4051fc9a
Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
Date: 2018-11-29 (Thu, 29 Nov 2018)
Changed paths:
M ckan/tests/legacy/functional/api/test_activity.py
Log Message:
-----------
update activity tests
Commit: 9a2d09980d42abef20e3eb2e95da20d210a50a6d
https://github.com/ckan/ckan/commit/9a2d09980d42abef20e3eb2e95da20d210a50a6d
Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
Date: 2018-11-29 (Thu, 29 Nov 2018)
Changed paths:
M ckan/tests/logic/action/test_patch.py
Log Message:
-----------
pep8 fix
Commit: 27f2ab37214f525242ed75c8cbf69118a0153dc1
https://github.com/ckan/ckan/commit/27f2ab37214f525242ed75c8cbf69118a0153dc1
Author: Guillaume Troupel <gt at novel-t.ch>
Date: 2018-11-29 (Thu, 29 Nov 2018)
Changed paths:
M ckan/views/__init__.py
Log Message:
-----------
Fixes ckan#4247
credits @ashleysommer
Commit: 02ea503cb8bad0b653e3d11057700218f7d8b91a
https://github.com/ckan/ckan/commit/02ea503cb8bad0b653e3d11057700218f7d8b91a
Author: Guillaume Troupel <gt at novel-t.ch>
Date: 2018-11-29 (Thu, 29 Nov 2018)
Changed paths:
M ckan/views/__init__.py
Log Message:
-----------
pep8
Commit: 25afedf96de59c3530d7163ede2781182fc679a2
https://github.com/ckan/ckan/commit/25afedf96de59c3530d7163ede2781182fc679a2
Author: amercader <amercadero at gmail.com>
Date: 2018-11-29 (Thu, 29 Nov 2018)
Changed paths:
M ckan/lib/helpers.py
M ckan/tests/controllers/test_home.py
Log Message:
-----------
Allow to defined legacy route mappings as a dict in config
The current code only updates the core default list if the
`ckan.legacy_route_mappings` is a string (which is probably how it comes
from the ini file). But this setting can also be set by extensions
directly on the config object, and it makes more sense to do it as a
dict.
Commit: 6e89c00c6afaaeccf12f2ab92ca6bc2ad175aa65
https://github.com/ckan/ckan/commit/6e89c00c6afaaeccf12f2ab92ca6bc2ad175aa65
Author: Teemu Erkkola <teemu.erkkola at gofore.com>
Date: 2018-11-29 (Thu, 29 Nov 2018)
Changed paths:
M ckan/views/api.py
Log Message:
-----------
Fix i18n API encoding
- Make `i18n_js_translations` call `_finish_ok` with an object response data like all the others
- Fix `_finish` and `_finish_ok` documentation to reflect the expected `response_data` type for "json" `content_type`
Commit: 6f3ee78d132d773dfbc698fe1f96651c2f21fbbf
https://github.com/ckan/ckan/commit/6f3ee78d132d773dfbc698fe1f96651c2f21fbbf
Author: Teemu Erkkola <teemu.erkkola at iki.fi>
Date: 2018-11-29 (Thu, 29 Nov 2018)
Changed paths:
M ckan/views/api.py
Log Message:
-----------
Fix documentation style
Split long documentation lines
Commit: 9f1d0dde9b1ae5fea5a88e5b79d6cb9b203602ba
https://github.com/ckan/ckan/commit/9f1d0dde9b1ae5fea5a88e5b79d6cb9b203602ba
Author: Alice Butcher <alycejenni at gmail.com>
Date: 2018-11-29 (Thu, 29 Nov 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: c5439af1a393b5c61a3d9c1447648750a4024981
https://github.com/ckan/ckan/commit/c5439af1a393b5c61a3d9c1447648750a4024981
Author: David Read <david.read at hackneyworkshop.com>
Date: 2018-11-29 (Thu, 29 Nov 2018)
Changed paths:
M requirements.in
M requirements.txt
Log Message:
-----------
Flask patch update
Commit: 38b9638fc0ab5188de29084cf4bcb71ce96353a7
https://github.com/ckan/ckan/commit/38b9638fc0ab5188de29084cf4bcb71ce96353a7
Author: Ori Hoch <ori at uumpa.com>
Date: 2018-11-29 (Thu, 29 Nov 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: c7c06d1afbf63e1a230d68a72ffa3aeb6f431c74
https://github.com/ckan/ckan/commit/c7c06d1afbf63e1a230d68a72ffa3aeb6f431c74
Author: Yan <yan at rudenko.com>
Date: 2018-11-29 (Thu, 29 Nov 2018)
Changed paths:
M ckan/logic/auth/update.py
Log Message:
-----------
[4416] Fix for Resouce View Re-order
Commit: c49433ee0b814cff53f7d1d258f7d37688c0c501
https://github.com/ckan/ckan/commit/c49433ee0b814cff53f7d1d258f7d37688c0c501
Author: amercader <amercadero at gmail.com>
Date: 2018-11-29 (Thu, 29 Nov 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: f37017f59ebf19264246b8f8efc043a99d28f9e7
https://github.com/ckan/ckan/commit/f37017f59ebf19264246b8f8efc043a99d28f9e7
Author: François Van Der Biest <francois.vanderbiest at camptocamp.com>
Date: 2018-11-29 (Thu, 29 Nov 2018)
Changed paths:
M doc/maintaining/installing/install-from-docker-compose.rst
Log Message:
-----------
Obvious doc fix related with #3991
Commit: 102b7104a2ec6549984aca53140ccb62f8c80e9e
https://github.com/ckan/ckan/commit/102b7104a2ec6549984aca53140ccb62f8c80e9e
Author: Sol Lee <u103133.u103135 at gmail.com>
Date: 2018-11-29 (Thu, 29 Nov 2018)
Changed paths:
M ckan/public/base/javascript/plugins/jquery.slug-preview.js
Log Message:
-----------
[#4379] Fix edit slug button
Commit: dd4af37a0ab24b41f7313959fd999212138dabe7
https://github.com/ckan/ckan/commit/dd4af37a0ab24b41f7313959fd999212138dabe7
Author: Ian Ward <ian at excess.org>
Date: 2018-11-29 (Thu, 29 Nov 2018)
Changed paths:
M ckanext/datastore/backend/postgres.py
Log Message:
-----------
[#4236] datastore_search: distinct=true total fix
Commit: 625945bafd1c655ea74b44dc9beb70205ca23dbf
https://github.com/ckan/ckan/commit/625945bafd1c655ea74b44dc9beb70205ca23dbf
Author: Ian Ward <ian at excess.org>
Date: 2018-11-29 (Thu, 29 Nov 2018)
Changed paths:
M ckanext/datastore/tests/test_search.py
Log Message:
-----------
[#4236] datastore_search: distinct=true total fix test
Commit: 2fa861a0aee6df8e3239dc908fa71425a2b8bdec
https://github.com/ckan/ckan/commit/2fa861a0aee6df8e3239dc908fa71425a2b8bdec
Author: Ian Ward <ian at excess.org>
Date: 2018-11-29 (Thu, 29 Nov 2018)
Changed paths:
M ckanext/datastore/backend/postgres.py
Log Message:
-----------
[#4236] datastore_search: distinct=true records_format=lists fix
Commit: 9a024d6fb3146d111ca2a967d5e2aa835eaabeb8
https://github.com/ckan/ckan/commit/9a024d6fb3146d111ca2a967d5e2aa835eaabeb8
Author: Cody Boyko <cody.boyko2 at ontario.ca>
Date: 2018-11-29 (Thu, 29 Nov 2018)
Changed paths:
M ckanext/stats/templates/ckanext/stats/index.html
Log Message:
-----------
[#4336] Remove html5 shim from stats extension.
html5.js was removed in commit #3705 but still referenced in
the stats extension. Currently this causes an error when the page
loads in CKAN 2.8 installs.
Removing this will remove support for older IE versions which
will only cause some issues for CKAN 2.8 users with the old
bootstrap 2 theme being used.
Commit: efcdf4c2ff358478fc8adea0e0246dd1616fbf9b
https://github.com/ckan/ckan/commit/efcdf4c2ff358478fc8adea0e0246dd1616fbf9b
Author: Francesco Frassinelli <francesco.frassinelli at nina.no>
Date: 2018-12-10 (Mon, 10 Dec 2018)
Changed paths:
M ckan/lib/helpers.py
Log Message:
-----------
c.user not defined fix
Commit: 2d1cf4dbe6a5cc77ba871d511458e11027ff7f04
https://github.com/ckan/ckan/commit/2d1cf4dbe6a5cc77ba871d511458e11027ff7f04
Author: Francesco Frassinelli <francesco.frassinelli at nina.no>
Date: 2018-12-10 (Mon, 10 Dec 2018)
Changed paths:
M ckan/lib/helpers.py
Log Message:
-----------
Fix user not defined
Commit: cd6658597dc002c71a7de556c69741fe0c328895
https://github.com/ckan/ckan/commit/cd6658597dc002c71a7de556c69741fe0c328895
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: a4368453d58fbf4d2cce98d2074f3c6ef788d196
https://github.com/ckan/ckan/commit/a4368453d58fbf4d2cce98d2074f3c6ef788d196
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: 201d51d068d1c96f044e92f2810e6bd04b4f1062
https://github.com/ckan/ckan/commit/201d51d068d1c96f044e92f2810e6bd04b4f1062
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: 525fb1172d600c64f30b32d96a3181bc8b31596d
https://github.com/ckan/ckan/commit/525fb1172d600c64f30b32d96a3181bc8b31596d
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: bae0801a5a41f1afbe7544b80ca25c16ec8f28db
https://github.com/ckan/ckan/commit/bae0801a5a41f1afbe7544b80ca25c16ec8f28db
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: 0d80c97150510aa09a9716877775b94c40578eb9
https://github.com/ckan/ckan/commit/0d80c97150510aa09a9716877775b94c40578eb9
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/ne/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/tl/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: 74423a44d1c549cfe56e44d642d7ae4af56a0246
https://github.com/ckan/ckan/commit/74423a44d1c549cfe56e44d642d7ae4af56a0246
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:
-----------
Compile .mo files
Commit: ff73bea343b63f4ca08cd7dc1971c45445518593
https://github.com/ckan/ckan/commit/ff73bea343b63f4ca08cd7dc1971c45445518593
Author: amercader <amercadero 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/plugins/jquery.slug-preview.min.js
M ckan/public/base/test/spec/modules/autocomplete.spec.min.js
Log Message:
-----------
Rebuild frontend
Commit: bbdfb97f413365b865101230eaa81722a8e4f6ae
https://github.com/ckan/ckan/commit/bbdfb97f413365b865101230eaa81722a8e4f6ae
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.8.2
Commit: 46ea3818d5c6ecfb8bfb29e14d07d70b6ff393b8
https://github.com/ckan/ckan/commit/46ea3818d5c6ecfb8bfb29e14d07d70b6ff393b8
Author: amercader <amercadero at gmail.com>
Date: 2018-12-12 (Wed, 12 Dec 2018)
Changed paths:
M CHANGELOG.rst
Log Message:
-----------
Update changelog for 2.8.2
Commit: 06aa49d1dd0723d344bf8d0c8c27ecb781c248bc
https://github.com/ckan/ckan/commit/06aa49d1dd0723d344bf8d0c8c27ecb781c248bc
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.8.2
Commit: aa1442cdea0d414a314285151d265b7f719bed81
https://github.com/ckan/ckan/commit/aa1442cdea0d414a314285151d265b7f719bed81
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.8.2
Commit: ed99099b177173c7a7427eb6a187ab4c689418eb
https://github.com/ckan/ckan/commit/ed99099b177173c7a7427eb6a187ab4c689418eb
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/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/ne/LC_MESSAGES/ckan.po
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/tl/LC_MESSAGES/ckan.po
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/lib/helpers.py
M ckan/logic/action/update.py
M ckan/logic/auth/update.py
M ckan/public/base/javascript/modules/autocomplete.js
M ckan/public/base/javascript/modules/autocomplete.min.js
M ckan/public/base/javascript/plugins/jquery.slug-preview.js
M ckan/public/base/javascript/plugins/jquery.slug-preview.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/controllers/test_home.py
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 ckan/views/__init__.py
M ckan/views/api.py
M ckanext/datastore/backend/postgres.py
M ckanext/datastore/tests/test_search.py
M ckanext/stats/templates/ckanext/stats/index.html
M doc/maintaining/installing/install-from-docker-compose.rst
M requirements.in
M requirements.txt
Log Message:
-----------
Merge branch 'dev-v2.8' into 2.8
Commit: b5aeb795e0b1624238df1190e24ec6b1228b67d6
https://github.com/ckan/ckan/commit/b5aeb795e0b1624238df1190e24ec6b1228b67d6
Author: Konstantin Sivakov <konstantin.sivakov at gmail.com>
Date: 2018-12-12 (Wed, 12 Dec 2018)
Changed paths:
M doc/conf.py
Log Message:
-----------
Merge branch '2.8' of github.com:ckan/ckan into 2.8
Compare: https://github.com/ckan/ckan/compare/717811526bfb...b5aeb795e0b1
**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