[ckan-changes] [ckan/ckan] 85dbba: Update version number for release 2.4.3b
GitHub
noreply at github.com
Thu Mar 31 12:29:01 UTC 2016
Branch: refs/heads/release-v2.4-latest
Home: https://github.com/ckan/ckan
Commit: 85dbba9b317de6d4a3f5ebb7e057bda56985eeb6
https://github.com/ckan/ckan/commit/85dbba9b317de6d4a3f5ebb7e057bda56985eeb6
Author: amercader <amercadero at gmail.com>
Date: 2015-12-16 (Wed, 16 Dec 2015)
Changed paths:
M ckan/__init__.py
Log Message:
-----------
Update version number for release 2.4.3b
Commit: cef23c9894a15fde9e6581882a78628c220dfe1f
https://github.com/ckan/ckan/commit/cef23c9894a15fde9e6581882a78628c220dfe1f
Author: Michail Alexakis <alexakis at imis.athena-innovation.gr>
Date: 2016-02-09 (Tue, 09 Feb 2016)
Changed paths:
M ckanext/datastore/helpers.py
M ckanext/datastore/tests/test_helpers.py
Log Message:
-----------
Encode EXPLAIN SQL before sending to datastore
Commit: 7838bbaf42ead2e64dfad31ea9c65f6ef993b0f6
https://github.com/ckan/ckan/commit/7838bbaf42ead2e64dfad31ea9c65f6ef993b0f6
Author: Michail Alexakis <alexakis at imis.athena-innovation.gr>
Date: 2016-02-09 (Tue, 09 Feb 2016)
Changed paths:
M ckanext/datastore/tests/test_helpers.py
Log Message:
-----------
Provide unicode CREATE TABLE statements (datastore tests)
Commit: 1a479f033ab259d297bcd75cbd1202194e555ed0
https://github.com/ckan/ckan/commit/1a479f033ab259d297bcd75cbd1202194e555ed0
Author: Michail Alexakis <alexakis at imis.athena-innovation.gr>
Date: 2016-02-09 (Tue, 09 Feb 2016)
Changed paths:
M ckanext/datastore/tests/test_helpers.py
Log Message:
-----------
Provide unicode queries for testing `get_table_names_from_sql` (datastore tests)
Commit: 2dfa2a4cf69ff3e34af4a4bc698a804a2aa57ec1
https://github.com/ckan/ckan/commit/2dfa2a4cf69ff3e34af4a4bc698a804a2aa57ec1
Author: amercader <amercadero at gmail.com>
Date: 2016-02-09 (Tue, 09 Feb 2016)
Changed paths:
M doc/maintaining/datastore.rst
Log Message:
-----------
Fix datastore docs command
Commit: 8c387234458106bfc104ac045b5b113bffe376cd
https://github.com/ckan/ckan/commit/8c387234458106bfc104ac045b5b113bffe376cd
Author: Tyler Kennedy <tk at tkte.ch>
Date: 2016-03-16 (Wed, 16 Mar 2016)
Changed paths:
M ckan/lib/search/__init__.py
Log Message:
-----------
(Showstopper) Don't crash when crashing.
If an error occurs (especially when importing data using paster) that
contains a unicode string (such as a multilingual package name), the
try...catch will also crash when attempting to print it, resulting in
some very confusing stack traces that bury the real stack trace.
Commit: c09f0737efe6f1c0c646d8d8439960d5b25c4d9b
https://github.com/ckan/ckan/commit/c09f0737efe6f1c0c646d8d8439960d5b25c4d9b
Author: amercader <amercadero at gmail.com>
Date: 2016-03-16 (Wed, 16 Mar 2016)
Changed paths:
M ckan/lib/helpers.py
M ckan/tests/lib/test_helpers.py
Log Message:
-----------
[#2592] Use `ckan.site_url` to generate urls of resources
Originally submitted by @metaodi
https://github.com/ckan/ckan/pull/2599
Commit: 3826f60e2d4d30f490af865a508212297d528793
https://github.com/ckan/ckan/commit/3826f60e2d4d30f490af865a508212297d528793
Author: Tyler Kennedy <tk at tkte.ch>
Date: 2016-03-16 (Wed, 16 Mar 2016)
Changed paths:
M ckan/controllers/package.py
Log Message:
-----------
resource_edit incorrectly setting action to new instead of edit.
Commit: c9bfae8706982a7a950503b72b150a634cec8454
https://github.com/ckan/ckan/commit/c9bfae8706982a7a950503b72b150a634cec8454
Author: amercader <amercadero at gmail.com>
Date: 2016-03-16 (Wed, 16 Mar 2016)
Changed paths:
M ckan/logic/action/get.py
Log Message:
-----------
[#2848] Avoid package_search exception when using use_default_schema
The parameter needs to be removed before sending the query to Solr
Also improved the boolean checking and fixed the docs.
Commit: 8fa4bf87aa731c627c41bd31d051d562dc1fa5b6
https://github.com/ckan/ckan/commit/8fa4bf87aa731c627c41bd31d051d562dc1fa5b6
Author: amercader <amercadero at gmail.com>
Date: 2016-03-16 (Wed, 16 Mar 2016)
Changed paths:
M ckanext/datastore/logic/action.py
M ckanext/datastore/tests/test_delete.py
Log Message:
-----------
[#2885] Fix datastore_delete erasing the db when filters is blank
Orignally submitted by @TkTech:
https://github.com/ckan/ckan/pull/2885
Commit: 3656f0e221a8f36accaff96149aa3c79922e4db9
https://github.com/ckan/ckan/commit/3656f0e221a8f36accaff96149aa3c79922e4db9
Author: Jan Dvořák <mordae at anilinux.org>
Date: 2016-03-16 (Wed, 16 Mar 2016)
Changed paths:
M ckanext/datastore/db.py
Log Message:
-----------
datastore: Prevent unicode/ascii conversion errors
Some error messages were causing the errors due to format conversion
of unicode fields into str templates.
Signed-off-by: Jan Dvořák <mordae at anilinux.org>
Commit: 61ffef8688a37040bc4a8e392346bc5532ed21b6
https://github.com/ckan/ckan/commit/61ffef8688a37040bc4a8e392346bc5532ed21b6
Author: Jan Dvořák <mordae at anilinux.org>
Date: 2016-03-16 (Wed, 16 Mar 2016)
Changed paths:
M ckanext/datastore/db.py
Log Message:
-----------
datastore: use repr() for log message ascii-safety
Logging statements had a potential to crash on unicode inputs.
Make sure they are always escaped.
Signed-off-by: Jan Dvořák <mordae at anilinux.org>
Commit: 45f4fd91348db7a7f90e7ea3f4e31c0e6c114bad
https://github.com/ckan/ckan/commit/45f4fd91348db7a7f90e7ea3f4e31c0e6c114bad
Author: Brook Elgie <specialbrew at gmail.com>
Date: 2016-03-17 (Thu, 17 Mar 2016)
Changed paths:
M ckan/model/domain_object.py
M ckan/tests/model/test_resource.py
Log Message:
-----------
[#2919] Fix DomainObject.count() to return count
Commit: de05783baf292e68af5c8502c5bd41045c8a03f6
https://github.com/ckan/ckan/commit/de05783baf292e68af5c8502c5bd41045c8a03f6
Author: Brook Elgie <specialbrew at gmail.com>
Date: 2016-03-24 (Thu, 24 Mar 2016)
Changed paths:
M ckan/config/routing.py
M ckan/templates/organization/read_base.html
Log Message:
-----------
[#2640] Add offset param to organization_activity
Commit: 428c44e27cd20b93db1c56f4cc5e0d59592c9316
https://github.com/ckan/ckan/commit/428c44e27cd20b93db1c56f4cc5e0d59592c9316
Author: Motornyuk Sergey <tonnydexter at gmail.com>
Date: 2016-03-29 (Tue, 29 Mar 2016)
Changed paths:
M ckan/templates/package/snippets/resource_view.html
Log Message:
-----------
[#2873] Use `resource.url` as raw_resource_url
`resource_view` template uses raw_resouce_url in order to create
download link if resource can't be displayed, but this variable is not
passed into snippet. To make that simpler, use resource.url property
for download button.
Commit: f614b78d583bc29737fe06be2ff752306953aad5
https://github.com/ckan/ckan/commit/f614b78d583bc29737fe06be2ff752306953aad5
Author: amercader <amercadero at gmail.com>
Date: 2016-03-31 (Thu, 31 Mar 2016)
Changed paths:
M CHANGELOG.rst
Log Message:
-----------
Update CHANGELOG before 2.4.3 release
Commit: 6817b91f746b8b4ee8a198dc7ffd06832a0d2161
https://github.com/ckan/ckan/commit/6817b91f746b8b4ee8a198dc7ffd06832a0d2161
Author: amercader <amercadero at gmail.com>
Date: 2016-03-31 (Thu, 31 Mar 2016)
Changed paths:
M ckan/i18n/is/LC_MESSAGES/ckan.mo
M ckan/i18n/is/LC_MESSAGES/ckan.po
M ckan/i18n/no/LC_MESSAGES/ckan.mo
M ckan/i18n/no/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/uk_UA/LC_MESSAGES/ckan.mo
M ckan/i18n/uk_UA/LC_MESSAGES/ckan.po
M ckan/i18n/zh_CN/LC_MESSAGES/ckan.mo
M ckan/i18n/zh_CN/LC_MESSAGES/ckan.po
Log Message:
-----------
Update translations
Commit: 7d2702f05a1af92bf1325773548e4a2963090137
https://github.com/ckan/ckan/commit/7d2702f05a1af92bf1325773548e4a2963090137
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.4.3 release
Compare: https://github.com/ckan/ckan/compare/fc9b91643efd...7d2702f05a1a
More information about the ckan-changes
mailing list